@charset "UTF-8";
/*  style.css  */
@import "/hc/theming_assets/01J053GK2GKACQ9N340YF3M7H9";
@import "/hc/theming_assets/01K32KGY572MZPWXMX8SQ8D5K5";

/* ------------------------------------------------------
#new_article 
------------------------------------------------------ */
#new_article * {
  font-size: 1rem;
  font-family: "Avenir next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
  line-height: 1.6;
  color: #555;
  font-weight: normal;
}

#new_article section+section {
  margin-top: 3em;
}

#new_article strong {
  font-weight: 600;
  color: #555555;
  line-height: 100%;
}

/* ソース用 */
#new_article pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

#new_article code {
  padding: 0 5px;
  margin: 0 2px;
  border: none;
}

/* 検索結果キーワード */
.search-results em {
  font-weight: bold;
  font-style: normal;
}

.search-results a.search-result-link,
.search-results a.search-result-link:link {
  color: #0070c0;
  /*text-decoration: underline;*/
  font-weight: normal;
}

.search-results a.search-result-link:hover,
.search-results a.search-result-link:active {
  text-decoration: none;
}

/*******************************

	search new design

  *******************************/
/*
	パンくず
  */
.sub-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: block-axis;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 1.2em 0 0 .8em;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/* プレースホルダー*/
:placeholder-shown {
  color: #bdc3c4;
  line-height: 40px !important;
}

::-webkit-input-placeholder {
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  color: #bdc3c4;
}

:-moz-placeholder {
  /* Firefox */
  color: #bdc3c4;
  opacity: 1;
}

::-moz-placeholder {
  color: #bdc3c4;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdc3c4;
}


/* zendeskクラス打ち消し */
/* underline */
#new_article .wysiwyg-underline {
  text-decoration: none;
}

/* fontsize */
#new_article .wysiwyg-font-size-small,
#new_article .wysiwyg-font-size-medium,
#new_article .wysiwyg-font-size-large,
#new_article .wysiwyg-font-size-x-large {
  font-size: inherit;
}

/* small,big打ち消し */
#new_article small,
#new_article big {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/* フォント上げ下げ */
#new_article .note-text {
  font-size: .9em !important;
}

#new_article .important-text {
  font-size: 1.3em !important;
}

/* 上付き下付き */
#new_article sup {
  font-size: inherit;
}

#new_article sub {
  font-size: inherit;
}

#new_article .arg_ttl-sample {
  /* sample */
  display: block;
  padding: 0;
  margin: 2em 0 0;
  font-weight: 600;
  position: relative;
}

#new_article .h3step+.indent {
  margin: 0 1em;
}

    #new_article img.width90 {
        width: 90%;
    }
    #new_article img.width80 {
        width: 80%;
    }
    #new_article img.width70 {
        width: 70%;
    }

/*
	a link lvha
  */

#new_article a {
  text-decoration: none;
  color: #0892c7;
}

#new_article a:visited {
  opacity: .6;
  filter: alpha(opacity=60);
}

#new_article a:hover {
  text-decoration: none;
}

#new_article a:active {}

#new_article a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
	tel
  */
@media only screen and (min-width: 768px) {
  #new_article a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

/*
	img
  */

#new_article img.nobdr {
  border: none !important;
  background: none;
  padding: 0;
  margin: auto;
  display: inline-block;
}

#new_article .oneimg {
  text-align: left;
  margin: 1em auto;
}

#new_article .oneimg img {
  max-width: 100%;
  border: 1px solid #cccccc;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #new_article .oneimg {
    margin: .5em 0;
  }

  #new_article .oneimg img {
    max-width: 100%;
    width: 100%;
  }
}

/* figure */
figure {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

*+figure {
  margin-top: 1.5em;
}

#new_article figcaption {
  text-align: center;
  font-size: .9rem;
  display: inline-block;
  width: 100%;
  margin-bottom: .5em;
  font-weight: normal;
}

#new_article img+figcaption {
  margin-top: .5em;
}

figure>img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #bdc3c4;
  vertical-align: top;
}


/*
    h系
    */
/* overwrite */
h1 {
  font-weight: normal !important;
  font-size: 2rem !important;
  padding: .5em 0 !important;
  background: none !important;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
  border-bottom: 1px solid #cccccc;
}

#new_article h2 {
  background: none;
  padding: 0;
  margin: 2.5em 0 1.5em;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  color: #555555;
  color: #505050;
  line-height: 1.5;
  border: none;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}

#new_article h2.h2step {}

#new_article h2.h2step span {
  font-weight: normal;
  color: #20aee5;
  font-size: 80%;
  display: inline-block;
  margin-right: .5em;
}

#new_article h3 {
  background: none;
  padding: 0 0 .5em;
  margin: 2em 0 1em;
  font-size: 1.4rem;
  font-weight: normal;
  color: #555555;
  border-bottom: 1px solid #cccccc;
  position: relative;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}

#new_article h3.h3step span {
  font-weight: normal;
  color: #20aee5;
  font-size: .8em;
  display: inline-block;
  margin-right: .5em;
  line-height: 1;
  vertical-align: top;
  position: relative;
  top: .5em;
}

#new_article h3::before {
  content: "";
  display: inline-block;
  width: 30%;
  height: 1px;
  /*background: #29363b;*/
  position: absolute;
  left: 0;
  bottom: -1px;
}

#new_article ol>li>h3:first-child {
  margin-top: 0;
  line-height: 1;
}

#new_article h4 {
  background: none;
  padding: 0;
  margin: 2em 0 1em;
  font-size: 1.2rem;
  font-weight: 600;
  /*color: #29363b;*/
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

#new_article ol>li>h4:first-child {
  margin-top: 0;
  line-height: 1.3;
}

#new_article .box>h4:first-child {
  margin-top: 0;
  margin-bottom: .5em;
}

#new_article h5 {
      background: none;
      padding: 0;
      margin: 1.5em 0 .5em;
      font-size: 1rem;
      font-weight: 600;
      color: #29363b;
      font-feature-settings: "palt";
      letter-spacing: 1px;
    }

/*     #new_article h6 {
      background: none;
      padding: 0;
      margin: 1em 0 .5em;
      font-size: 1rem;
      font-weight: 600;
      color: #29363b;
      font-feature-settings: "palt";
      letter-spacing: 1px;
    } */

.font-feature-settings {
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  font-kerning: normal;
}

.font-feature-settings-ie {
  font-feature-settings: "liga" 1;
  -ms-font-feature-settings: "liga=1";
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: calc(120% + 2vw) !important;
  }

  #new_article h2 {
    font-size: calc(112.5% + 2vw);
  }

  #new_article h3 {
    font-size: calc(112.5% + 0.5vw);
    margin-top: 3em;
  }
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article h3.h3step span {
    position: absolute;
    top: -1.2em;
  }
}

/* 通常テキスト */
#new_article p {
  margin: 0;
}

#new_article p + p {
  margin-top: 1em;
}

/* 表組み */

#new_article table {
  width: 100%;
  margin: 1em 0;
  padding: 0;
  border-collapse: collapse;
}

#new_article th,
#new_article td {
  border: 1px solid #cccccc;
  padding: .6rem;
  margin: 0;
  text-align: left;
  vertical-align: center;
  font-weight: normal;
}

#new_article th {
  background: #f0f0f0;
  text-align: center;
  white-space: nowrap;
}

#new_article th.nowrap,
#new_article td.nowrap {
  white-space: nowrap;
}

#new_article .align-center th,
#new_article .align-center td {
  text-align: center;
}

#new_article .align-left th,
#new_article .align-left td {
  text-align: left;
}

#new_article .align-right th,
#new_article .align-right td {
  text-align: right;
}

#new_article table.tbl-onoff td {
  text-align: center;
  vertical-align: middle;
}

#new_article table.layout-fix {
  table-layout: fixed;
}

#new_article table.calendar th {
  white-space: nowrap;
}

#new_article table.calendar th.month {
  width: 12%;
}

#new_article table.calendar th.day {
  width: 16%;
}

#new_article table.calendar th.youbi {
  width: 10%;
}

#new_article table.calendar td.holiday {
  color: #f55852;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

  #new_article table:not(.tbl-pc):not(.tbl-onoff) th,
  #new_article table:not(.tbl-pc):not(.tbl-onoff) td {
    display: block;
    float: left;
    width: 100%;
    margin-top: -1px;
    position: relative;
    box-sizing: border-box;
  }

  #new_article .tbl-attr thead {
    display: none;
  }

  #new_article .tbl-attr tbody th::before,
  #new_article .tbl-attr tbody td::before {
    content: "[" attr(data-label)"]";
    display: block;
    padding-right: .5em;
    text-align: left;
    font-weight: 600;
  }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {

  #new_article th,
  #new_article td {
    /*font-size: 80%;*/
  }

  #new_article table.tbl-pc th,
  #new_article table.tbl-pc td,
  #new_article table.tbl-pc li {
    font-size: .9rem;
  }

  #new_article table.tbl-pc td .note-list>li,
  #new_article table.tbl-pc td .note-text {
    font-size: .8rem !important;
  }

  #new_article th strong,
  #new_article td strong {
    font-size: inherit;
  }

  #new_article table.tbl-pc th.nowrap,
  #new_article table.tbl-pc td.nowrap {
    white-space: normal;
  }
}

/*  SP用フォント小テーブル  */
@media only screen and (max-width: 480px) and (orientation: portrait) {

  table.tbl-spfont td,
  table.tbl-spfont th {
    font-size: 10px !important;
    padding: .5em .2em !important;
  }
}

/*  横スクロールテーブル  */
#new_article .sc-wrap {
  width: 100%;
  margin: 1em 0;
  overflow-x: scroll !important;
  /*
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  */
}

.sc-wrap::-webkit-scrollbar {
  height: 8px;
}

.sc-wrap::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}

.sc-wrap::-webkit-scrollbar-track,
.sc-wrap::-webkit-scrollbar-track-piece {
  background: #eee;
}

#new_article .sc-wrap th,
#new_article .sc-wrap td {
  display: table-cell;
  width: auto;
  float: none;
}


/*
    リスト（連番）
    */

#new_article ol {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  min-height: 1em;
}

#new_article li ol {
  margin: .5em 0;
}

#new_article ol>li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 1.6em;
  text-indent: 0;
  counter-increment: olstep;
}

#new_article ol>li+li {
  margin-top: .5em;
}

#new_article ol>li::before {
  content: counter(olstep);
  display: inline-block;
  margin-right: 1em;
  background: #20aee5;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

#new_article ol ol>li {
  counter-increment: olstep2;
}

