@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

/***** reset *****/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

em {
  font-style: italic;
}



article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
  display: block
}

/***** Base *****/
* {
  box-sizing: border-box;
}

html {
 font-size: 16px;
}

body {
 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;
 -webkit-font-smoothing: antialiased;
}


@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

@media (max-width: 1023px) {
  body > main {
    min-height: 51vh;
  }
}

/*
  管理画面
  */
  #navbar-container a {
   text-decoration: none;
 }


/*
  リンク無効
  */
  a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    background: #eee;
    border: 1px solid #eee !important;
    color: #ccc !important;
  }

  a.disabled * {
    opacity: .5;
    filter: alpha(opacity=50);
  }


/*
 font common
 */
 .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";
}




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


design 見直し new_id add


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

section + section {
  margin-top: 3rem;
}

strong {
  font-weight: 600;
  color: inherit;
  line-height: 100%;
}

/* ソース用 */
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;
}

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


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

.search-results a.search-result-link,
.search-results a.search-result-link:link {
  color: #0892c7;
  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

*******************************/
/*
main
*/
main {
  width: auto;
}
@media only screen and (min-width: 768px ) {
  main {
    border-top: 1px solid #ddd;
    position: static;
    display: block;
  }
}

/*
パンくず
*/
.sub-nav {
  margin-top: 1.2rem;
}

/*
検索結果
*/
.search-results-list { /* overwrite */
  margin-top: 1rem;
}

/*
header
*/
.header {
  height: auto;
  padding: 0 10px;
  line-height: inherit;
}

.logo {
  z-index: 100;
  position: relative;
  height: 70px;
  padding: 0;
}

.logo a {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.search_box {
  background-color: #E1F0F8;
  padding: 2.5rem 0;
  margin: 0;
}

.search_box .search input[type='search'] {
  border: 1px solid #bdc3c4;
  padding: .5rem 70px .5rem 50px;
  border-radius: 4px;
  height: 45px;
  line-height: 1;
  width: 100%;
  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/01HZM499KV06V8D7CHG09HE2F2) 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: -100%;
    left: -100%;
    top: 0;
    background: none;
    padding: 1rem .5rem 1rem 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    /*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: 520px;
  z-index: 1000;
}

.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: 60px;
  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: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {
  .search {
    max-width: 360px;
  }
}

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


/* プレースホルダー*/
: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 */
.wysiwyg-underline {
  text-decoration: none;
}

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

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

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

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

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

sub {
  font-size: inherit;
}

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

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

/*
a link lvha
*/

a,
a[href] {
  text-decoration: underline;
  color: #0892c7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:visited {
  color: #0070c0;
}

a:hover {
  text-decoration: none;
  opacity: .6;
  filter: alpha(opacity=60);
}

a:active {
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*
img
*/
img {
  max-width: 100%;
  height: auto;
}

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

.oneimg {
  text-align: center;
  margin: 1rem auto;
}

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

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

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

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

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

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

img + figcaption {
  margin-top: .5rem;
}

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

a:hover img {
  border: none;
}

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

h2 {
  background: none;
  padding: 0;
  margin: 5rem 0 1.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  /*color: #29363b;*/
  color: #505050;
  line-height: 1.5;
  border: none;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}

h2.h2step {
}

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

h3 {
  background: none;
  padding: 0 0 .5em;
  margin: 2.5em 0 1.5em;
  font-size: 1.4rem;
  font-weight: normal;
  /*color: #29363b;*/
  color: #505050;
  border-bottom: 1px solid #bdc3c4;
  position: relative;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}

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

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

h3 a {
  color: inherit;
  text-decoration: none;
}

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

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

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

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

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

h6 {
  background: none;
  padding: 0;
  margin: 1rem 0 .5rem;
  font-size: 1rem;
  font-weight: 600;
  /*color: #29363b;*/
  color: #505050;
  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(1.4rem + 2vw) !important;
  }

  h2 {
    font-size: calc(1.3rem + 2vw);
  }

  h3 {
    font-size: calc(1.2rem + 0.5vw);
  }
}

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

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

p + p {
  margin-top: 1rem;
}


/*
表組み
*/

table {
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #bdc3c4;
  padding: .6rem;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  /* font-size: .9rem; */
}

th *,
td * {
  line-height: 1.4;
}

td a {
  font-size: .9rem;
}

th {
  background: #e6e6e6;
  text-align: center;
}

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

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

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

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

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

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

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

/* 年末年始HDcalendar用 */
table.calendar th {
  white-space: nowrap;
}

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

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

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

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):not(.table_accordion):not(.disp-pc) th, #new_article table:not(.tbl-pc):not(.tbl-onoff):not(.table_accordion):not(.disp-pc) 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 {
      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: .5rem .2rem !important;
  }
}

/*  横スクロールテーブル  */
.sc-wrap {
  width: 100%;
  margin: 1rem 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;
}

.sc-wrap th,
.sc-wrap td {
  display: table-cell;
  width: auto;
  float: none;
  white-space: nowrap;
}

/*
リスト（連番）
*/

ol {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  min-height: 1rem;
}

li ol {
  margin: .5rem 0;
}

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

ol > li + li {
  margin-top: .5rem;
}

ol > li::before {
  content: counter(olstep);
  display: inline-block;
  margin-right: 1rem;
  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;
}

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

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

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

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

/* リセット用 1-10 */
ol.ol-reset-1 {
  counter-reset: olstep 0;
}
ol.ol-reset-2 {
  counter-reset: olstep 1;
}
ol.ol-reset-3 {
  counter-reset: olstep 2;
}
ol.ol-reset-4 {
  counter-reset: olstep 3;
}
ol.ol-reset-5 {
  counter-reset: olstep 4;
}
ol.ol-reset-6 {
  counter-reset: olstep 5;
}
ol.ol-reset-7 {
  counter-reset: olstep 6;
}
ol.ol-reset-8 {
  counter-reset: olstep 7;
}
ol.ol-reset-9 {
  counter-reset: olstep 8;
}
ol.ol-reset-10 {
  counter-reset: olstep 9;
}

/*
リスト（箇条）
*/

ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  min-height: 1rem;
}

li ul {
  margin: .5rem 0;
}

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

ul > li + li {
  margin-top: .5rem;
}

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

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


/*
目次
*/

.index {
  background: #f0f0f0;
  margin: 1rem 0;
  padding: 2rem;
}

.index strong {
  font-size: 1rem;
  /*color: #29363b;*/
  color: #505050;
  display: inline-block;
  padding-bottom: .5rem;
}

.index ul {
  margin: .5rem 0 0;
}

.index li {
  margin: 0;
}

.index li + li {
  margin-top: .5rem;
}

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

.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) {
  .index {
    padding: 1rem;
  }
}

/*
ページステップ
*/

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

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

.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;
}

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

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

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

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

.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) {
  .page-nav > li {
    font-size: 90% !important;
  }
}

/* under sonstructing */

/* 横並びレウアウトflexキャンセル */
.column2 > *,
.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%;
}




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

.column2 > .column2-l,
.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%;
}

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

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

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

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

/* 中にリスト */

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

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

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

/* タイプ　5：5 */

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

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

.column > *:last-child {
  margin-bottom: 0;
}

/* タイプ　3：7 */

.column2 > .column2ex-l,
.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%;
}

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

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

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

.column2 img,
.column3 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.column2 img:not(.nobdr),
.column3 img:not(.nobdr) {
  border: 1px solid #bdc3c4;
}

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

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

  .column2 > .column2ex-r {
    padding-top: 2rem;
  }

  .h3step + .indent {
    margin: 0;
  }

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

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

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

  ul.space-in > li {
    padding-left: 1rem;
  }

  .column2-l + .column2-r {
    margin-top: 1rem;
  }

  .column + .column {
    margin-top: 1rem;
  }

}

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

.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;
}

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

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

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

  .column3 > .column + .column {
    margin-top: 1rem;
  }
}

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

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

/*
画像のみ横並び
*/

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

.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;
}

.column-img img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

}


/*
付加情報
*/

.note-list {
  margin: .35rem 0;
  padding: 0;
}

.note-list > li {
  padding-left: 1rem;
  text-indent: 0;
  line-height: 1.6;
  margin-top: 0;
  font-size: .9rem;
}

ol.note-list > li {
  counter-increment: olstep;
  padding-left: 1.8rem;
}

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

.note-list > li::before,
ol.note-list > li::before {
  content: "※";
  display: inline-block;
  background: none;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: .8rem;
}

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

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

  }
}


/*
強調ボックス
*/
.box {
  margin: 1rem 0;
  padding: 1rem 1.2rem;
  border: 1px solid #bdc3c4;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.box > *:first-child {
  margin-top: 0 !important;
}

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

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

/*
強調警告
*/

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

.text-important {
  color: #f55852;
}

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

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

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

.box-important ul.note-list > li::before {
  background: transparent;
}
/* overwrite end */



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

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

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

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

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


/*
横位置
*/

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

.align-left * {
  float: left;
}

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

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

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

.align-right * {
  float: right;
}

/*
縦位置
*/

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

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

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

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


/*
画面名の遷移表示
*/

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

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

#new_article .screen-box{
  margin: 1em 0 2em 0;
  background: #FAFAFA;
  font-size: .9em;
  padding: 0.2em 1.5em;
}

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

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

.screen-contents > li::before {
  content: "\f114";
  font-family: FontAwesome;
  /*background: url(//p5.zdassets.com/hc/theme_assets/532076/200061944/ic_backoffice.svg) left center no-repeat transparent;*/
  background-size: 100%;
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-right: .5rem;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: none;
}

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

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

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

/*
リンク
*/

a.link-external,
a.link-pdf,
a.link-excel,
a.link-word,
a.link-relation {
  /*display: inline-block;*/
  position: relative;
  /* overwrite start */
  background: none;
  padding-right: 0;
  margin-right: 0;
  /* overwrite end */
}

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

/* pdf */
a.link-pdf::after {
  background: url(/hc/theming_assets/01HZM49A0WYVCADKP7T6308GFS) left top no-repeat transparent;
  margin-left: .2rem;
  background-size: 100%;
  height: 1rem;
}

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

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

.adobe_pdf dt {
  padding-right: 0;
}

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

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

.adobe_pdf dd strong {
  display: block;
  padding-bottom: .5rem;
}

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

.adobe_pdf a img {
  border: none;
}

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

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

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

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

/* 関連 */
.relation {
  margin: .5rem 0;
  text-align: right;
}

a.link-relation {
  display: block;
}

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

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

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

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/01HZM49E2ZY4NX8TBCSEF0ES3J) center center no-repeat transparent;
}

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

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

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


/*
dl
*/

dl {
  margin: 1rem 0;
  padding: 0;
}

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

dt {
  font-weight: 600;
}

dt + dd,
dt + dt {
  margin-top: .5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

dd > *:last-child {
  margin-bottom: 0;
}

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

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

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

/*
リリース情報dl(リスト）
*/
dl.release-list {
  margin-top: 2rem;
}

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


/*
faq
*/

.faq > dt,
.faq > dd {
  padding-left: 2rem;
}

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

.faq > dt {
  font-size: 1.15rem;
}

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

.faq > dd + dt {
  margin-top: 2.5rem;
}


/*
画面の説明
*/

.parts-explain {
  margin-top: 2rem;
}

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

.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: .5rem;
  font-weight: 600;
}

.parts-explain > dd {
  padding-left: 2rem;
}

.parts-explain > dd > dl {
  margin-top: .5rem;
}


/*
アコーディオン
*/

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

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

.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;
}

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

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

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

.acordion dd li {
  border: none;
}


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

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

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

.top-contents .appicon_list > li {
  width: 24%;
}

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

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

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

.appicon_list .imglink img {
  border: none !important;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

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

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

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

  .appicon_list > li {
    width: 50%;
  }

  .top-contents .appicon_list > li {
    width: 31%;
  }

}

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

  .appicon_list {
    flex-flow: column wrap;
  }

  .appicon_list > li {
    width: 100%;
  }

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

}

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

  .top-contents .appicon_list {
    flex-flow: row wrap;
  }

  .top-contents .appicon_list > li {
    width: 50%;
  }

}


