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

@import "/hc/theming_assets/01HZKKW3FEN7Z20CNA4TBCAX16";
/*190624変更*/
@import "/hc/theming_assets/01HZKKWBHZTAX6E3HTAS125HMZ";
/*191125変更*/

/***** 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: normal;
  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;
}

/* 管理画面 */
#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";
}


/************************************************
common 共通要素
************************************************/

/* main */
main {
  width: auto;
  border-top: 1px solid #ddd;
  position: static;
  display: block;
}


/* パンくず */
.sub-nav {
  margin-top: inherit;
  padding: .5rem 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;
}

/* a link lvha */
a,
a[href] {
  text-decoration: none;
  color: #0892c7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
}

a:visited {
  color: #0892C7;
}

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

a:active {}

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

h2 {
  background: none;
  padding: 0;
  margin: 6rem 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;
}

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

h3 .small {
  font-size: 0.8rem;
  font-weight: normal;
}


/* リスト（箇条） */

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

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

mixd original css START

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

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


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

.header-news section {
  padding: 0;
}

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

/* sp br */

.br-sp {
  display: none;
}


/************************************************
header.hbs ヘッダー
************************************************/
.header {
  height: auto;
  padding: 10px 10px 5px 10px;
  line-height: inherit;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.header-inner {
  width: 1160px;
  padding: 0 0;
}

.logo {
  z-index: 100;
  position: relative;
  height: 66px;
  padding: 0;
  display: inline-block;
  margin-top: 10px;
}

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

.logo img {
  max-height: 45px;
  height: 45px;
  width: 143px;
}

/* 新規導入をご検討の方 */
.header-introduction {
  position: absolute;
  right: -100%;
  left: -100%;
  top: 0;
  background: none;
  padding: 0 .5rem 1rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  z-index: 1;
}

.header-introduction-contents {
  display: flex;
  width: 280px;
  position: absolute;
  right: 0;
  margin-top: .8rem;
  align-items: center;
}

.header-introduction .left span {
  color: #20AEE5;
  border-radius: 5px;
  border: 1px solid #20AEE5;
  padding: 5px 5px 2px 5px;
  line-height: 1.4;
  display: block;
  width: 100px;
  font-size: 1rem;
  text-align: center;
}

.header-introduction .right {
  margin-top: .2em;
  text-align: center;
  width: 180px;
}

.header-introduction .right p:nth-child(1) {
  line-height: normal;
  font-size: 1.2rem;
  font-weight: 500;
  color: #20AEE5;
  background-image: url(/hc/theming_assets/01HZKKVNXVEQS3VC81XSTEHFQY);
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 1.4rem;
  background-size: 20px;
  background-position: center left;
}

.header-introduction .right p:nth-child(2) {
  font-size: 10px;
  margin: -4px -7px 0 0;
  margin: 0 !important;
  vertical-align: top;
}

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

.search_box .search input[type='search'] {
  border: 1px solid #bdc3c4;
  padding: .5rem 70px .5rem 50px;
  border-radius: 4px;
  height: 70px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-weight: normal;
  font-size: 1.28rem;
}

.search_box .search input[type='submit'] {
  box-shadow: none;
}

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


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

.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: 100px;
  min-width: 100px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 37px;
  content: "検索";
  background-color: #20AEE5;
  color: white;
  font-size: 1.2rem;
  border: none;
  border-radius: 0 6px 6px 0;
}



/************************************************
home_page.hbs トップページ
************************************************/
/* 210908 ヘッダーお知らせ */

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

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

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

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

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

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

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

.header-news-wrap aside {}

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


/* 210908 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%;
  }
}


/* ヘッダーお知らせ */
.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: 90%;
  position: relative;
  margin: 0;
}

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

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

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

.header-news-list li.sp-news-num {
  display: none;
  position: relative;
  color: white;
}

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

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

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

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

.header-news-list li.important span::after {
  content: "重要";
}

.header-news-list li.finish span::after {
  content: "完了";
}

.header-news-list li.finish span::after,
.header-news-list li.important span::after {
  display: inline-block;
  background: #FC6356;
  color: white;
  line-height: 1;
  padding: .35rem .6rem;
  border-radius: 3px;
  font-weight: 600;
  vertical-align: top;
  position: relative;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: .6rem;
}

.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 span sokuho {
  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/01HZKKVJGMF1MQVPPFAM413NMV) 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;
}


/* TOP検索エリア */
.search_box .ask_keyword {
  text-align: center;
  font-size: 1.6rem;
  color: #1eaee5;
  font-weight: 500;
  margin-bottom: .8em;
}

/* TOPバナー */
.top-bnr {
  margin: 0 auto;
  width: 60%;
  display: block;
}

@media only screen and (max-width: 767px){
  .top-bnr {
    width: 100%;
  }
}

/* TOPパネル */
.top-contents {
  margin-top: 1rem;
}

/* for ipad */
.keyword-iPad {
  color: #555555;
  width: 680px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #cdcccc;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 600;
}

/* TOP検索ボックス下に特別なお知らせを載せる */
.special-iPad {
  color: #555555;
  width: 680px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #cdcccc;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 50px;
  font-weight: 600;
  text-align: left;
}

.special2-iPad {
  color: #555555;
  width: 90%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 4px;
  border: 0px solid #cdcccc;
  font-size: 16px;
  margin: 0 auto;
  /*margin-top: 20px;*/
  font-weight: 600;
  text-align: left;
}

/* for SP */
.keyword-sp {
  color: #555555;
  width: 90%;
  background-color: #fff;
  padding: 14px 10px 10px;	/* 250212 10px 10px 10px */
  border-radius: 4px;
  border: 1px solid #cdcccc;
  font-size: 0.9rem;	/* 250212 1rem */
  margin: 0 auto;
  margin-top: 1rem;
  font-weight: 600;
}

.keyword-sp h4,
.special-sp h4 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

/* TOP検索ボックス下に特別なお知らせを載せる */
.special-sp {
  color: #555555;
  width: 90%;
  background-color: #fff;
  padding: 15px 12px 12px;
  border-radius: 4px;
  border: 1px solid #cdcccc;
  font-size: 1rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: .8rem;
  font-weight: 600;
}

.special2-sp {
  color: #555555;
  width: 90%;
  background-color: #fff;
  padding: 15px 12px 12px;
  border-radius: 4px;
  border: 0px solid #cdcccc;
  font-size: 1rem;
  margin: 0 auto;
  /*margin-top: 1rem;
    margin-bottom: .8rem;*/
  font-weight: 600;
}

.special-sp h5 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  margin-top: 0.8em;
}

.special-sp ul {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  min-height: 1rem;
}

.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 .toplist>li {
  text-align: center;
  width: 24%;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 .9rem;
}

.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: 1.8rem 1rem;
}

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

.top-contents .toplist-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

/* mainlist */
.mainlist.toplist {}

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

.top-contents .mainlist .toplist-text strong span {
  padding-left: 1em;
  font-size: 1.1rem
}

/* secondlist */
.top-contents .secondlist>li {
  text-align: center;
  width: 49%;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 .9rem;
}

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

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

.top-contents .secondlist .toplist-text {
  width: 70%;
  display: inline-block;
}

.secondlist .toplist-img {
  width: 25%;
  display: inline-block;
}

.formlist .toplist-img {
  width: 15%;
  display: inline-block;
}

.top-contents .secondlist .toplist-img p {
  vertical-align: middle;
}

.top-contents .secondlist .toplist-img img {
  width: 40px;
}

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

.secondlist .toplist-text {
  margin: 0;
  margin-left: 0.8em;
}

.hp_main-contents h3 {
  font-weight: 600;
  margin: 1.5em 0 1.2em;
  font-size: 1.3rem;
  color: #555555;
}


.top-contact {
  text-align: center;
  margin: 20px auto 50px auto;
}

h3.top-contact {
  border-bottom: none;
  margin-bottom: 0;
  text-align: left;
}