#new_article ol ol>li::before {
  content: counter(olstep2)'.';
  background: none;
  color: #20aee5;
  font-weight: 600;
  font-size: 1rem;
}

#new_article ol ol ol>li {
  counter-increment: olstep3;
}

#new_article ol ol ol>li::before {
  content: counter(olstep3)'.';
  color: black;
}

/* リセット用 1-10 */
#new_article ol.ol-reset-1 {
  counter-reset: olstep 0;
}

#new_article ol.ol-reset-2 {
  counter-reset: olstep 1;
}

#new_article ol.ol-reset-3 {
  counter-reset: olstep 2;
}

#new_article ol.ol-reset-4 {
  counter-reset: olstep 3;
}

#new_article ol.ol-reset-5 {
  counter-reset: olstep 4;
}

#new_article ol.ol-reset-6 {
  counter-reset: olstep 5;
}

#new_article ol.ol-reset-7 {
  counter-reset: olstep 6;
}

#new_article ol.ol-reset-8 {
  counter-reset: olstep 7;
}

#new_article ol.ol-reset-9 {
  counter-reset: olstep 8;
}

#new_article ol.ol-reset-10 {
  counter-reset: olstep 9;
}

/*
    リスト（箇条）
    */

#new_article ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  min-height: 1em;
}

#new_article li ul {
  margin: .5em 0;
}

#new_article ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
}

#new_article ul>li+li {
  margin-top: .5em;
}

#new_article ul>li::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  background: #999;
  width: 5px;
  height: 5px;
  position: absolute;
  top: .5em;
  left: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
  padding: 0;
}

#new_article li>*:first-child {
  margin-top: 0;
}

#new_article .tbl-pc ul {
  margin: .4rem 0;
  vertical-align: middle;
}


/*
    目次
    */

#new_article .index {
  background: #f0f0f0;
  margin: 1em 0;
  padding: 1.5em;
}

#new_article .index strong {
  font-size: 1rem;
  color: #29363b;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
}

#new_article .index ul {
  margin: .5em 0 0;
}

#new_article .index li {
  margin: 0;
}

#new_article .index li+li {
  margin-top: .5em;
}

#new_article .index li::after {
  display: none;
}

#new_article .index li a {
  display: inline-block;
  line-height: 1.5;
  text-align: left;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .index {
    padding: 1.3em;
  }
}

/*
    ページステップ
    */

#new_article .page-nav {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#new_article .page-nav>li {
  display: table-cell;
  text-align: center;
  padding: 1.5em 0 0 0;
  vertical-align: top;
  font-size: 90% !important;
  line-height: 1.3;
}

#new_article .page-nav>li::before {
  width: 10px;
  height: 10px;
  background: #bdc3c4;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  z-index: 2;
}

#new_article .page-nav>li.active::before {
  background: #20aee5;
  width: 20px;
  height: 20px;
  top: -5px;
}

#new_article .page-nav>li::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: #bdc3c4;
  left: 0;
  width: 100%;
  top: 4px;
}

#new_article .page-nav>li:first-child::after {
  right: 0;
  left: 50%;
}

#new_article .page-nav>li:last-child::after {
  width: 50%;
}

#new_article .page-nav>li a {
  display: block;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  font-size: inherit;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .page-nav>li {
    font-size: 90% !important;
  }
}

/* under sonstructing */

/* 横並びレウアウトflexキャンセル */
#new_article .column2>*,
#new_article .column3>* {
  display: block;
  width: 100%;
}

/*
    レイアウト：横並び2つで表示
    */

#new_article .column2 {
  margin: 1em 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

#new_article .column2>*:first-child {
  margin-top: 0 !important;
}

#new_article .column2>*:last-child {
  margin-bottom: 0 !important;
}

#new_article .column2>p {
  display: block;
  width: 100%;
}


/* 画像説明タイプ　４：６ */

#new_article .column2>.column2-l,
#new_article .column2>.column2-r {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  width: 38%;
  vertical-align: top;
  min-height: 0%;
}

#new_article .column2>.column2-l *:first-child,
#new_article .column2>.column2-r *:first-child {
  margin-top: 0;
}

#new_article .column2>.column2-r {
  width: 60%;
}

#new_article .column2>.column2-l>ul,
#new_article .column2>.column2-r>ul,
#new_article .column2>.column2-l>ol,
#new_article .column2>.column2-r>ol {
  margin-top: 0;
}

#new_article .column2>.column2-l>*+ul,
#new_article .column2>.column2-r>*+ul,
#new_article .column2>.column2-l>*+ol,
#new_article .column2>.column2-r>*+ol {
  margin-top: 1em;
}

/* 中にリスト */

#new_article .steplist,
#new_article .column2-in>li+li,
#new_article .space-in>li+li,
#new_article .steplist>li+li {
  margin-top: 2em;
}

#new_article ol.column2-in>li+li::before,
#new_article ol.space-in>li+li::before,
#new_article ol.steplist>li+li::before {
  top: .1em;
}

#new_article ul.column2-in>li+li::before,
#new_article ul.space-in>li+li::before,
#new_article ul.steplist>li+li::before {
  top: .5em;
}

/* タイプ　5：5 */

#new_article .column2>.column {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  position: relative;
  width: 48%;
  min-height: 0%;
}

#new_article .column>*:first-child {
  margin-top: 0;
}


/* タイプ　3：7 */

#new_article .column2>.column2ex-l,
#new_article .column2>.column2ex-r {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  width: 67%;
  vertical-align: top;
  min-height: 0%;
}

#new_article .column2>.column2ex-l {
  width: 30%;
  text-align: center;
}

#new_article .column2>.column2ex-r+.column2ex-l,
#new_article .column2>.column2ex-l+.column2ex-r {
  padding-left: 1em;
}

.column2ex-l>*:first-child,
.column2ex-r>*:first-child {
  margin-top: 0 !important;
}

#new_article .column2 img,
#new_article .column3 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

#new_article .column2 img:not(.nobdr),
#new_article .column3 img:not(.nobdr) {
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .column2 {
    flex-flow: column wrap;
  }

  #new_article .column2>.column2-l,
  #new_article .column2>.column2-r,
  #new_article .column2>.column2ex-l,
  #new_article .column2>.column2ex-r,
  #new_article .column2>.column {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }

  #new_article .column2>.column2ex-r {
    padding-top: 2em;
  }

  #new_article .h3step+.indent {
    margin: 0;
  }

  #new_article .column2-in>li,
  #new_article .space-in>li {
    /*padding-left: 0;*/
  }

  #new_article .column2-in>li::before,
  #new_article .space-in>li::before {
    /*left: -1.6em;*/
  }

  #new_article ul.space-in>li::before {
    left: 0;
  }

  #new_article ul.space-in>li {
    padding-left: 1em;
  }

  #new_article .column2-l+.column2-r {
    margin-top: 1em;
  }

  #new_article .column+.column {
    /*margin-top: 1rem;*/
  }
}

/*横並び3つで表示*/

#new_article .column3 {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

#new_article .column3>.column {
  margin: 0;
  width: 31%;
  min-height: 0%;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .column3 {
    flex-flow: column wrap;
  }

  #new_article .column3>.column {
    width: 100%;
    margin: 0;
  }

  #new_article .column3>.column+.column {
    margin-top: 1em;
  }
}

/* 横並びレイアウト上限に指定外が来た場合のみ余白を取る */
#new_article .column2>p+.column2-l,
#new_article .column2>p+.column2-l+.column2-r,
#new_article .column2>div+p,
#new_article .column2>div+ol,
#new_article .column2>div+ul,
#new_article .column3>p+.column,
#new_article .column3>p+.column~.column,
#new_article .column3>.column+p,
#new_article .column3>.column+ul,
#new_article .column3>.column+ol {
  margin-top: 1em;
}

/* 横並びレイアウト 中に.note-listの場合上の余白を多くとる */
#new_article .column2ex-l .note-list,
#new_article .column2ex-r .note-list,
#new_article .column2-l .note-list,
#new_article .column2-r .note-list {
  margin-top: 1em;
}

/*
	 flexのオプション
  */
.f-item-center {
  -webkit-align-items: center;
  align-items: center;
}

/*
 画像のみ横並び（画面のBefore/After）
 */

#new_article .column-img {
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
  display: table;
}

#new_article .column-img>img {
  letter-spacing: normal;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 0 2.5%;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  border: 1px solid #bdc3c4;
  max-width: 100%;
  height: auto;
}

#new_article .column-img>img:first-child {
  margin-left: 0;
}

#new_article .column-img figure.width46 {
  width: 46%;
  letter-spacing: 0;
}

#new_article .column-img figure.width46 img {
  border: 1px solid #bdc3c4;
  margin: 0 0 0 2.5%;
}

#new_article .column-img figure.width46 img:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .column-img {
    text-align: center;
    display: block;
  }

  #new_article .column-img>img {
    max-width: 100%;
    width: auto;
    margin: 0 0 1em;
  }

  #new_article .column-img img.ico-arrow {
    margin-bottom: .9em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    speak: none;
    width: 6%;
  }

  #new_article .column-img figure.width46 {
    max-width: 100%;
    width: auto;
    margin: 0 0 1em;
  }

  #new_article .column-img figure.width46 img {
    margin: 0;
  }

}


/*
    付加情報
    */

#new_article .note-list {
  margin: .3em 0;
  padding: 0;
}

#new_article .note-list>li {
  padding-left: 1.2em;
  text-indent: 0;
  line-height: 1.6;
  margin-top: 0;
  font-size: 0.9rem;
}

/* note-text併用時 */
#new_article .note-text>li {
  font-size: inherit !important;
}

#new_article ol.note-list.note-text>li::before {
  top: .18rem;
}

#new_article ol.note-list {
  counter-reset: olstep;
}

#new_article ol.note-list>li {
  counter-increment: olstep;
  padding-left: 2em;
}

#new_article .note-list>li * {
  font-size: .9rem;
}

#new_article .note-list>li::before,
#new_article ol.note-list>li::before {
  content: "※";
  display: inline-block;
  background: none;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .45em;
  left: 0;
  line-height: 100%;
  font-size: .8rem;
}

#new_article ol.note-list>li::before {
  content: "※" counter(olstep);
  color: inherit;
  width: 2em;
  text-align: left;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #new_article .note-list>li {}
}

/*
    強調ポイント
    */
#new_article .box {
  margin: 1em 0;
  padding: 1em 1.2em;
  border: 1px solid #cccccc;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
}

#new_article .box>*:first-child {
  margin-top: 0;
}

#new_article .box>*:last-child {
  margin-bottom: 0 !important;
}

