@charset "UTF-8";
a {
  color: #014099;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #009DFF;
  text-decoration: none;
}

h2 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 20px !important;
}
p {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  margin:0 0 1em 10px;
  font-size: 15px;
}
li {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 14px;
}





.c-htit__2 {
  font-weight: bold;
  color: #fff;
  background: #00307B;
  font-size: 24px;
  padding: 10px 14px 8px 14px;
  margin-top: 15px;
  text-align: left;
  transition: background 0.2s;
}
@media print,screen and (min-width: 40.0625em) {
  .c-htit__2 {
    font-weight: bold;
    color: #fff;
    background: #00307B;
    font-size: 24px;
    padding: 12px 20px 8px 24px;
    margin-top: 25px;
    text-align: left;
    transition: background 0.2s;
  }
}
@media only screen and (min-width: 981px) {
  .c-htit__2.c-slide__btn:hover {
    background: #0E5CB5;
  }
}


.p-slide-non__box {
  display: block;
  padding-left: 24px;
  padding-right: 24px;
}
@media print,screen and (max-width: 40.0625em) {
  .p-slide-non__box {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-slide-non__box.tel-num {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.p-slide__box {
  padding-left: 20px;
  padding-right: 20px;
}

.p-slide__box.plr16 {
  padding-left: 16px;
  padding-right: 16px;
}
.p-slide__box.plr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.c-htit__2 + .p-slide__box {
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-htit__3 {
  font-weight: bold;
  color: #000;
  background: #EAEAE8;
  font-size: 20px;
  padding: 12px 40px 8px 16px;
  margin-top: 10px;
  text-align: left;
  transition: background 0.2s;
}
@media only screen and (min-width: 981px) {
  .c-htit__3.c-slide__btn:hover {
    filter: brightness(1.05);
  }
}


.c-htit__3 + .p-slide__box {
  padding-top: 10px;
  margin-bottom: 25px;
}

.c-htit__4 {
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
  background: #FCF09D;
  font-size: 20px;
  padding: 10px 14px 6px 24px;
  margin-top: 10px;
  text-align: left;
  border-radius: 36px;
  transition: background 0.2s;
  margin-bottom: 10px;
}
@media only screen and (min-width: 981px) {
  .c-htit__4.c-slide__btn:hover {
    filter: brightness(1.05);
  }
}

.c-htit__4.c-win {
  background: #FCF09D;
}
.c-htit__4.c-win10 {
  background: #ead594;
}
.c-htit__4.c-win11 {
  background: #f0e996;
}

.c-htit__4.c-mac {
  background: #FCF09D;
}

.c-htit__4.c-mac {
  background: #E2E6A1;
}

.c-htit__4.c-iphone {
  background: #D5DE78;
}

.c-htit__4.c-android {
  background: #A2CFBD;
}

.c-htit__4.c-chromeos {
  background: #91CEEE;
}

.c-htit__5 {
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.c-htit__5 span {
  border-bottom: 1px solid #707070;
}

.c-htit__6 {
  border: 1px solid #707070;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px;
}
.c-htit__6 span {
  border-bottom: 1px solid #707070;
}

.c-slide__btn {
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.c-slide__btn span{
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 12px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  border-radius: 4px;
}
@media print,screen and (min-width: 40.0625em) {
  .c-slide__btn span{
    display: inline-block;
    position: absolute;
    top: 33%;
    right: 20px;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #333;
    border-radius: 4px;
  }
  .c-htit__5 span{
    top: 23%!important;
    right: 11px!important;
  }
}


.c-slide__btn span:after, .c-slide__btn span:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  transition: all 0.3s;
  transform: translate(-5px, -50%) rotate(0deg);
  background-color: #333;
}
.c-slide__btn span:after {
  transform: translate(-5px, -50%) rotate(-90deg);
}
.c-slide__btn__toggle span:after {
  transform: translate(-5px, -50%) rotate(-0deg);
}


.c-htit__2 span{
  border-color: #fff;
}

.c-htit__2 span:after, .c-htit__2 span:before {
  background-color: #fff;
}


.is-open{
  display: block;
}


.p-bu__catch {
  margin-top: 10px;
}

.p-manual_inner {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

.p-manual_heading {
  padding-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-manual_heading__img {
  margin-bottom: 5px;
  text-align: center;
}

.p-manual_heading__tit {
  font-weight: bold;
  color: #333;
  font-size: 146%;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
@media print,screen and (min-width: 40.0625em) {
  .p-manual_heading__tit {
    font-weight: bold;
    color: #333;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-manual_heading__tit span {
  font-size: 14px;
  letter-spacing: 1px;
}

.p-manual_heading + .c-htit__2 {
  margin-top: 20px;
}

.p-bu__termtit {
  position: relative;
  font-weight: bold;
  color: #014099;
  font-size: 15px;
  padding-left: 13px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 124.1%;
}
.p-bu__termtit:after {
  content: "";
  position: absolute;
  background-color: #014099;
  width: 8px;
  height: 8px;
  top: 15px;
  left: 0;
  transform: translate(0, -50%);
}

.p-bu__mean {
  margin-top: 10px;
}

.p-bu__mean__item {
  border: 1px solid #707070;
  padding: 5px 15px 10px;
}

.p-bu__mean__item + .p-bu__mean__item {
  border-top: none;
}

.p-bu__mean__notice {
  background-image: url(../img/ico-notice.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 32px auto;
  font-size: 20px;
  padding-left: 34px;
  font-weight: bold;
  padding-top: 2px;
  margin-bottom: 0;
}

.p-bu__icons {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}

.p-bu__icons__ico {
  background-image: url(../img/ico-stop.png);
  background-repeat: no-repeat;
  background-position: 5px 0;
  background-size: 24px auto;
  padding-left: 30px;
  min-height: 24px;
  margin-top: 10px;
  padding-top: 2px;
}

.p-bu__icons__ico.stop {
  background-image: url(../img/ico-stop.png);
}

.p-bu__icons__ico.bluedo {
  background-image: url(../img/ico-bluedo.png);
}

.p-bu__icons__ico.orangedo {
  background-image: url(../img/ico-orangedo.png);
}

.p-bu__icons__ico.memo {
  background-image: url(../img/ico-memo.png);
  background-size: 25px auto;
}

.p-bu__notice__tit {
  background-color: #707070;
  width: 100%;
  height: 48px;
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.p-bu__notice__tit span {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 24px !important;

  font-weight: bold;
  color: #fff;
  background-image: url(../img/ico-notice.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 32px auto;
  padding-left: 34px;
  min-height: 29px;
  padding-top: 4px;
}
.p-bu__notice__tit span.no-icon {
  background-image: none;
  padding-left: 0;
}

@media print,screen and (min-width: 40.0625em) {
  .p-bu__notice__tit span {
    font-weight: bold;
    color: #fff;
    background-image: url(../img/ico-notice.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 32px auto;
    padding-left: 34px;
    min-height: 29px;
    padding-top: 2px;
  }
  .p-bu__notice__tit span.no-icon {
  background-image: none;
  padding-left: 0;
  }
}

.p-bu__termtit + .p-bu__notice__tit {
  margin-top: 0;
}

.p-bu__notice__item {
  margin-top: 30px;
  padding: 0 0 15px 35px;
  border-bottom: 1px solid #707070;
  background-image: url(../img/ico-nobreak.png);
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 24px auto;
  min-height: 26px;
}
.p-bu__notice__item.last-item {
  border-bottom: none;
  margin-bottom: 50px;
}


.p-bu__notice__item.stop {
  background-image: url(../img/ico-stop.png);
}

.p-bu__notice__item.bluedo {
  background-image: url(../img/ico-bluedo.png);
}

.p-bu__notice__item.orangedo {
  background-image: url(../img/ico-orangedo.png);
}

.p-bu__notice__item.memo {
  background-image: url(../img/ico-memo.png);
  background-size: 25px auto;
}

.p-bu__notice__item.nobreak {
  background-image: url(../img/ico-nobreak.png);
}

.p-bu__notice__item.no_bb {
  border-bottom: none;
}

.p-bu__notice__item__txt span {
  font-weight: bold;
}

.p-bu__notice__item__list li {
  text-align: left;
  position: relative;
  padding-left: 14px;
}
.p-bu__notice__item__list li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  top: 7px;
  left: 0;
  background-color: #000;
}
.p-bu__notice__item__list a {
  font-weight: bold;
  text-decoration: none;
}

.p-bu__notice__item.stop ul {
  margin:0 0 0 2em;
}
.p-bu__notice__item.stop ul li {
  list-style-type: circle;
}


ul.led-caution {
}
ul.led-caution li {
  margin: 0 2em 1em 0;
  display: inline-block;

}
ul.led-caution li span {
  padding: 5px 10px;
}

ul.led-caution li.led01 span {
  background: #EEE;
}
ul.led-caution li.led02 span {
  background: #02189e;
  color: #FFF;
}
ul.led-caution li.led03 span {
  background: #d40000;
  color: #FFF;
}
ul.led-caution li.led04 span:first-child {
  background: #02189e;
  color: #FFF;
}
ul.led-caution li.led04 span:last-child {
  background: #d40000;
  color: #FFF;
}

h4.sub-title {
  font-size: 16px;
  margin-bottom:0.5em;
}


p.caution-car {
  text-align: center;
}
p.caution-car img {
  width: 100%;
  height: auto;
  max-width:800px;
}

div.caution-car h4 {
  font-size: 16px;
  margin-bottom:0.5em;
}
div.caution-car h5 {
  font-size: 13px;
  margin-bottom:0.5em;
}
div.caution-car ol {
  margin-bottom:2em;
}
div.caution-car ol li {
  margin-left: 2em;
  list-style-type: decimal;
}




.p-notice__orangewaku {
  border: 1px solid #e94746;
  background-color: #fdefea;
  padding: 10px;
  margin-top: 10px;
}
.p-notice__orangewaku p {
  margin: 0;
}

.p-bu__gray__tit {
  background-color: #707070;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding: 8px 10px 4px;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media print,screen and (min-width: 40.0625em) {
  .p-bu__gray__tit { 
  font-size: 24px;
  }
}


.p-bu__notice__item__ol {
  padding-left: 2rem;
}
.p-bu__notice__item__ol li {
  list-style: decimal;
  text-align: left;
  padding-left: 3px;
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-htu__list {
  margin-top: 3px;
}
.p-htu__list li {
  text-align: left;
  position: relative;
  padding-left: 6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.p-htu__list li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: 9px;
  left: 0;
  background-color: #000;
}

.p-htu__square__tit {
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  padding-left: 15px;
  margin-top: 10px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-htu__square__tit:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 12px;
  height: 12px;
  top: 18px;
  left: 0;
  transform: translate(0, -50%);
}

.p-htu__img {
  text-align: center;
  margin-top: 10px;
}

.p-htu__img + p {
  margin-top: 25px;
}

.p-htu__img + .p-htu__memo__wrap {
  margin-top: 15px;
}

.p-htu__term__tit {
  font-weight: bold;
  font-size: 15px;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

.p-htu__img + .p-htu__term__tit,
.p-htu__chapter__inn + .p-htu__term__tit {
  margin-top: 30px;
}

p + .p-htu__term__tit,
ul + .p-htu__term__tit,
div + .p-htu__term__tit {
  margin-top: 10px;
}

.p-htu__memo__wrap {
  position: relative;
  padding-left: 40px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  background-image: url(../img/ico-memo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px auto;
  min-height: 28px;
  margin-bottom: 20px;
}
.p-htu__memo__wrap:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #004098;
}

.p-htu__memo__bold {
  font-weight: bold;
}

.p-htu__dot__list li {
  text-align: left;
  position: relative;
  padding-left: 12px;
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-htu__dot__list li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  top: 8px;
  left: 1px;
  background-color: #000;
}

.p-htu__scroll__wrap {
  background-color: #F2F2F2;
  overflow-y: scroll;
  padding: 10px 10px 20px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-htu__scroll__wrap .p-htu__dot__list {
  padding-left: 3px;
}

.p-htu__chapter__tit {
  font-weight: bold;
  font-size: 18px;
}
.p-htu__chapter__tit span {
  font-size: 22px;
}

.p-htu__chapter__inn + .p-htu__chapter__tit {
  margin-top: 30px;
}

.p-htu__dot__tit {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-left: 8px;
}
.p-htu__dot__tit:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  top: 9px;
  left: 0px;
  background-color: #000;
}

p + .p-htu__dot__tit {
  margin-top: 5px;
}

.p-htu__link {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-htu__link a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  word-break: break-word;
}

.p-notice__red {
  color: #cc0202;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
}

.support-heading {
  font-size: 116%;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}
@media print,screen and (min-width: 40.0625em) {
   .support-heading {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 20px;
  }
}

.support-term__bold {
  font-weight: bold;
  font-size: 15px;
}

.support__inn {
  padding-left: 5px;
  box-sizing: border-box;
}

.support__inn__tel {
  margin-top: 12px;
  padding-bottom: 0;
}

.support-tel {
  font-size: 15px;
}
.support-tel span {
  font-weight: bold;
}

.support-notice {
  margin-top: 10px;
}

.support-notice__box {
  background-color: #E5E5E5;
  padding: 28px;
  margin-top: 23px;
}
.support-notice__box p {
  word-break: break-word;
}

.support-term__heading {
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
  font-size: 133%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}
@media print,screen and (min-width: 40.0625em) {
  .support-term__heading {
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.support-term__heading span {
  border-bottom: 1px solid #707070;
}

.support-warran__time {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.support-warran__time li {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid #231815;
}
.support-warran__time li + li {
  border-left: none;
}

.support-warran__txt {
  margin-top: 15px;
}

.support-ul {
  margin-top: 15px;
}

.support-copyright {
  text-align: right;
  margin-top: 10px;
}

.kanren-link {
  font-weight: bold;
  font-size: 15px;
  margin-top: 5px;
}

.footer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.l-footer__company-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.l-footer__company-social img {
  height: 50px;
  width: auto;
}
.l-footer__company-social li + li {
  margin-left: 30px;
}
.l-footer__company-social .youtube img {
  height: 34px;
  width: auto;
}

.l-footer__company-name {
  font-family: "Oswald", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 85%;
  font-weight: 300;
  color: #333;
  letter-spacing: 3px;
  text-align: left;
  margin-top: 40px;
}

.footer__sitemap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.footer__sitemap p {
  margin-top: 20px;
  text-align: left;
}
.footer__sitemap a {
  color: #000;
  text-decoration: none;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  html > * {
    transition: -webkit-tap-highlight-color 1s;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  }

  html {
    font-size: 62.5%;
  }

  body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 1.3rem;
  }

  body p {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .header-link_wrap {
    display: none;
  }

  .header-icon_wrap {
    padding-right: 10px;
    width: 100%;
  }

  .header-icon_wrap > div {
    margin-left: 1px;
  }

  /*エレコム追加*/
  .lang_select .translate-btn::after {
  background: url(../images/img-translate_btn_sp.png) 0 0 no-repeat;
  background-size: auto 36px;
  height: 36px;
  width: 48px;
  }
  .lang_select .global-btn::after {
  background: url(../images/img-lang_btn_sp.png) 0 0 no-repeat;
    background-size: auto 36px;
    height: 36px;
    width: 42px;
  }

  .lang_select label::after {
    background-size: auto 36px;
    height: 36px;
    width: 42px;
  }

  .lang_select__img {
    /* height: 36px; */
    /* width: 48px; */
  }

  /* フォーカス時 */
  /* IEでデフォルトの矢印を消す */
  .translate-n img,
  .global-n img,
  .head-print img,
  .c-slideall__open img,
  .c-slideall__close img {
    height: 21px;
    /* width: auto; */
  }

  .header-inner {
    height: 48px;
  }

  .header-fix:after {
    padding-bottom: 48px;
  }

  .l-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .fixmenu__sp {
    background-color: #00307B;
    width: calc(100% - 8vw);
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 1000;
    bottom: 4vw;
    left: 4vw;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-center;
    justify-content: center;
  }
  .fixmenu__sp > a {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
  }
  .fixmenu__sp > a div {
    height: 40px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-center;
    justify-content: center;
  }
  .fixmenu__sp > a p {
    color: #fff;
    font-family: source-han-serif-japanese,serif;
    font-style: normal;
    font-size: 1.3rem;
  }

  .fixmenu__mail {
    width: 100%;
    height: 68px;
    color: #fff;
  }
  .fixmenu__mail img {
    height: 16px;
    width: auto;
  }

  .fixmenu__tel {
    width: 100%;
    height: 68px;
    color: #fff;
  }
  .fixmenu__tel img {
    height: 18px;
    width: auto;
  }

  #spnav-open {
    width: 48px;
    z-index: 99999;
    cursor: pointer;
    height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    display: block;
    padding-top: 30px;
  }
  #spnav-open::before {
    right: 50%;
    top: 12px;
    width: 16px;
    height: 2px;
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    transition: transform 0.6s ease-in-out 0s,top 0.6s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) translate(50%, 0px);
    transform-origin: 100% 0;
  }
  #spnav-open span {
    display: block;
  }
  #spnav-open span::before {
    right: 50%;
    top: 18px;
    width: 16px;
    height: 2px;
    content: '';
    opacity: 1;
    transition: opacity 0.8s ease-in-out .4s;
    position: absolute;
    display: block;
    background: #fff;
    transform: translate(50%, 0px);
  }
  #spnav-open span::after {
    left: 50%;
    top: 24px;
    width: 16px;
    height: 2px;
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    transition: transform 0.6s ease-in-out 0s,top 0.6s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) translate(-50%, 0px);
    transform-origin: 0% 0%;
  }
  #spnav-open .sp-o-menu {
    font-size: 1.2rem;
  }
  #spnav-open .sp-o-close {
    font-size: 1.3rem;
    display: none;
  }
  #spnav-open a {
    color: #fff;
  }

  .spnav-btn-close {
    transition: all 0.6s;
    background: rgba(0, 0, 0, 0.95);
    background: #00307B;
  }
  .spnav-btn-close::before {
    top: 21px !important;
    content: '';
    position: absolute;
    display: block;
    background: #fff !important;
    transition: transform 0.6s ease-in-out 0s;
    -webkit-transform: rotate(135deg) translate(46%, 0) !important;
    -moz-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    transform: rotate(135deg) translate(46%, 0) !important;
    transform-origin: 100% 0;
  }
  .spnav-btn-close span {
    display: block;
  }
  .spnav-btn-close span::before {
    transition: opacity 0s ease-in-out 0s !important;
    opacity: 0 !important;
  }
  .spnav-btn-close span::after {
    top: 21px !important;
    content: '';
    position: absolute;
    display: block;
    background: #fff !important;
    transition: transform 0.6s ease-in-out 0s;
    -webkit-transform: rotate(-135deg) translate(-46%, 0) !important;
    -moz-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) translate(-46%, 0) !important;
    transform-origin: 0% 0%;
  }
  .spnav-btn-close .sp-o-menu {
    display: none !important;
  }
  .spnav-btn-close .sp-o-close {
    display: block !important;
  }

  #sp-nav {
    background-color: #00307B;
    position: fixed;
    display: none;
    transition: display 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0;
    padding-top: 48px;
    overflow: hidden;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .navpb {
    padding-bottom: 100px;
  }

  .sp-nav-head {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .m-menu {
    text-align: left;
    width: 100%;
    height: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
  }
  .m-menu .footer__inner__dl dt {
    color: #fff;
    font-size: 1.4rem;
  }
  .m-menu .footer__inner__dl dd a,
  .m-menu .footer__inner__p a {
    color: #fff;
    border-bottom: 1px solid #7054A9;
    position: relative;
  }
  .m-menu .footer__inner__dl dd a:before,
  .m-menu .footer__inner__p a:before {
    content: '';
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    margin-top: -3px;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
  }

  .sp-menu__inner {
    width: 92vw;
  }
  .sp-menu__inner li {
    margin-bottom: 0;
  }
  .sp-menu__inner li a {
    padding: 1.6em 22px 1.5em;
    line-height: 1.4;
    border-bottom: solid 1px #E5E5E5;
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-weight: bold;
  }
  .sp-menu__inner li a:before {
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    display: block;
    margin-top: -5px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 10px;
    border-color: #fff !important;
  }
  .sp-menu__inner li li a {
    font-weight: normal;
  }
  .sp-menu__inner li .children a {
    background: #F3F4F6;
    padding-left: 36px;
    font-size: 1.3rem;
  }
  .sp-menu__inner li .children a:before {
    display: none;
  }

  .c-htit__2 {
    font-size: 1.7rem;
  }

  .c-htit__3 {
    font-size: 1.6rem;
  }

  .c-htit__4 {
    font-size: 1.6rem;
  }

  .p-manual_heading + .c-htit__2 {
    margin-top: 20px;
  }

  .p-bu__notice__tit {
    padding-top: 2px;
  }
  .p-bu__notice__tit span {
    padding-top: 0px;
  }

  .p-bu__notice__item__list li {
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .p-bu__notice__item__ol {
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .p-htu__dot__list li {
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .p-htu__scroll__wrap {
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 300px;
  }

  .p-htu__chapter__inn {
    padding-left: 15px;
  }

  .support-term__bold {
    font-weight: bold;
    font-size: 15px;
  }

  .footer {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  .footer__sitemap__inn {
    width: 50%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 980px) {
  html {
    font-size: 62.5%;
  }

  body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }

  body p {
    line-height: 1.8;
  }

  .header-link_wrap a {
    margin-right: 2vw;
    font-size: 1.6vw;
  }

  /*エレコム追加*/
  .lang_select .translate-btn::after {
  background: url(../images/img-translate_btn_sp.png) 0 0 no-repeat;
  background-size: auto 36px;
  height: 36px;
  width: 48px;
  }
  .lang_select .global-btn::after {
  background: url(../images/img-lang_btn_sp.png) 0 0 no-repeat;
  background-size: auto 36px;
  height: 36px;
  width: 47px;
  }
  .lang_select label::after {
    background-size: auto 36px;
    height: 36px;
    width: 42px;
  }

  .lang_select__img {
    height: 36px;
    width: 48px;
  }

  /* フォーカス時 */
  /* IEでデフォルトの矢印を消す */
  .translate-n img,
  .global-n img,
  .head-print img,
  .c-slideall__open img,
  .c-slideall__close img {
    height: 36px;
    width: auto;
  }

  .header-fix:after {
    padding-bottom: 70px;
  }

  .l-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  #sp-nav {
    display: none;
  }

  .p-manual_heading + .c-htit__2 {
    margin-top: 20px;
  }

  .p-bu__notice__tit {
    padding-top: 1px;
  }
  .p-bu__notice__tit span {
    padding-top: 2px;
  }

  .p-bu__notice__item__list li {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .p-bu__notice__item__ol {
    padding-left: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .p-htu__dot__list li {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .p-htu__scroll__wrap {
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 300px;
  }

  .p-htu__chapter__inn {
    padding-left: 15px;
  }

  .support-term__bold {
    font-weight: bold;
    font-size: 15px;
  }

  .footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .footer__sitemap__inn {
    width: 50%;
  }
}


@media only all and (min-width: 981px) {
  body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }

  body p {
    line-height: 1.8;
  }

  .header-link_wrap a {
    margin-right: 40px;
    font-size: 18px;
  }

  /* フォーカス時 */
  /* IEでデフォルトの矢印を消す */
  .header-fix.fixhead .header-inner, .header-fix.fixhead .header-inner-mid, .header-mid .header-inner, .header-mid .header-inner-mid {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header-fix.fixhead .header-inner .gnav, .header-fix.fixhead .header-inner-mid .gnav, .header-mid .header-inner .gnav, .header-mid .header-inner-mid .gnav {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header-fix.fixhead .header-inner .gnav > li > span,
  .header-fix.fixhead .header-inner .gnav > li > a, .header-fix.fixhead .header-inner-mid .gnav > li > span,
  .header-fix.fixhead .header-inner-mid .gnav > li > a, .header-mid .header-inner .gnav > li > span,
  .header-mid .header-inner .gnav > li > a, .header-mid .header-inner-mid .gnav > li > span,
  .header-mid .header-inner-mid .gnav > li > a {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header-fix.fixhead .header-inner .gnav li .children, .header-fix.fixhead .header-inner-mid .gnav li .children, .header-mid .header-inner .gnav li .children, .header-mid .header-inner-mid .gnav li .children {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header-fix.fixhead .header-inner .gnav li .children li a, .header-fix.fixhead .header-inner-mid .gnav li .children li a, .header-mid .header-inner .gnav li .children li a, .header-mid .header-inner-mid .gnav li .children li a {
    height: auto;
  }
  .header-fix.fixhead .header-inner .gnav li:hover .children, .header-fix.fixhead .header-inner-mid .gnav li:hover .children, .header-mid .header-inner .gnav li:hover .children, .header-mid .header-inner-mid .gnav li:hover .children {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }

  .header-fix:after {
    padding-bottom: 70px;
  }

  .l-container {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
  }

  .fixmenu__sp {
    display: none;
  }

  #sp-nav {
    display: none;
  }

  .p-manual_heading + .c-htit__2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .p-bu__notice__item__list li {
    line-height: 1.8;
    font-size: 14px;
  }

  .p-bu__notice__item__ol {
    line-height: 1.8;
    font-size: 14px;
  }

  .p-htu__dot__list li {
    line-height: 1.8;
    font-size: 13px;
    padding-left: 24px;
  }

  .p-htu__scroll__wrap {
    height: 300px;
  }

  .support-term__bold {
    font-weight: bold;
    font-size: 15px;
  }

  .footer {
    width: 895px;
  }

  .footer__sitemap__inn {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
  }
  .footer__sitemap__inn div {
    width: 50%;
  }
}

@media only print and (min-width: 1px) {
  body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }

  /* フォーカス時 */
  /* IEでデフォルトの矢印を消す */
  .header {
    display: none;
  }

  .header-fix:after {
    display: none;
  }

  .p-manual_heading + .c-htit__2 {
    margin-top: 20px;
  }

  .support-term__bold {
    font-weight: bold;
    font-size: 15px;
  }

  .footer {
    display: none;
  }
}



#scrolltotop {
  display: none;
}
#scrolltotop {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 8;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  transition: all 0.6s 0s ease;
}
@media print, screen and (max-width: 640px) {
  #scrolltotop {
    right: 20px;
    bottom: 20px;
  }
}

@media only print and (min-width: 1px) {
  #scrolltotop {
    display: none;
  }
}


#scrolltotop > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #014099;
  text-align: center;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#scrolltotop > a:after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  border-color: #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  content: "";
}
#scrolltotop > a:hover {
  background-color: #0E5CB5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#scrolltotop svg {
  display: none;
}
#scrolltotop.is-visible {
  visibility: visible;
  opacity: 1;
}
/*20210531　エレコム追記***************************/
.p-htu__img a:link .p-support-link{
    display: block;
}
.p-htu__img a:link .p-support-link-hover {
  display: none;
}
.p-htu__img a:hover .p-support-link{
  display: none;
}
.p-htu__img a:hover .p-support-link-hover {
  display: block;
}



/*20210604　エレコム追記***************************/
.c-warranty-list{
}
.c-warranty-list li{
  margin-bottom: 1em;
font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:93%;
}
.c-warranty-list li ul li{
  margin-bottom: 0;
  /* text-indent: -0.85em; */
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 93%;
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-warranty-list li ol{
  padding-left: 1.75em;
}
.c-warranty-list li ol li{
  margin-bottom: 0;
  text-indent: -2.5em;
  padding-left: 0em;
  box-sizing: border-box;
}
.c-warranty-list li dl dt{
  font-weight: bold;
}
.c-warranty-list li dl dd dt{
  font-weight:normal;
  padding-left: 1.5em!important;
  box-sizing: border-box;
}
.c-warranty-list li dl dd{
  box-sizing: border-box;
  margin-bottom: 0.5em;
}

.c-support-warran{
}
.c-support-warran li{
  margin-bottom: 1em;
}
.c-support-warran li ul li{
  margin-bottom: 0;
  text-indent: 0em;
  padding-left: 1em;
  box-sizing: border-box;
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-support-warran li ol{
  padding-left: 3.75em;
}
.c-support-warran li ol li{
  margin-bottom: 0;
  text-indent: -2.5em;
  padding-left: 0em;
  box-sizing: border-box;
}
.c-support-warran li dl dt{
  font-weight: bold;
}
.c-support-warran li dl dd dt{
  font-weight:normal;
  padding-left: 1.5em!important;
  box-sizing: border-box;
}
.c-support-warran li dl dd{
  box-sizing: border-box;
  margin-bottom: 0.5em;
}

.c-support-list{padding-left: 0.75em;}
.c-support-list li{
  margin-bottom: 1em;
}
.c-support-list li ul li{
  margin-bottom: 0;
  padding-left: 0.75em;
  margin-left: 0.5em;
  box-sizing: border-box;
  font-size: 85%;
  line-height: 2;
  position: relative; /*基準位置*/
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-support-list li ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 2px; /*点の幅*/
    height: 2px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.8em; /*点の位置*/
    content: "";
    background: #333; /*点の色*/
}
.c-support-list li ol{
  padding-left: 3.75em;
}
.c-support-list li ol li{
  margin-bottom: 0;
  text-indent: -2.5em;
  padding-left: 0em;
  box-sizing: border-box;
}
.c-support-list li dl dt{
  font-weight: bold;
}
.c-support-list li dl dd dt{
  font-weight:normal;
  padding-left: 1.5em!important;
  box-sizing: border-box;
}
.c-support-list li dl dd{
  /* padding-left: 1.5em!important; */
  box-sizing: border-box;
  margin-bottom: 0.5em;
}

#gt-nvframe{
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-end;
    display: block!important;
}

@media print{
  .p-slide__box{
    display: block;
  }
  .c-slide__btn{
    border: solid 1px #cccccc;
  }
  .p-bu__notice__tit{
    border: solid 1px #cccccc;
  }
}


ol {

}


/*番号リスト*/
.c-warranty-list ol.c-num{
  counter-reset: number 0;
}
.c-warranty-list ol.c-num li{
  margin-bottom: 0;
  text-indent: 0;
  padding-left: 0;
  box-sizing: border-box;
}
ol.c-num {
  margin-left: 1.0em; /* サイトに合せて調整 */
  padding-left: 0;
  text-indent: 0;
  counter-reset: 5;
  list-style: none;

}
ol.c-num li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.c-num li:before {
  content: counters(cnt, ".") ". ";
  display:inline-block;
  margin-left: -1.75em; /* サイトに合せて調整 */
  width: 1.75em; /* サイトに合せて調整 */
}
ol.c-num.num-1 li:first-child {counter-reset:cnt 0;}
ol.c-num.num-2 li:first-child {counter-reset:cnt 1;}
ol.c-num.num-3 li:first-child {counter-reset:cnt 2;}
ol.c-num.num-4 li:first-child {counter-reset:cnt 3;}
ol.c-num.num-5 li:first-child {counter-reset:cnt 4;}
ol.c-num.num-6 li:first-child {counter-reset:cnt 5;}
ol.c-num.num-7 li:first-child {counter-reset:cnt 6;}
ol.c-num.num-8 li:first-child {counter-reset:cnt 7;}
ol.c-num.num-9 li:first-child {counter-reset:cnt 8;}
ol.c-num.num-10 li:first-child {counter-reset:cnt 9;}
ol.c-num.num-11 li:first-child {counter-reset:cnt 10;}
ol.c-num.num-12 li:first-child {counter-reset:cnt 11;}
ol.c-num.num-13 li:first-child {counter-reset:cnt 12;}
ol.c-num.num-14 li:first-child {counter-reset:cnt 13;}
ol.c-num.num-15 li:first-child {counter-reset:cnt 14;}
ol.c-num.num-16 li:first-child {counter-reset:cnt 15;}
ol.c-num.num-17 li:first-child {counter-reset:cnt 16;}
ol.c-num.num-18 li:first-child {counter-reset:cnt 17;}
ol.c-num.num-19 li:first-child {counter-reset:cnt 18;}
ol.c-num.num-20 li:first-child {counter-reset:cnt 19;}
ol.c-num.num-21 li:first-child {counter-reset:cnt 20;}
ol.c-num.num-22 li:first-child {counter-reset:cnt 21;}
ol.c-num.num-23 li:first-child {counter-reset:cnt 22;}
ol.c-num.num-24 li:first-child {counter-reset:cnt 23;}
ol.c-num.num-25 li:first-child {counter-reset:cnt 24;}
ol.c-num.num-26 li:first-child {counter-reset:cnt 25;}
ol.c-num.num-27 li:first-child {counter-reset:cnt 26;}
ol.c-num.num-28 li:first-child {counter-reset:cnt 27;}
ol.c-num.num-29 li:first-child {counter-reset:cnt 28;}
ol.c-num.num-30 li:first-child {counter-reset:cnt 29;}




/*カッコ付番号リスト*/
.c-warranty-list ol ol.c-brackets-num{
  padding-left: 0;
}
.c-warranty-list ol ol.c-brackets-num  li{
  margin-bottom: 0;
  text-indent: 0;
  padding-left: 0;
  box-sizing: border-box;
}
ol ol.c-brackets-num {
  margin-left: 2.5em; /* サイトに合せて調整 */
  padding-left: 0;
  text-indent: 0;
  counter-reset: number 0;
  counter-increment: cnt;
}
 
ol ol.c-brackets-num li {
  list-style-type: none;
  counter-increment: cnt;
}
 
ol.c-brackets-num li::before {
  counter-reset: circle 0;
  content: "(" counter(cnt) ")";
  display:inline-block;
  margin-left: -2.5em; /* サイトに合せて調整 */
  width: 2.5em; /* サイトに合せて調整 */
}


ol.c-brackets-num.num-1 li:first-child {counter-reset:cnt 0;}
ol.c-brackets-num.num-2 li:first-child {counter-reset:cnt 1;}
ol.c-brackets-num.num-3 li:first-child {counter-reset:cnt 2;}
ol.c-brackets-num.num-4 li:first-child {counter-reset:cnt 3;}
ol.c-brackets-num.num-5 li:first-child {counter-reset:cnt 4;}
ol.c-brackets-num.num-6 li:first-child {counter-reset:cnt 5;}
ol.c-brackets-num.num-7 li:first-child {counter-reset:cnt 6;}
ol.c-brackets-num.num-8 li:first-child {counter-reset:cnt 7;}
ol.c-brackets-num.num-9 li:first-child {counter-reset:cnt 8;}
ol.c-brackets-num.num-10 li:first-child {counter-reset:cnt 9;}
ol.c-brackets-num.num-11 li:first-child {counter-reset:cnt 10;}
ol.c-brackets-num.num-12 li:first-child {counter-reset:cnt 11;}
ol.c-brackets-num.num-13 li:first-child {counter-reset:cnt 12;}
ol.c-brackets-num.num-14 li:first-child {counter-reset:cnt 13;}
ol.c-brackets-num.num-15 li:first-child {counter-reset:cnt 14;}
ol.c-brackets-num.num-16 li:first-child {counter-reset:cnt 15;}
ol.c-brackets-num.num-17 li:first-child {counter-reset:cnt 16;}
ol.c-brackets-num.num-18 li:first-child {counter-reset:cnt 17;}
ol.c-brackets-num.num-19 li:first-child {counter-reset:cnt 18;}
ol.c-brackets-num.num-20 li:first-child {counter-reset:cnt 19;}
ol.c-brackets-num.num-21 li:first-child {counter-reset:cnt 20;}
ol.c-brackets-num.num-22 li:first-child {counter-reset:cnt 21;}
ol.c-brackets-num.num-23 li:first-child {counter-reset:cnt 22;}
ol.c-brackets-num.num-24 li:first-child {counter-reset:cnt 23;}
ol.c-brackets-num.num-25 li:first-child {counter-reset:cnt 24;}
ol.c-brackets-num.num-26 li:first-child {counter-reset:cnt 25;}
ol.c-brackets-num.num-27 li:first-child {counter-reset:cnt 26;}
ol.c-brackets-num.num-28 li:first-child {counter-reset:cnt 27;}
ol.c-brackets-num.num-29 li:first-child {counter-reset:cnt 28;}
ol.c-brackets-num.num-30 li:first-child {counter-reset:cnt 29;}




/*20210826 パラグラフ中の画像インライン配置******************************************************************************/
.p-htu__memo__wrap p img{
    vertical-align: middle;
    margin: 0 0.25em;
}
.p-htu__scroll__wrap p img{
    vertical-align: middle;
    margin: 0 0.25em;
}
p.p-htu__term__tit img{
    vertical-align: middle;
    margin: 0 0.25em;
}

.p-htu__scroll__wrap p img{
    vertical-align: middle;
    margin: 0 0.25em;
}
.p-slide__box p img{
    vertical-align: middle;
    margin: 0 0.25em;
}
.p-htu__dot__list


/*20210826 スクロール部の<p>インデント******************************************************************************/
.p-htu__scroll__wrap p.p-scroll-txt{
  padding-left: 12px;
  padding-right: 12px;
}
.p-htu__scroll__wrap p.p-scroll-icn-txt{
  padding-left: 27px;
  padding-right: 27px;
}




/*20210917 グロナビボタン下キャプション******************************************************************************/
.c-btn-cap{
  color:#fff;
  font-size: 77%;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .c-btn-cap{
    color:#fff;
    font-size: 7px;
    text-align: center;
    margin-top: 2px;
  }
}
.translate-n{
  display:inline-block;
  width: 90px;
}
.global-n{
  display:inline-block;
  width: 60px;
}
.head-print{
  display:inline-block;
  width: 60px;
}
.c-slideall__open{
  display:inline-block;
  width: 60px;
}
.c-slideall__close{
  display:inline-block;
  width: 70px;
}
.translate__img{
}
.global__img{
}
.print__img{
}
.open__img{
}
.close__img{
}
@media only screen and (max-width: 640px) {
  .translate-n{
    display:inline-block;
    width: 21%;
  }
  .global-n{
    display:inline-block;
    /* width: 15%; */
  }
  .head-print{
    display:inline-block;
    width: 13%;
  }
  .c-slideall__open{
    display:inline-block;
    width: 14%;
  }
  .c-slideall__close{
    display:inline-block;
    width: 16%;
  }
  .translate__img{
  }
  .global__img{
  }
  .print__img{
  }
  .open__img{
  }
  .close__img{
  }
}




/*言語選択用ドロップダウンメニュー*****************************************************************/

.dropdown {
  margin: 0 0 0 auto;
  position: relative; /* 絶対配置の基準を設定 */
}
.dropdown__btn {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.2em;
  background: none; /* デフォルトスタイル リセット */
  border: 0; /* デフォルトスタイル リセット */
}
.dropdown__body {
  width: 250px;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(60,64,67,0.149), 0 1px 2px 0 rgba(60,64,67,0.302);
  border-radius: 4px;
  overflow: hidden;
  position: absolute; /* メニュー部分は絶対配置させます */
  top: 63px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .dropdown__body {
    width: 315%;
    background: #fff;
    box-shadow: 0 2px 6px 2px rgba(60,64,67,0.149), 0 1px 2px 0 rgba(60,64,67,0.302);
    border-radius: 4px;
    overflow: hidden;
    position: absolute; /* メニュー部分は絶対配置させます */
    top: 47px;
    left: 0;
  }
}
.dropdown__list { /* デフォルトスタイル リセット */
  margin: 0;
  padding: 0;
}
.dropdown__item {
  display: block;
  cursor: pointer;
}
.dropdown__item-link {
  display: block;
  padding: 0.8em 1.2em;
  FONT-VARIANT: JIS78;
  text-decoration: none;
  color: #444;
  text-align: left;
  font-weight: bold;
  font-size: 93%;
}
.dropdown__item-link:hover {
  background: #e4ebfe;
}

/*デフォルト非表示*/
.dropdown__body {
  display: none;
}
.dropdown__btn.is-open + .dropdown__body {
  display: block;
  z-index: 10000;
}

/*他の場所クリックで解除*/
.dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default; /* カーソルはデフォルトに戻しておく */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}



/************************************
2021年　YouTubeリンク更新
**************************************/
.l-footer__company-social li.foot-youtube{
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  letter-spacing: -0.02em;
}
.l-footer__company-social li.foot-youtube .p-link-blank:after{
 margin-left: 0px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__company-social li.foot-youtube{
    font-size:100%;
    text-align: center;
    line-height: 1.3;
  }
   .l-footer__company-social li.foot-youtube span{
    display: block;
    font-size: 93%;
    font-weight: normal;
  }
  .l-footer__company-social li.foot-youtube .p-link-blank:after{
    display: none;
  }
  .l-footer__company-social li.foot-youtube {
    margin-right:5px;
  }
}
.p-link-arrow--bold {
  font-weight: bold;
}

a.p-link-arrow {
  color: #2051b2;
}

.p-link-blank {
  position: relative;
  color: #2051b2;
}
.p-link-blank:link, .p-link-blank:visited, .p-link-blank:active, .p-link-blank:hover {
  color: #2051b2;
}
.p-link-blank:after {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 1px;
  width: 15px;
  height: 11px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(//www.elecom.co.jp/common/svg/icon_blank_blue_02.svg);
  transition: background-image cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  content: "";
}
@media print, screen and (min-width: 61.25em) {
  .p-link-blank:hover, a:hover .p-link-blank {
    color: #009DFF;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-link-blank:hover:after, a:hover .p-link-blank:after {
    background-image: url(//www.elecom.co.jp/common/svg/icon_blank_blue_01.svg);
  }
}


/************************************
20211112追加 メルマガ登録キャンペーンバナー
**************************************/

.c-campaign-bnr{
  width: 100%;
  margin: 0 auto 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 40.0625em) {
  .c-campaign-bnr{
    width: 100%;
    margin: 0.5em auto 1.5em;
    padding-left: 10px;
    padding-right: 10px;

  }
}
@media print, screen and (min-width: 61.25em) {
  .c-campaign-bnr{
    width: 100%;
    max-width: 940px;
    margin: 0.5em auto 1.5em;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-campaign-bnr img{
  width: 100%;
  height: auto;
  transition: 0.5s ;
}
.c-campaign-bnr img:hover {
  opacity: 0.65 ;
}


/*********20260316-01追加**********************************/
.c-insert-html-block:first-of-type,
.c-insert-html-box.num-box {
        margin-top: 25px;
		margin-bottom: 25px;
    }
@media print, screen and (min-width: 61.25em) {
  .c-insert-html-block..num-box,
    .c-insert-html-box.num-box {
        margin-top: 25px;
		margin-bottom: 25px;
    }
}
@media print, screen and (min-width: 61.25em) {
    .c-insert-html-block.num-box  {
        margin-top: 25px;
		margin-bottom: 25px;
    }
}
@media print, screen and (min-width: 61.25em) {
    .c-article-figure-image.num-box  {
        margin: 25px 0 25px;
    }
}
@media print, screen and (min-width: 48em) {
    .c-column-block {
        gap: 55px 40px;
    }
    .c-column-block.m-col2, .c-column-block.m-col4 {
        grid-template-columns: repeat(auto-fill, 49%);
        gap: 40px 2%;
    }
    .c-column-block.m-col3 {
        grid-template-columns: repeat(auto-fill, 31.5%);
        gap: 40px 2.75%;
    }
}

.c-article-footer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px 37px;
    margin-top: 47px;
}
@media print, screen and (min-width: 61.25em) {
    .c-article-footer-button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 57px;
    }
}


.c-shop-ttl{
	margin-top:15px;
	margin-bottom:15px;
	font-size:123.1%;
	font-weight:bold;
	text-align:center;
}

td .m-larger {font-weight: bold;}


.c-table-list th.series{
	width: 25%;
}
.c-table-list th.place{
	width: 38%;
}
.c-table-list th.kataban{
	width: 62%;
}
.c-table-list th.name{
	width: 25%;
}

@media print, screen and (min-width: 48em) {
	.c-table-list th.series{
		width:40%;
	}
  .c-table-list th.kataban{
	width: 62%;
}
	.c-table-list th.name{
		width:30%;
	}
}

@media print, screen and (max-width: 47.9375em) {
	.c-table-list {
		width: 100%;
		overflow-x: scroll;
	}
	.c-table-list th.place{
		width: 21%;
	}
	.c-table-list table{
		width: 960px;
	}
	.js-scroll-table-msg{
		display: inline;
		letter-spacing: normal;
	}
}