.top-contact .tel {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 .5rem 0 0;
}

.top-contact p:nth-child(2) {
  font-size: .8rem;
  margin-top: 0;
}

.top-contact p:nth-child(3) {
  margin-top: 20px;
}

.top-contact p:nth-child(4) {
  margin-top: 20px;
  color: red;
}

.top-contents .request {
  text-align: center;
  margin: 50px auto;
  border-radius: 6px;
  border: solid 1px #20aee5;
  line-height: 1.6em;
  padding: 1em;
  display: block;
  transition: all 0.8s ease 0s;
  text-decoration: none !important;
  color: #20aee5 !important;
  cursor: pointer;
  width: 220px;
}

.top-contents .request:hover {
  transform: scale(1.03);
  transition: all 0.3s ease 0s;
  opacity: 1;
}


.faq-ranking a {
  text-decoration: none !important;
}

/************************************************
  search_result.hbs 検索結果ページ
  ************************************************/
.search-results {
  width: 100%;
  margin-bottom: 0;
}

.search-results h1 {
  border-bottom: 0;
}

.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-results-list {
  /* overwrite */
  margin-top: 1rem;
}

.search-results-list>li {
  border-bottom: none;
  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: 0rem;
  font-size: 1rem;
}

.search-result-link {
  font-size: 1.2rem;
}

.search-result+.search-result {
  border-top: 1px solid #ddd;
}

.search-result:last-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}


/************************************************
  article_page.hbs 記事ページ
  ************************************************/
.article-main {
  width: 70%;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 2%;
}

/* HelpFeel外部リンクからの遷移時対応*/
.article-main .faq_jump {
  background-color: #e1f4fc;
  border-radius: 4px;
  margin-bottom: .5em;
  margin-right: .8em;
  padding: 0.3em;
  text-align: center;
  font-size: 0.9em;
}

/* 関連する記事*/
.related-articles h3,
.recent-articles h3 {
  color: #383838;
  font-weight: 100;
  font-size: 130%;
  margin-bottom: 20px;
  padding: 5px 0px 5px 10px;
  border-left: 0;
  border-bottom: 1px solid #bdc3c4;
}


/* お問い合わせボタン */
.article-contact {
  margin: 0 0 15px;
  padding: 10px 30px;
  border: 1px solid #bdc3c4;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: flex;
}

.article-contact-content {
  background: url("/hc/theming_assets/01HZKKW1717PTK8Q1K3F0G1NWD") left no-repeat transparent;
  background-size: 55px;
  padding: 20px 20px 20px 80px;
}

.article-contact-content h4 {
  margin: 10px 0 5px 0;
}

.article-contact-content p {
  margin: 0;
  font-size: .9rem;
}

.article-body .article-contact-content ul {
  margin: 0;
}

.article-contact-content ul li {
  margin: 0;
  padding-top: 5px;
  font-size: .9rem;
}


.rc_AAQButton {
  padding: 0 0;
  text-align: center;
}

.contact_btn {
  text-align: center;
}

.contact_btn input {
  /*background: url("/hc/theming_assets/01HZKKVJGMF1MQVPPFAM413NMV") 85% center no-repeat transparent;*/
  background-color: #20aee5;
  background-size: 6px;
  color: #FFF;
  border-radius: 999px;
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 2rem auto;
  padding: 11px 40px auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  /*width: 190px;*/
}

.contact_btn input:hover {
  background: url("/hc/theming_assets/01HZKKVJGMF1MQVPPFAM413NMV") 85% center no-repeat transparent;
  background-color: #20aee5;
  background-size: 6px;
}

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

.contact_btn:hover {
  opacity: 0.5;
}



/* goog bad btn用 */
.article-votes {
  border-top: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
  padding: 30px 0;
  margin: 4em 0 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: 8px;
  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";
}


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

/********************************
  フォーム専用チャット用
  ********************************/
.form-contents .formlist {
  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;
}

.form-contents .formlist>li {
  text-align: center;
  width: 24%;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 .9rem;
}

.form-contents .formlist>li::before {
  display: none;
}

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

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

.form-contents .formlist-img {
  text-align: center;
}

.form-contents .formlist-img img {
  width: auto;
  height: 50px;
}

.form-contents .formlist-text {
  display: inline-block;
  line-height: 1.4;
  font-size: .85rem;
  color: #999;
  margin-top: 14px;
}

.form-contents .formlist-text strong {
  display: block;
  text-align: center;
  margin-bottom: .5rem;
  color: #505050;
  line-height: 1.2;
}

/* mainlist */
.mainlist.formlist {}

.form-contents .mainlist .formlist-text strong {
  font-size: 1rem;
}

.form-contents .mainlist .formlist-text strong span {
  padding-left: 1em;
  font-size: 1.1rem
}

/* secondlist */
.form-contents .secondlist>li {
  text-align: center;
  width: 100%;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 .9rem;
}


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

.form-contents .secondlist .formlist-text strong {
  font-size: 1rem;
}

.form-contents .secondlist .formlist-text {
  width: 70%;
  display: inline-block;
}

.secondlist .formlist-img {
  width: 25%;
  display: inline-block;
}

.form-contents .secondlist .formlist-img p {
  vertical-align: middle;
}

.form-contents .secondlist .formlist-img img {
  width: 40px;
}

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

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

/************************************************
  記事更新用クラス
  ************************************************/

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

.article-body code {
  padding: 0 5px;
  margin: 0 2px;
  border: none;
}

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

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

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

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

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

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

#new_article sub {
  font-size: inherit;
}

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

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


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

#new_article img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

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

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

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

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

#new_article 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: .5em 0 !important;
  background: none !important;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
  border-bottom: 1px solid #ddd;
  margin: 1rem 0 1.5rem;
  line-height: 1.2;
}

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

#new_article h2.h2step {}

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

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

#new_article 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;
}

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

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

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

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

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

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

#new_article 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;
}

#new_article 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";
}



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

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


/* 表組み*/
#new_article table {
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  border-collapse: collapse;
}

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

#new_article th {
  text-align: center;
}

#new_article td {
  text-align: left;
}

#new_article td p {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

#new_article span.stk {
  text-decoration: line-through;
  color: #c0c0c0;
}

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

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

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

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

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

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


/*  横スクロールテーブル  */
#new_article .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;
}

/* リスト（連番）*/

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

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

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

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

#new_article 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;
  font-size: .85rem;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* リスト（箇条） */

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

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

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

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

#new_article 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;
}

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


/* 目次 */
#new_article .index {
  background: #f0f0f0;
  margin: 1rem 0;
  padding: 2rem;
}

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

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

#new_article .index li {
  margin: 0;
}

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

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

#new_article .index li a {
  display: inline-block;
  line-height: 1.5;
  text-align: left;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  font-size: 1rem;
}

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

/* ページステップ */

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* 中にリスト */

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

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

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

/* タイプ　5：5 */

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

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

/* タイプ　3：7 */

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

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

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

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

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

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



/* 横並び3つで表示 */
#new_article .column3 {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

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

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

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

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

/* 画像のみ横並び */
#new_article .column-img {
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
  display: block;
}

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

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

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

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

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


/* PC画像キャプチャのBefore/After */
#new_article .column-img.full-img {
  letter-spacing: 0;
  margin-top: 1em;
}

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

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


/* 付加情報 */
#new_article .note-list {
  margin: .35rem 0;
  padding: 0;
}

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

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

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

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

#new_article .note-list>li.note-strong {
  color: #f55852;
  font-weight: 600;
}

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

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


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

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

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

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

/* 強調警告 */
#new_article .box-alert,
#new_article .box-important {
  border-color: #f55852;
  color: #f55852;
}

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


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

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

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

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


/* 注意1 */
#new_article .box-alert1 {
  background: #FFE7DE;
  border: none;
}