#new_article .box .box-ttl {
  font-size: .8rem;
  background: #bdc3c4;
  display: inline-block;
  padding: 5px 1em;
  line-height: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin-right: .5em;
}

/*
    強調警告
    */

#new_article .box-alert,
#new_article .box-important {
  border-color: #f55852;
  color: #f55852;
}

#new_article .text-important {
  color: #f55852;
}

/* overwrite start */
#new_article .box-alert *,
#new_article .box-important * {
  color: #f55852;
}

#new_article .box-alert a,
#new_article .box-important a {
  color: #0892c7;
}

#new_article .box-important ul>li::before {
  background: red;
}

#new_article .box-important ul.note-list>li::before {
  background: transparent;
}

#new_article .box-important p {
  padding-top: 0px;
}

/*補足情報コンテンツ*/

#new_article .box-aside {
  border: 2px solid #ddd;
  padding: 1em 2em;
  margin: 1em 0;
  /*background: #f6f6f6;*/
  font-size: .8rem;
}

#new_article .box-aside * {
  font-size: .9rem;
  color: #999;
}

#new_article .box-aside a {
  color: #0892c7;
}

#new_article .box-aside>h4:first-child,
#new_article .box-aside>h5:first-child {
  margin-top: 0;
}

/*横位置*/

#new_article .align-left {
  text-align: left;
  overflow: auto;
}

#new_article .align-left * {
  float: left;
}

#new_article .align-center {
  text-align: center;
}

#new_article .align-center * {
  margin-right: auto;
  margin-left: auto;
}

#new_article .align-right {
  text-align: right;
  overflow: auto;
}

#new_article .align-right * {
  float: right;
}

/*縦位置*/

#new_article .valign-top,
#new_article .valign-top * {
  vertical-align: top;
}

#new_article .valign-middle,
#new_article .valign-middle * {
  vertical-align: middle;
}

#new_article .valign-bottom,
#new_article .valign-bottom * {
  vertical-align: bottom;
}

#new_article .valign-baseline,
#new_article .valign-baseline * {
  vertical-align: baseline;
}

/*画面名の遷移表示*/
#new_article .screen-box {
  margin: 1em 0 2em 0;
  background: #FAFAFA;
  font-size: .9em;
  padding: 1em 1.5em;
}

#new_article .screen-box dl dt {
  font-size: .9em;
}

#new_article .screen-contents {
  margin: .5em 0 0em;
  padding: 0;
  list-style: none;
  position: relative;
}

#new_article .screen-contents>li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: left;
  line-height: 100%;

  font-size: .9em;
}

@media only screen and (max-width: 640px) {
  #new_article .screen-contents>li {
    font-size: .9rem;
  }
}

#new_article .screen-contents>li::before {
  content: "\f114";
  font-family: FontAwesome;
  background-size: 100%;
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-right: .5em;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: none;
}

#new_article .screen-contents>li::after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 .5em 0 .7em;
  background: none;
}

#new_article .screen-contents>li:last-child::after {
  display: none;
}

#new_article .screen-contents>li:last-child::before {
  content: "\f07b";
}

#new_article .screen-contents>li strong {
  font-size: 1em;
}

/*リンク*/
#new_article a.link-external,
#new_article a.link-pdf,
#new_article a.link-excel,
#new_article a.link-word,
#new_article a.link-relation {
  display: inline-block;
  position: relative;
  font-size: 0.8rem;
  /* overwrite start */
  background: none;
  padding-right: 0;
  margin-right: 0;
  /* overwrite end */
}

#new_article a.link-relation {
  font-size: 1.0rem;
}

/* 右端リンク */
/* 外部 */
#new_article a.link-external::after,
#new_article a.link-pdf::after,
#new_article a.link-excel::after,
#new_article a.link-word::after {
  display: inline-block;
  line-height: 1;
  position: relative;
  right: 0;
  top: 0;
  margin-left: .3em;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/hc/theming_assets/01J00R6X83KX0YRAWGSY1B6RQ7) left .2em no-repeat transparent;
  background-size: 80%;
}

/* pdf */
#new_article a.link-pdf::after {
  background: url(/hc/theming_assets/01J00R8C1VB7H6ZSS2AQ59RBKE) left top no-repeat transparent;
  margin-left: .2em;
  background-size: 100%;
}

/* adobe download */
#new_article .adobe_pdf {
  display: block;
  width: 100%;
  margin: 2em 0;
  padding: 0;
  border: 1px solid #bdc3c4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: -0.4em;
}

#new_article .adobe_pdf dt,
#new_article .adobe_pdf dd {
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
  font-size: .8rem;
}

#new_article .adobe_pdf dt {
  padding-right: 0;
}

#new_article .adobe_pdf dd {
  width: 75%;
  text-align: left;
}

#new_article .adobe_pdf dd p {
  margin: 0;
  font-size: .8rem;
}

#new_article .adobe_pdf dd strong {
  display: block;
  padding-bottom: .5em;
}

#new_article .adobe_pdf a {
  color: #0892c7;
  font-size: 1em;
  font-weight: 600;
}

#new_article .adobe_pdf a:hover {
  text-decoration: none;
}

/* excel */
#new_article a.link-excel::after {
  background: url(/hc/theming_assets/01J00R9KFY9EJMVG6FHN01DYQM) left center no-repeat transparent;
  margin-left: .2em;
  background-size: 100%;
  height: 1.3em;
  vertical-align: top;
  display: inline-block;
}

/* word */
#new_article a.link-word::after {
  background: url(/hc/theming_assets/01J00RAMG46E487W6W19ZXYVWC) left center no-repeat transparent;
  margin-left: .2em;
  background-size: 100%;
  height: 1.3em;
  vertical-align: top;
  display: inline-block;
}

/* 画像リンクの場合はアイコンなし */
#new_article a.imglink::after {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

/* 関連 */
#new_article .relation {
  margin: .5em 0;
  text-align: right;
  padding-top: 0;
}

#new_article a.link-relation {
  /*display: block;
    width: 55%;*/
  margin-left: auto;
}

#new_article a.link-relation::before {
  content: "";
  display: inline-block;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  margin-right: .5em;
  font-size: .8rem;
  background: url(/hc/theming_assets/01KBKW84EGR3CTKE4BCCHW99DG) left 2px no-repeat transparent;
  width: 1em;
  height: 1em;
  line-height: 1;
  background-size: 100%;
}

/*  導線リンク */
#new_article a.btn {
  text-decoration: none;
  border: 1px solid;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 1em 2.5em 1em 2em;
  display: inline-block;
  line-height: 1;
  margin: 2em auto;
  font-weight: bold;
  position: relative;
  /* overwrite start */
  background: none;
  color: inherit;
  /* overwrite end */
}

#new_article a.btn:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

#new_article a.btn::after {
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
  background: url(/hc/theming_assets/01KBKW84AQSN3XSWAYCTRW4BCK) center center no-repeat transparent;
}

#new_article a.primary {
  color: white;
  background: #20aee5;
  min-width: 315px;
}

#new_article a.external::after {
  content: "";
  width: 1em;
  height: 1.2em;
  background: url(/hc/theming_assets/01J00RF10V6PEBTQWZX06KPYX4) left top no-repeat transparent;
}

@media only screen and (max-width: 500px) {
  #new_article a.primary {
    min-width: 100px;
  }
}

/*dl*/

#new_article dl {
  margin: 1em 0;
  padding: 0;
}

#new_article dt,
#new_article dd {
  margin: 0;
  padding: 0;
  position: relative;
}

#new_article dt {
  font-weight: 600;
}

#new_article dt+dd,
#new_article dt+dt {
  margin-top: .5em;
}

#new_article dd+dt {
  margin-top: 1.5em;
}

#new_article dt img,
#new_article dd img {
  border: 1px solid #bdc3c4;
}

#new_article .img-height-l {
  text-align: center;
}

#new_article .img-height-l img {
  max-width: 320px;
}

/*リリース情報dl(リスト）*/

#new_article dl.release-list {
  margin-top: 2em;
}

#new_article dl.release-list dt {
  font-size: 1em;
  border-bottom: 1px solid #bdc3c4;
  padding-bottom: .5em;
}

/*faq*/

#new_article .faq>dt,
#new_article .faq>dd {
  padding-left: 2em;
}

#new_article .faq>dt::before,
#new_article .faq>dd::before {
  position: absolute;
  content: "Q";
  top: .1em;
  left: 0;
  padding-right: .5em;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 1em;
}

#new_article .faq>dt {
  font-size: 1.15em;
}

#new_article .faq>dd::before {
  content: "A";
  color: #20aee5;
  top: 0;
}

#new_article .faq>dd+dt {
  margin-top: 2.5em;
}

/*画面の説明*/

#new_article .parts-explain {
  margin-top: 2em;
}

#new_article .parts-explain>dt {
  font-weight: 600;
  color: #ff9700;
  position: relative;
}

#new_article .parts-explain>dt .num {
  color: white;
  background: #ff9700;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: .8rem;
  position: relative;
  left: 0;
  top: -.2em;
  margin-right: .5em;
  font-weight: 600;
}

#new_article .parts-explain>dd {
  padding-left: 2em;
}

#new_article .parts-explain>dd>dl {
  margin-top: .5em;
}


/*アコーディオン*/

#new_article .acordion dt {
  padding: .5em;
  margin: 0;
  background: #f0f0f0;
  border: 1px solid #bdc3c4;
  font-weight: normal;
}

#new_article .acordion dt.arg_ac_open {
  font-weight: 600;
  background: none;
  border-bottom: none;
}

#new_article .acordion dt::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #bdc3c4;
  border-right: solid 2px #bdc3c4;
  -ms-transform: rotate(133deg);
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  top: .7em;
  position: absolute;
  right: 18px;
}

#new_article .acordion dt.arg_ac_open::after {
  -ms-transform: rotate(-46deg);
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  top: 21px;
}

#new_article .acordion dd {
  margin: -1px 0 .5em 0;
  padding: .5em;
  border: 1px solid #bdc3c4;
  border-top: none;
}

#new_article .acordion dd+dt {
  margin-top: -1px;
  border-top: 1px solid #bdc3c4;
}

#new_article .acordion dd li {
  border: none;
}

/*
  アプリアイコンリスト　アイコン＋テキスト
  */

#new_article .appicon_list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

#new_article .appicon_list>li {
  margin: 0 0 1.5em 0;
  padding: 0;
  width: 31%;
  min-height: 0%;
  overflow: hidden;
}

#new_article .appicon_list>li::before {
  display: none;
}

#new_article .appicon_list a.imglink {
  display: block;
  float: left;
  margin-right: 5%;
  border-radius: 22.5%;
  overflow: hidden;
  width: 26%;
  max-width: 100px;
  height: auto;
  border: 1px solid #ddd;
}