/*
App Store ボタン
*/

.app_store {
  margin: 1rem 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: .5rem;
}

.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;
}

/*

vide iframe

*/

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

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

/* space l m s */

.space-l {
  margin-top: 6rem !important;
}

.space-m {
  margin-top: 3rem !important;
}

.space-s {
  margin-top: 1rem !important;
}


/* device pc sp */

.disp-sp {
    display: none;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
.disp-sp {
        display: block;
    }
.disp-pc {
        display: none;
    }
.space-l {
        margin-top: 4em !important;
    }
.space-m {
        margin-top: 2em !important;
    }
}


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

header news 2021.11.05

*****************/
/* 211105 header-news-wrap */

.header-news-wrap {
  background: #707B7F;
  padding: .5em 0;
  box-sizing: border-box;
}

.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;
}

.header-news-wrap section *{
  font-size: .9375rem;
  font-weight: 400;
}

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;
  line-height: 1.5;
  white-space: nowrap;
  margin-left: 0;
  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-left: 0;
  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 {}

.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/01HZM49E2ZY4NX8TBCSEF0ES3J) center center no-repeat transparent;
  padding: 0;
  margin-top: 0.35rem;
  width: 20px;
  height: 15px;
  line-height: 1;
  vertical-align: top;
  background-size: 7px;
}


/* 211105 1件もない場合 */

.news-non dl.header-news-data::before {
  content: "最新のお知らせはありません";
  color: white;
}

.header-news-wrap.news-non aside {
  display: inline-block;
}

.news-non dl.header-news-data dt,
.news-non dl.header-news-data dd {
  display: none;
}

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

/* 211105 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%;
  }
  .header-news-wrap section *{
      font-size: .9375rem;
  }
  dl.header-news-data {
      width: 100%;
  }
  dl.header-news-data dt {
      width: 2.25em;
      flex-basis: 2.25em;
      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;
  }
  .news-non dl.header-news-data dt:nth-of-type(-n+3),
  .news-non dl.header-news-data dd:nth-of-type(-n+3),
  .news-non dl.header-news-data dt.must,
  .news-non dl.header-news-data dd.must,
  .news-non dl.header-news-data dt.must+dd {
      display: none;
  }
  .header-news-wrap aside {
      margin-top: .5em;
      text-align: right;
  }
  .header-news-wrap aside a {
      font-size: .9375rem;
  }
  .header-news-wrap aside a::before {
      margin-top: 0.4rem;
      width: 20px;
      height: 14px;
  }
}
/****************

header news_old

*****************/
.header-news {
  background: #707B7F;
  padding: .5rem 0;
}

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

.header-news section {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}

.header-news-list {
  float: left;
  width: 80%;
  position: relative;
  margin: 0;
}

.header-news-list li {
  position: relative;
  list-style: none;
  padding: 0;
}

.header-news-list li::before {
  display: none;
}

.header-news-list li + li {
  margin-top: 0rem;
}

.header-news-list li.sp-news-num {
  display: none;
  position: relative;
  padding-left: 3.5rem;
}

.header-news-list li.sp-news-num::before,
.label-new {
  display: inline-block;
  background: #ff9700;
  color: white;
  line-height: 1;
  padding: .35rem .6rem;
  margin: 0 0 0 4px;
  border-radius: 3px;
  font-weight: 600;
  vertical-align: top;
  position: relative;
  top: 0;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.header-news-list li.sp-news-num::before {
  content: "New";
  position: absolute;
  padding: 0 .6rem;
  line-height: 16px;
  width: auto;
  height: auto;
}

.header-news .header-news-list span {
  display: inline-block;
  font-size: .9rem;
  font-weight: 600;
  padding-right: .6rem;
  color: white;
}

.header-news .header-news-list a {
  color: white;
  text-decoration: underline;
}

.header-news .header-news-list a:hover {
  text-decoration: none;
}

.header-news aside {
  float: right;
  display: inline-block;
}

.header-news aside a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

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

/* 1件もない場合 */
.news-non .header-news-list::before {
  content: "最新のお知らせはありません";
  color: white;
}

.header-news.news-non aside {
  display: inline-block;
}

.news-non .header-news-list li.sp-news-num {
  display: none;
}

.news-non .header-news-list li {
  display: none;
}


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

}

/* SPでも必ず表示の場合 */
@media only screen and (max-width:  640px) and (orientation: portrait) {
  /* 通常 */
  .header-news aside {
    display: none;
  }

  .header-news-list li {
    display: none;
  }

  .header-news-list li.sp-news-num {
    display: block;
  }

  /* 重要がある場合 */
  .news-important .header-news-list {
    width: 100%;
    float: none;
  }

  .news-important .header-news-list li.sp-news-num {
    display: none;
  }

  .news-important .header-news-list li:first-child {
    display: block;
  }

  .news-important aside {
    display: inline-block;
  }

}


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

mixd original css START

**********************************/
/* お知らせのメンテナンス情報一覧用 */
li.mentenance-list {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #ccc;
}

/* AID */
.tbl-nobdr,
.tbl-nobdr th,
.tbl-nobdr td{
  border: none;
}

.sc-wrap > table { /* mixd */
  min-width: 730px;
  margin: .5rem 0;
}

/* パンくず */
.sub-nav {
  margin-top: inherit;
}

.sub-nav {
  padding: .5rem 0;
}

.sub-nav a {

}

/* logo */
.logo {
  display: block;
}

/* 共通 */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 1180px) {
  .container {
    padding: 0;
  }
}


/* 検索結果一覧 */

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 1.2em 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list > li::before {
  display: none;
}

.search-result-description {
  padding-top: 1rem;
  font-size: .9rem;
}

/* header news */
.header {
  padding: 0;
}

.header-news section {
  padding: 0;
}

@media only screen and (max-width: 1160px) {
  .header,
  .header-news section {
    padding: 0 .8rem;
  }
}



/* pc br */

.br-pc {
  display: inline-block;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  .br-pc {
    display: none;
  }
}

/* sp br */

.br-sp {
  display: none;
}

@media only screen and (max-width: 680px) {
  .br-sp {
    display: inline-block;
  }
}

/* TOPページ */
.top-contents .toplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}

.top-contents .box {
  border-color: #ddd;
  background-color: #F5F4F5;
}

.top-contents .box + .toplist {
  margin-top: 2rem;
}

.top-contents .toplist > li {
  text-align: center;
  width: 32.5%;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 1rem;
}

.top-contents .toplist > li::before {
  display: none;
}

.top-contents .toplist > li a {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  padding: 2rem 1rem;
}

.top-contents .toplist > li a:hover {
  background: #e6e6e6;
  opacity: .6;
  filter: alpha(opacity=60);
}

.top-contents .toplist-img {
  text-align: center;
}

.top-contents .toplist-img img {
  width: 50px;
  height: auto;
}

.top-contents .toplist-text {
  display: inline-block;
  line-height: 1.2;
  font-size: .85rem;
  color: #999;
}

.top-contents .toplist-text strong {
  display: block;
  text-align: center;
  margin-bottom: .5rem;
  color: #555;
  line-height: 1.2;
}

.top-contents h3 {
  font-size: calc(1.2rem + 0.5vw);
}

/* mainlist */
.mainlist.toplist {
  margin-top: 2.5rem;
}

.top-contents .mainlist .toplist-text strong {
  font-size: 1.3rem;
}

/* secondlist */
.top-contents .secondlist > li a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 2em 1rem;
}

.top-contents .secondlist .toplist-text strong {
  font-size: calc(0.8rem + .4vw);
}

.top-contents .secondlist .toplist-img,
.top-contents .secondlist .toplist-text {

}

.secondlist .toplist-img {
  width: 30%;
}

.top-contents .secondlist .toplist-img img {
  width: 50px;
  max-height: 50px;
}

.secondlist .toplist-text,
.secondlist .toplist-text strong {
  text-align: left;
}

.secondlist .toplist-text {
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  .top-contents .secondlist .toplist-text strong {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1160px ) and (orientation: portrait) {
  .top-contents .mainlist strong {
    font-size: calc(1.3rem + .5vw);
  }
  .top-contents .secondlist strong {
    font-size: calc(1.1rem + .3vw);
  }
}

@media only screen and (max-width: 1160px ) and (orientation: landscape) {
  .top-contents .secondlist > li a {
    padding: 2rem .5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .secondlist .toplist-img {
    width: 35%;
    margin-right: 2%;
  }
  .top-contents .secondlist .toplist-text strong br {
    display: none;
  }
}

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

  .top-contents .secondlist > li {
    width: 49%;
  }

  .top-contents .mainlist .toplist-text,
  .top-contents .secondlist .toplist-text {
    font-size: .8rem;
  }

  .secondlist .toplist-img {
    width: 30%;
  }

  .top-contents .secondlist .toplist-img,
  .top-contents .secondlist .toplist-text {
    vertical-align: top;
  }

  .top-contents .mainlist .toplist-text strong {
    font-size: 1.2rem;
  }

}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .top-contents .mainlist .toplist-text strong {
    font-size: 1rem;
  }

  .top-contents .secondlist .toplist-text strong {
    font-size: .8rem;
  }

  .top-contents .toplist-text {
    font-size: .75rem;
  }
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  .top-contents .toplist > li a {
    padding: 1rem .5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .mainlist .toplist-img {
    width: 35%;
  }

  .mainlist .toplist-text {
    margin-top: 0;
  }

  .top-contents .mainlist .toplist-text strong {
    font-size: 1.1rem;
  }

  .top-contents .mainlist .toplist-text {
    width: 60%;
  }

  .top-contents .toplist.secondlist > li {
    width: 49%;
  }

  .top-contents .toplist.secondlist > li a {
    display: inline-block;
  }

  .secondlist .toplist-img {
    width: 100%;
    text-align: center;
  }

  .top-contents .secondlist .toplist-text strong {
    font-size: .85rem;
    text-align: center;
  }

  .top-contents .secondlist .toplist-text {
    text-align: center;
    font-size: .75rem;
  }

  .top-contents .appicon_list > li {
    width: 100%;
  }

}

@media only screen and (max-width: 599px) and (orientation: portrait) {
  .top-contents .toplist > li {
    width: 100%;
  }

  .top-contents .mainlist .toplist-img img {
    max-width: 80px;
  }

  .top-contents .mainlist .toplist-img,
  .top-contents .mainlist .toplist-text {
    vertical-align: top;
  }

  .top-contents .toplist > li {
    margin: 0 0 1.5vw;
  }

  .appicon_list a {
    font-size: 1rem !important;
  }

  .top-contents .secondlist .toplist-text {
    text-align: left;
  }

  .top-contents .secondlist .toplist-text strong br {
    display: inline-block;
  }

}

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

/* お問い合わせボタン */
.contact_btn {
  text-align: center;
}

.contact_btn input {
  background: #20aee5;
  border: 1px solid #20aee5;
  color: white;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  padding: .6rem 2rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 2rem auto;
}

/*  footer リンク導入  */
footer {
  padding: 3rem 0 0;
  margin: 1.5rem 0 0 0;
  text-align: center;
  padding: 0;
  height: auto;
}

footer .pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 1;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #20AEE5;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 50px;
}

footer .footer-inner {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0;
}

ul.footer-banner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.footer-banner > li {
  width: 32%;
  box-sizing: border-box;
  padding: 0 0 1.5%;
}

.footer-banner > li img {
  width: 100%;
  height: auto;
}

footer nav {
  background-color: #727b7f;
  padding: 1.5% 0;
  text-align: left;
  color: white;
  font-size: .9rem;
}

footer nav .inner {
  padding: 0 1rem;
  max-width: 1160px;
  margin: 1rem auto;
}

footer nav p {
  text-align: left;
  margin: 0;
  padding: 0;
}

.footer-nav {
  margin: 0 auto 2rem;
  display: block;
  list-style: none;
}