#new_article .box-alert1 h4 {
  color: #F55852;
  background: url("/hc/theming_assets/01HZKKVP87PGZEZ9NSEMN2WQ2R") left top no-repeat transparent;
  padding: 4px 0 0 40px;
}

/* 注意2 */
#new_article .box-alert2 {
  border: 1px solid #FF9700;
  color: #FF9700
}

#new_article .box-alert2 h4 {
  color: #FF9700;
}

/* 補足1 */
#new_article .box-sub1 {
  background: #F0F0F0;
  border: none;
}

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

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

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

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


/* 横位置 */
#new_article .align-left {
  text-align: left;
  overflow: auto;
}

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

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

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

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

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

/* 縦位置 */
#new_article .valign-top,
#new_article .valign-top * {
  vertical-align: top;
}

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

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

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


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

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

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

#new_article .screen-box dl+dl {
  margin: 1.2rem 0;
}

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

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


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

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

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

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

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

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

/*フォームの選択項目だけリンクのスタイル除外*/
#new_article a.nesty-input {
  text-decoration: none;
  color: #555;
}

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

/* adobe download */
#new_article .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;
}

#new_article .adobe_pdf dt,
#new_article .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;
}

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

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

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

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

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

#new_article .adobe_pdf a img {
  border: none;
}

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

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

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

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

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

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

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

#new_article a.link-relation {
  /*display: block;*/
}

#new_article 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/01HZKKVQXSXD16HCM3RM4QKWZ2) left top no-repeat transparent;
  background-size: 100%;
}

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

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

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

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

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




/* dl */
#new_article dl {
  margin: 1rem 0;
  padding: 0;
}

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

#new_article dt {
  font-weight: 600;
  font-size: 1rem;
}

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

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

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

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

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

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

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


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

#new_article .faq>dt::before,
#new_article .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;
}

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

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

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


/* 画面の説明 */
#new_article .parts-explain {
  margin-top: 2rem;
}

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

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

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

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


/* アコーディオン */
#new_article .acordion dt {
  padding: .5rem;
  margin: 0;
  background: #f0f0f0;
  border: 1px solid #bdc3c4;
  font-weight: normal;
}

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

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

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

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

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

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


/* アプリアイコンリスト　アイコン＋テキスト */
#new_article .appicon_list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

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

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

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

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

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

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

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

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

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


/* App Store ボタン */

#new_article .app_store {
  margin: 1rem 0;
  padding: 0;
}

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

#new_article .app_store>dd {
  margin-top: .5rem;
}

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

#new_article .app_store a img {
  max-height: 60px;
  width: auto !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* video iframe */

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

#new_article .move iframe,
#new_article .video iframe,
#new_article .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 */
#new_article .disp-sp {
  display: none;
}


/*補足事項（グレー枠）内のアコーディオン*/

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

/*チェックリストで表示/非表示*/

#new_article .checklist input[type=checkbox] {
  display: none;
}

#new_article .checklist input[type=checkbox]+label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #20aee5;
}

/* unchecked icon */
#new_article .checklist input[type=checkbox]+label:before {
  content: "\f096";
}

/* space between checkbox and label */
#new_article .checklist input[type=checkbox]+label:before {
  letter-spacing: 10px;
}

/* checked icon */
#new_article .checklist input[type=checkbox]:checked+label:before {
  content: "\f046";
}

/* allow space for check mark */
#new_article .checklist input[type=checkbox]:checked+label:before {
  letter-spacing: 5px;
}

#new_article .doc-list .non-disp {
  display: none;
}

#new_article .doc-list a.btn {
  margin: 1em auto;
}

/************************************************
  footer.hbs フッター
  ************************************************/

footer {
  padding: 3rem 0 0;
  margin: 1.5rem 0 0 0;
  text-align: center;
  padding: 0;
  height: auto;
  margin-top: 0
}

footer .pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 40px;
  /*上に戻るボタンの右位置を修正するところ*/
  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 {
  height: 100%;
  position: relative;
  margin-top: 0;
}

.footer-contact.footer-pc {
  background: #3E4A4E;
  color: #FFF;
  padding: 0.5rem 0;
  font-size: 0.8rem;
}

.footer-contact.footer-pc ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1040px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  min-height: 1rem;
  justify-content: center;
  align-items: center;
}

.footer-contact.footer-pc ul li {
  margin: 0 60px;
  position: relative;
  padding-left: 0;
  font-weight: 600;
}

.footer-contact.footer-pc ul li p:nth-child(2) {
  display: inline-block;
}

.footer-contact.footer-pc ul li:last-child {
  margin: 10px 0;
}

.footer-contact.footer-pc ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #FFF;
  margin-left: -80px;
}

.footer-contact.footer-pc ul li:nth-child(2) a,.footer-contact.footer-pc ul li:nth-child(3) a {
  border: 1px solid #FFF;
  border-radius: 999px;
  padding: 4px 12px 1px 19px;
  display: block;
  color: #FFF;
  margin-top: 4px;
  font-weight: 600;
}

.footer-contact.footer-pc ul li:nth-child(2) a img,.footer-contact.footer-pc ul li:nth-child(3) a img {
  margin-left: 3px;
  width: 17px;
  height: 14px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.footer-contact.footer-pc ul li:nth-child(2) a span,.footer-contact.footer-pc ul li:nth-child(3) a span {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 14px;
}

.footer-contact.footer-pc ul li:nth-child(2) a span::before,.footer-contact.footer-pc ul li:nth-child(3) a span::before {
  content: '';
  margin-left: -5px;
  width: 20px;
  height: 11px;
  background: url("/hc/theming_assets/01HZKKVJGMF1MQVPPFAM413NMV") center center no-repeat transparent;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
}

.footer-contact.footer-pc ul li:nth-child(1) span {
  line-height: 30px;
  vertical-align: sub;
}

.footer-contact.footer-pc ul li:nth-child(1) span img {
  margin: 0;
  width: 20px;
  height: 16px;
  top: 3px;
  display: inline-block;
  position: relative;
  margin-right: 1px;
}

/* .footer-contact.footer-pc ul li:nth-child(3) {
  text-align: left;
}

.footer-contact.footer-pc ul li:nth-child(3) span:nth-child(1) {
  font-size: 1.2rem;
} */

.footer-contact.footer-pc ul li:nth-child(4):before {
  content: none;
}

.footer-contact.footer-pc ul li:nth-child(4) a {
  background-color: #20aee5;
  border: 0;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.72;
  min-width: 190px;
  text-decoration: none;
  border-radius: 999px;
  padding: 2px 30px 2px 40px;
  display: block;
}

.footer-contact.footer-pc ul li:nth-child(4) a::after {
  content: '';
  margin: 0;
  width: 20px;
  height: 14px;
  background: url("/hc/theming_assets/01HZKKVJGMF1MQVPPFAM413NMV") center center no-repeat transparent;
  background-size: 6px;
  display: inline-block;
  position: relative;
  top: 2px;
  background-size: contain;
  margin-left: .3em;
}

.footer-sp {
  display: none;
}


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

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

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

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

footer ul>li::before {
  content: none;
}

footer ul>li+li {
  margin-top: 0;
}

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;
  list-style: none;
}

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

.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;
  display: block;
}

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

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

.copyright .trademark {
  font-size: 10px;
  margin-left: .5rem;
}




/************************************************
  search_result.hbs 検索結果ページ
  ************************************************/
/* 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: #505050;
  position: relative;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}

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


/***** 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;
}

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: 13px;
  background: url("/hc/theming_assets/01HZKKW12F47GV1SEZB7VWYT3W") center center no-repeat transparent;
  background-size: 6px;
  background-size: contain;
  position: relative;
  top: .15em;
}

/*end from theme*/
ol.breadcrumbs>li:first-child {
  padding-left: 0;
}

ol.breadcrumbs>li:first-child::before {
  display: none;
}

.breadcrumbs li a:visited {
  color: #0892C7;
}