#new_article .appicon_list a {
  font-size: .8rem !important;
}

#new_article .appicon_list .imglink img {
  border: none !important;
  width: 100%;
  height: auto;
}

#new_article .appicon_list dl {
  display: block;
  width: 60%;
  float: left;
  margin: 0;
}

#new_article .appicon_list dt,
#new_article .appicon_list dd,
#new_article .appicon_list p {
  font-size: .8rem;
}

#new_article .appicon_list dt a {
  font-weight: bold;
}

#new_article img.ico-shift {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  width: 3%;
}

@media only screen and (max-width: 767px) {
  #new_article .appicon_list>li {
    width: 50%;
  }

}

@media only screen and (max-width: 640px) and (orientation: portrait) {

  #new_article .appicon_list {
    flex-flow: column wrap;
  }

  #new_article .appicon_list>li {
    width: 100%;
  }

  #new_article img.ico-shift {
    width: 6%;
  }
}

/*App Store ボタン*/

.app_store {
  margin: 1em 0;
  padding: 0;
}

.app_store>dt,
.app_store>dd {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
}

.app_store>dd {
  margin-top: .5em;
}

.app_store a {
  background: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block;
  width: auto;
  text-align: center;
}

.app_store a img {
  max-height: 60px;
  width: auto !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none !important;
  margin-bottom: 0px !important;
}

/*vide iframe*/

#new_article .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1em 0;
}

#new_article .video iframe,
#new_article .video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* space l m s */

#new_article .space-l {
  margin-top: 6em !important;
}

#new_article .space-m {
  margin-top: 3em !important;
}

#new_article .space-s {
  margin-top: 1em !important;
}

/* device pc sp */

#new_article .disp-sp {
  display: none;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .disp-sp {
    display: block;
  }

  #new_article .disp-pc {
    display: none;
  }
}

/********
article-list-info
**********/
.article-list-info {
  float: left;
  /*width: 80%;*/
  position: relative;
  margin: 0;
  display: flex;
}

.article-list-info li {
  position: relative;
  list-style: none;
  /*padding-left: 5px;*/
  color: #fff;
}

.article-list-info li::before {
  display: none;
}

.article-list-info li+li {
  margin-top: .3em;
}

.article-list-info li.sp-news-num {
  display: none;
  position: relative;
  padding-left: 3.5em;
}

.label-new {
  display: inline-block;
  background: #ff9700;
  color: white;
  line-height: 1;
  padding: .3em .6em;
  border-radius: 3px;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  top: .3em;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: .5rem;
}

.article-list-info li.sp-news-num::before {
  content: "New";
  position: absolute;
  padding: 0 .6em;
  line-height: 16px;
}

/* お知らせ一覧カテゴリ／セクションのNEW */
li.article-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}


/***************
mixd original css START
*************/

#new_article .sc-wrap>table {
  /* mixd */
  min-width: 600px;
  margin: .5em 0;
}

/* tabs (juri) */

.arg_container .article-body #new_article ul.tabs-menu {
  border-bottom: 1px solid #ddd;
  display: table;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1.4em;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.arg_container .article-body #new_article ul.tabs-menu li {
  padding: 7px 15px;
  display: table-cell;
  background-color: #FFF;
  border-top: 1px solid #d4d4d1;
  border-left: 1px solid #d4d4d1;
  margin-top: 0;
  border-radius: 10px 10px 0 0;
  background: #d4d4d1;
  font-size: 1.4rem;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li a {
  color: #fff;
  font-weight: bold;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li:before {
  display: none;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li:last-child {
  border-right: 1px solid #d4d4d1;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li.current {
  position: relative;
  background-color: #fff;
  z-index: 5;
  border-bottom: none;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li a {
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu .current a {
  color: #2e7da3;
}

.arg_container.container .article-content .article-body #new_article #new_article .tab {
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #d4d4d1;
  margin-top: -1px;
}

.arg_container.container .article-content .article-body #new_article #new_article div.tab-content {
  width: 100%;
  padding: 20px;
  display: none;
}

.arg_container.container .article-content .article-body #new_article #new_article .tab div:first-child {
  display: inline-block;
}

.arg_container.container .article-content .article-body #new_article div.tab-content .index {
  background-color: none;
  background: none;
  margin: 0;
}

/*********************************
mixd original css END
**********************************/

/**********************************
top design renewal 2018/04/
***********************************/

#top_container .container {
  width: 100%;
  padding: 0 10px;
}

#top_container section {
  margin: 0;
}

.top_container {
  /*min-width: 320px;*/
}

.top_container .category_menu {
  max-width: 1130px;
  margin: 0 auto;
}

.top_container .category_menu>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  margin: 0;
  padding: 0;
}

.top_container .category_menu>ul>li {
  display: block;
  text-align: center;
  /* width: 49.4%; */
  margin-bottom: 10px;
  /*min-height: 270px;*/
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-bottom: 18px;
}

.showlist-tag::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #20aee5;
  border-right: solid 2px #20aee5;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  pointer-events: none;
  text-align: right;
  margin-left: 80px;
  margin-top: 8px;
}

.top_container .category_menu ul:after {
  content: "";
  display: block;
  width: 370px;
}

.top_container .category_menu>ul>li a {
  /*display: inline-block;*/
  height: 100%;
  width: 100%;
}

.list_text-link a:hover {
  background-color: #eaeaea;
  text-decoration: none;
}

.top_container .category_menu .list_inner {
  display: block;
  color: #555555;
  /*min-height: 250px;*/
}


.top_container .category_menu .list_inner .list_subtext {
  line-height: 1.3em;
  margin-top: .5em;
}

.top_container .category_menu .list_inner .list_title {
  font-weight: 900;
  max-width: 200px;

}

.top_container .category_menu .list_inner .list_subtext {
  font-size: .8em;
}

.top_container .category_menu .main_category .list_icon {
  /*margin-right: auto;
    margin-left: auto;*/
  display: table;
  width: 88%;
  margin: 16px 20px 10px;
  /*padding-left: 5px;*/
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.top_container .category_menu .main_category .list_icon img {
  max-width: 50px;
  max-height: 50px;
  float: left;
}

.top_container .category_menu .main_category .list_title {
  font-size: 20px;
  margin: 0 auto;
  padding-top: 10px;
}


.top_container .category_menu .sub_category .list_inner {
  padding: 0;
}

.top_container .category_menu .sub_category .list_icon {
  width: 30%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 2.1em 0;
}

.top_container .category_menu .sub_category .list_icon img {
  max-width: 46px;
  max-height: 46px;
}

.top_container .category_menu .sub_category .list_text {
  width: 67%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-right: 1.4em;
  margin-top: 0;
  border-style: none;
}

.top_container .category_menu .sub_category .list_title {
  font-size: 1.5vw;
  margin-bottom: 0;
  color: #626262;
}

.top_container .category_menu .sub_category .list_subtext {
  margin-top: .4em;
}

.arg_faq_tit .arg_more,
.arg_faq_tit>a {
  display: table-cell;
}

#top_container .arg_faq_content {
  padding: 0;
}

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

  .top_container .category_menu .sub_category .list_icon {
    margin: 2.2em 0;
  }

  .top_container .category_menu .main_category .list_title {
    font-size: 20px;
  }

  .top_container .category_menu .main_category .list_subtext {
    font-size: .9em;
    text-align: left;
    margin: 10px 20px;
  }

  .top_container .category_menu .sub_category .list_title {
    font-size: 1.1em;
    margin-bottom: 0em;
  }

  .top_container .category_menu .sub_category .list_subtext {
    font-size: .9em;
    margin-top: .2em;
  }

  #top_container .arg_faq_content {
    width: 1130px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 763px),
print {
  .top_container .category_menu .main_category>li {
    /*padding-bottom: .5em;*/
    width: 100%;
  }

  .top_container .category_menu .main_category .list_icon img {
    max-width: 48px;
    max-height: 48px;
  }

  .top_container .category_menu .main_category .list_title {
    font-size: 1.2em;
  }

  .top_container .category_menu .main_category .list_subtext {
    padding: 0 6%;
    font-size: 1.4vw;
  }

  .top_container .category_menu .sub_category>li {
    width: 49.4%;
    padding-bottom: .5em;
  }

  .top_container .category_menu .sub_category>li {
    margin-left: 0;
  }

  .top_container .category_menu .sub_category .list_inner {
    padding: 1.3em 0 1em;
    display: block;
  }

  .top_container .category_menu .sub_category .list_icon {
    display: inline-block;
    margin: 0;
  }

  .top_container .category_menu .sub_category .list_text {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .top_container .category_menu .sub_category .list_icon img {
    max-width: 42px;
    max-height: 42px;
    vertical-align: middle;
  }

  .top_container .category_menu .sub_category .list_title {
    font-size: 1.9vw;
    margin-bottom: .4em;
  }

  .top_container .category_menu .sub_category .list_subtext {
    font-size: 1.7vw;
    margin-bottom: 0;
  }

  #top_container .arg_faq_content {
    padding: 0;
  }

}

@media only screen and (max-width: 599px) {
  .top_container .category_menu ul.main_category>li {
    width: 100%;
    padding-bottom: 1rem;
    margin: 0 auto;
    margin-top: 1rem;
    min-height: 240px;
  }

  .top_container .category_menu .main_category .list_icon {
    width: 28%;
  }

  .top_container .category_menu .main_category .list_icon img {
    padding: 0;
    width: 60px;
    height: auto;
  }

  .top_container .category_menu .main_category .list_text {
    width: 70%;
    text-align: left;
    margin: 0 auto;
  }

  .top_container .category_menu .main_category .list_inner {
    display: block;
    width: 100%;
  }

  .top_container .category_menu .main_category .list_inner>* {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 90%;
  }

  .top_container .category_menu .main_category .list_subtext {
    font-size: .8em;
    padding: 0;
  }

  .top_container .category_menu .sub_category li {
    padding-bottom: .5em;
    width: 49%;
  }

  .top_container .category_menu .sub_category .list_inner {
    padding: 1.3em 0 .8em;
    display: block;
  }

  .top_container .category_menu .sub_category .list_icon {
    width: 100%;
    display: block;
  }

  .top_container .category_menu .sub_category .list_icon img {
    max-width: 38px;
  }

  .top_container .category_menu .sub_category .list_text {
    width: 100%;
    text-align: center;
    padding: 0 8%;
    display: block;
    min-height: 4.2em;
  }

  .top_container .category_menu .sub_category .list_title {
    font-size: 3.3vw;
    margin: .4em 0 0;
  }

  .top_container .category_menu .sub_category .list_subtext {
    font-size: 2.8vw;
  }

}