footer .footer-nav li {
  display: inline-block;
  padding: 0 .6rem 0 1rem;
  margin: 0;
  border-left: 1px solid;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

footer .footer-nav li::before {
  display: none;
}

footer .footer-nav li:first-child {
  border: none;
  padding-left: 0;
}

.footer-nav li a {
  display: inline-block;
  padding: 0;
  color: #eee;
  text-decoration: none;
  font-weight: normal;
}

.footer-nav li a:hover {
  text-decoration: underline;
}

footer nav a,
footer .copyright a {
  color: white;
}

footer .copyright {
  padding: 0;
  margin: 1rem auto;
}

footer .copyright a {
  font-size: 10px;
  text-decoration: underline;
  display: block;
}

footer .copyright a:hover {
  text-decoration: none;
}


/*****
  footer trademark
  *****/
footer .copyright a.recru_link {
  display: inline-block;
}

footer .block_trademark {
  margin-top: .5em;
}
footer .copyright .trademark {
  font-size: 10px;
  margin-left: .5rem;
  display: block;
}



  @media only screen and (max-width: 640px) and (orientation: portrait)  {
    footer {
      margin-top: 1rem;
    }

    .footer-banner > li {
      width: 95%;
    }

    footer .footer-nav li,
    footer .footer-nav li:first-child{
      /*display: block; */
      border: none;
      padding: 0;
      border-right: 1px solid;
    }

    footer .footer-nav li:last-child {
      border: none;
    }

    footer .footer-nav li a {
      padding: 0rem .5rem 0 0;
    }

    footer nav {
      padding: 1rem 0;
    }
  }

  /* footer 変更に伴うbody下 */
  body {

  }

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

    }
  }

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

    }
  }

  /* category + section title */
  h1.cat-sec-ttl {
    margin: .5rem 0 2rem;
    padding-top: 0 !important;
    font-weight: normal;
    font-size: 1.6rem;
  }
  h2.cat-sec-ttl {
    background: none;
    padding: 0 0 .5rem;
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
    font-weight: normal;
    /*color: #29363b;*/
    color: #555;
    position: relative;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: .06rem;
  }

  @media only screen and (max-width: 768px) {
    h1.cat-sec-ttl {
      font-size: 1.4rem;
    }
    h2.cat-sec-ttl {
      font-size: 1.3rem;
    }
  }

  h2 a,
  h3 a {
    color: inherit !important;
    text-decoration: none !important;
  }

  /*from theme*/
  /***** Breadcrumbs *****/
  ol.breadcrumbs {
    margin: 0;
    padding: 0;
  }

  ol.breadcrumbs > li::before {
    background: none;
    color: inherit;
    top: 0;
    line-height: 1;
    width: 1rem;
    font-weight: normal;
  }

  @media (min-width: 768px) {
    ol.breadcrumbs {
      margin: 0;
    }
  }

  ol.breadcrumbs li {
    display: inline;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ol.breadcrumbs li + li::before {
    content: "";
    margin: 0;
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("/hc/theming_assets/01HZM49AEEEPZD5WPFG8V2NT09") center center no-repeat transparent;
    background-size: 6px;
  }
  /*end from theme*/
  ol.breadcrumbs > li:first-child {
    padding-left: 0;
  }
  ol.breadcrumbs > li:first-child::before {
    display: none;
  }

  ol.breadcrumbs a {
    text-decoration: none;
  }

  ol.breadcrumbs a:hover {
    text-decoration: underline;
  }

  .header {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    align-items: center;
    overflow: hidden;
  }

  .logo img {
    max-height: 37px;
    height: 35px;
    width: auto;
  }

  .other_section_list {
    margin: 0 0 3rem;
    padding: 0;
  }

  .other_section_list li a {
    display: inline-block;
    margin-left: .5rem;
  }

  .other_section_list li span {
    margin-right: .5rem;
  }

  /* faq-ranking */
  .faq-listbox {
    text-align: left;
  }
  .faq-ranking li {
    float: none;
    overflow: hidden;
  }

  /* h in img */
  h2 img[src$=".png"] {
    width: 56px;
    height: 56px;
    border: solid 1px #ccc;
    vertical-align: middle;
    border-radius: 10px;
    display: inline-block;
    margin-right: .5rem;
  }

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

mixd original css END

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

/* pagination  */
/*.pagination {
  text-align: center;
  margin: 2rem 0;
}

.pagination li::before {
  display: none;
}

.pagination li {
  padding: 0;
  display: inline-block;
  margin: 0 .3rem;
}

.pagination li span,
.pagination li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  line-height: 30px;
  text-decoration: none;
  color: #555;
}

.pagination li.pagination-current span {
  color: white;
  background: #20aee5;
}

.pagination li a:hover {
 background: #f3f3f3;
}*/


/* 共通枠 */
.contents-wrap {
  margin-top: 3em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.contents-wrap .article-list {
 width: 100%;
}

@media only screen and (max-width: 768px) {
  .contents-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}


/* 記事詳細 */

/* main */
.article-main {
  width: 70%;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 3%;
}

/* relation */
.article-relation {
  width: 30%;
  vertical-align: top;
  border-left: 1px solid #ddd;
  padding-left: 3%;
  box-sizing: border-box;
  margin-top: 2rem;
}

.article-relation h3 {
  border: none;
  margin: 0;
}

.article-relation ul li + li {
  margin-top: .6rem;
}

.article-recent {
 width: 100%;
 padding: 0;
}
@media only screen and (max-width: 1024px) {
  .article-main {
    width: 100%;
  }

  .article-relation {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }

  .article-relation h3 {
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (max-width: 768px) {
  .article-main {
    padding: 0;
  }
  .article-relation {
   width: 100%;
   border: none;
   padding: 0;
   min-height: auto;
 }
 .article-relation h3 {
  border-bottom: 1px solid #bdc3c4;
}
}

.see-all-articles {
 float: right;
}

/* カテゴリ・セクション一覧 */
.section-tree {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
}

.section-tree > section {
  margin: 0 0 3rem;
}

.section-tree section + section {
  margin-top: 0;
}

.section-tree h3 {
  margin-top: 0;
}

.section-tree h3 a {
  text-decoration: none;
  color: #555;
}

.section-tree h3 a:hover {
  text-decoration: underline;
  color: #555;
}


@media only screen and (max-width: 768px) {
  .section-tree {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .section-tree > section {
    padding: 0;
    width: 100%;
  }
  .section-tree > section {
    padding: 0 !important;
  }
}

/* goog bad btn用 */
/***** good bad start ******/
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid #20aee5;
  color: #20aee5;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: .8rem;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #20aee5;
}

.article-vote:hover {
  background-color: #20aee5;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #333333;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}
/***** good bad end ******/
/***** good bad start ******/
.article-votes {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 5rem 0 0;
}
.article-votes-controls {
  position: relative;
}
.article-votes-controls a.article-vote {
 text-decoration: none;
 width: 100px;
 margin: 10px 5px;
 min-width: 90px;
 cursor: pointer;
 display: inline-block;
 font-size: 12px;
 line-height: 2.34;
 border-radius: 4px;
}

.feedback-thanks {
  display: none;
}

.article-votes-controls a.article-vote:hover::before,
.article-votes-controls a.article-vote:hover::after {
 color: white;
}


/* お問い合わせ */
.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
}



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

  error-page

  *************************/
  .error-page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
  }

  .error-page h1 {
    border: none;
    margin: 1em auto;
    padding: 0;
  }

  @media (min-width: 1160px) {
    .error-page {
      padding: 0;
      width: 90%;
    }
  }


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

description（非公開中）

*****************************/
p.page-header-description {
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: none;
  font-style: normal;
}











/*****************************************************
⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇

  デフォルトCSS、いらないのから削除していくこと

⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇
******************************************************/



.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

.dropdown-toggle::after {
  color: inherit;
}



/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}


/***
  制限鍵アイコン用CSS
  ***/
  .page-header .icon-lock::before,
  .article-title .icon-lock::before {
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
    content: "\1F512";
    font-family: "copenhagen-icons";
  }



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

  現行UIのためのCSS（AirID共通）

  *********************/
  .aid_font_red {
    color: #ff7153 !important;
  }

  .index h4 {
    margin-top: 0;
  }

  .index ol > li::before {
    display: inline-block;
    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;
  }



/*****

  default css

  *****/

  .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
  }

  @media (min-width: 1160px) {
    .container {
      padding: 0;
    }
  }

  .container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
  }

  .error-page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
  }

  @media (min-width: 1160px) {
    .error-page {
      padding: 0;
      width: 90%;
    }
  }

  .dropdown-toggle::after {
    color: inherit;
  }



  /***** Header *****/
  .header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1em;
    position: relative;
    align-items: center;
    overflow: hidden;
  }

  .logo {
    margin: 0 auto;
    font-size: 35px;
    width: auto;
  }

  .logo a {
    line-height: 35px;
    vertical-align: middle;
    color: #585858;/*#555*/
    font-family: 'Avenir next', 'verdana', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',MSPGothic,sans-serif;
    text-decoration: none;
    font-weight: normal;
  }

  .logo a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .logo img {
    vertical-align: center;
    max-height: 47px;
    margin-top: -10px;
  }

  img.logo-img{
    margin-right: 10px;
    padding-top:2px;
  }



  @media (min-width: 1160px) {
    .header {
      padding: 0;
      width: 90%;
    }
  }

  blockquote {
    border-left: 1px solid #ECECEC;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    color: #bbb;
    font-style: italic;
    margin: 20px 0;
    padding-left: 20px;
  }


















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

old style

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