.breadcrumbs li a {
  color: #8b8b8b !important;
}

ol.breadcrumbs>li:last-child {
  color: #21aee5 !important;
}

ol.breadcrumbs>li:last-child a {
  color: inherit !important;
}

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



/********

  form pdf link

  ********/
.manual-box {
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto 1rem !important;
  border: none !important;
  background: #f5f5f5;
}

.manual-box img {
  display: inline-block;
  width: 50px;
  float: left;
  margin-right: 1em;
  vertical-align: top;
}

.manual-box>* {
  font-size: .9rem !important;
}

.manual-box .relation a {
  font-size: .9rem !important;
}


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

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

.pagination li {
  padding: 0;
  display: inline-block;
  margin: 0 .3rem;
  line-height: 33px;
  border: none;
  border-radius: 100%;
  float: none;
}

.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: #505050;
}

.pagination-current {
  background: none;
}

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

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

.pagination li+li {
  border-left: none;
  background-color: #fff;
  border: none;
}

.pagination li a,
.pagination li span {
  font-size: 100%;
  padding: 0;
}

.pagination .pagination-last a,
.pagination .pagination-next a,
.pagination .pagination-first a,
.pagination .pagination-prev a {
  font-size: 2em;
  vertical-align: top;
  padding: 0;
  line-height: 0.9em;
}

/* 共通枠 */
.contents-wrap {
  margin-top: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.form .alert {
  padding: 20px 10px;
  font-size: 0.8em;
  /*color:#FB6E3B;*/
  border-radius: 6px;
  font-weight: 600;
  border: #f55852 solid 1px;
}

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

.article-relation h3 {
  margin: 0;
}

.article-recent {
  width: 100%;
  padding: 0;
}

.article-recent {
  margin: 0 0 1.5rem;
}

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


/***********************************
  category_page.hbs カテゴリページ
  section_page.hbs セクションページ
  ***********************************/

.category-base,
.section-base {
  padding: 20px 0;
  margin-bottom: 0;
}

.category-base section,
.section-base section {
  margin: 10px 0px 0px 0px;
}

.category-base h3 {
  min-height: 28px;
  background-size: 28px 26px;
  line-height: 1.3em;
  font-size: 1.6em;
  background-position: 0 50%;
  margin-bottom: 10px;
  border-bottom: none;
}

.category-base h3 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: 10px;
}

.section-base h1 {
  border: none;
}

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

.section-base .article-list li,
.category-base .article-list li {
  text-decoration: underline;
  color: #0892c7;
  font-size: 1rem;
}

.section-tree {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
}

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

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

.section-tree>section:nth-child(odd) {
  padding-right: 2%;
}

.section-tree section:nth-child(even) {
  padding-left: 2%;
}

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

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

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

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

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

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

/************************************************
  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: none;
  font-size: 0.9rem;
}

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





/************************************************
  お問い合わせ送信後サンクスページ　
  ************************************************/

.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/01HZKKVJGMF1MQVPPFAM413NMV") 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 parts */
.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;
}


/* new theme より form */

/***** Forms *****/
.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;
}

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

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZKKVV27K8A5RXS9F5PG3SR4") 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;
}

/* common */
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);
}

/*************************
  error-page.hbs　エラーページ
  *************************/
.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}

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

.error-page h2 {
  margin: 0;
}


/****************************
  その他の要素
  *****************************/
/* description（非公開中） */
p.page-header-description {
  display: block;
  margin-bottom: 2rem;
  display: none;
}

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

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