@media only (min-width: 764px) and (max-width: 1160px) {
  .top_container .category_menu .sub_category .list_icon {
    margin: 2.1em 0;
  }
}

@media all and (-ms-high-contrast:none) {
  .top_container .category_menu .main_category .list_icon img {
    max-width: 48px;
    max-height: 48px;
    width: 100%;
    height: auto;
    float: left;
  }

  /*IE11*/
}

/* faq-chatbot */
@media only screen and (max-width: 600px) {
  html.bot-open {
    overflow: auto;
    height: 100%;
  }

  .bot-open body {
    overflow: hidden;
    height: 100vh;
  }

  .bot-open body::before {
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    background: rgba(0, 0, 0, .7);
    transition: .3s linear;
    position: fixed;
    z-index: 1000;
  }
}

/* button gray-out from promo 2018.5.31 */
.karte-disabled-button a.primary {
  border: #e2e2e2 !important;
  background-color: #e2e2e2 !important;
  pointer-events: none;
  box-shadow: none;
  position: relative !important;
}

/***************
   zopim + karte
****************/
.zopim {
  z-index: 2147483641 !important;
}

/****************************

    box3セット

*****************************/

#new_article .box-surprised_mark h4 {
  color: #E75851;
  background: url(/hc/theming_assets/01KBKW851GGBKMAHE1HY16BZTH) no-repeat transparent;
}

#new_article .box-check h4 {
  color: #ff9700;
  background: url(/hc/theming_assets/01KBKW826ER7CMG5NVYQ17NK8S) no-repeat transparent;
}

#new_article .box-point h4 {
  color: #0892c7;
  font-size: 1.1rem;
  background: url(/hc/theming_assets/01KBKW84GKJFT9VNP6EE676616) no-repeat transparent;
  background-size: 0.9rem;
  background-position: top 8px left 0px;
  padding: 4px 0 0 24px;
  text-align: 1.5rem;
  line-height: 1.5rem;
}

#new_article .box-ipt-new h4 {
  line-height: 1.5rem;
  font-size: 1.1rem;
  color: #E75851;
}

#new_article .box-surprised_mark,
#new_article .box-point,
#new_article .box-check {
  border: none;
  padding: 1.4rem 1.8rem 1.7rem 1.8rem;

}

#new_article .box-surprised_mark h4,
#new_article .box-check h4 {
  background-size: 1.3rem;
  background-position: top 5px left 0px;
  padding: 4px 0 0 28px;
  text-align: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  font-size: 1.1rem;
}

#new_article .box-surprised_mark {
  background: #FCE5DD;
}

#new_article .box-point {
  background: #E1f0f8;
}

#new_article .box-check {
  background: #ffedda;
}

#new_article .box-ipt-new {
  border-color: #E75851;
  padding: 1.4rem 1.8rem 1.7rem 1.8rem;
}

#new_article .box-surprised_mark>*,
#new_article .box-point>*,
#new_article .box-check>* {
  padding-left: 28px;
}

#new_article .box-ipt-new p {
  font-size: 0.9rem;
}

/****************
検索
*****************/
.search_box {
  background-color: #E1F0F8;
  padding: 1em 0;
  margin: 0 0 1.5em;
}

.search_box .search input[type='search'] {
  border: 1px solid #dddddd;
  padding: .5em 70px .5em 50px;
  border-radius: 4px;
  height: 45px;
  line-height: 1;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.search::before {
  content: "";
  display: block;
  speak: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: url(/hc/theming_assets/01J00QWKPXP8B99TYXP9D33J0X) center center no-repeat transparent;
  background-size: 25px;
  -webkit-transform: none;
  transform: none;
}

@media only screen and (min-width: 768px) {
  .search_box.notop {
    position: absolute;
    right: 0%;
    left: 35%;
    top: 0;
    background: none;
    padding: 1em .5em 1em 0;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    z-index: 1;
  }

  .search_box .search input[type='search'] {
    height: 40px;
    line-height: 1;
  }

  .notop .search {
    float: right;
  }

  .search::before {
    background-size: 23px;
  }
}

.search {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1130px;
}

.search_box input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-box-shadow: none;
  outline-offset: unset;
  outline: none;
}

.search_box input[type='submit'] {
  display: block;
  width: 80px;
  min-width: 60px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 37px;
  content: "検索";
  background-color: #20AEE5;
  color: white;
  font-size: .9rem;
  border: none;
  border-radius: 0 6px 6px 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .search_box {
    padding: 1em 0;
    margin: 0;
  }
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

.form {
  max-width: 650px;
  margin: 0 auto;
}

#new_request h2 {
  color: #20aee5;
  font-weight: bold;
  width: 100%;
  margin: 40px 0 20px 0;
  padding: 30px 0px 10px 0;
  font-size: 16px;
  border-top: 1px dotted #CCC;
}

/* チェックボックスをラベルと横並びにする */
input {
  vertical-align: middle;
}

strong {
  font-weight: 600;
  /* color: inherit;
  line-height: 100%;
  margin-bottom: 25px; */
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field~.form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 1rem;
  margin-bottom: .5rem;
  font-weight: 600;
  display: inline-block;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #20aee5;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #20aee5;
}

.form-field input[type="checkbox"] {
  width: auto;
  position: relative;
  top: .1em;
  width: 15px;
  height: 15px;
  padding: 6px;
  -webkit-appearance: checkbox;
}

.form-field input[type="checkbox"]:checked {
  background: #20aee5;
  border-color: #20aee5;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #20aee5;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"]+label {
  margin: 0 0 0 10px;
}

.form-field.required>label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #84979e;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
  margin-bottom: 40px;
}

.form footer a {
  color: #84979e;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #004189;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01K858EDGV0G5PVWDSYBEZMD40) 99% 50% no-repeat;
  background-size: 16px 16px;
}

@media (min-width:900px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-orient: block-axis;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
}

@media (max-width: 1024px) and (min-width: 900px) {
  .article-relatives {
    -webkit-box-orient: block-axis;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.article-relatives>* {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives>*:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives>* {
    margin-right: 20px;
  }
}

.related-articles h3,
.recent-articles h3 {
  color: #555555;
  font-size: 130%;
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  border-left: none;
  border-bottom: 0px solid rgba(0, 0, 0, 0.07);
}

.related-articles h3 {
  font-size: 22px;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0px 10px 0px;
  font-weight: 600;
}

/* アコーディオン用の追加 2018/07/20 @rufei */
.accordion {
  display: none;
}

#new_article .accordion p {
  padding-top: .8em;
}

/*人気のキーワード*/
.keyword-sp {
  color: #555555;
  width: 90%;
  background-color: #fff;
  padding: 15px 12px 12px;
  border-radius: 4px;
  /*height: 80px;*/
  border: 1px solid #dddddd;
  font-size: 1rem;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: .8rem;
  font-weight: 600;
}

/*    */
.air-faq {
  margin: 0 auto;
  max-width: 1130px;
  height: 350px !important;
  padding-top: 20px;
}

.air-faq-title {
  color: #555555;
  border-bottom: 1px solid #dddddd;
  font-size: 22px;
  max-width: 1130px;
  margin: 0 auto;
  font-weight: 600;
  padding-top: 10px;
}

.air-content {
  font-size: 18px;
  padding: 20px 0;
  margin-right: 10px;
  font-weight: 600;
  width: 365px;
  float: left;
}

.content-link {
  font-size: 14px;
  padding: 10px 0;
  font-weight: 300;
}

.content-link .a {
  font-weight: 400;
}

.Popularity {
  font-size: 14px;
  background-color: #fafafa;
  height: auto;
  max-width: 340px;
  padding: 15px;
  line-height: 1.65;
}

.Popularity-link {
  font-size: 14px;
  font-weight: 400;
}

.Popularity-link ul {
  margin-left: 20px;
}

.Popularity .Popularity-link li::before {
  content: "Q";
  margin-left: -20px;
  padding-right: .3em;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 1em;
  color: #20aee5;
}

.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  align-items: center;
  line-height: inherit;
  height: auto;
  width: 90%;
}

.logo img {
  max-height: 30px;
}

/***** footer *****/
footer .copyright a.recru_link {
  display: inline-block;
}
footer .copyright span {
  margin: 0 0 0 10px;
}
.copyright .trademark {
  font-size: 10px;
  margin-left: .5rem;
  display: block;
}

footer .block_trademark {
  margin-top: .5em;
}