.link{font-size: 85.7143%; font-size: 14px; text-align:right;}
.note{font-size: 85.7143%; font-size: 14px;}
.alert{color: #f55852; font-size: 14px;}
.pickup{color: #20AEE5; font-size: 14px;}

/* 記事内文字：リンク矢印用 */
.link a {
  padding-left: 16px;
  margin-left: 3em;
  background-image: url(//p6.zdassets.com/hc/theme_assets/916521/200212758/icon_arrow_link.png);
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: left center;
}

@media only screen and (max-width: 480px) {
  .link a {
    display: inline-block;
    margin-left: 1em;
  }
}

/**********************
aid list-style
***********************/
.aid_article_content ul.aid_list_none{
  margin-left: 1.6em;
}
.aid_article_content .aid_list_none li{
  list-style-type: none;
  text-indent: 0;
  margin-left: 0;
  margin-top: 6px;
  padding-left: 0;
}

.aid_article_content .aid_discription_list{
  display: block;
  width: 100%;
  margin: 2em 0;
  padding: 0;
}
.aid_article_content .aid_discription_list dt{
  counter-increment: step;
  position: relative;
  color: #383838;
  font-size: 1rem;
  padding: 1.2em 1em 0em 2em;
}
.aid_article_content .aid_discription_list dt:before{
  content: counter(step);
  font-weight: 300;
  font-stretch: normal;
  position: absolute;
  width: 30px;
  left: 0px;
  line-height: 30px;
  background: #20aee5;
  color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.aid_article_content .aid_discription_list dd{
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: .5em 1em 1.5em 2.5em;
}


/********************
 aid border
 ********************/

 /*right grey solid*/

 .aid_article_content .aid_border_bottom{
  border-bottom: 1px solid #dddddd;
}
.aid_article_content .aid_border_top{
  border-top: 1px solid #dddddd;
}
.aid_article_content .aid_border_left{
  border-left: 1px solid #dddddd;
}
.aid_article_content .aid_border_right{
  border-right: 1px solid #dddddd;
}
.aid_article_content .aid_border{
  border: 1px solid #dddddd;
}

/*medium grey solid*/

.aid_article_content .aid_border_m_bottom{
  border-bottom: 1px solid #999999;
}
.aid_article_content .aid_border_m_top{
  border-top: 1px solid #999999;
}
.aid_article_content .aid_border_m_left{
  border-left: 1px solid #999999;
}
.aid_article_content .aid_border_m_right{
  border-right: 1px solid #999999;
}
.aid_article_content .aid_m_border{
  border: 1px solid #999999;
}

/*right grey dashed*/

.aid_article_content .aid_border_dash_bottom{
  border-bottom: 1px dashed #dddddd;
}
.aid_article_content .aid_border_dash_top{
  border-top: 1px dashed #dddddd;
}
.aid_article_content .aid_border_dash_left{
  border-left: 1px dashed #dddddd;
}
.aid_article_content .aid_border_dash_right{
  border-right: 1px dashed #dddddd;
}
.aid_article_content .aid_dash_border{
  border: 1px dashed #dddddd;
}


/********************
 aid margin
 ********************/

 /*margin 0*/

 .aid_article_content .aid_margin_0,
 .aid_margin_0{
  margin:0;
}

/*margin top*/

.aid_article_content .aid_margin_top_0,
.aid_container.container .article-content .article-body .aid_margin_top_0{
  margin-top:0;
}
.aid_article_content .aid_margin_top_10,
.aid_container.container .article-content .article-body .aid_margin_top_10{
  margin-top:10px;
}
.aid_article_content .aid_margin_top_15,
.aid_container.container .article-content .article-body .aid_margin_top_15{
  margin-top:15px;
}
.aid_article_content .aid_margin_top_20,
.aid_container.container .article-content .article-body .aid_margin_top_20{
  margin-top:20px;
}
.aid_article_content .aid_margin_top_30,
.aid_container.container .article-content .article-body .aid_margin_top_30{
  margin-top:30px;
}
.aid_article_content .aid_margin_top_40,
.aid_container.container .article-content .article-body .aid_margin_top_40{
  margin-top:40px;
}
.aid_article_content .aid_margin_top_50,
.aid_container.container .article-content .article-body .aid_margin_top_50{
  margin-top:50px;
}

/*margin bottom*/

.aid_article_content .aid_margin_bottom_0,
.aid_container.container .article-content .article-body .aid_margin_bottom_0{
  margin-bottom:0;
}
.aid_article_content .aid_margin_bottom_10,
.aid_container.container .article-content .article-body .aid_margin_bottom_10{
  margin-bottom:10px;
}
.aid_article_content .aid_margin_bottom_15,
.aid_container.container .article-content .article-body .aid_margin_bottom_15{
  margin-bottom:15px;
}
.aid_article_content .aid_margin_bottom_20,
.aid_container.container .article-content .article-body .aid_margin_bottom_20{
  margin-bottom:20px;
}
.aid_article_content .aid_margin_bottom_30,
.aid_container.container .article-content .article-body .aid_margin_bottom_30{
  margin-bottom:30px;
}
.aid_article_content .aid_margin_bottom_40,
.aid_container.container .article-content .article-body .aid_margin_bottom_40{
  margin-bottom:40px;
}
.aid_article_content .aid_margin_bottom_50,
.aid_container.container .article-content .article-body .aid_margin_bottom_50{
  margin-bottom:50px;
}

/*margin left*/

.aid_article_content .aid_margin_left_0,
.aid_container.container .article-content .article-body .aid_margin_left_0{
  margin-left:0;
}
.aid_article_content .aid_margin_left_10,
.aid_container.container .article-content .article-body .aid_margin_left_10{
  margin-left:10px;
}
.aid_article_content .aid_margin_left_15,
.aid_container.container .article-content .article-body .aid_margin_left_15{
  margin-left:15px;
}
.aid_article_content .aid_margin_left_20,
.aid_container.container .article-content .article-body .aid_margin_left_20{
  margin-left:20px;
}
.aid_article_content .aid_margin_left_30,
.aid_container.container .article-content .article-body .aid_margin_left_30{
  margin-left:30px;
}
.aid_article_content .aid_margin_left_40,
.aid_container.container .article-content .article-body .aid_margin_left_40{
  margin-left:40px;
}
.aid_article_content .aid_margin_left_50,
.aid_container.container .article-content .article-body .aid_margin_left_50{
  margin-left:50px;
}

/*margin right*/

.aid_article_content .aid_margin_right_0,
.aid_container.container .article-content .article-body .aid_margin_right_0{
  margin-right:0;
}
.aid_article_content .aid_margin_right_10,
.aid_container.container .article-content .article-body .aid_margin_right_10{
  margin-right:10px;
}
.aid_article_content .aid_margin_right_15,
.aid_container.container .article-content .article-body .aid_margin_right_15{
  margin-right:15px;
}
.aid_article_content .aid_margin_right_20,
.aid_container.container .article-content .article-body .aid_margin_right_20{
  margin-right:20px;
}
.aid_article_content .aid_margin_right_30,
.aid_container.container .article-content .article-body .aid_margin_right_30{
  margin-right:30px;
}
.aid_article_content .aid_margin_right_40,
.aid_container.container .article-content .article-body .aid_margin_right_40{
  margin-right:40px;
}
.aid_article_content .aid_margin_right_50,
.aid_container.container .article-content .article-body .aid_margin_right_50{
  margin-right:50px;
}

/********************
 aid padding
 ********************/

 /*padding top*/

 .aid_article_content .aid_padding_top_0,
 .aid_container.container .article-content .article-body .aid_padding_top_0 {
  padding-top:0;
}
.aid_article_content .aid_padding_top_10,
.aid_container.container .article-content .article-body .aid_padding_top_10 {
  padding-top:10px;
}
.aid_article_content .aid_padding_top_15,
.aid_container.container .article-content .article-body .aid_padding_top_15 {
  padding-top:15px;
}
.aid_article_content .aid_padding_top_20,
.aid_container.container .article-content .article-body .aid_padding_top_20 {
  padding-top:20px;
}
.aid_article_content .aid_padding_top_30,
.aid_container.container .article-content .article-body .aid_padding_top_30 {
  padding-top:30px;
}
.aid_article_content .aid_padding_top_40,
.aid_container.container .article-content .article-body .aid_padding_top_40 {
  padding-top:40px;
}
.aid_article_content .aid_padding_top_50,
.aid_container.container .article-content .article-body .aid_padding_top_50 {
  padding-top:50px;
}

/*padding bottom*/

.aid_article_content .aid_padding_bottom_0,
.aid_container.container .article-content .article-body .aid_padding_bottom_0{
  padding-bottom:0;
}
.aid_article_content .aid_padding_bottom_10,
.aid_container.container .article-content .article-body .aid_padding_bottom_10{
  padding-bottom:10px;
}
.aid_article_content .aid_padding_bottom_15,
.aid_container.container .article-content .article-body .aid_padding_bottom_15{
  padding-bottom:15px;
}
.aid_article_content .aid_padding_bottom_20,
.aid_container.container .article-content .article-body .aid_padding_bottom_20{
  padding-bottom:20px;
}
.aid_article_content .aid_padding_bottom_30,
.aid_container.container .article-content .article-body .aid_padding_bottom_30{
  padding-bottom:30px;
}
.aid_article_content .aid_padding_bottom_40,
.aid_container.container .article-content .article-body .aid_padding_bottom_40{
  padding-bottom:40px;
}
.aid_article_content .aid_padding_bottom_50,
.aid_container.container .article-content .article-body .aid_padding_bottom_50{
  padding-bottom:50px;
}

/*padding left*/

.aid_article_content .aid_padding_left_0,
.aid_container.container .article-content .article-body .aid_padding_left_0{
  padding-left:0;
}
.aid_article_content .aid_padding_left_10,
.aid_container.container .article-content .article-body .aid_padding_left_10{
  padding-left:10px;
}
.aid_article_content .aid_padding_left_15,
.aid_container.container .article-content .article-body .aid_padding_left_15{
  padding-left:15px;
}
.aid_article_content .aid_padding_left_20,
.aid_container.container .article-content .article-body .aid_padding_left_20{
  padding-left:20px;
}
.aid_article_content .aid_padding_left_30,
.aid_container.container .article-content .article-body .aid_padding_left_30{
  padding-left:30px;
}
.aid_article_content .aid_padding_left_40,
.aid_container.container .article-content .article-body .aid_padding_left_40{
  padding-left:40px;
}
.aid_article_content .aid_padding_left_50,
.aid_container.container .article-content .article-body .aid_padding_left_50{
  padding-left:50px;
}

/*padding right*/

.aid_article_content .aid_padding_right_0,
.aid_container.container .article-content .article-body .aid_padding_right_0{
  padding-right:0;
}
.aid_article_content .aid_padding_right_10,
.aid_container.container .article-content .article-body .aid_padding_right_10{
  padding-right:10px;
}
.aid_article_content .aid_padding_right_15,
.aid_container.container .article-content .article-body .aid_padding_right_15{
  padding-right:15px;
}
.aid_article_content .aid_padding_right_20,
.aid_container.container .article-content .article-body .aid_padding_right_20{
  padding-right:20px;
}
.aid_article_content .aid_padding_right_30,
.aid_container.container .article-content .article-body .aid_padding_right_30{
  padding-right:30px;
}
.aid_article_content .aid_padding_right_40,
.aid_container.container .article-content .article-body .aid_padding_right_40{
  padding-right:40px;
}
.aid_article_content .aid_padding_right_50,
.aid_container.container .article-content .article-body .aid_padding_right_50{
  padding-right:50px;
}


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

  追加CSS 2017.5

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

  .article-body .aid_table {
    width: 96%;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .article-body .aid_table td {
    padding: .5em;
    text-align: center;
    border: 1px solid #ddd;
  }

  .article-body .aid_table_block img {
   min-width: 42px;
 }



 /* 業サポ共通 */
 /* 記事内文字：付加情報枠用 */
 .note {
  margin-top: 22px;
  padding: 12px 16px 8px;
  border: #e0e0e0 solid 1px;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 1.6em;
}

/* 記事内文字：警告枠用 */
.alert {
  margin-top: 22px;
  padding: 12px 16px 8px;
  border: #f55852 solid 1px;
  border-radius: 6px;
  line-height: 1.6em;
  font-size: 14px;
  color: #f55852;
}

/* 記事内PointBox共通 */
.point-box,
.point-box2,
.point-box5,
.point-box6 {
  margin: 48px 0;
  padding: 14px 20px 14px;
  border-radius: 4px;
}

.point-box h4,
.point-box2 h4,
.point-box5 h4,
.point-box6 h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  border: none;
}

.point-box p,
.point-box2 p,
.point-box5 p,
.point-box6 p {
  line-height:1.5em;
  margin-bottom: 1.2em;
  font-size: 15px;/*font-size: 16px;*/
  color: #383838;
}

.point-box  ul,
.point-box2 ul,
.point-box5 ul,
.point-box6 ul {
  padding: 0px 0px 10px 0px;
}

.point-box  ul li,
.point-box2 ul li,
.point-box5 ul li,
.point-box6 ul li {
  font-size: 14px;
  color: #383838;
}

/*記事内PointBox：POINT*/
.point-box {
  content: "POINT";
  line-height: 1;
  font-weight: normal;
  border: #ccc solid 1px;
  word-break: break-all;
}

.point-box h4 {
  color: #FC7900;
  font-size: 18px;
  padding: 0 0 0 80px;
  background-image:url(//p6.zdassets.com/hc/theme_assets/916521/200212758/point-tit.png);
  background-size: 70px 22px;
  background-repeat: no-repeat;
  background-position: left center;
}

/*記事内PointBox⑤：赤*/
.point-box5 {
  background: #F9EEED;
  border: 0px solid #fca097;
}

.point-box5 h4 {
  color: #ff7154;
  font-size: 18px;
  padding: 0 0 0 35px;
  background-image:url(//p6.zdassets.com/hc/theme_assets/916521/200212758/icon_alert.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.point-box5 p {
  /*color: #ff7154;*/
  font-size: 15px;
}

/*記事内PointBox⑥：青*/
.point-box6 {
  content: "お知らせ";
  margin: 20px 0px 40px;
  background: #eef9fd;
  border: 0px solid #20AEE5;
}

.point-box6 h4{
  color: #20AEE5;
  font-size: 18px;
  padding: 0 0 0 35px;
  background-image:url(//p6.zdassets.com/hc/theme_assets/916521/200212758/AirREGI_icon_rgb_.png);
  background-size: 3%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px;
}

.point-box6 p {
  font-size: 15px;
}

/*
  既存修正用
  */
  .aid_article_content_box {
    margin: 0px auto;
    display: block;
    width: 100%;
  }

  .aid_article_content_box + .aid_article_content_box {
    margin-top: 60px;
  }

  .article-body th,
  .article-body td {
    text-align: inherit;
  }

  /* テーブルはみ出し処理用 */
  .article-body table {
    max-width: 100%;
    width: 100% !important;
  }

  .article-body th {
    text-align: inherit;
  }

  /* はみ出し処理 */
  @media only screen and (max-width: 1200px) {

    .article-body .sp_layout_fix {
      table-layout: fixed;
    }
  }

  @media only screen and (max-width: 767px) and (orientation: portrait) {
    .article-body th,
    .article-body td {
      width: auto !important;
    }

  }

  img.frame {
    border: 1px solid #ECECEC;
    border: 1px solid rgba(0, 0, 0, 0.07);
  }

  /* 記事内文字：リンク矢印用 */
  .article-body .link a {
    padding-left: 16px;
    margin-left: 3em;
    background-image: url(//p6.zdassets.com/hc/theme_assets/916521/200212758/icon_arrow_link.png);
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  @media only screen and (max-width: 480px) {
    .article-body .link a {
      display: inline-block;
      margin-left: 1em;
    }
  }

  /* 記事内文字：付加情報枠用 */
  .article-body .note {
    margin-top: 22px;
    padding: 12px 16px 8px;
    border: #e0e0e0 solid 1px;
    background-color: #ffffff;
    border-radius: 6px;
    line-height: 1.6em;
  }

  /* 記事内文字：警告枠用 */
  .article-body .alert {
    margin-top: 22px;
    padding: 12px 16px 8px;
    border: #f55852 solid 1px;
    border-radius: 6px;
    line-height: 1.6em;
    color: #f55852;
    font-size: 14px;
  }







/*****************************************************
⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇

  旧ページ用のCSS（.article-body配下）

⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇
******************************************************/
/*****
 *
 * .article-body はAirID系セクションの記事に付加される
 *
 *****/

/* ====================================================
    Body（記事内定義）
    ==================================================== */
    .article-body {
      line-height: 1.7;
      font-size: 14px;
      word-wrap: break-word;
      margin: 0px 0px 10px;
      line-height: 1.5;
      margin-bottom: 60px;/*AIDにのみ記載*/
    }

    .article-body img {
      border: 0px solid #ECECEC;
      border: 0px solid rgba(0, 0, 0, 0.07);
      height: auto;
      max-width: 100%;
      margin: 0px;
      /*max-width: 800px;*/ /*画像横幅MAX制限：元580*/
      vertical-align: top;
    }

    .article-body img.full {
      max-width: 100%;
    }


    .article-body 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;
    }

    .article-body ol,
    .article-body ul {
      margin-top: 16px;
    }

    .article-body ol {
      counter-reset: listcounter;
    }

    .article-body ul li {
      margin-top: 12px;
      color: #383838;
    }

    .article-body li {
      margin-top: 4px;
      list-style-type: disc;
      list-style-position: inside;
      line-height: 1.4;
      font-size: 16px;
      text-indent:-1em;
      padding-left:1em;
    }

    .article-body li::before {
     display: none;
   }

   .article-body li ol,
   .article-body li ul {
    margin-top: 0;
    margin-left: 2em;
  }

  .article-body li ul li {
    list-style-type: circle;
  }

  .article-body ol > li {
    margin-top: 32px;
    padding-left: 0;
    text-indent: 0;
    list-style-type: none;
    line-height: 1.4;
    color: #383838;
  }

  .article-body ol > li:before {
    content: counter(listcounter);
    counter-increment: listcounter;
    display: inline-block;
    margin-right: .5em;
    background: #20aee5;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 13px;
    padding: 3px;
    margin-bottom: 6px;
    position: static;
  }

  .article-body li ol > li:before {
    content: counter(listcounter) ".";
    width: auto;
    height: auto;
    background: none;
    color: #383838;
  }

  .article-body li ol li {
    margin-top: 4px;
  }

  .article-body li ul li{
    margin-top: 4px;
  }

  .article-body ol ul {
    margin-left: 2.5em;
  }

  .article-body ol ol {
    margin-left: 0;
  }

  /*本文中のリンク下線*/
  .article-body a {
    text-decoration: underline;
  }

  /*マウスオーバーで半透明*/
  .article-body a:hover {
    opacity: 0.6;
  }

  /*_target_blankでアイコン表示  (排除クラス追加の修正2018.1)*/
  .article-body a[target="_blank"]:not(.link-external) {
    padding-right: 13px;
    margin-right: 3px;
    background-image: url(//p6.zdassets.com/hc/theme_assets/916521/200212758/gaibulink.png);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: right center;
  }

  /*画像の場合：_target_blakはアイコン非表示*/
  .article-body a.imglink[target="_blank"] {
    background: none;
    padding-right: 0px;
    margin-right: 0;
  }

  /*画像の場合：_target_blakはアイコン非表示*/
  .article-body a.imglink_logo[target="_blank"] {
    background: none;
    padding-right: 0px;
    margin-right: 0;
    border-radius: 10px;
  }

  /*+角丸*/
  .article-body .imglink_logo img {
    width: 56px;
    height: 56px;
    border: solid 1px #ccc;
    vertical-align: middle;
    border-radius: 10px;
  }

  /*記事内見出し*/
  .article-body h1 {
    color: #383838;
    font-size: 2.083em;
    font-weight: normal;
    line-height: 1.8em;
  }

  .article-body h2,.article-body h3,.article-body h4,.article-body h5,.article-body h6{
    font-weight:bold;
    color: #383838;
  }

  .article-body h2 {
    font-size: 200%;
    line-height: 63px;
    margin-bottom: 20px;
    padding-left: 95px;
    background: transparent url("//p6.zdassets.com/hc/theme_assets/916521/200212758/ic-heading1.gif") no-repeat scroll left center;
    background-size: 68px 63px;
  }

  .article-body h3 {
    font-size: 26px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height:1.4em;
    margin: 30px 0 20px;
    padding: 40px 0px 10px;
    border-bottom: 1px dotted #c2c2c2;
  }

  .article-body h4{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 28px 0px 10px;
    padding: 0px 0px 0px;
    border-left: 0px solid #c2c2c2;
  }

  .article-body .point-box5 h4 {
    color: #ff7154;
    font-size: 18px;
    padding: 0 0 0 35px;
    background-image:url(//p6.zdassets.com/hc/theme_assets/916521/200212758/icon_alert.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
  }

  .article-body h5{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0px 0px -16px 0px;
  }

  .article-body  h6{
    font-size: 16px;
    line-height:.8em;
    margin: 20px 0;
  }

  /*記事内目次*/
  .article-body .index {
    margin-top: 12px;
    padding: 16px 24px 0px;
    background-color: #f4f4f4;
    /* border: #e0e0e0 solid 1px; */
    border-radius: 4px;
    padding-bottom: 16px;
  }

  .article-body .index h4 {
    padding-top: 0px;
    padding-bottom: -10px;
    font-size: 18px;
    color: #383838;
    margin: 12px 0px 10px;
  }

  .article-body .index > ul {
    margin-top: 14px 0px 10px;
    margin-left: 0px;
    margin-bottom: 14px;
  }

  .article-body .index li {
    line-height: 1.4em;
    text-indent:-1em;
    padding-left:1em;
  }

  .article-body .index li a {
   display: inline;
 }

 /*記事内文字*/
 .article-body p {
  line-height:1.6em;
  margin: 1em 0;
  font-size: 16px;
  /*color: #383838; /* #585858 */
}

.article-body .point-box5 p {
  /*color: #ff7154;*/
  font-size: 15px;
}

.article-body em {font-style: italic;}



/*テーブル*/

.article-body table {
  display: table;
  float: none;
  width: inherit;
  margin-top: inherit;
  position: inherit;
  box-sizing: border-box;
}

.article-body table th,
.article-body table td {
  font-size: inherit;
  width: inherit;
  float: none !important;
  display: table-cell !important;
}

.article-body td,
.article-body th {
  padding: 5px 10px 5px 0px;
  border: 0px solid #dfdfdf;
}

.article-body td p {
  line-height:1.7em;
  color: #585858;
  vertical-align: top;
}

/*テーブル①（ボーダーなし）*/
.article-body .table1 td {
  border: 0px solid #dfdfdf;
  vertical-align: top;
  line-height:1.7em;
}

.article-body .table1 td img {
  text-align: left;
  vertical-align: top;
}

/*通常テーブル②（ボーダーあり）*/
.article-body .table2 td {
  padding: 5px 5px;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  line-height:1.7em;
}

.article-body .table2 td img {
  text-align: left;
  vertical-align: middle;
  min-width: 42px;
}

/*ポイントボックス・テーブル①（ボーダーなし）*/
.article-body .point-box td p {
  line-height:1.7em;
  margin-bottom: 1.0em;
  color: #585858;
  vertical-align: top;
}

.article-body .point-box .table1 td {
  border: 0px solid #dfdfdf;
  vertical-align: top;
  line-height:1.7em;
}

.article-body .point-box .table1 td img {
  text-align: left;
  vertical-align: top;
}

/*ポイントボックス・テーブル②（ボーダーあり）*/
.article-body .point-box .table2 td {
  border: 1px solid #dfdfdf;
  vertical-align: top;
  line-height:1.7em;
}

.article-body .point-box .table2 td img {
  text-align: left;
  vertical-align: middle;
}


/* 記事内PointBox共通 */
.article-body .point-box h4,
.article-body .point-box2 h4,
.article-body .point-box5 h4,
.article-body .point-box6 h4 {
 font-size: 16px;
 font-weight: bold;
 margin: 10px 0;
 padding: 0;
 border: none;
}

/*記事内PointBox：POINT*/
.article-body .point-box {
 content: "POINT";
 line-height: 1;
 font-weight: normal;
 border: #ccc solid 1px;
}

.article-body .point-box h4 {
 color: #FC7900;
 font-size: 18px;
 padding: 0 0 0 80px;
 background-image:url(//p6.zdassets.com/hc/theme_assets/916521/200212758/point-tit.png);
 background-size: 70px 22px;
 background-repeat: no-repeat;
 background-position: left center;
}

/*記事内PointBox⑤：赤*/
.article-body .point-box5 h4 {
 color: #ff7154;
 font-size: 18px;
 padding: 0 0 0 35px;
 background-image:url(//p6.zdassets.com/hc/theme_assets/916521/200212758/icon_alert.png);
 background-size: 25px 25px;
 background-repeat: no-repeat;
 background-position: left center;
}

/*記事内PointBox⑥：青*/
.article-body .point-box6 h4{
 color: #20AEE5;
 font-size: 18px;
 padding: 0 0 0 35px;
 background-image:url(//p6.zdassets.com/hc/theme_assets/916521/200212758/AirREGI_icon_rgb_.png);
 background-size: 20px;/* 3% ちっさかったので修正2018.1 */
 background-repeat: no-repeat;
 background-position: left center;
}


/*********************************************************
.editing_hp ホームページの編集についての関連記事（2017/04/21）
*********************************************************/

.editing_hp .art_contents{
  padding-top: 30px;
}
.editing_hp .cont_title{
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding-left: 26px;
  vertical-align: middle;
}
.editing_hp .art_list .cont_title{
  font-weight: normal;
  font-size: 16px;
}
.editing_hp .cont_text{
  padding-left: 34px;
  margin-top: 4px;
}
.editing_hp .link_list{
  border-top: 1px dotted #c2c2c2;
  margin-top: 60px;
}
.editing_hp .rbd_icon{
  display: inline-block;
  height: 20px;
  vertical-align: top;
}
.editing_hp .rbd_margin_bottom30{
  margin-bottom: 30px;
}
.editing_hp .rbd_margin_bottom0{
  margin-bottom: 0;
}
.editing_hp .rbd_margin_top0{
  margin-top: 0;
}
.editing_hp .inner_box .list_cont{
  margin-top: 60px;
}
.editing_hp .inner_box .font_size_l{
  font-size: 1.5em;
}
.editing_hp .inner_box .border_black img{
  border: 1px solid #383838;
}
.editing_hp ul.art_list li{
  list-style-type: none;
}
.editing_hp ul.art_list li .cont_text{
  margin-top: 6px;
}


/*********************************************************
  個別記事ページ用CSS
  *********************************************************/

  /*フリーページ作成機能について aid_115011857187 (2017/08/25)*/
  /*ブロック・アイテムの編集について aid_115012008688 (2017/08/25)*/

  .article-body .aid_115011857187 h3,
  .article-body .aid_115012008688 h3 {
    padding-top: 0;
  }

  .article-body .aid_115011857187 ol li {
    margin-bottom: 40px;
  }

  .article-body .aid_115011857187 ol li p {
    margin-top: 0.4em;
  }

  .article-body .aid_115011857187 .aid_img_box .aid_first_img{
    display: inline-block;
    width: 26%;
    margin-right: 2%;
  }

  .article-body .aid_115011857187 .aid_img_box .aid_second_img{
    display: inline-block;
    width: 70%;
    vertical-align: top;
  }

  .article-body .aid_115012008688 .aid_img_box .aid_first_img {
    display: inline-block;
    width: 18%;
    text-align: center;
  }

  .article-body .aid_115012008688 .aid_img_box .aid_second_img {
    display: inline-block;
    width: 80%;
    vertical-align: top;
  }

  .article-body .aid_115011857187 .aid_img_box img {
    width: 100%;
  }

  .article-body .aid_115011857187 .point-box5 p,
  .article-body .aid_115011857187 .point-box5 ul li {
    margin: 0.4em 0;
  }

  .article-body .aid_115012008688 .aid_alert_box {
    margin: 2.0em 0;
  }

  .article-body .aid_115012008688 .aid_alert_box p {
    color: #f55852;
  }

  .article-body .aid_115012008688 .aid_img_small img {
    width: 50%;
  }

  .article-body .aid_115012008688 .aid_item_box h4 {
    margin-top: 2.0em;
  }

  .article-body .aid_115012008688 .aid_item_box h5 {
    margin: 2.0em 0 0;
  }

  .article-body .aid_115012008688 .aid_item_box h5 + p {
    margin-top: .5em;
  }

  .article-body .aid_115012008688 .aid_item_box ul li {
    margin-top: 0;
    text-indent: 0;
  }

  .article-body .aid_115012008688 .aid_table_block {
    border-top: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
  }

  .article-body .aid_115012008688 .aid_table_block tr {
    border-bottom: 1px solid #b9b9b9;
    text-align: center;
  }

  .article-body .aid_115012008688 .aid_table_block th {
    padding: 1% 2%;
    text-align: center;
    background: #ddd;
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    border-right: 1px solid #b9b9b9;
  }

  .article-body .aid_115012008688 .aid_table_block th.aid_th_first {
    width: 16%;
  }

  .article-body .aid_115012008688 .aid_table_block th.aid_th_secon {
    width: 10%;
  }

  .article-body .aid_115012008688 .aid_table_block td {
    border-right: 1px solid #b9b9b9;
  }

  .article-body .aid_115012008688 .aid_table_block td:last-child {
    text-align: left;
    padding-left: 20px;
  }

  .article-body .aid_115012008688 .aid_table_block td:last-child p {
    font-size: 1.0em;
  }

  .article-body .aid_115012008688 .aid_table_block td:first-child {
    font-size: 1.2em;
  }

  .article-body .aid_115012008688 .aid_table_block td p {
    margin: 0;
  }

  /* add 修正用 */
  .article-body .aid_115012008688 .aid_table_block th {
    white-space: nowrap;
  }

  .article-body .aid_115012008688 .aid_table_block td:first-child {
    padding: 1rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
  }

  .article-body .aid_115012008688 .aid_table_block td:nth-child(2) {
    padding: .5rem;
    text-align: center;
    vertical-align: middle;
  }




/*********************************************************
  個別記事ページ用CSS
  *********************************************************/

  /*** 料理の編集 xxxxxxxxxx （yyyy/mm/dd） *******/

  /*メッセージ作成について aid_228636527 (2017/05/17)*/
  .aid_228636527 ol li p.text-note{
    padding: 0 28px;
    margin-top: 0;
  }

  /*** テンプレートの配信タイミングについて xxxxxxxxxx （2017/06/08） *******/

  .aid_235214868 .point-box5 .aid_example_box{
    padding-left: 20px;
    margin: 14px 0;
  }
  .aid_235214868 .point-box5 .aid_example_box h5{
    font-size: 14px;
  }
  .aid_235214868 .point-box5 .aid_example_box{
    font-size: 14px;
  }

  /*メッセージ配信設定について　.aid_228877288 (2017/06/26)*/
  /*メッセージ配信可否設定について .aid_235437887 (2017/06/26)*/
  /*2017年6月29日 更新情報　.aid_115008646767 (2017/06/27)*/

  .aid_228877288 .aid_article_content_box .point-box5 p,
  .aid_235437887 .aid_article_content_box .point-box5 p,
  .aid_115008646767 .aid_article_content_box .point-box5 p{
    margin: 4px 0;
  }

  /*2017年7月11日(火) システムメンテナンス実施のお知らせ .aid_115009344888  (2017/06/26)*/

  .article-body .aid_115009344888 .alert p {
    margin: .5em 0;
    color: #f55852;
    font-size: 1.1em;
  }

  /*ホットペッパーグルメの掲載情報取込設定について(2017/08/09)*/

  .article-body .aid_228636627 table.aid_table_3 {
    border-top: solid 1px #9c9c9c;
    border-left: solid 1px #9c9c9c;
  }

  .article-body .aid_228636627 table.aid_table_3 td:first-child {
    width: 35%;
  }

  .article-body .aid_228636627 table.aid_table_3 tr {
    border-bottom: solid 1px #9c9c9c;
  }

  .article-body .aid_228636627 table.aid_table_3 thead {
    background: #d4d4d4;
  }

  .article-body .aid_228636627 table.aid_table_3 thead th {
    font-size: 1.0em;
    padding: 1% 2%;
    font-weight: bold;
    color: #383838;
    border-right: solid 1px #9c9c9c;
    width: 25%;
  }

  .article-body .aid_228636627 table.aid_table_3 tbody th {
    font-size: 1.0em;
    color: #383838;
    font-weight: bold;
    padding: 1% 2%;
    background: #efefef;
    border-right: solid 1px #9c9c9c;
    width: 25%;
  }

  .article-body .aid_228636627 table.aid_table_3 tbody td {
    font-size: 1.0em;
    color: #383838;
    padding: 1% 2%;
    border-right: solid 1px #9c9c9c;
  }

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

PC画像キャプチャのBefore/After

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

.column-img.full-img {
  letter-spacing: 0;
  margin-top: 1em;
}

.column-img.full-img img.ico-arrow {
  display: block;
  margin: 1em auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.column-img.full-img img.ico-arrow + figure {
  margin-top: 0;
}

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

  .column-img.full-img img.ico-arrow {
    display: block;
    margin: .6em auto;
  }
}

/*アイコンを付けない外部リンク*/

#new_article .noicon a[target="_blank"] {
  padding: 0;
  margin: 0;
  display: block;
}

/*********************************************************
 システムメンテナンス情報一覧記事の「完了」アイコン
 *********************************************************/
 .label-comp::before {
  content: '完了';
  display: inline-block;
  background: #707B7F;
  color: white;
  line-height: 1;
  padding: .5em .5em .3em .7em;
  border-radius: 3px;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  top: .1em;
  left: 0;
  font-size: 11px;
  margin-right: .5rem;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .td-nobdr tbody tr td {
    border: none;
  }
  .td-nobdr tbody tr {
    border: #bdc3c4 solid 1px;
  }
}

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

display: none;

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

.non-disp {
  display: none;
}

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

Category & Section Renewal

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

h1.cat-sec-ttl {
  margin: 0;
  padding-bottom: .3em !important;
  font-size: 2.2rem;
  border-bottom: 1px solid #ddd;
  color: #505050;
}

h2.cat-sec-ttl a {
  font-size: 1.8rem;
  position: relative;
  color: #505050;
}

h2.cat-sec-ttl a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #20aee5;
  border-right: solid 2px #20aee5;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-left: 9px;
  pointer-events: none;
  text-align: right;
  margin-top: 16px;
}

header.page-header {
  margin: 2em 0 0;
}

.category-container {
  display: block;
  width: 100%;
  padding: 0 1em;
  margin-top: 0;
}

.category-container .article {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 4em 0;
  padding: 0;
  flex: none;
}

.section-container .article {
  margin: 1em 0;
  padding: 0;
}

.section-nav {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin-top: .8em;

}

.section-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:flex-start;
  justify-content: flex-start;
  margin: 0;
}

.section-nav ul li {
  background-color: #e1f4fc;
  border-radius: 4px;
  color: #fff;
  margin-bottom: .5em;
  margin-right: .8em;
  padding: 0;
}

.section-nav ul li + li {
  margin-top: 0;
}

.section-nav ul li:before {
  content:none;
}

.section-nav ul li:hover {
  opacity: .6;
}

.section-nav ul li a {
  display: block;
  width: 100%;
  padding: .4em 1em;
  color: #20aee5 !important;
  word-wrap: normal;
  text-decoration: none;
  font-size: .8em;
}

.section-nav ul li a:hover {
  text-decoration: underline;
}

.section-tree {
  flex-direction: row;
  justify-content: space-between;
}

.section-tree .section {
  padding-right: 0;
  margin-bottom: 60px;
  flex: 0 0 45%;
}

.section-tree .article-list,
.section-content .article-list {
  display: block;
  margin: 2em 0 2em 1em;
}

.section-tree .article-list li,
.section-content .article-list li {
  padding: 6px 0 !important;
  text-decoration: underline;
  margin: 0;
}

.section-tree .article-list li.mentenance-list,
.section-content .article-list li.mentenance-list {
  margin-bottom: 1em;
}

.section-tree .article-list li a,
.section-content .article-list li a {
  color: #0892c7 !important;
}

.section-tree .article-list li:before,
.section-content .article-list li:before {
  content:none;
}

.category-container .section-tree .see-all-articles {
  text-align: right;
  font-size: .9em;
  position: relative;
  color: #505050;
  margin: 0 1em 0 0;
  line-height: 1.5;
}

.section-tree .see-all-articles:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #505050;
  border-right: solid 2px #505050;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-left: 9px;
  pointer-events: none;
  text-align: right;
  top: 7px;
}

@media screen and (max-width: 900px) and (min-width: 0px) {
  .section-tree .section {
    flex: 0 0 100%;
  }

  h2.cat-sec-ttl a {
    font-size: 1.2em;
  }
}

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

  .section-nav ul li a {
    padding-top: .5em;
  }

  .section-tree .section {
    margin-bottom: 2.5em;
  }

  .category-container {
    padding: 0;
  }

  .category-container .article, .section-container .article {
    margin: 3em 0;
    padding: 0 2%;
  }

  .section-tree .article-list li a, .section-content .article-list li a {
    line-height: 1.6;
  }

}

@media screen and (max-width: 900px) and (min-width: 0px) {
  .section-tree .article-list li a, .section-content .article-list li a {
    font-size: 0.95em;
    line-height: 1.3em;
  }
}

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

  .section-tree .article-list {
    margin-top: 1em;
  }

  .section-tree .section {
    margin-top: 1em;
  }

  h2.cat-sec-ttl a:after {
    margin-top: 10px;
  }

}

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

  h1.cat-sec-ttl {
    font-size: 1.5rem !important;
  }

  h2.cat-sec-ttl {
    margin-bottom: 0;
  }

  h2.cat-sec-ttl a {
    font-size: 1.5rem;
  }

  h2.cat-sec-ttl a:after {
    margin-top: 12px;
  }

  .section-nav {
    margin-top: 1em;
  }

  .section-nav ul li {
    margin-right: .5em;
  }

  .section-nav ul li a {
    padding: .5em 1.2em;
  }

  .section-container .article {
    margin-top: 2em;
    padding: 0;
  }

  .section-content .article-list {
    margin-top: 1.5em;
    margin-left: 0;
  }

  .section-tree .article-list,
  .article-list .article-list-item {
    text-indent: 0;
    margin-top: 1em;
    margin-left: 0;
  }

  .section-tree .article-list li + li, .section-content .article-list li + li {
    margin-top: .3em;
  }

  ..category-container .section-tree .see-all-articles {
    font-size: .8em !important;
  }
}

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

pagination Renewal

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

.pager {
  text-align: center;
  margin: 2em 0 4em;
  width: 100%;
}

.pager_block {
  display: inline-block;
}

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

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

.pagination ul li {
  width: 38px;
  height: 38px;
  padding: 0;
}

.pagination ul li:before {
  content: none;
}

.pagination ul li a {
  text-decoration: none;
}

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

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

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

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

.pagination .pagination_ico {
  position: relative;
}

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

.pagination .pagination-prev a:before, .pagination .pagination-next a:before {
  background: url("/hc/theming_assets/01HZM49AEEEPZD5WPFG8V2NT09") center center no-repeat transparent;
}

.pagination .pagination-first a:before, .pagination .pagination-last a:before {
  background: url("/hc/theming_assets/01HZM49EG49HF6KFFFF0FTTX68") center center no-repeat transparent;
}

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

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

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

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

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

  .pagination ul {
    border: none;
  }

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

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

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

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

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

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

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

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

  .pagination ul li {
    width: 34px;
    height: 34px;
  }

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

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

サービス一覧のcss

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

section.service_list {
  padding-bottom: 3rem;
  border-top: 1px solid #bdc3c4;
  margin-top: 2em;
}

section.service_list h2 {
  margin-top:3rem;
}

section.service_list .indent {
  margin: 0 1em;
}

section.service_list .inquiry_btn {
  text-align: center;
  margin-top: 2rem;
}

section.service_list .inquiry_btn a {
  text-align: center;
  padding: 1em;
  border: solid 1px #20aee5;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.8s ease 0s;
  text-decoration: none !important;
  color: #20aee5 !important;
  cursor: pointer;
  width: 220px;
}

section.service_list .inquiry_btn a:hover {
  transform: scale(1.03);
  transition: all 0.3s ease 0s;
  color: #20aee5 !important;
  opacity: 1;
}

@media (max-width: 1024px) {
  section.service_list {
    padding-bottom: 2.5rem;
  }
}

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

  section.service_list h2 {
    margin-top:2.5rem;
  }

  section.service_list .inquiry_btn {
    padding-top: 2rem;
  }

  section.service_list .inquiry_btn a {
    width:90%;
  }
}

/************************************************
Froms new_request_page.hbs お問い合わせ
************************************************/
.form {
  max-width: 728px;
  margin: 0 auto;
  border: none;
  padding: 0;
  background: none;
  width: 100%;
}

.form h3 {
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px #ddd solid;
  padding: 0px 0px 10px;
  margin: 1.5rem 0 1rem 0;
}

.form h1.new_request_tit {
  line-height: 1.6;
  border-bottom: 1px #ddd solid;
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.form h2 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0rem 0rem .5rem .5rem;
  margin: 0;
  border-bottom: 1px dashed #ddd;
}

.form section{
  padding-top: 1rem;
}

.form_forgetlist {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.form_forgetlist > li {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.form_forgetlist > li::before {
  display: none;
}

.form .form_forgetlist h3 {
  font-size: 1rem;
  font-weight: 600;
  border: none;
  padding: 0 0 .5rem;
  margin: 0;
}

.container .form a:not(.nesty-input) {
  color:#0892C7;
  text-decoration: underline;
  font-size: 1rem;
}

.form_fl_img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  text-align: center;
}

.form_fl_img img {
  max-width: 50%;
  vertical-align: top;
  height: 100%;
  max-height: 50px;
}

.form_fl_txt {
  display: inline-block;
  width: 65%;
}

.form_caution_txt {
  font-size: .8rem;
  display: block;
  position: relative;
  padding-left: 50px;
}

.form_caution_txt::before {
  content: "ご注意";
  position: absolute;
  left: 0;
  top: 0;
  color: red;
  display: inline-block;
}

.form_small {
  color: #777;
  font-size: .8rem;
}

.ten_list {
  margin: 2rem 0 1rem;
  padding: 0;
}

.formlist_n {
  margin: 2rem 0 1rem 1.5rem;
  padding: 0;
}

.formlist_n ul {
  margin: .5rem 0 .5rem 2rem;
}


.container .request_attention .ten_list > li,
.ten_list > li {
  margin: 0;
  padding: 0 0 .5rem 1.2rem;
  position: relative;
  list-style: none;
  line-height: 1.6;
  display: block;
}
.container .request_attention .ten_list > li::before,
.ten_list > li::before {
  display: inline-block;
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.ten_list_intopspace {
  padding-top: 2rem;
}

.small_desc {
  color: #888;
  padding: 0;
  margin: 0 !important;
}

.small_desc .ten_list {
  font-size: 12px;
}

.small_desc .ten_list > li {
  line-height: 1.8;
}

.form footer {
  border: none;
}

.form .faq-ranking a{ }

.form_requestNew {margin-top: 2em;}

.form_requestNew input[type="submit"]{
  margin: 0 auto;
  background-color: #20aee5;
  border: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 999px;
  padding: 4px 10px;
  display: block;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.12);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form_requestNew input[type="submit"]:hover {
  opacity: 0.5;
}

.form_requestNew input[type="submit"][disabled]:hover {
  opacity: 0.4;
}

#form_under{
  font-size: 0.9rem;
  margin-bottom: 80px;
}


.form-privacy{
  font-size: .9rem;
}


/* 紹介キャンペーン */
.form_request {
  margin: 0 0 20px 0;
  padding: 20px 10px 10px 20px;
  background: #F9EEED;
  border-radius: 4px;
}


/* 店頭掲示ツールフォーム */
.form_pickup{
  padding: 30px;
}

.form_pickup#new_article h2{
  margin: 0;
}

.form_pickup#new_article th{
  color: #585858;
}

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

#new_article .box-alert ul > li::before {
  background: #f55852;
}

/************************************************
Forms new_request_page.hbs お問い合わせ送信後サンクスページ　
************************************************/

.main-column_request {
  float: none;
  width: 100%;
  background: #ffffff;
  padding: 0 0;
  border-radius: 8px;
  zoom: 1;
  margin-bottom: 150px;
  text-align: center;
}

.request-title {
  border-bottom: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-bottom: 20px;
}

.main-column_request a{
  background-color: #20aee5;
  border: 0;
  color: #FFF;
  font-weight: 600;
  line-height: 2.72;
  min-width: 190px;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px;
  display: block;
  width: 300px;
  margin: 50px auto;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.12);
}

.main-column_request a::after {
  content: '';
  margin: 0;
  margin-left: 14px;
  width: 20px;
  height: 16px;
  background: url("/hc/theming_assets/01HZM49E2ZY4NX8TBCSEF0ES3J") center center no-repeat transparent;
  background-size: 6px;
  display: inline-block;
  position: relative;
  top: 3px;
}


body.thanks_body {
  height: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.thanks_body .zopim {
  display: none;
}

.thanks_body .notification-notice {
  background: white;
  border: none;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.thanks_body .notification a {
  color: white;
}

.thanks_body .container,
.thanks_body .header,
.thanks_body .footer {
  display: none;
}

.thanks_body main {
  display: none;
}

.thanks {
  text-align: center;
  max-width: 770px;
  margin: 3% auto;
  font-size: 1rem;
  min-height: 100vh;
}

.thanks h1 {
  line-height: 1.6;
  border-bottom: 1px #ddd solid;
  font-size: 2rem;
  padding: 0.5rem 0 1rem;
  font-weight: normal;
  border: none;
  color: #21aee5;
}

.thanks h1 br {
  display: none;
}

.thanks > p {
  padding: 0 0 1rem;
}

.back_btn {
  padding-top: 3rem;
  text-align: center;
}

.thanks_inlist {
  padding: 1.5rem;
  text-align: left;
  margin: 0;
}

.thanks_inlist li {
  list-style: disc;
  margin-left: 1rem;
}


/* ベース設定 */
.form input,
.form textarea {
  -webkit-appearance: none;
}

/*** セレクトボックスの高さ ***/
.nesty-panel {
  height: 350px;
  height: 40vmin;
}
/*** セレクトボックス内のliの高さ ***/
.nesty-panel li {
  padding: 1em !important;
}
/*** 打ち消し ***/
.nesty-panel li::before {
  display: none;
}

/***** fromのフィルード設定 *****/
.form-field ~ .form-field {
  margin-top: 2em;
  font-size: .9rem;
  position: relative;
}

.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;
  font-weight: 500;
}

.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;
}

.nesty-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.form-field.required > label::after {
  content: "*必須";
  color: #f55852;
  margin-left: 2px;
  font-size: .8rem;
}

.form-field p {
  /*font-size: 12px;*/
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/2006534/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

.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: 3px 25px;
}

.form .suggestion-list li a:visited {
  color: #004189;
}
.form textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

/* Formのボタン設定 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="submit"] {
  background-color: #20aee5;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.12);
}

/****************************
Forms new_request_page.hbs ボックス設定
*****************************/

  .form .box {
    margin: 2.6rem 0 0rem;
}

  .form .box-surprised_mark h4 {
    color: #E75851;
    background: url("https://theme.zdassets.com/theme_assets/532076/cdb155e600de45faa82096184412a90ff2ea91a6.svg") no-repeat transparent;
}
  .form .box-check h4 {
    color: #ff9700;
    background: url("https://theme.zdassets.com/theme_assets/532076/874d73b90f42a510c2238f4595b5e91ba4179c99.svg") no-repeat transparent;
}
  .form .box-point h4 {
    color: #0892c7;
    font-size: 1.1rem;
    background: url("https://theme.zdassets.com/theme_assets/532076/0a63b637aeb04fa4b11da7b5f98fdc52da3187d4.svg") 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;
}
  .form .box-ipt-new h4 {
    line-height: 1.5rem;
    font-size: 1.1rem;
    color: #E75851;
}
  .form .box-surprised_mark,
  .form .box-point,
  .form .box-check {
    border: none;
    padding: 1.4rem 1.8rem 1.7rem 1.8rem;

}
  .form .box-surprised_mark h4,
  .form .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;
}
  .form .box-surprised_mark {
    background: #FCE5DD;
}
  .form .box-point {
    background: #E1f0f8;
}
  .form .box-check {
    background: #ffedda;
}
  .form .box-ipt-new {
    border-color: #E75851;
    padding: 1.4rem 1.8rem 1.7rem 1.8rem;
}
  .form .box-ipt-new p {
    font-size: 0.9rem;
}
  .form .box p,
  .form .box li,
  .form .box a{
    font-size: 1rem;
    font-weight: normal;
}

/* フォームの赤枠強調警告 */

  .form .box-important {
    border-color: #f55852;
    color: #f55852;
  }
  .form .text-important {
    color: #f55852;
  }

  /*チェックボックス位置調整*/
  .form_requestNew label#request_custom_fields_900010087626_label{
    margin-left: 24px;
  }

  .form_requestNew input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: 4px;
  }