/* 制限鍵アイコン用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";
}


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

  PC 1024px~

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

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

  .container {
    padding: 0;
  }


  /*************************
    home_page.hbs トップページ PC
    *************************/

  /* TOP検索エリア */
  .keyword {
    color: #555;
    width: 680px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 4px;
    border: 1px solid #cdcccc;
    font-size: 1rem;
    margin: 15px auto 0 auto;
    font-weight: 600;
  }

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

  .keyword-link a {
    padding-right: 10px;
    font-weight: normal;
    color: #0892c7;
    text-decoration: none;
  }

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

  .keyword h4,
  .special h4 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }

  .special h5 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }

  .keyword-iPad,
  .special-iPad,
  .special2-iPad,
  .keyword-sp,
  .special-sp,
  .special2-sp {
    display: none;
  }

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

  .special p {
    margin: 0.5em 0.5em 0.5em 0;
    font-size: 0.9em;
    border-radius: 6px;
    /*padding: 1em;*/
    font-weight: 300;
  }

  .special .alert {
    margin-bottom: 1.5em;
    font-size: 0.8em;
    border: #FB6E3B solid 1px;
    border-radius: 6px;
    padding: 1em;
    font-weight: 100;
    background-color: #FFE7DE;
  }

  .header {
    padding-left: 1rem;
  }

  /* 下層ページの検索ボックス */
  .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.notop .search input[type='search'] {
    height: 40px;
    line-height: 1;
    font-size: 0.9rem;
  }

  .search_box.notop .search input[type='submit'] {
    width: 60px;
    min-width: 60px;
    font-size: 0.9rem;
    font-weight: normal;
  }

  .notop .search {
    float: right;
    width: 520px;
  }



  /* TOPパネル */
  .top-contents .mainlist strong {
    font-size: calc(112.5% + .5vw);
  }

  .top-contents .secondlist strong {
    font-size: calc(112.5% + .3vw);
  }

  .top-contents .secondlist>li a {
    padding: 2rem .5rem;
  }

  .top-contents .secondlist .toplist-img img,
  .form-contents .formlist .toplist-img img {
    width: 64px;
    min-height: 64px;
  }


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

  .header_info_newinfo {
    display: none;
  }

  /* サンクスページ */
  .notification-notice {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .thanks {
    margin: 0 auto;
    font-size: 1.15rem;
  }

  .thanks h1 {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
  }

  .thanks_inlist {
    font-size: 1.1rem;
  }

  /* TOP検索ボックス下に特別なお知らせを載せる */
  .special {
    color: #555;
    max-width: 680px;
    background-color: #fff;
    padding: 1em 1.5em;
    border-radius: 4px;
    border: 1px solid #cdcccc;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: 50px;
    font-weight: 600;
    text-align: center;
  }

  .special2 {
    color: #555;
    max-width: 1130px;
    width: 90%;
    background-color: #fff;
    padding: 1em 1.5em;
    border-radius: 4px;
    /*border: 1px solid #FB6E3B;*/
    font-size: 1rem;
    margin: 0 auto;
    /*margin-top: 15px;
      margin-bottom: 1em;*/
    font-weight: 600;
    text-align: left;
  }


  /*************************
    error-page.hbs エラーページ PC
    *************************/
  .error-page {
    padding: 0;
    width: 90%;
  }

  /*************************
    記事ページ PC
    *************************/
  .article-relation h3 {
    border: none;
  }

  .article-relation {
    vertical-align: top;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    margin-top: 2rem;
  }
}

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

  Tablet+SP ~1023px

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

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

  .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0;
  }

  /***********************************
    記事更新用クラス Tablet+SP
    ***********************************/
  .article-main {
    width: 100%;
    padding-right: 0%;
  }

  .article-relation {
    width: 100%;
    vertical-align: top;
    padding-left: 0;
    box-sizing: border-box;
    margin-top: 2rem;
  }

  /***********************************
    footer.hbs 共通フッター  Tablet+SP
    ***********************************/

  /* footer導入エリア */
  .footer-pc {
    display: none;
  }

  .footer-sp {
    display: block;
  }

  .footer-contact.footer-sp {
    background: #3E4A4E;
    color: #FFF;
    padding: 0.5rem 0;
    font-size: 0.8rem;
  }

  .footer-contact.footer-sp ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 320px;
    padding: 0;
    list-style: none;
    min-height: 1rem;
    font-size: 0.8rem;
    margin: 0 auto;
  }

  .footer-contact.footer-sp ul li {
    margin: 10px 13px;
    padding-left: 0;
  }

  .footer-contact.footer-sp ul li:before {
    content: none;
  }

  .footer-contact.footer-sp ul li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 30px;
  }

  .footer-contact.footer-sp ul li:nth-child(1) a {
    background: url("/hc/theming_assets/01HZKKVZZH2H8J8XRJX3HSK80E") top center no-repeat transparent;
    background-size: 30px;
  }

  .footer-contact.footer-sp ul li:nth-child(2) a {
    background: url("/hc/theming_assets/01HZKKVZ77KG39R9Q7MQ7F94T9") top center no-repeat transparent;
    background-size: 30px;
  }

  .footer-contact.footer-sp ul li:nth-child(3) a {
    background: url("/hc/theming_assets/01HZKKVMSRYJGQRD62FJ0ZTV4S") top center no-repeat transparent;
    background-size: 30px;
  }

}

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

  Tablet 768px~1023px

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body>main {
    min-height: 35vh;
  }

  .search {
    max-width: 100%;
  }

  .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: 45px;
    line-height: 1;
  }

  .notop .search {
    float: right;
    width: 520px;
  }


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

  ol.breadcrumbs {
    margin: 0;
  }

  /****************
    home_page.hbs トップページ Tablet
    *****************/
  .header-news section {
    width: 100%;
  }

  /* TOP検索エリア */
  .keyword,
  .special,
  .special2,
  .keyword-sp,
  .special-sp,
  .special2-sp {
    display: none;
  }

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

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

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

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

  /* TOP検索ボックス下に特別なお知らせを載せる */
  .special-iPad {
    color: #555555;
    width: 680px;
    background-color: #fff;
    padding: .8em;
    border-radius: 4px;
    border: 1px solid #cdcccc;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
  }

  .keyword-iPad h4,
  .special-iPad h4 {
    font-size: 1.2em
  }

  .special-iPad h5 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }

  .special-iPad ul {
    margin: 0.5em 0;
    padding: 0;
    list-style: none;
    min-height: 1rem;
  }

  .special-iPad p {
    margin-bottom: 0.2em;
    font-size: 0.8em;
    font-weight: 100;
  }

  .special-iPad .alert {
    margin: 10px 0;
    padding: 0.5em;
    font-size: 0.8em;
    border: #FB6E3B solid 1px;
    border-radius: 6px;
    font-weight: 100;
    background-color: #FFE7DE;
  }

  /* TOPパネル */
  .top-contents .toplist>li {
    width: 49%;
    margin: 0 0 1.5vw;
    text-align: left;
  }

  .top-contents .toplist>li a {
    padding: 1rem .5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

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

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

  .mainlist .toplist-text {
    margin-top: 4px;
  }  
  
.top-contents .mainlist .toplist-text strong {
  font-size: 1.1rem;
  text-align: left;
}

.top-contents .mainlist .toplist-text strong span {
  font-size: .9rem;
  padding-top: .2em;
}

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

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

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

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

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

.top-contents .secondlist .toplist-text {
  font-size: .75rem;
  margin-top: 14px;
}

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

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

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

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

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

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

/*  .secondlist.toplist .toplist-text strong {
      margin-top: .5em;
      }*/

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

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

/***********************************
      footer.hbs 共通フッター  Tablet
      ***********************************/
footer .footer-inner {
  width: 100%;
}

}

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

    SP ~1024(767px)

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

  .contents-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0em;
  }

  .breadcrumbs {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
  }

  body>main {
    min-height: 35vh;
  }

  /***********************************
      home_page.hbs トップページ SP
      **********************************/

  /* header-introduction */
  .header {
    height: 78px;
  }

  .logo {
    margin-top: 4px;
  }

  .logo img {
    width: 125px;
    height: auto;
  }

  .header-introduction-contents {
    border-radius: 5px;
    border: 1px solid #20AEE5;
    padding: 0px 7px 1px 3px;
    display: block;
    width: auto;
    background-image: url("/hc/theming_assets/01HZKKVNXVEQS3VC81XSTEHFQY");
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 2.2rem;
    background-size: 15%;
    background-position: center left 5px;
    margin-right: 10px;
    margin-top: 14px;
  }

  .header-introduction-contents a {
    text-align: center;
  }

  .header-introduction .left span {
    padding: 0;
    border: none;
    display: inline;
    width: auto;
    font-size: 0.8rem;
  }

  .header-introduction .left span {
    line-height: 1em;
  }

  .header-introduction .right {
    text-align: center;
    width: auto;
    line-height: .9em;
    margin-top: 0;
  }

  .header-introduction .right p:nth-child(1) {
    line-height: normal;
    font-size: 0.75rem;
    margin: 0 !important;
    vertical-align: top;
    color: #505050;
    background-image: none;
    padding: 0;
    line-height: .9em;
  }

  .header-introduction .right p:nth-child(2) {
    color: #505050;
  }

  /* ヘッダーお知らせ SP 210908 */
  .header-news-wrap section {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

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

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

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

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

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

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


  /* ヘッダーお知らせ */
  .header-news aside {
    display: none;
  }

  .header-news-list {
    width: 100%;
  }

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

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

  .header_info_title {
    display: none;
  }

  /* 重要がある場合 */
  .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;
  }

  /* TOP検索エリア */
  .keyword,
  .special,
  .special2 {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: none;
  }

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

  .keyword-iPad,
  .special-iPad,
  .special2-iPad {
    display: none;
  }

  .keyword-iPad p,
  .special-iPad p,
  .special2-iPad p {
    display: none;
  }

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

  .search_box {
    padding: 1rem 0 1rem;
  }

  .search_box.notop {
    position: relative;
    background-color: #E1F0F8;
    padding: 1rem .5rem 1rem 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    z-index: 1;
  }

  .keyword-sp h4,
  .special-sp h4 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }

  .special-sp h5 {
    font-size: 1.1em;
    margin: 0;
  }

  .special-sp ul {
    margin: 0.5em 0;
    padding: 0;
    list-style: none;
    min-height: 1rem;
  }

  .special-sp {
    color: #555555;
    width: 90%;
    background-color: #fff;
    padding: 15px 12px 12px;
    border-radius: 4px;
    border: 1px solid #cdcccc;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: .8rem;
    font-weight: 600;
  }

  .special-sp,
  .special2-sp {
    color: #555555;
    width: 90%;
    background-color: #fff;
    padding: 15px 12px 12px;
    border-radius: 4px;
    border: 1px solid #cdcccc;
    font-size: 1rem;
    margin: 0 auto;
    /*margin-top: 1rem;*/
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
  }

  .special-sp .alert {
    margin: 10px 0;
    padding: 0.5em;
    font-size: 0.8em;
    border: #FB6E3B solid 1px;
    border-radius: 6px;
    font-weight: 100;
    background-color: #FFE7DE;
  }

  .special-sp p {
    margin: 8px 0;
    font-size: 0.8em;
    border-radius: 6px;
    font-weight: 100;
  }

  /* TOPパネル */
  .top-contents .toplist>li {
    width: 100%;
    text-align: left;
  }

  .top-contents .toplist>li a {
    padding: 1.6rem .5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

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

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

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

  .top-contents .mainlist .toplist-text strong span {
    font-size: .9rem;
    padding-top: .2em;
  }

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

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

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


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

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


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

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

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

  .top-contents .secondlist .toplist-img img,
  .form-contents .formlist .toplist-img img {
    width: 44px;
    min-height: 50px;
  }

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

  .secondlist.toplist .toplist-text strong {
    margin-top: .5em;
  }

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

  .top-contact p:nth-child(1),
  .top-contact p:nth-child(3) {
    font-size: .9rem;
  }

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

  .faq-ranking a {
    font-size: .9rem;
  }


  /***********************************
      category_page.hbs カテゴリページ SP
      section_page.hbs セクションページ SP
      ***********************************/
  h1.cat-sec-ttl {
    font-size: 1.4rem;
  }

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

  .section-tree {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .section-tree>section {
    padding: 0;
    width: 100%;
  }

  .section-tree>section {
    padding: 0 !important;
  }

  .section {
    padding: 0;
  }

  .section li,
  .section-base li {
    padding-left: 0;
  }

  .category-base ul>li::before,
  .section-base ul>li::before {
    content: none;
  }

  .section-base .article-list li,
  .section .article-list li {
    margin-left: 0;
  }

  /***********************************
      article_page.hbs 記事ページ SP
      ***********************************/
  .article-main {
    width: 100%;
    padding: 0;
  }

  .article-relation {
    width: 100%;
    border: none;
    padding: 0;
    min-height: auto;
  }

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

  /* お問い合わせボタン */
  .article-contact {
    margin: 0 0 15px;
    padding: 20px;
    border: 1px solid #bdc3c4;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
  }

  .article-contact-content {
    background: url("/hc/theming_assets/01HZKKW1717PTK8Q1K3F0G1NWD") center top no-repeat transparent;
    background-size: 55px;
    padding: 60px 0 10px 0;
    width: 100%;
    text-align: center;
  }

  .article-contact-content h4 {
    margin: 0 0 10px 0;
  }

  .article-contact-content p {
    margin: 0;
  }


  .rc_AAQButton {
    padding: 0 0;
    text-align: center;
  }

  .contact_btn input {
    margin: 1rem auto;
  }

  /***********************************
      記事更新用クラス SP
      ***********************************/
  #new_article.oneimg {
    margin: .5rem 0;
  }

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

  h1 {
    font-size: calc(120% + 2vw) !important;
  }

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

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

  /* アプリアイコン+テキスト */
  #new_article .appicon_list>li {
    width: 50%;
  }

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

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

  #new_article a.primary {
    min-width: 100px;
  }

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

  #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 table.tbl-pc th.nowrap,
  #new_article table.tbl-pc td.nowrap {
    white-space: normal;
  }

  /*  SP用フォント小テーブル  */
  #new_article table.tbl-spfont td,
  #new_article table.tbl-spfont th {
    font-size: 10px !important;
    padding: .5rem .2rem !important;
  }

  /*SPでtdの線を消す*/

  #new_article .td-nobdr tbody tr td {
    border: none;
  }

  #new_article .td-nobdr tbody tr {
    border: #bdc3c4 solid 1px;
  }

  /*tableのアコーディオン*/

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

  #new_article table.table_accordion td dl dt {
    text-align: left;
  }

  /*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 .screen-contents>li {
    font-size: .9rem;
  }


  #new_article h3.h3step span {
    position: absolute;
    top: -1.2em;
  }

  /* 目次 */
  #new_article .index {
    padding: 1rem;
  }

  #new_article .page-nav>li {
    font-size: 90% !important;
  }

  /* レイアウト：横並び2つで表示 */
  #new_article .column2 {
    flex-flow: column wrap;
  }

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

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

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

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

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

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

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

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

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

  /* レイアウト：横並び3つで表示 */
  #new_article .column3 {
    flex-flow: column wrap;
  }

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

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

  /* レイアウト：画像のみ横並び */
  #new_article .column-img {
    text-align: center;
    display: block;
  }

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

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

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

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

  /* アプリアイコン＋テキスト */
  #new_article .appicon_list {
    flex-flow: column wrap;
  }

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

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

  /* SP PC 出し分け要素 */
  #new_article .column-img.full-img img.ico-arrow {
    display: block;
    margin: .6em auto;
  }

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

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

  .br-pc {
    display: none;
  }

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


  /***********************************
      footer.hbs 共通フッター  SP
      ***********************************/
  footer {
    margin-top: 1rem;
  }

  footer .footer-inner {
    width: 100%;
  }

  footer .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-contact.footer-sp {
    padding: 0 0;
  }

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


  /***********************************
      フォーム  SP
      ***********************************/
  .form .form_forgetlist h3 {
    font-size: 3vw;
  }

  .form_fl_img {
    display: none;
  }

  .form_fl_txt {
    width: 95%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  /* サンクスページ */
  .thanks {
    text-align: left;
  }

  .thanks h1 {
    font-size: 7vw;
  }

  .thanks>p {
    padding: 0 0 1.5rem;
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }

  .thanks h1 br {
    display: inline-block;
  }

  .thanks,
  .thanks h1 {
    line-height: 1.2;
  }

  .back_btn {
    padding-top: 1rem;
  }

}