/* @media screen and (max-width: 640px), print ------------------------ */
@media screen and (max-width: 640px), print {
  .keyword-iPad {
    display: none;
  }

  .header_info_title {
    display: none;
  }

  .keyword-link a {
    font-weight: 300;
    color: #0892c7;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1267px),
print {
  .air-faq {
    height: 600px !important;
  }
}


/* iPad */
@media screen and (min-width: 641px) and (max-width: 1023px),
print {
  .container .article-content .article-body img {
    border: 1px solid #cccccc;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .header-news {
    /*padding: .5em  1.8em;*/
  }

  .list_title {
    font-size: 1rem;
  }

  .header-news section {
    width: 90%;
  }

  .keyword {
    display: none;
  }

  .keyword-iPad {
    color: #555555;
    width: 90%;
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .keyword-link {
    padding-top: 5px;
    max-width: 1130px;
  }

  .keyword-link a {
    padding-right: 20px;
    font-weight: 400;
    color: #0892c7;
  }

  .keyword-link a:hover {
    opacity: 0.6;
    text-decoration: none;
  }

  .top_container .category_menu>ul>li {
    width: 49.4%;
  }

  .air-faq {
    height: 600px !important;
  }

  .Vertical img {
    max-width: 30%;
  }

  .Oblong {
    max-width: 55%;
  }

  .Horizontal {
    max-width: 100%;
  }

  .Denpyo {
    max-width: 40%;
  }

  .meritpic {
    max-width: 20%;
    text-align: left;
  }

  .meritpic img {
    margin: 0px !important;
    border: 1px solid #cccccc;
  }

  .meritpic-iPad {
    max-width: 30%;
    text-align: left;
  }

  .meritpic-iPad img {
    margin-bottom: 0px !important;
    border: 1px solid #cccccc;
  }

  .meritpic-denpyo {
    max-width: 35%;
  }

  .list_text-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 768px) {
  .air-faq {
    min-height: 800px;
  }

  .top_container .category_menu>ul>li {
    width: 49.4%;
  }

  .top_container .category_menu .main_category .list_title {
    padding-left: 10px;
  }
}

@media (max-width: 1000px) {
  .keyword {
    display: none;
  }
}

.a:hover {
  opacity: 0.6;
  color: #0892c7;
}

.arg_container a:hover,
.arg_container a:active {
  color: #0892c7;
}

.list_icon p {
  text-align: left;
}

.square_btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none !important;
  color: #FFF;
  background-image: -webkit-linear-gradient(#ffffff 100%);
  background-image: linear-gradient(#ffffff 100%);
  transition: .4s;
  font-size: 12px;
  box-shadow: 2px 2px 4px #eeeeee;
  text-decoration: none;
}

.square_btn a {
  text-decoration: none;
  color: red;
}

.square_btn:hover {
  background-image: -webkit-linear-gradient(#ffffff 100%);
  background-image: linear-gradient(#ffffff 100%);
}

.list_text-link {
  border: 1px solid #ddd;
  border-radius: 20px;
  min-height: 40px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  /*margin-left: 1rem;
    margin-right: 1rem;*/
}

.top_container .category_menu ul li a {
  border: none;
  font-size: 1rem;
}

.list-content-link {
  border: none;
  text-align: left;
  padding: 5px 20px 10px;
  line-height: 2;
  font-size: 14px;
}


/* 【関口作業】画像のサイズ指定 */

@media (min-width: 768px) {
  .Vertical img {
    max-width: 30%;
  }

  .Oblong {
    max-width: 55%;
  }

  .Horizontal {
    max-width: 100%;
  }

  .Denpyo {
    max-width: 40%;
  }

  .meritpic {
    max-width: 20%;
    text-align: left;
  }

  .meritpic img {
    margin: 0px !important;
    border: 1px solid #cccccc;
  }

  .meritpic-iPad {
    max-width: 30%;
    text-align: left;
  }

  .meritpic-iPad img {
    margin-bottom: 0px !important;
    border: 1px solid #cccccc;
  }

  .meritpic-denpyo {
    max-width: 35%;
  }
}


/* 【関口作業】記事のメリット */
.list-content-link>li {
  border: none !important;
  height: 300px;
}


/* 記事のメリット ulバージョン*/
#new_article .new-box-merit {
  background-color: #E1F0F8;
  padding: 20px;
  border-radius: 4px;
}

#new_article .new-box-merit .point {
  background-color: #20aee5;
  width: 70px;
  border-radius: 3px;
  padding: 5px 6px 4px 8px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline;
}

#new_article .new-box-merit p {
  font-size: 1rem;
  font-weight: 600;
  margin: .5em 0;
  padding-top: 0px;
}

#new_article .new-box-merit ul li {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1.5em;
  margin: -5px 0;
}

#new_article .new-box-merit ul>li:before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  background: #999;
  width: 5px;
  height: 5px;
  position: absolute;
  top: .5em;
  left: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
  padding: 0;
}

.list-content-link a:hover {
  text-decoration: none;
}

.section-tree-title a {
  color: #536369 !important;
}

.Relation {
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}

/* 継承CSS打消し */
.footer {
  border-top: none;
}

.article-header {
  border-bottom: 0px solid #dddddd;
}

.a:hover,
a:active,
a:focus {
  opacity: 0.6 !important;
}

.page-header h1 {
  margin-bottom: 0px
}

.section-tree {
  min-height: 400px;
  margin-top: 20px
}

/* SP */
@media screen and (max-width: 568px) and (orientation: portrait) {
  .Vertical {
    margin: 1rem 55px;
  }

  #new_article .accordion .Vertical {
    margin: 25px;
  }

  .Horizontal {
    /*margin-top: 10px;*/
    min-width: 300px;
  }

  .Oblong {
    max-width: 100%;
    margin: 1rem;
  }

  .Denpyo {
    max-width: 100%;
    margin: 1rem;
  }

  .meritpic {
    margin: 0 auto;
    max-width: 60%;
  }

  .meritpic-iPad {
    margin: 1rem 2rem 2rem;
    max-width: 80%;
  }

  .meritpic-denpyo {
    max-width: 80%;
    margin: 1rem 1rem 1rem 1.5rem;
  }

  .keyword {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: none;
  }

  .keyword-link a {
    font-weight: 300;
    margin-top: .4rem;
    padding: .4rem .4rem .4rem 0;
    color: #0892c7;
  }

  .keyword-link {
    padding-top: .35rem;
  }

  .keyword-iPad {
    display: none;
  }

  .keyword-iPad p {
    display: none;
  }

  .air-faq {
    height: 750px;
    padding-top: 20px;
  }

  .page-header h1 {
    padding-top: 0px;
  }

  .section-tree-title h1 {
    padding-top: 5px;
  }

  .section-tree .section {
    /*padding: 0 8px;*/
  }

  .section-content {
    /*min-height: 900px;*/
    margin-bottom: 100px;
  }

  .top_menu_list {
    font-size: 0.8rem;
  }

  .top_container .category_menu .main_category .list_title {
    padding-left: 30px;
  }

  .list_text-link {
    margin: 0 20px;
  }

  .showlist-tag::after {
    margin-left: 75px;
  }

  .air-content {
    padding: 20px 0;
    width: 100%;
  }

  #container: {
    overflow: hidden
  }

  .meritpic .meritpic-iPad img {
    width: 30%;
    margin: 0 auto;
  }

  .article-list-info li {
    padding-left: .3rem;
  }

  .Popularity {
    width: 100%;
    max-width: 100%;
  }

  footer nav .inner {
    padding: 0 1rem;
  }

  .showlist-tag::after {
    margin-left: 60px;
  }

  .footer .pagetop {
    bottom: 10px;
    right: 15px;
  }

  .sub-nav {
    margin: 1.2em 0 5px 0;
    padding-bottom: 0px;
  }

  .article-header {
    margin-top: 0px;
  }

  .section-tree {
    margin-top: 0px !important;
  }

  .article-list-item {
    padding: 10px 0;
  }

  a[href^="tel:"] {
    /*pointer-events: none;*/
  }

  a[href="https://connect.airregi.jp/doc/privacy.html:"] {
    margin-left: 5px;
  }
}

/* SP ここまで*/
.list-content-link-2 ul {
  display: block;
}

/*.article-list-item a:link,.article-list-item a:hover,.article-list-item a:visited,.article-list-item a:active,.article-list-item a:focus{
  color: #555555;
}*/

#click_accordion a {
  font-size: 0.8rem;
  cursor: pointer;
}

.top_menu_list {
  padding-left: 19px;
  list-style: disc;
}

.section {
  margin-bottom: 60px;
}

/* Tableに線を表示*/
.FaqTable>tbody>tr>td {
  border: 1px solid #cccccc !important;
}

.FaqTable>tbody>tr:nth-child(1) {
  background-color: #f0f0f0 !important;
}

@media (min-width: 641px) {
  .keyword-sp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .section {
    padding-right: 0px;
  }

  .section-content {
    margin-bottom: 100px;
  }

  .search-weight {
    padding: 0 0 0 10px;
  }

  .section.knowledge-base {
    padding: 0 0 0 4px;
  }

  .arg_sp_recent {
    margin: 1rem;
  }
}

.section-tree .section {
  padding-right: 0px;
}

/* 付加情報 */
#new_article .new-box-merit .note-list {
  margin: .3em 0;
  padding: 0;
}

#new_article .new-box-merit .note-list>li {
  padding-left: 1.2em;
  text-indent: 0;
  line-height: 1.6;
  margin-top: 0;
  font-size: 0.9rem;
  font-weight: 300;
}

/* note-text併用時 */
#new_article .new-box-merit .note-text>li {
  font-size: inherit !important;
}

#new_article ol.note-list.note-text>li::before {
  top: .18rem;
}

#new_article ol.note-list {
  counter-reset: olstep;
}

#new_article ol.note-list>li {
  counter-increment: olstep;
  padding-left: 2em;
}

#new_article .note-list>li * {
  font-size: .9rem;
}

#new_article .new-box-merit .note-list>li::before,
#new_article .new-box-merit ol.note-list>li::before {
  content: "※";
  display: inline-block;
  background: none;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .45em;
  left: 0;
  line-height: 100%;
  font-size: .8rem;
}

#new_article .new-box-merit ol.note-list>li::before {
  content: "※" counter(olstep);
  color: inherit;
  width: 2em;
  text-align: left;
  font-weight: normal;
}

/* 強調ポイント */
#new_article .new-box-merit .box {
  margin: 1em 0;
  padding: 1em 1.2em;
  border: 1px solid #cccccc;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
}

#new_article .new-box-merit .box>*:first-child {
  margin-top: 0;
}

#new_article .new-box-merit .box>*:last-child {
  margin-bottom: 0 !important;
}

#new_article .new-box-merit .box .box-ttl {
  font-size: .8rem;
  background: #bdc3c4;
  display: inline-block;
  padding: 5px 1em;
  line-height: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin-right: .5em;
}