/*チェックボックスのラベル箇所のマージンをとるためにカスタムフィールド名をいれる*/
label#request_custom_fields_1900000003708_label { margin-left: 25px;　}



  /*見出し設定*/
  .form h2 {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0;
    margin: 0 0 2rem;
    border-bottom: none;
    color: #555;
  }

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

  記事ページに使用するサービスアイコン追加（2022年11月）

  Only use for h3, h4 (not h2)

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

.ico_service_app {
  display: inline-block;
}

.ico_service_app:before {
  content: "";
  border-radius: 25%;
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5em;
  display:inline-block;
  vertical-align: middle;
  padding:.4em;
}

h3 .ico_service_app:before {
  width: 1.8em;
  height: 1.8em;
  vertical-align: bottom;
  margin-right: 0.5em;
  padding: 0.15em;
}

/*Airレジ*/
.ico_service_app.ico_regi:before {
  background: url("/hc/theming_assets/01HZM49HQQSD02WR6Q0XVTNSA6") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airレジ オーダー*/
.ico_service_app.ico_handy:before {
  background: url("/hc/theming_assets/01HZM49HFMKH2ZR5HDVPD38C2J") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airペイ*/
.ico_service_app.ico_airpay:before {
  background: url("/hc/theming_assets/01HZM498Q0D1A7XEES1ATC8FCZ") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airペイ QR*/
.ico_service_app.ico_airpayqr:before {
  background: url("/hc/theming_assets/01HZM49D7K2Z29C5MH57FZV7V8") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airペイ ポイント*/
.ico_service_app.ico_airpaypoint:before {
  background: url("/hc/theming_assets/01HZM49CTQV6QHTWA06E1AXKZG") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airウェイト*/
.ico_service_app.ico_wait:before {
  background: url("/hc/theming_assets/01HZM499WVWY5QEQ62PYWQXKFA") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airリザーブ*/
.ico_service_app.ico_reserve:before {
  background: url("/hc/theming_assets/01HZM49DJD87M3J8Z4SBHBE2MK") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airシフト*/
.ico_service_app.ico_shift:before {
  background: url("/hc/theming_assets/01HZM49AA2W2PTYV9V6K6DNPJ5") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airメイト*/
.ico_service_app.ico_mate:before {
  background: url("/hc/theming_assets/01HZM49E6SR96Z0SWX3QC6B8FR") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airカード*/
.ico_service_app.ico_card:before {
  background: url("/hc/theming_assets/01HZM49G2C8F3PP5KDZZS71X0K") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airワーク 採用管理*/
.ico_service_app.ico_work:before {
  background: url("/hc/theming_assets/01HZM49GW48FAXVA0BJDHA2V1N") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airキャッシュ*/
.ico_service_app.ico_cash:before {
  background: url("/hc/theming_assets/01HZM49H02P73DYSY7WW9NCHTE") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airインボイス*/
.ico_service_app.ico_invoice:before {
  background: url("/hc/theming_assets/01HZM49HBT35V71WYWHT75NM9X") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*おみせのでんき*/
.ico_service_app.ico_denki:before {
  background: url("/hc/theming_assets/01HZM49BJQ2EGH21HJSQD12CA7") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*Airマーケット*/
.ico_service_app.ico_market:before {
  background: url("/hc/theming_assets/01HZM49CZCV8K5S3VRZ6AGX9ZZ") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*レストランボード*/
.ico_service_app.ico_rb:before {
  background: url("/hc/theming_assets/01HZM49HM0YSCZXW06PG2WX2FZ") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*ペットサロンボード*/
.ico_service_app.ico_pet:before {
  background: url("/hc/theming_assets/01HZM49DTK5E707SWWMJEYEJJF") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*カンタンWeb集客 by Airレジ*/
.ico_service_app.ico_kws:before {
  background: url("/hc/theming_assets/01HZM49H4EAN5QJKSMMYVT4KFT") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/*olタグ 数値掲載用*/
.terms_list {
  padding-left: 1.1em;
  text-indent: -1.1em
}




/* 2024/07 ARGとCSSの統一化_高橋 */

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

  補足事項（グレー枠）内のアコーディオン

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

#new_article .click_accordion a.trigger {
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
}

#new_article .click_accordion a.trigger:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    display: inline-block;
    padding-right: 6px;
    font-size: 1rem;
}

#new_article .click_accordion a.up:before {
    content: "\f0d7";
    padding-right: 3px;
}

#new_article .click_accordion .accordion {
    display: none;
    background: #f0f0f0;
    margin: .5em 0;
    padding: 2em 2em 1.5em;
    border-radius: 4px;
}

#new_article .click_accordion .accordion * {
    font-size: .9rem;
}

#new_article .click_accordion .accordion ul>li+li {
    margin-top: .2em;
}

#new_article .click_accordion .accordion .note-list *,
#new_article .click_accordion .accordion .note-text * {
    font-size: 0.8rem;
}

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

  tableのアコーディオン

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

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #new_article table.table_accordion,
    #new_article table.table_accordion tbody,
    #new_article table.table_accordion tr {
        display: block;
        width: 100%;
    }
    #new_article table.table_accordion {
        border-bottom: 1px solid #bdc3c4;
    }
    #new_article table.table_accordion th {
        display: block;
        width: 100%;
        font-size: .9rem;
        text-align: left;
        background: #f0f0f0;
        border: 1px solid #bdc3c4;
        border-bottom: none;
        font-weight: 600;
    }
    #new_article table.table_accordion th:before {
        content: '\f054';
        font-family: 'FontAwesome';
        padding-right: 8px;
        color: #bcbcbc;
    }
    #new_article table.table_accordion th.ac_open:before {
        content: '\f078';
        padding-right: 4px;
    }
    #new_article table.table_accordion th.ac_open+td {
        border-bottom: none;
    }
    #new_article table.table_accordion td {
        display: block;
        width: 100%;
        font-size: .9rem;
    }
    #new_article table.table_accordion td * {
        font-size: .9rem;
    }
}

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

  tbl-attrの場合（SP表示が異なる）

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

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /*SPでtdの線を消す*/
    #new_article .td-nobdr tbody tr td {
        border: none;
    }
    #new_article .td-nobdr tbody tr {
        border: #bdc3c4 solid 1px;
    }
    /*SPの時だけ画像サイズを小さくする*/
    #new_article .sp-downsize {
        text-align: center;
    }
    #new_article .sp-downsize img.width90 {
        width: 90%;
    }
    #new_article .sp-downsize img.width80 {
        width: 80%;
    }
    #new_article .sp-downsize img.width70 {
        width: 70%;
    }
}