/***********************************
    旧UI記事用
    (全ての記事が新UI化したら消して0K)
    ***********************************/

.article-body li ul li {
  list-style-type: none;
  list-style-position: inherit;
  padding: inherit;
  padding-left: 1.5rem;
}

.article-body img:not([class]) {
  max-width: 100%;
}

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

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

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

.article-body ul {
  padding: 0;
  margin: 1rem 0;
}

/***********************************
    紹介キャンペーン用
    ***********************************/
/*表示させたくないオブジェクトを非表示させるclass*/
.disp_no {
  display: none;
}

/*20230907チェックボックス左よせ*/
div.form_requestNew input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
}

/*20230907ラベル右よせ*/
div.form_requestNew .boolean label {
  margin-left: 20px;
}

/*チェックボックス前に追加で要素をいれているため、ずれが発生しているため修正 */
.request_custom_fields_900001698746.form-field input[type="checkbox"]

/*解約理由_他社乗換_E任*/
  {
  position: absolute;
  left: 0;
  top: 4.3em;
}

label#request_custom_fields_900001698586_label:nth-child(1) {
  margin-left: 0;
}


.form-field input[type="checkbox"] {
  width: auto;
}

/* 横幅が短いフォーム */
.request_custom_fields_114098243534.form-field input,
.request_custom_fields_900005511566.form-field input {
  width: 600px;
  margin-right: 10px;
}

label#request_custom_fields_114098243534_label {
  width: 500px;
}

/*フォーム内にあるimg画像は20pxマージンをとる*/
.form-field img {
  margin-left: 20px;
}

/*記事内の検索フォーム*/
.article-body .search_box {
  padding: 1.2rem 1.6rem;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 2em;
  display: inline-block;
}

.article-body .search_box .heading_blue {
  margin: 0 0 4px;
  color: #0892c7
}

.article-body .search_box form.search {
  width: 100%;
  max-width: none;
}

.article-body .search_box .search_box_btn {
  color: #fff;
}

.article-body .search_box .keyword {
  width: 100%;
  margin-top: 8px
}

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

.pageFooterSearch .ask_keyword {
  text-align: center;
  font-size: 1.6rem;
  color: #1eaee5;
  font-weight: 500;
  margin-bottom: .8em;
}

@media only screen and (min-width: 768px) {
  .pageFooterSearch {}

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

  .pageFooterSearch .search {
    float: right;
  }

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

.pageFooterSearch .search {
  max-width: 520px;
}

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

.pageFooterSearch 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: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .pageFooterSearch {
    padding: 1em 0;
    margin: 0;
  }
}

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

      box3セット

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

      ログイン導線

      *****************************/
#new_article .login-bar {
  margin: 1em 0;
  background-color: #e1f0f8;
  padding: 1.2em 1.2em 1em 1.2em;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

#new_article .login-bar h4 {
  margin: 0 0 4px;
  color: #0892c7;
}

#new_article .login-bar .external {
  border: none;
  min-width: 250px;
  margin: 0.5em;
  font-weight: bold;
  padding: 1rem 2rem 1rem 1rem;
  text-decoration: none;
}

#new_article .login-bar .external-bl {
  color: #20aee5;
  min-width: 250px;
  margin: 0.5em;
  font-weight: bold;
  padding: 1rem 2rem 1rem 1rem;
  text-decoration: none;
  background-color: #fff;
}

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

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

  #new_article .login-bar .external,
  #new_article .login-bar .external-bl {
    min-width: auto;
    max-width: 250px;
    width: 100%;
  }
}

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

      新しい App Storeからダウンロードバナー用

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