@media (min-width: 1024px),
print {
  .keyword {
    color: #555555;
    max-width: 1130px;
    width: 90%;
    background-color: #fff;
    padding: .9rem 1rem 1rem 1rem;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .keyword-link {
    padding-top: 5px;
    max-width: 1130px;
  }

  .keyword-link a {
    padding-right: 19px;
    font-weight: 400;
    color: #0892c7;
  }

  .keyword-link a:hover {
    opacity: 0.6;
    text-decoration: none;
  }

  .keyword-iPad {
    display: none;
  }

  .header {
    padding-left: 1rem;
  }

  .top_container .category_menu>ul>li {
    width: 32.8%;
  }

}

.container .article-content .article-body img {
  border: 1px solid #cccccc;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  #new_article .oneimg {
    margin: .5em 0;
  }

  #new_article .oneimg img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 850px),
print {
  .air-faq {
    height: 800px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1203px),
print {
  .top_container .category_menu>ul>li {
    width: 49.4% !important;
  }
}

/****************

  202405 header news

*****************/
.header-news-wrap {
  background: #656D70;
  padding: .5em 0;
  box-sizing: border-box;

  font-family: "Avenir next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
}

.header-news-wrap a {
  color: #fff;
}

.header-news-wrap section {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 16px;
}

dl.header-news-data {
  width: 80%;
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

dl.header-news-data dt {
  width: 80px;
  font-size: .9375em;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: .3em;
  margin-right: 0.625rem;
  padding: 0;
  box-sizing: border-box;
}

dl.header-news-data dd {
  width: calc(100% - 90px);
  font-size: .9375em;
  line-height: 1.5;
  margin-top: .3em;
  box-sizing: border-box;
}

dl.header-news-data dt:nth-of-type(1),
dl.header-news-data dd:nth-of-type(1) {
  margin-top: 0;
}

dl.header-news-data dd a {
  color: white;
  text-decoration: underline;
}

dl.header-news-data dd a:hover {
  text-decoration: none;
}

.header-news-wrap aside a {
  white-space: nowrap;
  text-decoration: none;
  text-decoration: underline;
  font-size: .9375em;
}

.header-news-wrap aside a::before {
  content: "";
  display: inline-block;
  background: url(/hc/theming_assets/01KBKW84AQSN3XSWAYCTRW4BCK) center center no-repeat transparent;
  padding: 0;
  margin-top: 0.35rem;
  width: 20px;
  height: 15px;
  line-height: 1;
  vertical-align: top;
  background-size: 7px;
}

/* 2405 header-news 1件もない場合 */
dl.header-news-data:not(:has(dt))::before {
  content: "最新のお知らせはありません";
  color: white;
  font-size: .9375em;
}

@media only screen and (max-width: 1160px) {
  .header-news-wrap section {
    width: 100%;
  }
}

/* 2405 header-news-wrap SPでも必ず表示の場合 */
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .header-news-wrap section {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  dl.header-news-data {
    width: 100%;
  }

  dl.header-news-data dt {
    width: 2.5em;
    flex-basis: 2.5em;
    display: none;
  }

  dl.header-news-data dd {
    flex-basis: auto;
    width: calc(100% - 2.5em - 10px);
    display: none;
  }

  dl.header-news-data dt:nth-of-type(-n+3),
  dl.header-news-data dd:nth-of-type(-n+3),
  dl.header-news-data dt.must,
  dl.header-news-data dd.must,
  dl.header-news-data dt.must+dd {
    display: block !important;
  }

  .header-news-wrap aside {
    margin-top: .5em;
    text-align: right;
  }

  .header-news-wrap aside a::before {
    margin-top: 0.4rem;
    width: 20px;
    height: 14px;
  }
}

/* algolia */

#sr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  	margin-top: 14px;
}

.sr-col-l {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    flex: 0 0 20%;
    max-width: 20%;
    box-sizing: border-box;
    padding: 10px;
}

.sr-col-l h5 {
    margin: 1.5em 0 .5em;
    font-weight: 600 !important;!i;!;
}

  /* ウィンドウ幅が768px未満の場合 */
  @media (max-width: 767px) {
      .sr-col-l {
          position: static; /* SPではstickyを無効にする */
          top: auto; /* top: 0 を無効にする */
          height: auto; /* 高さを自動にする */
          overflow-y: visible; /* スクロールを解除 */
      }
  }

.sr-col-r {
    flex: 0 0 70%;
    max-width: 70%;
    box-sizing: border-box;
    padding: 10px;
}

.sr-col-r h4 {
  margin-top:1em !important;
}

#service-filter label{
  display:block;
}

#searchForm {
    margin-bottom: 20px;
}

#queryInput {
    width: calc(100% - 100px);
    padding: 8px;
    margin-right: 10px;
}

#searchButton {
    padding: 8px 16px;
}

#new_article .sr-h5{
  margin: 8px 0 16px;
}

#new_article .sr-h4{
  display:none;
}

 .modal-close {
   display:none;
	}

.sr-col-l label{
	display: block;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 4px;
	cursor:pointer;
}

.sr-col-l input[type="checkbox"]{
	margin-right: 3px;
  margin-top: -4px;
}

.sr-col-l .reset-checkbox{
  font-size: 14px;
  padding-right:4px;
  text-align: right;
}

#service-filter label, #info-filter label {
  color: #555;
}

#service-filter label.sr-checked, #info-filter label.sr-checked {
  color: #0892c7;
}

#service-filter label, #info-filter label {
  display: flex;
  align-items: center;
}

#service-filter input[type="checkbox"], #info-filter input[type="checkbox"] {
  margin-right: 8px; /* チェックボックスとテキストの間にスペースを追加 */
}

#service-filter label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #007bff; /* チェックマークと枠の色を変更（モダンブラウザ対応） */
}

/* right-col */
.sr-col-r {
    flex: 0 0 80%;
    max-width: 80%;
    box-sizing: border-box;
    padding: 10px;
  	border-left: 1px solid #ccc;
  	padding-left:40px;
}

.sr-col-r #new_article h2{
  margin: 0 0 16px;
}

.sr-col-r #new_article p.sr-summary{
  margin: 0 0 16px;
}

.sr-col-r #new_article #searchForm{
  position: relative;
  margin: 14px 0 0;
}

.sr-col-r #new_article .search{
	width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sr-sp{
    display:none;
  }
}

.sr-sp{
    background-color: #E1F0F8;
    padding: 20px 0 1px;
    width: 100%;
}


.sr-sp #queryInput,
.sr-col-r #new_article #queryInput {
  border: 1px solid #bdc3c4;
  padding: .5rem 70px .5rem 50px;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1rem;
}

.sr-sp #searchButton,
.sr-col-r #new_article #searchButton{
    display: block;
    padding: 0;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 37px;
    content: "検索";
    background-color: #20AEE5;
    color: white;
    border: none;
    border-radius: 0 6px 6px 0;
    font-weight: 400;
    width: 60px;
    font-size: 0.9rem;
    font-weight: normal;
}

.sr-col-r #new_article h4 {
  margin-top:1em;
}

.sr-col-r #new_article .hit-container{
  border-bottom:1px #ccc solid;
  padding: 16px 0;
  position: relative;
  background-repeat: no-repeat;
	background-size: auto 20px;
  background-position: calc(100% - 28px) 35px;
}



.sr-col-r #new_article .sp-filter{
  display:none;
}

#new_article .hit-container h5{
 width: calc(100% - 210px); 
}

div.logo-arg {background-image: url('/hc/theming_assets/01KBKW81P3XGVE803Z651ZJ77K');}
div.logo-apy {background-image: url('/hc/theming_assets/01KBKW7VBCHCTFWHM6HKDFW4XB');}
div.logo-mpa {background-image: url('/hc/theming_assets/01KBKW80GGHBK0MHWD4DFH641B');}
div.logo-pyr {background-image: url('/hc/theming_assets/01KBKW82C1K6V6J3N7ZKXFYBCG');}
div.logo-msc {background-image: url('/hc/theming_assets/01KBKW81G3PAW728BKZGTNJ04Q');}
div.logo-sft {background-image: url('/hc/theming_assets/01KBKW8414YYF04293TBFX3S1W');}
div.logo-rb {background-image: url('/hc/theming_assets/01KBKW84N9CWS3DT685H6R7MQD');}
div.logo-mate {background-image: url('/hc/theming_assets/01KBKW844B2TQE9YDPY661BANS');}
div.logo-awt {background-image: url('/hc/theming_assets/01KBKW847R9M3DZ7N0JSXS9XVC');}
div.logo-rsv {background-image: url('/hc/theming_assets/01KBKW84AJEN2D4TMF8P7C3ZPX');}
div.logo-aid {background-image: url('/hc/theming_assets/01KBKW83QWYD5XEA04CAT1MS3Z');}
div.logo-acs {background-image: url('/hc/theming_assets/01KBKW81P2R5Y1WMEC02KHQ20D');}
div.logo-mkt {background-image: url('/hc/theming_assets/01KBKW81FYY662KE7DM9CJET39');}
div.logo-oes {background-image: url('/hc/theming_assets/01KBKW83QVHZTSQTVF9JPBF6TQ');}
div.logo-psb {background-image: url('/hc/theming_assets/01KBKW82JTV94PH1N5TXZK5QXJ');}

.sr-col-r #new_article .hit-container.logo-psb  {
    background-size: auto 30px;
}

#new_article .hit-container h5{
  font-size: 18px;
  margin: 14px 0;
  padding: 0;
}

#new_article .hit-container h5 em{
  font-style:normal;
  font-weight:bold;
  color: #0892c7;
}

.search-results em,.hit-container em{
  font-weight: 600 !important;!i;!;
  font-style: normal;
}

#new_article .zero-result-message{
  margin:18px 0;
  text-align: center;
}

#new_article .zero-result-message h3{
  border:0px;
  margin-bottom: 18px;
}

#new_article .hit-container .sr-breadcrumb{
  font-size:15px;
  color: #555;
}

#new_article .hit-container .sr-breadcrumb a{
  font-size:15px;
  color: #555;
  text-decoration:none;
}

#new_article .hit-container .sr-breadcrumb a:hover{
  text-decoration: underline;
  color: #0892c7;
}

@media screen and (max-width: 900px) {
  
  #new_article .hit-container h5{
    width: 100%;
    padding-left: 62px;
    line-height:1.3em;
    min-height: 44px;
    background-size: auto 38px;
    background-position: 0 center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }

  #new_article .hit-container{
    background-image:none;
  }

  #new_article h5.logo-arg {background-image: url('/hc/theming_assets/01KBKW875MNAXAGYE7A3BFG6VA');}
  #new_article h5.logo-apy {background-image: url('/hc/theming_assets/01KBKW8736VH721ZB2F8WW999G');}
  #new_article h5.logo-mpa {background-image: url('/hc/theming_assets/01KBKW86VY1E0H9JZRPW23CK4C');}
  #new_article h5.logo-pyr {background-image: url('/hc/theming_assets/01KBKW8659A9AJQ4XP5KJYD6SE');}
  #new_article h5.logo-msc {background-image: url('/hc/theming_assets/01KBKW872XHDQS7M38GDRTDKP5');}
  #new_article h5.logo-sft {background-image: url('/hc/theming_assets/01KBKW86C0A6EVWD6PPZFZXPBZ');}
  #new_article h5.logo-rb {background-image: url('/hc/theming_assets/01KBKW874S77W06D4VRN4CNXPM');}
  #new_article h5.logo-mate {background-image: url('/hc/theming_assets/01KBKW874X6HF59X84ZKGRYJAJ');}
  #new_article h5.logo-awt {background-image: url('/hc/theming_assets/01KBKW875F13NTCJHZEKVD6WWA');}
  #new_article h5.logo-rsv {background-image: url('/hc/theming_assets/01KBKW8730G0GH2Z15VWDKXHAD');}
  #new_article h5.logo-aid {background-image: url('/hc/theming_assets/01KBKW87380ECSSKDSV91EY2H7');}
  #new_article h5.logo-acs {background-image: url('/hc/theming_assets/01KBKW828V2HY4HK40JB7Z1W69');}
  #new_article h5.logo-mkt {background-image: url('/hc/theming_assets/01KBKW864M1FK9XZGWWTRD5773');}
  #new_article h5.logo-oes {background-image: url('/hc/theming_assets/01KBKW8737Y7XBC01DVJM05NBD');}
  #new_article h5.logo-psb {background-image: url('/hc/theming_assets/01KBKW874Y9E46KB022DWVB0KW');}
}