#new_article img {
    vertical-align: middle;
}

/* 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;
}

  /* ウィンドウ幅が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: 1rem;
  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); 
}

.logo-arg {background-image: url('/hc/theming_assets/01JCZCJE5YAV4PTR1294275PWJ');}
.logo-apy {background-image: url('/hc/theming_assets/01JCHRDX4NS3K90V1Z4QP7R80T');}
.logo-mpa {background-image: url('/hc/theming_assets/01JCHRE0EN7XJTTRDVY303PKRF');}
.logo-pyr {background-image: url('/hc/theming_assets/01JCHRE2AH469VPXE57FBMEQV7');}
.logo-msc {background-image: url('/hc/theming_assets/01JCHRE10G8N5XH4FF5K0RZTHS');}
.logo-sft {background-image: url('/hc/theming_assets/01JCHRE41NFMGRRZA9RGWJ22EY');}
.logo-rb {background-image: url('/hc/theming_assets/01JCHRE2ZV11DKGG1AP74NZF90');}
.logo-mate {background-image: url('/hc/theming_assets/01JCHRDZ7PBG36ACBGHHGNQW9B');}
.logo-awt {background-image: url('/hc/theming_assets/01JCHRDY59STXAHS5D94ZGA3A0');}
.logo-rsv {background-image: url('/hc/theming_assets/01JCHRE3JXRB4VV4DZ3X3K2GKH');}
.logo-inv {background-image: url('/hc/theming_assets/01JCHRDYNW1CTEYEH7H9V73R43');}
.logo-aid {background-image: url('/hc/theming_assets/01JCHRDWMEXWT9322EF618QD2K');}
.logo-acs {background-image: url('/hc/theming_assets/01JCHRDW3QYGW74GT74TKM9VGA');}
.logo-mkt {background-image: url('/hc/theming_assets/01JCHRDZYJTR02SFDKM7A0MZ4J');}
.logo-oes {background-image: url('/hc/theming_assets/01JCHRE1PKQ6PRW9AB43BN96PG');}
.logo-psb {background-image: url('/hc/theming_assets/01JD1WJG7V8KJ9ZWP1MBYMC0EQ');}

.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;
  font-weight: normal;
}

#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 h5.logo-arg {background-image: url('/hc/theming_assets/01JCHRE68AA4B8ARVY6ZKMGTA7');}
  #new_article h5.logo-apy {background-image: url('/hc/theming_assets/01JCHRE5M1B0CJDVS7GFXHZ71G');}
  #new_article h5.logo-mpa {background-image: url('/hc/theming_assets/01JCHRE8T9P9W6BX9YB06MT7KD');}
  #new_article h5.logo-pyr {background-image: url('/hc/theming_assets/01JCHREAD7G1DQXCTM7AQCS555');}
  #new_article h5.logo-msc {background-image: url('/hc/theming_assets/01JCHRE9B2TR21Z252J3H3R2J2');}
  #new_article h5.logo-sft {background-image: url('/hc/theming_assets/01JCHREBYJZHX9KJKSYCSWAEFN');}
  #new_article h5.logo-rb {background-image: url('/hc/theming_assets/01JCHREAXJ7AXSQX7VB74HSJZV');}
  #new_article h5.logo-mate {background-image: url('/hc/theming_assets/01JCHRE7TSQJX0DWNB18MVMSRA');}
  #new_article h5.logo-awt {background-image: url('/hc/theming_assets/01JCHRE6T1G51R8PC7D817ZJ7Q');}
  #new_article h5.logo-rsv {background-image: url('/hc/theming_assets/01JCHREBEEWGNTDD7PDEAQ8Q6Y');}
  #new_article h5.logo-inv {background-image: url('/hc/theming_assets/01JCHRE793DNCPY0MYGRY1QN72');}
  #new_article h5.logo-aid {background-image: url('/hc/theming_assets/01JCHRE52ST1CDKW4AQGD40SYH');}
  #new_article h5.logo-acs {background-image: url('/hc/theming_assets/01JCHRE4H93PPP92Z4XYGDD17E');}
  #new_article h5.logo-mkt {background-image: url('/hc/theming_assets/01JCHRE8A7J1SVHEK6MQMEW4NH');}
  #new_article h5.logo-oes {background-image: url('/hc/theming_assets/01JCHRE9XFV2V0EZKSWGJEVXZX');}
  #new_article h5.logo-psb {background-image: url('/hc/theming_assets/01JCJ6Q4NK4CXBK4Q0CPWJGAE8');}
  
  #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;
  }
}

@media (min-width: 900px) {
    #new_article .hit-container h5 {
        background-image: none;
    }
}

/*ファルタの表示切替*/
@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-left: 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;
  text-decoration: none;
}