#new_article .new_app_store dt {
  font-size: 0;
  padding: 0;
  margin: 0;
}

#new_article .new_app_store a {
  background-image: none;
  text-decoration: none;
  line-height: 0;
  font-size: 0;
  margin: 0 auto;
  display: block;
}

#new_article .new_app_store img {
  width: 100%;
  max-width: 170px;
  height: 100%;
}

.new_app_store>dt,
.new_app_store>dd {
  display: block;
  text-align: center;
}


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

      td中央揃えのcss追加

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

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

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

      form用スクロールbox

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

.box-scroll {
  overflow: auto;
  height: 300px;
}

#main-form #new_article .box-check>ul,
#main-form #new_article .box-surprised_mark>ul {
  padding-left: 0;
}

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

      20220830 カテゴリー、セクションページ

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

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

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

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

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

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

.apy_container .article {
  background-color: #fff;
}

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

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

.pay_container .pay_category-content,
.pay_container .pay_section-container {
  flex: 0 0 100%;
  padding: 0;
  min-height: 900px;
}

.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;
  margin-top: 7px;
}

/***** Section pages *****/
.section-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}

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

.section-content {
  flex: 1 0 100%;
  padding-right: 35px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .section-content {
    flex: 0 0 80%;
    padding-right: 10px;
  }
}


@media (max-width: 768px) and (min-width: 0px) {
  .section-content {
    flex: 0 0 100%;
    padding-right: 0px;
  }
}

.section-tree .article-list,
.section-content .article-list {
  margin-top: 2em;
}

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

    アセットパス変更用　2022/10/19

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

.store-app {
  content: URL("/hc/theming_assets/01HZKKVVW2JAYGYK8884S76HRQ");
}

.ios7_setting_icon {
  content: URL("/hc/theming_assets/01HZKKVKZP310VCXAPM63F1R2R");
  width: 40px;
  vertical-align: bottom;
}


.icon_no_1 {
  content: URL("/hc/theming_assets/01HZKKVJCJ8YFQE4ZKCPX3HAHF");
  vertical-align: middle;
}

.icon_no_2 {
  content: URL("/hc/theming_assets/01HZKKVT3Z2PZZJKXFCK0S03H9");
  vertical-align: middle;

}

.icon_no_3 {
  content: URL("/hc/theming_assets/01HZKKVQSMFZ0AJ6S8G9M1TRED");
  vertical-align: middle;
}

.icon_no_4 {
  content: URL("/hc/theming_assets/01HZKKVNSJG4SE5CTFZ1DQXDTB");
  vertical-align: middle;
}

.icon_no_5 {
  content: URL("/hc/theming_assets/01HZKKVJ3MTC8B5JGV9FG8NNEB");
  vertical-align: middle;
}

.icon_no_6 {
  content: URL("/hc/theming_assets/01HZKKVK4XVTJ6VP6ZZ515EHQP");
  vertical-align: middle;
}

.icon_no_7 {
  content: URL("/hc/theming_assets/01HZKKVNGA7CDFV3YWPDXCP244");
  vertical-align: middle;
}

.icon_no_8 {
  content: URL("/hc/theming_assets/01HZKKVRF6KN73GCGJH1AJXZ8V");
  vertical-align: middle;
}

.icon_no_9 {
  content: URL("/hc/theming_assets/01HZKKVYQJP7JG9PKGQCK9GDXG");
  vertical-align: middle;
}

.icon_no_10 {
  content: URL("/hc/theming_assets/01HZKKVW1DVP00X4Q8F991QW2D");
  vertical-align: middle;
}

.icon_no_11 {
  content: URL("/hc/theming_assets/01HZKKVZHJDJDWK6YHZ2PNH3RR");
  vertical-align: middle;
}

.icon_no_12 {
  content: URL("/hc/theming_assets/01HZKKW0XR9XS935VHJE0TWSR3");
  vertical-align: middle;
}

.icon_no_13 {
  content: URL("/hc/theming_assets/01HZKKVPJBYJAXQ7NW7N353JRV");
  vertical-align: middle;
}

.icon_no_14 {
  content: URL("/hc/theming_assets/01HZKKVWRZN7BKPB59HZ9GHBKY");
  vertical-align: middle;
}

.icon_no_15 {
  content: URL("/hc/theming_assets/01HZKKVJ7QFHQZFAAGJB3VCS79");
  vertical-align: middle;
}

.icon_no_16 {
  content: URL("/hc/theming_assets/01HZKKVQGS6AA8HWT24E1CB7VN");
  vertical-align: middle;
}

.icon_no_17 {
  content: URL("/hc/theming_assets/01HZKKVYJG8PHZCTD6592DB8AJ");
  vertical-align: middle;
}

.icon_no_18 {
  content: URL("/hc/theming_assets/01HZKKVKSQF3R9GK51181NWS9H");
  vertical-align: middle;
}

.icon_no_19 {
  content: URL("/hc/theming_assets/01HZKKVMY7QWSZEDGJH5WHC0YB");
  vertical-align: middle;
}

.icon_no_20 {
  content: URL("/hc/theming_assets/01HZKKVRANFHBSK401TY6Q6YC5");
  vertical-align: middle;
}

.assets-info {
  content: URL("/hc/theming_assets/01HZKKVMN307FMAFRAWXP2QWWD");
  vertical-align: bottom;
}

/* 20230629 サイドバー目次 */
#sideber-toc {
  position: sticky;
  top: 32px;
  opacity: 0;
  transition: opacity 0.7s ease;
}

#sideber-toc.show {
  opacity: 1;
}

.article-relation .hidden {
  display: none;
}

.sideber-toc-inner {
  border-radius: 4px;
}

.sideber-toc-inner h3 {
  color: #383838;
  font-weight: 100;
  font-size: 130%;
  margin-bottom: 16px;
  padding: 5px 0px 5px 10px;
  border-left: 0;
  border: none;
}

.sideber-toc-inner ul>li::before {
  content: none;
}

#sideber-toc-nav {
  margin: 0;
}

#sideber-toc-nav li {
  margin-top: 0.3rem;
  padding-left: 0;
  border-radius: 4px;
  background: #ffffff;
}

#sideber-toc-nav li a {
  padding: 0.5rem;
  display: block;
  line-height: 1.4rem;
}

#sideber-toc-nav li:hover {
  background: #E1F0F8;
}

#sideber-toc-nav li.is-active {
  background: #20AEE5;
}

#sideber-toc-nav li.is-active a {
  color: #ffffff;
}

#sideber-toc .btn {
  display: block;
  margin-top: 1rem;
  padding: 0.8rem 0;
  border: solid #BDC3C4 1px;
  border-radius: 4px;
  text-align: center;
  line-height: 1rem;
}

#sideber-toc .btn:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  #sideber-toc {
    display: none;
  }
}

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

    アテンションマーク付与　2024/02/15

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

#new_article table.device_list td span.attention,
#new_article span.attention_note {
  color: #ff9700;
  background: url("/hc/theming_assets/01HZKKWK8HWCV7NAJGJH72M51X") no-repeat transparent;
  background-size: 1.1rem 1.1rem;
  background-position: top 6px left 0px;
  padding: 3px 0 0 24px;
  margin-bottom: 0.5rem;
  line-height: 1rem;
  font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
  #new_article table.device_list td span.attention,
  #new_article span.attention_note {
    padding: 4px 0 0 20px;
    background-size: 1rem 1rem;
    font-size: 1rem;
  }
}

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

  　　　　　　　　　　　2024/03/07　　ボタン中央揃え

      *****************************/
#new_article .button-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  align-items: center;
}

@media only screen and (min-width: 1023px) {
  .top-contents .mainlist>li:last-child,.top-contents .mainlist>li:nth-last-child(2) {
    width: 49.3333%;
  }
}

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

  　　　　　　　　　　　2024/06/14　　scroll-hint