/*ファルタの表示切替*/
@media screen and (max-width: 767px) {
  .sr-col-l{
    display:none;
    width: 90%;
    max-width: 90%;
    flex: 0 0 90%;
  }
  
  .modal-close {
    	display:block;
      position: absolute;
      top: 14px;
      right: 14px;
      border: none;
      cursor: pointer;
    	height: 14px;
    	width: 14px;
    	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 41"%3E%3Cpath d="M2.245 40.384L0 38.139 17.755 20.384 0 2.629 2.245.384 20 18.139 37.755.384 40 2.629 22.245 20.384 40 38.139 37.755 40.384 20 22.629 2.245 40.384Z" fill="%23333"/%3E%3C/svg%3E');
      size: 14px;
      z-index: 10000;
  }
  
  .sr-col-r{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    border-left: none;
    padding: 0px;
  }
  
  .sr-col-r #new_article form{
    display:none;
  }
  
  .sr-col-r #new_article .sp-filter{
    position: relative;
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    padding: 16px 14px;
    border-radius: 4px;
    background-color: #20AEE5;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14"><path d="M0.26 5.065L5.36 10.165c.083.086.183.154.293.201.11.046.228.07.348.069.237-.001.465-.094.636-.258l5.1-5.1c.09-.079.163-.176.216-.285s.06-.228.064-.348c.005-.12-.015-.24-.059-.352s-.097-.202-.182-.287-.201-.154-.313-.199c-.112-.045-.232-.067-.352-.064s-.24.028-.35.078-.198.122-.278.213L6 8.323 1.5 3.823c-.078-.095-.175-.173-.285-.228-.11-.055-.23-.087-.353-.093-.123-.006-.246.014-.36.058-.115.045-.219.113-.306.2-.087.087-.155.191-.2.306s-.069.233-.063.356c.005.123.037.244.093.353s.133.201.228.285z" fill="white"/></svg>');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    cursor:pointer;
	}

  .sr-col-l.modal {
      display: none;
      position: absolute;
      z-index: 9999;
      background-color: #fff;
      border:1px solid #ccc;
      padding: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  #new_article .sr-h4{
    display:block;
    margin: 8px 0 16px;
  }

  #service-filter,#info-filter {
    	display: flex;
			flex-wrap: wrap;
  }
  
  #service-filter label,#info-filter label {
    	width:33%;
  }
  
  .sr-col-r #new_article h2{
  font-size: 24px;
	}
  
  .sr-col-r #new_article .hit-container div{
    margin:0 6px;
  }

}

@media screen and (max-width: 580px) {

    #service-filter label,#info-filter label {
    	width:50%;
  }
  
}

/* 検索フォーム */

#searchForm {
    margin-bottom: 20px;
}

#queryInput {
    width: calc(100% - 100px);
    padding: 8px;
    margin-right: 10px;
}

#searchButton {
    padding: 8px 16px;
}

/****************************
Sraech Result Pagination
*****************************/

#sr-pagination-wrap{
    margin: 64px auto;
    text-align: center;
}

.sr-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sr-pagination ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: static; /* 必要に応じてpositionの値をリセット */
    text-indent: 0;
    padding-left: 0; /* 必要に応じてpadding-leftをリセット */
}

.sr-pagination ul>li::before {
    content: none;
}

.sr-pager {
    text-align: center;
    margin: 2em 0 4em;
}

.sr-pager_block {
    display: inline-block;
}

.sr-pagination {
    margin-bottom: .5em;
}

.sr-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sr-pagination ul li {
    width: 38px;
    height: 38px;
}

  /* ウィンドウ幅が768px未満の場合 */
  @media (max-width: 767px) {
      .sr-pagination ul li {
      width: 36px;
      height: 36px;
      }
  }

.sr-pagination ul li a,
.sr-pagination ul li span {
    display: block;
    font-size: 16px;
    padding: .5em;
    font-family: sans-serif;
    width: 100%;
    height: 100%;
    color: #536369;
}

.sr-pagination li+li {
    border-left: 1px solid #ccc;
}

.sr-pagination li:hover {
    background-color: #e5f4ff;
    opacity: .8;
}

.sr-pagination .sr-pagination-current {
    background-color: #e5f4ff;
}

.sr-pagination .sr-pagination_ico {
    position: relative;
}

.sr-pagination .sr-pagination_ico a:before {
    content: "";
    margin: 0;
    display: inline-block;
    width: 14px;
    height: 12px;
    background-size: 6px;
    position: absolute;
    top: 14px;
    left: 11px;
}

.sr-pagination .sr-pagination-prev a:before,
.sr-pagination .sr-pagination-next a:before {
    background: url('data:image/svg+xml,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.8%2080%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23bcc2c3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eico_arrow_right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10%2C78.27l34-34A5.89%2C5.89%2C0%2C0%2C0%2C45.8%2C40a6.11%2C6.11%2C0%2C0%2C0-1.72-4.24l-34-34A5.88%2C5.88%2C0%2C1%2C0%2C1.72%2C10l30%2C30-30%2C30A5.88%2C5.88%2C0%2C1%2C0%2C10%2C78.27Z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.sr-pagination .sr-pagination-first a:before,
.sr-pagination .sr-pagination-last a:before {
    background: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2074.2%2080.7%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23BCC2C3%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38.4%2C78.5l34-34c1.2-1.1%2C1.8-2.7%2C1.8-4.3c0-1.6-0.6-3.1-1.7-4.2l-34-34c-2.1-2.4-5.8-2.7-8.3-0.6%20s-2.7%2C5.8-0.6%2C8.3c0.2%2C0.2%2C0.3%2C0.3%2C0.5%2C0.5l30%2C30l-30%2C30c-2.5%2C2.1-2.9%2C5.8-0.8%2C8.3c2.1%2C2.5%2C5.8%2C2.9%2C8.3%2C0.8%20C37.9%2C79.1%2C38.2%2C78.8%2C38.4%2C78.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.4%2C78.5l34-34c1.2-1.1%2C1.8-2.7%2C1.8-4.3c0-1.6-0.6-3.1-1.7-4.2l-34-34C8.4-0.4%2C4.7-0.7%2C2.2%2C1.4%20s-2.7%2C5.8-0.6%2C8.3c0.2%2C0.2%2C0.3%2C0.3%2C0.5%2C0.5l30%2C30l-30%2C30c-2.5%2C2.1-2.9%2C5.8-0.8%2C8.3c2.1%2C2.5%2C5.8%2C2.9%2C8.3%2C0.8%20C9.9%2C79.1%2C10.2%2C78.8%2C10.4%2C78.5z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.sr-pagination .sr-pagination-prev a:before {
    transform: rotateY(180deg);
}

.sr-pagination .sr-pagination-first a:before {
    transform: rotateY(180deg);
}

.sr-pager .sr-page_results {
    text-align: right;
}

@media only screen and (max-width: 767px) {

    .sr-pagination {
        margin-bottom: .2em;
    }

    .sr-pagination ul {
        border: none;
    }

    .sr-pagination ul li {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin-top: .5em;
    }

    .sr-pagination ul li+li {
        margin-left: -1px;
    }

    .sr-pagination ul li:first-child {
        border-left: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
    }

    .sr-pagination ul li:last-child {
        border-radius: 0 4px 4px 0;
    }

    .sr-pagination ul li a,
    .sr-pagination ul li span {
        font-size: 14px;
    }

    .sr-pagination .sr-pagination_ico a:before {
        top: 12px;
    }

    .sr-page_results {
        font-size: .95em;
    }
}

@media only screen and (max-width: 320px) {
    .sr-pagination ul li {
        width: 34px;
        height: 34px;
    }

    .sr-pagination .sr-pagination_ico a:before {
        width: 10px;
        height: 10px;
        top: 12px;
        left: 10px;
    }
}

.breadcrumbs li a:visited {
    color: #0892c7 !important
}

.breadcrumbs li a{
  color: #0892c7 !important
}

/* オートコンプリートを非表示 */
zd-autocomplete {display: none !important;}

/* サイト内検索のエラーメッセージ */
@keyframes sr-error-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#sr-error {
    margin: 16px 0 26px;
    padding: 16px;
    border: 1px solid #f55852;
    border-radius: 6px;
    color: #f55852;

    animation: sr-error-fadeIn 1s ease-out;
}

#sr-error {
    opacity: 1;
    transform: translateY(0);
}

#sr-error h3 {
		color:#f55852;
    font-size: 22px;
  	font-weight: bold;
		margin: 0;
  	border-bottom: none;
}

#sr-error p{color:#f55852;}

#sr-error .relation{margin-bottom: 0;}

@media only screen and (max-width: 767px) {
    #sr-error h3 {
        font-size: 18px;
    }
}
/* サジェストUI調整 */

#new_article ul.suggest-box, ul.suggest-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    display: none;
}

#new_article ul.suggest-box li,ul.suggest-box li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 2.5rem;
    cursor: pointer;
    text-align: left;
    margin-top: 0;
}

ul.suggest-box li:hover {
    background: #f0f0f0;
}

#new_article ul.suggest-box li::before,ul.suggest-box li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background: url(/hc/theming_assets/01J00QWKPXP8B99TYXP9D33J0X) center center no-repeat transparent;
    background-size: 20px;
    width: 30px;
    height: 30px;
}

a.nesty-input {
    z-index: 0;
}

/* ここから試験運用 tooltips */
#top_search_box .top_floating-tips,
#top_search_box .top_floating-tips-iPad,
#top_search_box .top_floating-tips-sp {
  position: relative; /* 親要素の基準点を設定 */
}

.top_floating-tips {
  width:300px;
  margin: 2px auto 0 auto;
}

.floating-tips img  {
	width: 100%;
}

.floating-tips {
  position: absolute;
  /*width: 400px;
  height: 52px;*/
  text-align: center;
  top: -2%; /* 初期位置 (親要素より下) */
  left: 50%;
  margin: 0 auto;
  margin-top: 18px;
  /*margin-bottom: 20px;*/
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  animation: fadeInMove 0.5s ease forwards, fadeOut 0.5s ease 3.5s forwards;
}

@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-24px);
  }
}

@keyframes fadeOut {
  0% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  }
}

@media screen and (min-width: 1024px) {
    .top_floating-tips .floating-tips {
        width: 490px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 400px) {
	.top_floating-tips .floating-tips {
  	width: 133%;
  	}
}

@media screen and (max-width: 399px) and (min-width: 0px) {
	.top_floating-tips .floating-tips {
  	width: 100%;
  	}
}
/* ここまで試験運用 tooltips	*/