.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;
    }
}

/* オートコンプリートを非表示 */
zd-autocomplete-breadcrumbs-multibrand {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;
    }
}


/*******************
AmazonConnect Chat アイコン用
********************/

/* ボタンの基本スタイル（200x60px） */
[class^="acOpenButton"],
[class^="acButtonStyles"],
[class^="acCloseButton"] {
    width: 200px !important;
    height: 60px !important;
    box-shadow: none !important;
}

/* フォーカス時の透明度 */
[class^="acOpenButton"]:focus,
[class^="acButtonStyles"]:focus,
[class^="acCloseButton"]:focus {
    opacity: 1 !important;
}

iframe#amazon-connect-chat-widget-iframe {
    margin-top: 0;
}

/* open/close ボタン内のSVG非表示 */
#amazon-connect-open-widget-button svg,
#amazon-connect-close-widget-button svg {
    display: none;
}

/* ボタン（open/close）の位置・背景設定 */
button#amazon-connect-open-widget-button,
#amazon-connect-close-widget-button {
    position: fixed;
    right: 20px !important;
    bottom: 10px !important;
    width: 200px !important;
    height: 65px !important;
    color: #000000;
    background: transparent !important;
    background-image: url("/hc/theming_assets/01JPM7CDKJJ6C38DBE70SS3PMF") !important;
    border-radius: 0;
    background-repeat: no-repeat !important;
    background-size: 200px !important;
    outline: none;
}

/* acFrameContainer のスタイル */
[class^="acFrameContainer"] {
    max-height: 85vh !important;
}

/* モバイル向け acFrameContainer の調整 */
[class^="acFrameContainer"].mobile {
    max-height: 92vh !important;
}
[class^="acFrameContainer"].show.mobile {
    max-height: unset !important;
    max-width: unset;
}

/* モバイル向け close ボタンのスタイル */
button#amazon-connect-close-widget-button.mobile {
    background: #20aee5 !important;
    height: 50px !important;
    width: 60px !important;
}
#amazon-connect-close-widget-button.mobile svg {
    display: block;
}

/* acWidgetContainer の調整 */
[class^="acWidgetContainer"] {
    margin-bottom: 75px;
    bottom: 0 !important;
}

/* 追加要素の z-index 調整 */

iframe#webWidget {
    z-index: 9999999999 !important;
}
div#amazon-connect-widget-frame {
    z-index: 1;
}

/* 767px以下の画面幅向け */
@media (max-width: 767px) {
  button#amazon-connect-open-widget-button,
  #amazon-connect-close-widget-button {
    right: 5px !important;
  }
}