*****************************/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  /* top: calc(50% - 25px); */
  top: calc(40% - 20px);
  left: calc(50% - 60px);
  /* top: 30%; */
  box-sizing: border-box;
  width: 140px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(32, 174, 229);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 12px;
  color: #FFF;
  margin: 8px 0 6px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .9;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9ImFycm93cmlnaHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4OS4xMyA1MTIiPg0KICA8cGF0aCBkPSJNMjc5LjE4LDIzMC43NUw1OC40NiwxMC4wM0M0NS4wOS0zLjM0LDIzLjQtMy4zNCwxMC4wMywxMC4wM2MtMTMuMzcsMTMuMzctMTMuMzcsMzUuMDYsMCw0OC40M2wxOTcuNTQsMTk3LjU0TDEwLjAzLDQ1My41NGMtMTMuMzcsMTMuMzctMTMuMzcsMzUuMDYsMCw0OC40MywxMy4zNywxMy4zNywzNS4wNiwxMy4zNyw0OC40MywwbDIyMC43Mi0yMjAuNzJjNi45NS02Ljk1LDEwLjIxLTE2LjE0LDkuOTMtMjUuMjUuMjctOS4xMS0yLjk4LTE4LjMtOS45My0yNS4yNVoiIHN0eWxlPSJmaWxsOiAjZmZmOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IHN0cm9rZS13aWR0aDogMHB4OyIvPg0KPC9zdmc+);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

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

2024/06/18  記事内の検索ボックス

*****************************/
#new_article .search_box .heading_blue {
  margin: 0 0 4px;
  color: #0892c7;
}

#new_article .search_box .article-keyword {
  display: block;
  color: #555;
  max-width: 100%;
  background-color: #fff;
  padding: 1.2rem;
  border-radius: 4px;
  border: 1px solid #cdcccc;
  font-size: 1rem;
  margin: 8px 0 0;
  font-weight: 600;
}

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

2024/06/18  記事ページ最下部のお問い合わせボタン

*****************************/
.article-contents {
  margin: 2em auto 1em;
  text-align: center;
}

.article-contents .request {
  text-align: center;
  margin: 0 auto;
  border-radius: 6px;
  border: solid 1px #20aee5;
  line-height: 1.6em;
  padding: 1em;
  display: block;
  transition: all 0.8s ease 0s;
  text-decoration: none !important;
  color: #20aee5 !important;
  cursor: pointer;
  width: 220px;
}

/* 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/01JCFR17QEAEH7H83NM9E35Y89');}
.logo-apy {background-image: url('/hc/theming_assets/01J9TMMJMWTPZ4STFPTWRGC536');}
.logo-mpa {background-image: url('/hc/theming_assets/01J9TMMP1PBYZ121K2V4E0H9P3');}
.logo-pyr {background-image: url('/hc/theming_assets/01J9TMMQS9NZ2YHAEJGRSAGSCV');}
.logo-msc {background-image: url('/hc/theming_assets/01J9TMMPNZDH9W662KD379JKEE');}
.logo-sft {background-image: url('/hc/theming_assets/01J9TMMSBMRAFQT7NS6MJXRWWN');}
.logo-rb {background-image: url('/hc/theming_assets/01J9TMMRAM034VW3NFHP5WKA4B');}
.logo-mate {background-image: url('/hc/theming_assets/01J9TMMMSBZRFNYH7EQ6K15N1D');}
.logo-awt {background-image: url('/hc/theming_assets/01J9TMMKR3XKFR8S2PQA9T08ER');}
.logo-rsv {background-image: url('/hc/theming_assets/01J9TMMRTQBER0MKD2SYX7T91Y');}
.logo-inv {background-image: url('/hc/theming_assets/01J9TMMM8AWJ9FEMS3AR1043T0');}
.logo-aid {background-image: url('/hc/theming_assets/01J9TMMHZ1GFBNRX5R97F35SHN');}
.logo-acs {background-image: url('/hc/theming_assets/01J9TMMH7MFR32NSVKFA0JXNGF');}
.logo-mkt {background-image: url('/hc/theming_assets/01J9TMMNBHT1VX1ZWQFTCSKT9Y');}
.logo-oes {background-image: url('/hc/theming_assets/01J9TMMQ85B8V6240ZNHH8Q1SG');}
.logo-psb {background-image: url('/hc/theming_assets/01JCJ5YKH3BFAAF50DNK3FQ3A7');}

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

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

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

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

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

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

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

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

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

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

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

  #new_article h5.logo-arg {background-image: url('/hc/theming_assets/01J9TMMVKDXDKQ9TX5XEA06C82');}
  #new_article h5.logo-apy {background-image: url('/hc/theming_assets/01J9TMMV2764S6649FQWSBPWQ3');}
  #new_article h5.logo-mpa {background-image: url('/hc/theming_assets/01J9TMMZAPDY07MWKQD2T0M320');}
  #new_article h5.logo-pyr {background-image: url('/hc/theming_assets/01J9TMN0XQ50CMGQPK15ZRPBG5');}
  #new_article h5.logo-msc {background-image: url('/hc/theming_assets/01J9TMMZWFHPPPPW9QYDD79AEX');}
  #new_article h5.logo-sft {background-image: url('/hc/theming_assets/01J9TMN2G1SNK3TD2E78TTC2YG');}
  #new_article h5.logo-rb {background-image: url('/hc/theming_assets/01J9TMN1EPVG0VQXTP0QE8RSJQ');}
  #new_article h5.logo-mate {background-image: url('/hc/theming_assets/01J9TMMX7Y9QY7C3GRBTC8GK84');}
  #new_article h5.logo-awt {background-image: url('/hc/theming_assets/01J9TMMW3ZJX6AA1NMQ8YG9KT6');}
  #new_article h5.logo-rsv {background-image: url('/hc/theming_assets/01J9TMN1YQV63DZRYQJYTYP16N');}
  #new_article h5.logo-inv {background-image: url('/hc/theming_assets/01J9TMMWPSN3VQVKBR82JCQTSC');}
  #new_article h5.logo-aid {background-image: url('/hc/theming_assets/01J9TMMTGA4EXQTTR14MQFZJTA');}
  #new_article h5.logo-acs {background-image: url('/hc/theming_assets/01J9TMMSXRXW0BMP3TFR4NFR14');}
  #new_article h5.logo-mkt {background-image: url('/hc/theming_assets/01J9TMMYRXCCT7MS439EYQVVHT');}
  #new_article h5.logo-oes {background-image: url('/hc/theming_assets/01J9TMN0D0TQNRZNV69XM06FWT');}
  #new_article h5.logo-psb {background-image: url('/hc/theming_assets/01JCJ6RFM1PDTB195KK7R39MNY');}
}




/*ファルタの表示切替*/
@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;
}

.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 {display: none !important;}

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

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

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

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

@media only screen and (max-width: 360px) {
	.keyword-sp .floating-tips {
  	width: 95%;
    }
}
@media only screen and (min-width: 1024px) {
	.keyword .floating-tips {
  	width: 80%;
    }
}
/* ここまで試験運用 tooltips	*/

/* サイト内検索のエラーメッセージ */
@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 アイコン用 5/16
********************/

/* ※テスト用に旧チャットボットを非表示。リリース当日削除 */

chat {
    display: none;
}

/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※*/


/* ボタンの基本スタイル（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/01JJ1FXTVEJZDZZ9V1NQQ31FF0") !important;
    border-radius: 0;
    background-repeat: no-repeat !important;
    background-size: 200px !important;
}



/* 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: 999 !important;
}

/* ボタンクリック時の枠線（focus時のアウトライン）を非表示にする */
[class^="acWidgetContainer"] button:focus {
  outline: none;
}

/* 追加要素の 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;
  }
}

/* サイト内検索のエラーメッセージ */
@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;
    }
}
