@charset "UTF-8";

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

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320px;
    background-color: #ffffff;
    color: #555;
    font-family: "Avenir next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}


}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    height: 100%;
}

main {
    position: relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
    font-weight: 600;
  }

  h4 {
    font-size: 16px;
  }

.search-results {
    display: block;
}

.footer {
    position: relative;
    width: 100%;
    bottom: 0;
}

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

.container a {
    color: #555;
    text-decoration: none;
}

.container .article {
    background-color: #fff;
    padding: 0 3% 0 0;
    margin: 0 auto;
    margin: 0 auto;
}

.article big {
    font-weight: 900;
    font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
div,
p,
img,
span,
table,
td,
tr,
b,
ul,
li,
ol,
dd,
dt,
section,
article,
select,
input {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.page-header h1 {
    flex-grow: 1;
    margin-bottom: 10px;
}

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

/* テキスト余白調整用 */
  .txt_mg {
    margin-bottom: 20px !important;
}

.button, [role="button"] {
    border: 1px solid #20aee5;
    border-radius: 4px;
    color: #20aee5;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

input {
    font-weight: normal;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
}

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

@media (min-width: 768px) {
    .button, [role="button"] {
        width: auto;
    }
}


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

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

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

  underLayerSearch 検索窓

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

.underLayerSearch {
    background-color: #E1F0F8;
    padding: 2.5em 0;
    margin: 0 0 1.5em;
}

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

.search::before {
    content: "";
    display: block;
    speak: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(https://theme.zdassets.com/theme_assets/532076/18b028e8dfae08f5fa1609b62a264c7ba3ea725a.svg) center center no-repeat transparent;
    background-size: 25px;
    -webkit-transform: none;
    transform: none;
}

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

@media only screen and (min-width: 768px) {
    .underLayerSearch {
        position: absolute;
        right: -100%;
        left: -100%;
        top: 5px;
        background: none;
        padding: 1em 1em 1em 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1160px;
        z-index: 1;
    }
    .underLayerSearch .search input[type='search'] {
        height: 40px;
        line-height: 1;
    }
    .underLayerSearch .search {
        float: right;
    }
		.underLayerSearch.search_box_only .search {
    left: 0 !important;
}
    .search::before {
        background-size: 23px;
    }
}

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

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

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

.underLayerSearch 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-width: 768px) and (max-width: 1024px) {
    .underLayerSearch .search {
        max-width: 340px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .search {
        max-width: 360px;
    }
    #top_search_box .search {
        max-width: 100%;
    }
}

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

@media only screen and (max-width: 768px) {
    .notop .search {
        max-width: 460px;
    }
}

.pageFooterSearch {
    background-color: #E1F0F8;
    padding: 0.3em 0 1.5em;
    margin: 0 0 1.5em;
}

@media only screen and (max-width: 768px) {
    .pageFooterSearch {
        /*margin: 0;*/
    }
}

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

.search::before {
    content: "";
    display: block;
    speak: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(https://theme.zdassets.com/theme_assets/532076/18b028e8dfae08f5fa1609b62a264c7ba3ea725a.svg) center center no-repeat transparent;
    background-size: 25px;
    -webkit-transform: none;
    transform: 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;
    }
}

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

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

@media only screen and (max-width: 768px) {
    .notop .search {
        max-width: 460px;
    }
}


  /***** Search results *****/
  .search-results {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;

    -webkit-box-orient: block-axis;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack:flex-start;
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content: space-between;
  }

  @media (min-width: 1024px) {
    .search-results {
      flex-direction: row;
    }
  }

  .search-results-column {
    flex: 1;
  }

  @media (min-width: 1024px) {
    .search-results-column {
      flex: 0 0 100%;
    }
  }

  .search-results-list {
    margin-bottom: 25px;
  }

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

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

  .search-result-description {
    margin-top: 15px;
    word-wrap: break-word;
  }

  .search-result-votes, .search-result-meta-count {
    color: #84979e;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 5px;
    position: relative;
  }

  .search-result-votes::before, .search-result-meta-count::before {
    color: #20aee5;
  }

  [dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
    margin-left: 5px;
  }

  [dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
    margin-right: 3px;
  }

  [dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
    margin-right: 5px;
  }

  [dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
    margin-left: 3px;
  }

  .search-result-votes::before {
    content: "\1F44D";
  }

  .search-result-meta-count::before {
    content: "\1F4AC";
  }

  .search-result .meta-group {
    align-items: center;
  }

  .search-result-breadcrumbs {
    margin: 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;
}

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

  form

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

.form .suggestion-list {
    display: none;
}

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

.form .suggestion-list li a {
    font-size: 14px;
}

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

  user_profile_page

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

.profile-activity-list>li[class$="-article"]::before {
    content: "\1f4c4";
}

.profile-activity-list>li[class$="-post"]::before {
    content: "\1f4d4";
}

.profile-activity-list>li[class$="-comment"]::before {
    content: "\1f4ac";
    line-height: 35px;
}

span.wysiwyg-color-orange {
    margin: 20px 0;
    display: block;
}

.rc_AAQButtonTest160913 input[type="submit"],
input[type="button"],
button {
    width: inherit;
    max-width: inherit;
    padding: 10px 40px;
}

.article-body code {
    border: none;
}

/****
SP検索文字数
***/

@media screen and (max-width:768px) and (min-width:0) {
    div.search-result-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

/************************
search　検索
**************************/

/*古い検索っぽいから不要では？*/

/*.search_word {
    display: inline-block;
    vertical-align: top;
}

.search_word {
    width: 46%;
}

.search_word,
.search_words {
    display: inline-block;
    vertical-align: top;
}

.search_word {
    width: 53%;
    position: relative;
    top: 0%;
    transform: inherit;
    padding-left: 2em;
    text-align: right;
}

.search_words {
    text-align: center;
}

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

    .search::before {
        top: 50%;
    }
}*/


/*****
iphone5横 iphone5s
*****/

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

    .search::before {
        top: 12px;
    }

}

@media screen and (max-width:768px)and (min-width:0px) {
    .category-content div.section-tree {
        display: block;
    }
}


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

  error_page.hbs

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

.error-page {
    margin: 70px auto 0;
    width: 700px;
    text-align: center;
}

.error-page h1 {
    min-height: inherit;
    line-height: 1.2em;
    font-weight: 900;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.error-page p {
    font-size: 1.2em;
}

.container .error_container a,
.container .error_container a:link,
.container .error_container a:hover,
.container .error_container a:visited {
    margin-top: 20px;
    font-size: 1.2em;
    color: #0892C7;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

@media screen and (max-width:900px) and (min-width:0) {
    .error-page {
        width: 100%;
    }
  
    .error_container {
        padding: 0 4%;
    }
}

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

  header.hbs

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

.header {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    padding: 6px 10px;
    position: relative;
    align-items: center;
    height: auto;
    line-height: inherit;
}

.logo {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    position: relative;
    height: 70px;
    padding: 0;
}

.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    color: #000;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.logo a:hover,
.logo a:visited,
.logo a:link {
    color: #000;
    text-decoration: none;
}

.logo span {
  	margin: -8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
}

.header_contact{
  margin-left: auto;
  padding-top: 0;
  z-index: 9999;
}

.header_contact a{
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 14px 22px;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 1;
    letter-spacing: -.05em;
    background-color: #20aee5;
    opacity: 1;
    border-radius: 6px;
}

/****
電話サポート申し込み
***/

.logo.wrap_btn_callrevo {
    flex-wrap: nowrap;
}

.wrap_btn_callrevo {
    display: none;
    margin-left: auto;
    margin-right: 536px;
    z-index: 100;
}

@media only screen and (max-width: 1024px) {
    .wrap_btn_callrevo {
        margin-right: 352px;
    }
}

@media only screen and (max-width: 767px) {
    .wrap_btn_callrevo {
        margin-right: 0px;
    }
}

.btn_callrevo_for_top {
    margin-left: auto!important;
    margin-right: 0px!important;
}

.btn_callrevo {
    height: 32px;
    background: url("https://theme.zdassets.com/theme_assets/532076/363b91d5f47de815a7cd72e35bcb357e557e5558.svg") no-repeat;
    background-size: 13px;
    background-position: 10px 10px;
    background-color: #FF9700;
    border-radius: 16px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff!important;
    font-size: 12px!important;
    font-weight: bold!important;
    padding: 7px 12px 0px 28px!important;
    text-decoration: none!important;
    z-index: 100;
}

@media only screen and (max-width: 840px) {
    .btn_callrevo {
        left: 0px;
        padding: 7px 8px 0px 26px!important;
    }
}

.btn_callrevo::before {
    content: "\96FB\8A71\76F8\8AC7\30B5\30DD\30FC\30C8\3092\7533\3057\8FBC\3080";
}

@media only screen and (max-width: 414px) {
    .btn_callrevo::before {
        content: "\96FB\8A71\76F8\8AC7\30B5\30DD\30FC\30C8";
    }
}

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

  footer.hbs

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

.footer {
    margin-top: 0;
    padding: 30px 0 0 0;
}

.footer ul li {
    border: none;
    padding: 0 10px;
    margin: 0;
}

.footer .footer_nav ul li {
    margin-left: 0;
    text-align: right;
    line-height: 4em;
}

.footer .footer_nav ul li a {
    font-size: 0.9em;
}

.footer_nav {
    background-color: #656D70;
    padding: 1.5% 0;
}

.footer_nav a {
    color: #fff;
}

.footer li:hover {
    background-color: none;
}

.footer .blocks-list {
    width: 100%;
}

.footer li.blocks-item:hover,
.footer li.blocks-item:focus,
.footer li.blocks-item:active,
.footer li.blocks-item:visited {
    background-color: transparent;
}

.blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    width: 100%;
}

.recru_link {
    margin-top: 6px;
    font-size: 10px;
    text-decoration: underline;
}

.copyright,
.copyright a {
    display: block;
}

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

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


/*****
ipad
****/

@media screen and(min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .footer {
        padding-top: 0;
    }
    .footer-inner {
        padding: 0;
    }
}

@media screen and (max-width:1024px) and (min-width:0px) {
    /*****
  FOOTER
  ****/

    .footer {
        padding-top: 0;
    }

    .copyright {
        padding: 8px 18px;
    }
}

/*ABTツールズリンク*/


footer {
    padding: 3em 0 0;
    margin: 4em 0 0 0;
    text-align: center;
    /*border-top: 1px solid #ddd;*/
    padding: 30px 0 0;
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 640px) and (orientation: portrait) {
    .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: .8em 1em;
    display: block;
    border-bottom: 1px solid #ababab;*/
        padding: 0em .5em 0 0;
    }
    footer nav {
        padding: 1em 0;
    }
}


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

body {}


/*****
footer trademark
*****/

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

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

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


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

  request_page.hbs

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

.container h3.collapsible-sidebar-title {
    margin-bottom: 5px;
    font-size: 1.4em;
}

.side {
    float: right;
    position: relative;
}

/*カテゴリページでは使われたない。どこで使ってるか不明*/

/*.category .ui-state-active a,
.category .ui-state-active a:link,
.category .ui-state-active a:visited {
    color: #555;
}

.category .ui-accordion .ui-accordion-content {
    padding: 0em 2.2em;
}*/

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

  category_page, section_page

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

.category-content .article-list-item {
    border: none;
}

.section-container .article-list-item {
    border: none;
}

.section-tree .see-all-articles {
    font-size: 0.8em;
}

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

.section h2.cat-sec-ttl {
    text-align: left;
}

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

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

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

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

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


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

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

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

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

.section-nav ul li a {
    display: block;
    width: 100%;
    padding: .6em 1.2em;
    color: #20aee5 !important;
    word-wrap: normal;
}

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

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

.section-tree .article-list,
.section-content .article-list {
    display: block;
    margin-top: 2em;
  	margin-bottom: 1em;
    /*margin-left: 1em;*/
}

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

.section-tree .article-list li+li {
    margin-top: .2em;
}

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

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

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

.article-list .article-list-item {
    font-size: 18px;
}

@media screen and (max-width: 900px) and (min-width: 0px) {
    .section-tree .section {
        flex: 0 0 100%;
    }
    .section h2.cat-sec-ttl a {
        font-size: 0.95em;
    }
}

@media only screen and (max-width: 1024px) {
    .section-nav ul li a {
        font-size: .8em;
        padding-top: .5em;
    }
    section.section {
        margin-bottom: 1em;
    }
    .category-container {
        padding: 0;
    }

    .section-tree .article-list li a,
    .section-content .article-list li a {
        line-height: 1.6;
    }
    .section h2.cat-sec-ttl a:after {
        margin-top: 14px;
    }
}

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

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-tree .article-list {
        margin-top: 1em;
    }
    section.section {
        margin-top: 1em;
    }
    h1.cat-sec-ttl {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    h1.cat-sec-ttl {
        font-size: 1.6rem !important;
    }
    .section h2.cat-sec-ttl a:after {
        margin-top: 12px;
    }
    .section-nav {
        margin-top: 1em;
    }
    .section-nav ul li {
        margin-right: .5em;
    }
    .section-nav ul li a {
        padding: .5em 1.2em;
    }
    .section-container .article {
        padding: 0;
    }
    .section-tree {
        display: block;
    }
    .section-content .article-list {
        margin-top: 1.5em;
        margin-left: 0;
    }
    .section-tree .article-list,
    .article-list .article-list-item {
        text-indent: 0;
        margin-top: 1em;
        margin-left: 0;
    }
    .section-tree .article-list li+li,
    .section-content .article-list li+li {
        margin-top: .3em;
    }
    ..category-container .section-tree .see-all-articles {
        font-size: .8em !important;
    }
}

/*******
ie 11
*****/

@media screen and (min-width: 1300px) {
    _:-ms-fullscreen,
     :root .container .section-tree .section {
        width: 100%;
    }
}

@media screen and (max-width: 1300px) and (min-width :1273px) {
    _:-ms-fullscreen,
     :root .container .section-tree .section {
        width: 100%;
    }
}

@media screen and (max-width: 1272px) and (min-width :900px) {
    _:-ms-fullscreen,
     :root .container .section-tree .section {
        width: 100%;
    }
}

@media screen and (max-width: 899px) and (min-width :814px) {
    _:-ms-fullscreen,
     :root .container .section-tree .section {
        width: 100%;
    }
}


/*******
ie 10, ie9
*****/

@media screen and (min-width: 1300px\0) {
    .container .section-tree .section {
        width: 100%\0;
    }
}

@media screen and (max-width: 1300px\0) and (min-width :900px\0) {

    .container .section-tree .section {
        width: 100%\0;
    }
}

@media screen and (max-width: 899px\0) and (min-width :814px\0) {
    .container .section-tree .section {
        width: 100%\0;
    }
}

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

  article_page

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

/*記事タイトル*/

.article-header {
    width: 97%;
}

.article-header h1,
.article-content .article-header h1 {
    font-weight: 900;
    color: #555;
    min-height: 28px;
    line-height: 1.6em;
    font-size: 1.4em;
    background: none;
    padding-left: 0;
}

.article-header h1 {
    font-weight: normal !important;
    font-size: 2rem;
    padding: .5em 0 !important;
    background: none !important;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
    line-height: 1.2em;
    border-bottom: 1px solid #dddddd;
}

.article-content .article-header h1 {
    margin-bottom: 0px;
}

.article-content .article-header {
    margin-left: -40px;
}

.article-content {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.article {
    padding: 0 24px;
    margin: 30px auto;
    display: inline-block;
    width: 100%;
}

.article-content img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.article .article-info {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 40px;
}

.container .article-content .article-body .form_content img {
    max-width: inherit;
    width: 100%;
}

.article-content ul li {
    color: #555;
    text-indent: 0;
}

.container .article-content .article-body ol ul {
    text-indent: 0;
}

.article-header {
    padding: 0;
    margin-bottom: 15px;
}

.article h3,
.article-body .form_content h3 {
    margin: auto;
    border-bottom: none;
    padding: 0;
}

@media (max-width: 900px) and (min-width: 0px) {
    .container .article {
        flex: 1 0 100%;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
}


/*******
ie 11
*****/

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

    _:-ms-fullscreen,
     :root .container .article {
        padding: 0 0.3% 0 0;
        max-width: 63%;
    }
    _:-ms-fullscreen,
     :root .container .section-container .article {
        padding: 0 0.3% 0 0;
        max-width: 100%;
    }
    _:-ms-fullscreen,
     :root .container .category-content .article {
        padding: 0 0.3% 0 0;
        max-width: 100%;
    }
    _:-ms-fullscreen,
     :root .container .recent-articles {
        width: 100%;
    }
}

@media screen and (max-width: 1300px) and (min-width: 860px) {
    _:-ms-fullscreen,
     :root .container .article {
        padding: 0 0.3% 0 0;
    }
    _:-ms-fullscreen,
     :root .container .article .article-header {
        width: 100%;
    }
}

@media screen and (max-width: 1300px\0) and (min-width :860px\0) {

    .container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 63%\0;
    }
    .container .article .article-header {
        width: 100%\0;
    }
    .container .category-container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 100%\0;
    }
    .container .section-container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 100%\0;
    }
}

@media screen and (min-width: 1300px\0) {

    .container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 63%\0;
    }
    .container .category-container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 100%\0;
    }
    .container .section-container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 100%\0;
    }
    .container .recent-articles {
        width: 100%\0;
    }
}

@media only screen and (max-width: 768px) {
    .article-header {
        margin-top: 0;
    }
}

.container .article-container {
    position: relative;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: block-axis;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row;
    /*--- safari（PC）用 ---*/
    flex-direction: row;
    -webkit-box-direction: reverse;
    /*--- Androidブラウザ用 ---*/
    -webkit-flex-direction: row;
    /*--- safari（PC）用 ---*/
    flex-direction: row;
}

.container .nav_on a:hover,
.container .nav_on a:link,
.container .nav_on a:visited,
.container .nav_on a:active,
.container .nav_on a {
    font-weight: 900;
    color: #fff;
    background-color: #21aee5;
}

.toggle {
    display: none;
}



/***** good bad start ******/

.container .article-votes {
    border-top: 1px solid #ddd;
    margin: 4em 0 0;
    padding: 30px 0;
    text-align: center;
    /*display: none;*/
}

.article-votes-controls {
    position: relative;
}

.container .article-votes-controls a.article-vote {
    text-decoration: none;
    width: 100px;
    background: transparent;
    border: 1px solid #20aee5;
    margin: 10px 5px;
    min-width: 90px;
}


/* 投票ボタンのフィードバック表示 */

.feedback-thanks {
    display: none;
}

a.article-vote[aria-selected="true"]~.feedback-thanks {
    display: block;
}

a.article-vote[aria-selected="true"] {
    display: none;
}

.containera.button[aria-selected="false"]::before {
    color: #20aee5;
}

.article a.button.article-vote:hover::before {
    color: #FFF;
}

.article a.button.article-vote.article-vote-up,
.article a.button.article-vote.article-vote-down {
    text-decoration: none;
}

.container.article-votes-controls .button:hover,
.container.article-votes-controls .button:active,
.container.article-votes-controls .button:focus,
.container.article-votes-controls .button[aria-selected="true"],
.container.article-votes-controls [role="button"]:hover,
.container.article-votes-controls [role="button"]:active,
.container.article-votes-controls [role="button"]:focus,
.container.article-votes-controls [role="button"][aria-selected="true"] {
    background-color: #20aee5;
    border: 1px solid #20aee5;
}


/***** good bad end ******/

.container.article-relatives {
    border: none;
    padding: 0 28px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.container.recent-articles,
.container.related-articles {
    width: 68%;
    word-wrap: break-word;
}

.container.recent-articles a:hover {
    text-decoration: underline;
}

.container.recent-articles h3,
.container.related-articles h3 {
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    font-weight: 900;
    color: #555;
    border-left: 0;
    padding-bottom: 10px;
}

.container.recent-articles ul li,
.container.related-articles ul li {
    margin: 0;
    padding: 6px 0;
}

/******************
検査ページ
******************/

.search-result a {
    font-size: 1.2em;
    font-weight: 900;
}


/****************
お問い合わせページ
*****************/

.new_reauest_tit {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    min-height: 28px;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-bottom: 25px;
}

.new_request_form {
    margin-bottom: 30px;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3em;
}

.container .new_request_form label a:link {
    color: #0892C7;
    text-decoration: underline;
}

.container .new_request_form label a:hover {
    text-decoration: none;
}

.new_request_form footer {
    margin: 40px auto;
    text-align: center;
    padding: 0 17px;
}

input[type="submit"] {
    background-color: #20aee5;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

.form_attention div {
    margin: 20px auto;
}

.container .form_attention a:link {
    color: #0892C7;
    text-decoration: underline;
}

.container .form_attention a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .button-large, input[type="submit"] {
        width: auto;
    }
}
/************************
goog bad btn用
**************************/

.article-vote:after {
    content: none;
}

.container .article-votes-controls a.article-vote:hover {
    color: white;
}

.container .article-votes-controls a.article-vote {
    color: #20aee5;
}


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

アコーディオン

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

/*.arg_acordion {
    margin: 1em 0;
    padding: 0;
    width: 100%;
}

.arg_acordion dt,
.arg_acordion dd {
    width: 100%;
    display: block;
    padding: 1em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: -1px 0 0 0;
}

.arg_acordion dt {
    cursor: pointer;
    background: #f0f0f0;
    font-weight: bold;
    color: #333;
    position: relative;
}

.arg_acordion dt.arg_ac_open {
    font-weight: bold;
    background: none;
    background-color: #e2e2e2;
}

.arg_acordion dt::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #555555;
    border-right: solid 3px #555555;
    -ms-transform: rotate(133deg);
    -webkit-transform: rotate(133deg);
    transform: rotate(133deg);
    top: 16px;
    position: absolute;
    right: 18px;
}

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

.arg_acordion dd {
    display: none;
}*/


/***  アコーディオン内リスト  ***/

/*.container .article-content .article-body .arg_acordion ul.arg_ac_list_01 {
    display: block;
    margin: 1em;
    padding: 0;
    list-style: none;
}

.container .article-content .article-body .arg_acordion ul.arg_ac_list_01 li {
    padding: .7em;
    margin: 0;
}

.container .article-content .article-body .arg_acordion ul.arg_ac_list_01 li+li {
    border-top: 1px dashed #ddd;
}*/


/***  faqアコーディオン  ***/

/*.faq_ac .faq_a {
    display: none;
}

.faq_ac .faq_q {
    cursor: pointer;
    position: relative;
    padding-right: 2em;
}

.faq_ac .faq_q::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(133deg);
    -webkit-transform: rotate(133deg);
    transform: rotate(133deg);
    top: .2em;
    position: absolute;
    right: .5em;
}

.faq_ac .faq_q.up::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/


/******************
sp 縦
*******************/

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

    .article-container .article-header h1 {
        font-size: 1.2em;
        line-height: 1.5;
    }
}


/***************
ipad
**************/

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

    /***************
    FOOTER
    **************/
    .copyright {
        padding: 8px 18px;
    }

    /*************
    faq
    *************/
/*    .arg_faq li {
        width: 100%;
        border-bottom: 1px dashed #ddd;
    }
    .arg_faq li:last-child {
        border: none;
    }*/
    .container .article-relatives {
        margin-top: 4%;
        margin-bottom: 4%;
    }
}


/***************
sp smart phone
**************/


/*************
header
**************/

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

    .container .article-relatives {
        margin-top: 0;
        padding: 0 2%;
    }

    .article-content .article-header {
        margin-top: 0;
        margin-left: 0px;
    }
    .article {
        margin: 16px auto 3%;
        padding: 0;
    }
    .article-content {
        padding: 0 3px;
    }
    .form_content {
        margin: 0 auto;
    }

}

@media screen and (max-width:900px)and (min-width:0px) {

    .container .recent-articles {
        width: 100%;
    }
}

@media screen and (max-width:900px)and (min-width:0px) {

    .container {
        padding: 0 4%;
    }
    .container h1 {
        font-size: 1.55em;
        background-size: 29px;
        padding-left: 0px;
        background-size: 30px;
    }
    .article h1,
    .article-body .form_content h1,
    .category-content .section-tree-title {
        font-size: 1.55em;
        background-size: 29px;
        background-size: 30px;
    }
}

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

    /**********************
    スライドメニュー　 1024-900size対応　 ipad,pc
    ********************/
    .article-sidebar {
        flex: 0 0 17%;
        border: 0;
    }
    .container .article {
        min-width: 532px;
        max-width: 100%;
    }
    /************************
    最近表示した記事、関連記事
    **********************/

    .container {
        padding: 0 30px;
    }
    .container .article-container {
        margin-bottom: 1.625rem!important;
    }
}


/***************
tab (footer使用あり)
****************/
/*#tabってどこで使ってるか不明。いらないのでは？*/

/*.article-content .article-body ul.tabs-menu {
    border-bottom: 1px solid #ddd;
    display: table;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.container .article-content .article-body ul.tabs-menu li {
    padding: 7px 15px;
    display: table-cell;
    background-color: #FFF;
    border-top: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    margin-top: 0;
}

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

.container .article-content .article-body ul.tabs-menu li.current {
    position: relative;
    background-color: #20AEE5;
    border: 0;
    z-index: 5;
    border-bottom: 1px solid #20AEE5;
}

.container .article-content .article-body ul.tabs-menu li.current a {
    color: #fff;
}

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

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

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

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

.container .article-content .article-body .tab div:first-child {
    display: inline-block;
}*/

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

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

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

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

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

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

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

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

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

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

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

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


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

  new_request_page.hbs

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

/* お問い合わせページ  */

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

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

.new_request_form .form_attention h2 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 2em 0 .5em;
    margin: 0;
    border-bottom: 1px dashed #ddd;
}

.new_request_form .form-field label {
    font-size: 1em;
    margin-bottom: 15px;
    font-weight: bold;
    display: inline-block;
}

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

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

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

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

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

input, textarea {
    color: #000;
    font-size: 14px;
}

textarea {
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

.request-form textarea {
    vertical-align: middle;
    min-height: 120px;
}

.form_forgetlist {
    margin: 1em 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;
}

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

.container .new_request_form a:not(.nesty-input) {
    color: #0892C7;
    text-decoration: underline;
}

.new_request_form #new_article .box {
    margin: 40px 0;
}

.new_request_form #new_article .box p,
.new_request_form #new_article .box li,
.new_request_form #new_article .box a {
    font-size: 0.9em;
}

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

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

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

.form_content .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: #555;
    font-size: .8rem;
}

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

.formlist_n ul {
    margin: .5em 0 .5em 2em;
}

.formlist_n li {
    list-style: disc;
}

/* form footer 修正 2017.10.6 */

form footer {
    border: none;
}


/*  thanks  */

body.thanks_body {
    height: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

body.thanks_body main {
    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_inner {
    text-align: center;
    max-width: 770px;
    margin: 3% auto;
    font-size: 1rem;
}

.thanks_inner h1 {
    line-height: 1.6;
    border-bottom: 1px #ddd solid;
    font-size: 2rem;
    padding: 0.5em 0 1em;
    font-weight: normal;
    border: none;
    color: #21aee5;
}

.thanks_inner h1 br {
    display: none;
}

.thanks_inner > p {
    padding: 0 0 1em;
}

.back_btn {
    padding-top: 3em;
    text-align: center;
}

.thanks_inlist {
    padding: 1.5em;
    text-align: left;
    margin: 0;
}

.thanks_inlist li {
    list-style: disc;
    margin-left: 1em;
}

@media only screen and (min-width: 1000px) {
    .notification-notice {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .thanks_inner {
        margin: 0 auto;
        font-size: 1.15rem;
    }
    .thanks_inner h1 {
        margin-top: 0;
        padding-top: 0;
        text-align: center;
    }
    .thanks_inlist {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 550px) {
    .new_request_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_inner {
        text-align: left;
        font-size: .8rem;
    }
    .thanks_inner h1 {
        font-size: 7vw;
    }
    .thanks_inner > p {
        padding: 0 0 1.5em;
        font-size: 4vw;
        line-height: 1.6;
        text-align: left;
    }
    .thanks_inner h1 br {
        display: inline-block;
    }
    .thanks_inner li {
        font-size: ;
    }
}

@media only screen and (max-width: 320px) {
    .thanks_inner,
    .thanks_inner h1 {
        line-height: 1.2;
    }
    .back_btn {
        padding-top: 1em;
    }
}


/*chat start button*/

section.form-contents {
    padding-bottom: 2rem;
}

section.form-contents .chat_exp {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: .4rem;
    margin-bottom: 8px;
}

section.form-contents .chat_time {
    font-size: .8rem;
}

section.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;
    text-align: left;
}

section.form-contents .secondlist .chat_exp_btn {
    text-align: center;
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 .9rem;
}

section.form-contents .secondlist .chat_exp_btn a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 1rem;
    font-size: 0.8rem;
}

section.form-contents .secondlist .chat_exp_btn a:hover {
    background: #e6e6e6;
    opacity: .6;
    filter: alpha(opacity=60);
}

.chat_exp_btn .chat_btn_img {
    display: inline-block;
}

.chat_exp_btn .chat_btn_img img {
    padding-top: .1rem;
    width: 100%;
}

.chat_exp_btn .chat_btn_text {
    margin: 0;
    margin-left: 0.8em;
    text-align: left;
    color: #b3b3b3;
}

.chat_exp_btn .chat_btn_text strong {
    font-size: 0.9rem;
    color: #555;
}

.form-contents .secondlist .chat_time_text {
    display: block;
}

.form section.form-contents .chat_time {
    font-size: .8rem;
}

@media (min-width: 1024px) {
    .chat_exp_btn .chat_btn_img img {
        width: 56px;
    }
    .chat_exp_btn .chat_btn_img {
        width: 14%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .chat_exp_btn .chat_btn_img {
        width: 15%;
        text-align: center;
    }
    .chat_exp_btn .chat_btn_img img {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .chat_exp_btn .chat_btn_img {
        width: 13%;
        text-align: center;
    }
    .chat_exp_btn .chat_btn_img img {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .chat_exp_btn .chat_btn_img {
        padding-top: .1rem;
        width: 18%;
    }
}

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

  article_page.hbs（クラサポFAQのUI）

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


#new_article {}

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

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

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


/* ソース用 */

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

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


/* 検索結果キーワード */

.search-results em {
    font-weight: bold;
    font-style: normal;
}

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

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


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

search new design

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


/*
main
*/

main {
    width: auto;
}

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

/*
検索結果
*/

.search-results-list {
    /* overwrite */
    margin-top: 1em;
}

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

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

.search::before {
    content: "";
    display: block;
    speak: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(https://theme.zdassets.com/theme_assets/532076/18b028e8dfae08f5fa1609b62a264c7ba3ea725a.svg) center center no-repeat transparent;
    background-size: 25px;
    -webkit-transform: none;
    transform: none;
}


/*ご質問はなんでしょうか*/

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

@media only screen and (max-width: 768px) {
    .search_box .ask_keyword {
        padding-top: 0.5em;
        font-size: 1.4rem;
    }
    .search_box .search {
        max-width: 100%;
    }
    .search_box .search input[type='search'] {
        height: 60px;
    }
}

@media only screen and (min-width: 768px) {
/*    .search_box.notop {
        position: absolute;
        right: -100%;
        left: -100%;
        top: 0;
        background: none;
        padding: 1em 1em 1em 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1160px;
        z-index: 1;
    }*/
    .search_box .search input[type='search'] {
        height: 70px;
        line-height: 1;
        font-size: 1.28rem;
    }
/*    .notop .search {
        float: right;
    }*/
    .search::before {
        background-size: 23px;
    }
}

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

.underLayerSearch .search {
    width: 90%;
}

/*.search_box.notop .search {
    max-width: 520px;
}*/

.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.28rem;
    border: none;
    border-radius: 0 6px 6px 0;
}

@media only screen and (max-width: 1024px) {
    .search {
        max-width: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .search_box input[type='submit'] {
        width: 60px;
        min-width: 60px;
        font-size: 0.9rem;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .search {
        max-width: 360px;
    }
    #top_search_box .search {
        max-width: 100%;
    }
}

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

@media screen and (max-width: 1023px) and (min-width: 641px),
print {}

.article-info .search_box {
    padding: 1.2rem 1.6rem;
    width: 100%;
    border-radius: 4px;
    margin-top: 1em
}

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

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

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

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

.bottomSearch h4 {
    font-size: 1.35em;
}


/*ご質問はなんでしょうか*/

.hd_search_box {
    background-color: #E1F0F8;
    padding: 2.5em 0;
    margin: 0 0 1.5em;
}

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

.search::before {
    content: "";
    display: block;
    speak: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(https://theme.zdassets.com/theme_assets/532076/18b028e8dfae08f5fa1609b62a264c7ba3ea725a.svg) center center no-repeat transparent;
    background-size: 25px;
    -webkit-transform: none;
    transform: none;
}

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

@media only screen and (min-width: 768px) {
    .hd_search_box {
        position: absolute;
        right: -100%;
        left: -100%;
        top: 0;
        background: none;
        padding: 1em 1em 1em 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1160px;
        z-index: 1;
    }
    .hd_search_box .search input[type='search'] {
        height: 40px;
        line-height: 1;
    }
    .hd_search_box .search {
        float: right;
    }
    .search::before {
        background-size: 23px;
    }
}

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hd_search_box .search {
        max-width: 340px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .search {
        max-width: 360px;
    }
    #top_search_box .search {
        max-width: 100%;
    }
}

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

/*@media only screen and (max-width: 768px) {
    .notop .search {
        max-width: 460px;
    }
}*/

.pageFooterSearch {
    background-color: #E1F0F8;
    padding: 0.3em 0 1.5em;
    margin: 0 0 1.5em;
}

@media only screen and (max-width: 768px) {
    .pageFooterSearch {
        /*margin: 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;
    }
}

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

.search::before {
    content: "";
    display: block;
    speak: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(https://theme.zdassets.com/theme_assets/532076/18b028e8dfae08f5fa1609b62a264c7ba3ea725a.svg) center center no-repeat transparent;
    background-size: 25px;
    -webkit-transform: none;
    transform: 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;
    }
}

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

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


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

good / bad

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

.container .article-votes {
    border-top: 1px solid #ddd;
    margin: 4em 0 0;
    /*display: none;*/
}

.article-votes-controls {
    position: relative;
}

.container .article-votes-controls a.article-vote {
    text-decoration: none;
    width: 100px;
}


/* 投票ボタンのフィードバック表示 */

.feedback-thanks {
    display: none;
}

a.article-vote[aria-selected="true"]~.feedback-thanks {
    display: block;
}

a.article-vote[aria-selected="true"] {
    display: none;
}

.container a.button[aria-selected="false"]::before {
    color: #20aee5;
}

.article a.button.article-vote:hover::before {
    color: #FFF;
}

.article a.button.article-vote.article-vote-up,
.article a.button.article-vote.article-vote-down {
    text-decoration: none;
}

.container .article-votes-controls .button:hover,
.container .article-votes-controls .button:active,
.container .article-votes-controls .button:focus,
.container .article-votes-controls .button[aria-selected="true"],
.container .article-votes-controls [role="button"]:hover,
.container .article-votes-controls [role="button"]:active,
.container .article-votes-controls [role="button"]:focus,
.container .article-votes-controls [role="button"][aria-selected="true"] {
    background-color: #20aee5;
    border: 1px solid #20aee5;
}


/* underline */

#new_article .wysiwyg-underline {
    text-decoration: none;
}


/* fontsize */

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


/* small,big打ち消し */

#new_article small,
#new_article big {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}


/* フォント上げ下げ */

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

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


/* 上付き下付き */

#new_article sup {
    font-size: inherit;
}

#new_article sub {
    font-size: inherit;
}

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

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


/*
a link lvha
*/

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

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

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

#new_article a:active {}

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


/*
tel
*/

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


/*
img
*/

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

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

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

#new_article .mx-width100 {
    max-width: 100% !important;
}

#new_article .width90 {
  width: 90%;
}
#new_article .width80 {
/* width: 80%; */
}
#new_article .width70 {
/* width: 70%; */
}
#new_article .width60 {
width: 60%;
}


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


/* IE11 のみ */

@media all and (-ms-high-contrast: none) {
    #new_article table td img.nobdr {
        width: 100%;
    }
}


/* figure */

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

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

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

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

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


/*
h系
*/


/* overwrite */

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

#new_article h2.h2step {}

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

#new_article h3 {
    background: none;
    padding: 0 0 .5em;
    margin: 2.5em 0 1.5em;
    font-size: 1.4rem;
    font-weight: normal;
    color: #555;
    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-weight: 600; */
    font-size: .8em;
    display: inline-block;
    margin-right: .5em;
    line-height: 1;
    vertical-align: top;
    position: relative;
    top: .5em;
}


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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    h1 {
        font-size: calc(140% + 2vw) !important;
    }
    #new_article h2 {
        font-size: calc(1.3rem + 2vw);
        margin: 2em 0 1em;
    }
    #new_article h3 {
        font-size: calc(1.2rem + 0.5vw);
    }
}

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

#new_article .h-with-border {
    padding: 0 0 .5em;
    margin: 2.5em 0 1.5em;
    font-size: 1.4rem;
    font-weight: normal;
    color: #555;
    border-bottom: 1px solid #bdc3c4;
    line-height: 1.5;
}


/*
  通常テキスト
  */

#new_article p {
    margin: 0;
}

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


/*
  表組み
  */

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

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

#new_article td {
    background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#new_article .tbl-c td{
    text-align: center !important;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #new_article table:not(.tbl-pc):not(.tbl-onoff):not(.table_accordion):not(.disp-pc) th,
    #new_article table:not(.tbl-pc):not(.tbl-onoff):not(.table_accordion):not(.disp-pc) td {
        display: block;
        float: left;
        width: 100%;
        margin-top: -1px;
        position: relative;
        box-sizing: border-box;
    }
    #new_article .tbl-attr thead {
        display: none;
    }
    #new_article .tbl-attr tbody th::before,
    #new_article .tbl-attr tbody td::before {
        content: "["attr(data-label)"]";
        display: block;
        padding-right: .5em;
        text-align: left;
        font-weight: 600;
    }

    #new_article table.tbl-attr.td-nobdr td {
        margin-top: 0 !important;;
    }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
    #new_article th,
    #new_article td {
        /*font-size: 80%;*/
    }
    #new_article table.tbl-pc th,
    #new_article table.tbl-pc td {
        font-size: .9rem;
    }
    #new_article table.tbl-pc td .note-list>li,
    #new_article table.tbl-pc td .note-text {
        font-size: .8rem !important;
    }
    #new_article th strong,
    #new_article td strong {
        font-size: inherit;
    }
    #new_article table.tbl-pc th.nowrap,
    #new_article table.tbl-pc td.nowrap {
        white-space: normal;
    }
}


/*  SP用フォント小テーブル  */

@media only screen and (max-width: 480px) and (orientation: portrait) {
    table.tbl-spfont td,
    table.tbl-spfont th {
        font-size: 10px !important;
        padding: .5em .2em !important;
    }
}


/*  横スクロールテーブル  */

#new_article .sc-wrap {
    width: 100%;
    margin: 1em 0;
    overflow-x: scroll !important;
    /*
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    */
}

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

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

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

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

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


/*
  リスト（連番）
  */

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

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

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

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



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

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

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

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

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


/*
  リスト（箇条）
  */

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

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

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

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

#new_article ul>li::before {
    content: "";
    display: inline-block;
    margin-right: 1em;
    background: #999;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 9px;
    left: 8px;
    -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: 1em 0;
    padding: 2em;
}

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

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

#new_article .index li {
    margin: 0;
}

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

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

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

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


/*
  ページステップ
  */

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

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

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

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

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

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

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

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

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


/* under sonstructing */


/* 横並びレウアウトflexキャンセル */

#new_article .column2>*,
#new_article .column3>* {
    display: block;
    width: 100%;
}


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

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

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

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

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


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

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

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

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

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

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


/* 中にリスト */

#new_article ol.space-in {
    counter-reset: olstep;
}

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

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

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


/* タイプ　5：5 */

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

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


/* タイプ　3：7 */

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

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

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

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

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

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


/* リセット用 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;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #new_article .column2 {
        flex-flow: column wrap;
    }
    #new_article .column2>.column2-l,
    #new_article .column2>.column2-r,
    #new_article .column2>.column2ex-l,
    #new_article .column2>.column2ex-r,
    #new_article .column2>.column {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }
    #new_article .column2>.column2ex-r {
        padding-top: 2em;
    }
    #new_article .h3step+.indent {
        margin: 0;
    }
    #new_article .column2-in>li,
    #new_article .space-in>li {
        /*padding-left: 0;*/
    }
    #new_article .column2-in>li::before,
    #new_article .space-in>li::before {
        /*left: -1.6em;*/
    }
    #new_article ul.space-in>li::before {
        left: 0;
    }
    #new_article ul.space-in>li {
        padding-left: 1em;
    }
    #new_article .column2-l+.column2-r {
        margin-top: 1em;
    }
    #new_article .column+.column {
        margin-top: 1rem;
    }
}


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

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

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

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #new_article .column3 {
        flex-flow: column wrap;
    }
    #new_article .column3>.column {
        width: 100%;
        margin: 0;
    }
    #new_article .column3>.column+.column {
        margin-top: 1em;
    }
}


/* 横並びレイアウト上限に指定外が来た場合のみ余白を取る */

#new_article .column2>p+.column2-l,
#new_article .column2>p+.column2-l+.column2-r,
#new_article .column2>div+p,
#new_article .column2>div+ol,
#new_article .column2>div+ul,
#new_article .column3>p+.column,
#new_article .column3>p+.column~.column,
#new_article .column3>.column+p,
#new_article .column3>.column+ul,
#new_article .column3>.column+ol {
    margin-top: 1em;
}


/* 横並びレイアウト 中に.note-listの場合上の余白を多くとる */

#new_article .column2ex-l .note-list,
#new_article .column2ex-r .note-list,
#new_article .column2-l .note-list,
#new_article .column2-r .note-list {
    margin-top: 1em;
}


/*
  flexのオプション
  */

.f-item-center {
    -webkit-align-items: center;
    align-items: center;
}


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

#new_article .column-img {
    margin: 0;
    padding: 0;
    letter-spacing: -0.4em;
    display: 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;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #new_article .column-img {
        text-align: center;
        display: block;
    }
    #new_article .column-img>img {
        max-width: 100%;
        width: auto;
        margin: 0 0 1em;
    }
    #new_article .column-img img.ico-arrow {
        margin-bottom: .9em;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        speak: none;
        width: 6%;
    }
    #new_article .column-img figure.width46 {
        max-width: 100%;
        width: auto;
        margin: 0 0 1em;
    }
    #new_article .column-img figure.width46 img {
        margin: 0;
    }
}


/*
  付加情報
  */

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

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


/* note-text併用時 */

#new_article .note-text>li {
    font-size: inherit !important;
}

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

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

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

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

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

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

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


/*
  強調ポイント
  */

#new_article .box {
    margin: 1em 0;
    padding: 1em 1.2em;
    border: 1px solid #cccccc;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

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

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

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


/*
  強調警告
  */

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

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


/* overwrite start */

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

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

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

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


/* overwrite end */


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

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

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

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

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


/*
  横位置
  */

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

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

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

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

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

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


/*
  縦位置
  */

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

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

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

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


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

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

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

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

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

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

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

#new_article .screen-contents>li::before {
    content: "\f114";
    font-family: FontAwesome;
    /*background: url("$assets-ic_backoffice-svg") left center no-repeat transparent;*/
    background-size: 100%;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-right: .5em;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: none;
}

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

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

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


/*
  リンク
  */

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


/* 右端リンク */
#new_article a.link-relation {
    display: inline-block;
    position: relative;
    background: none;
    padding-right: 0;
    margin-right: 0;
}

/* 外部 */

#new_article a.link-external::after,
#new_article a.link-pdf::after,
#new_article a.link-excel::after,
#new_article a.link-word::after {
    display: inline-block;
    line-height: 1;
    position: relative;
    right: 0;
    top: 0;
    margin-left: .3em;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url("//theme.zdassets.com/theme_assets/11615540/0776fe8f2bbd906992c7ea049e2edbe1f9bd7565.svg") left .2em no-repeat transparent;
    background-size: 80%;
}


/* pdf */

#new_article a.link-pdf::after {
    background: url("//theme.zdassets.com/theme_assets/11615540/d1d15c9432c5b0ac516c0e80f51e4f16ec0cc6fd.png") left top no-repeat transparent;
    margin-left: .2em;
    background-size: 100%;
}


/* adobe download */

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

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

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

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

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

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

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

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


/* excel */

#new_article a.link-excel::after {
    background: url("//theme.zdassets.com/theme_assets/11615540/ff2b5367e5c78d3d6b8f5948a803d5417634189b.png") left center no-repeat transparent;
    margin-left: .2em;
    background-size: 100%;
    height: 1.3em;
    vertical-align: top;
    display: inline-block;
}


/* word */

#new_article a.link-word::after {
    background: url("//theme.zdassets.com/theme_assets/11615540/bba3ea4a2c5fc6859d7b4d9c52ed04ac517c2b5e.png") left center no-repeat transparent;
    margin-left: .2em;
    background-size: 100%;
    height: 1.3em;
    vertical-align: top;
    display: inline-block;
}


/* 画像リンクの場合はアイコンなし */

#new_article a.imglink::after {
    padding-right: 0;
    margin-right: 0;
    background: none;
}


/* 関連 */

#new_article .relation {
    margin: .5em 0;
    text-align: right;
}

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


/*  導線リンク */

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

#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(https://theme.zdassets.com/theme_assets/532076/0066370a55eda6f790e451cb59538b2be706d0e0.svg) center center no-repeat transparent;
}

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

#new_article a.external::after {
    content: "";
    width: 1em;
    height: 1.2em;
    background: url("//theme.zdassets.com/theme_assets/11615540/fe7ab1ab0b647437bc72a9c50725cc10149638b0.svg") left top no-repeat transparent;
}

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


/*dl*/

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

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

#new_article dt {
    font-weight: 600;
}

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

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

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

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

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


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

#new_article .release-box {
    background: #f0f0f0;
    margin: 1em 0;
    padding: .6em 1em;
    border-radius: 4px;
}

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

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

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


/*faq*/

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

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

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

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

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


/*
  画面の説明
  */

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

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

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

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

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


/*
  アコーディオン
  */

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #new_article .appicon_list {
        flex-flow: column wrap;
    }
    #new_article .appicon_list>li {
        width: 100%;
    }
    #new_article img.ico-shift {
        width: 6%;
    }
}


/*
  App Store ボタン
  */

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

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

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

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

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


/*

  vide iframe

  */

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

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


/* space l m s */

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

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

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

#new_article .space-none {
    margin-top: 0 !important;
}


/* device pc sp */

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

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


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

  home_page.hbs お知らせ欄

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

.header-news-wrap {
    background: #656D70;
    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-family: 1rem;
}

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

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

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

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

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

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

.header-news-wrap aside {}

.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(https://theme.zdassets.com/theme_assets/532076/0066370a55eda6f790e451cb59538b2be706d0e0.svg) 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%;
    }
}


/* 210908 SPでも必ず表示の場合 */

@media only screen and (max-width: 640px) and (orientation: portrait) {
    .header-news-wrap section {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }
    dl.header-news-data {
        width: 100%;
    }
    dl.header-news-data dt {
        width: 2.5em;
        flex-basis: 2.5em;
        display: none;
    }
    dl.header-news-data dd {
        flex-basis: auto;
        width: calc(100% - 2.5em - 10px);
        display: none;
    }
    dl.header-news-data dt:nth-of-type(-n+3),
    dl.header-news-data dd:nth-of-type(-n+3),
    dl.header-news-data dt.must,
    dl.header-news-data dd.must,
    dl.header-news-data dt.must+dd {
        display: block;
    }
    .header-news-wrap aside {
        margin-top: .5em;
        text-align: right;
    }
    .header-news-wrap aside a::before {
        margin-top: 0.4rem;
        width: 20px;
        height: 14px;
    }
}


/* お知らせ一覧カテゴリ／セクションのNEW */

li.article-list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

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


  top design renewal 2018/04/


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




/* faq-chatbot */

@media only screen and (max-width: 600px) {
    html.bot-open {
        overflow: auto;
        height: 100%;
    }
    .bot-open body {
        overflow: hidden;
        height: 100vh;
    }
    .bot-open body::before {
        content: "";
        width: 100vw;
        height: 100vh;
        display: block;
        background: rgba(0, 0, 0, .7);
        transition: .3s linear;
        position: fixed;
        z-index: 1000;
    }
}


/* button gray-out from promo 2018.5.31 */

.karte-disabled-button a.primary {
    border: #e2e2e2 !important;
    background-color: #e2e2e2 !important;
    pointer-events: none;
    box-shadow: none;
    position: relative !important;
}


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

  eq search test

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

.eq-search-target {
    display: none;
}

.eq-search-resultno em {
    font-style: normal !important;
    font-weight: normal;
    font-size: 1.3rem !important;
    display: inline-block;
    padding: 0 .5rem;
}

.eq-search-resultno,
#eq-search-result-list,
.eq-search-area form {
    text-align: center;
}

.eq-search-area input {
    font-size: 16px !important;
    padding: .3rem 1rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 50%;
    max-width: 80%;
    min-width: 300px;
    line-height: 2 !important;
    margin: 1rem auto !important;
}

.eq-search-area input:focus {
    outline: none;
    padding: .3rem 1rem;
    border-color: #20AEE5;
}

.eq-search-area input::placeholder {
    color: #ccc;
}


/* bounceInLeft */

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

#eq-search-result-list {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

#eq-search-result-list li {
    border: 1px solid #ddd;
    padding: 1rem !important;
    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    list-style: none;
    margin: 0 auto 1rem !important;
    width: 80%;
    min-width: 300px;
    max-width: 100%;
    text-align: center;
}

#eq-search-result-list li::before {
    display: none !important;
}

#eq-search-result-list li+li {}

#eq-search-result-list li figure {
    margin-top: 0 !important;
}

#eq-search-result-list li span {
    display: block;
    font-size: .8rem;
}

#eq-search-result-list li strong {
    display: block;
    margin-bottom: .5rem;
}

#eq-search-result-list li img {
    width: 200px;
    height: auto;
}

#eq-search-result-list li .relation {
    margin-bottom: 0;
}


/* 完了時 */

.eq-restext {
    animation-name: flipInX;
}

dd.eq-box {
    padding: 1rem;
    font-size: 1.2rem;
    margin: 1rem 0;
}

dd.eq-box p strong {
    color: #20aee5;
    font-size: 2rem;
    margin-right: .5rem;
}

dd.eq-box p {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#sel1,
#sel2,
#sel3 {
    border: 1px solid #ddd;
    margin: 0rem auto .5rem;
    padding: .5rem 2rem .5rem .7rem;
    font-size: 16px;
    max-width: 300px;
}

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

  よくある検索キーワード　追加 2018/10

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

.keyword-link a {
    white-space: nowrap;
}

@media (min-width: 1024px),
print {
    .keyword {
        color: #555555;
        max-width: 1130px;
        width: 90%;
        background-color: #fff;
        padding: .9rem 1rem 1rem 1rem;
        border-radius: 4px;
        border: 1px solid #cdcccc;
        font-size: 1rem;
        margin: 0 auto;
        margin-top: 20px;
        font-weight: 600;
    }
    .keyword-link {
        padding-top: 5px;
        max-width: 1130px;
    }
    .keyword-link a {
        padding-right: 0.7em;
        font-weight: 400;
        color: #0892c7;
    }
    .keyword-link a:hover {
        opacity: 0.6;
        text-decoration: none;
    }
    .keyword-iPad {
        display: none;
    }
    .header {
        /*padding-left: 1rem;*/
    }
    .header_info_newinfo {
        display: none;
    }
}


/* for SP */

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

@media screen and (max-width: 640px),
print {
    .keyword-iPad {
        display: none;
    }
    .header_info_title {
        display: none;
    }
    .keyword-link a {
        color: #0892c7;
        font-weight: normal;
    }
}

@media screen and (max-width: 568px) and (orientation: portrait) {
    .keyword {
        max-width: 90%;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: none;
    }
    .keyword-link a {
        margin-top: .4rem;
        padding: .4rem .4rem .4rem 0;
        color: #0892c7;
    }
    .keyword-link {
        padding-top: .35rem;
    }
    .keyword-iPad {
        display: none;
    }
    .keyword-iPad p {
        display: none;
    }
}

@media (min-width: 641px) {
    .keyword-sp {
        display: none;
    }
    /*.search_box.notop{
    margin-right: 300px;
    }*/
}


/* for iPad */

@media screen and (min-width: 641px) and (max-width: 1023px),
print {
    .search_box {
        max-width: 1160px;
        margin: 0 auto 2em;
        padding: 5%;
    }
    .search {
        max-width: 100%;
    }
    .keyword {
        display: none;
    }
    .keyword-iPad {
        color: #555555;
        width: 100%;
        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 {
        padding-right: 20px;
        font-weight: 400;
        color: #0892c7;
    }
    .keyword-link a:hover {
        opacity: 0.6;
        text-decoration: none;
    }
}

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


/* カテゴリ見出し共通化10１２　　ここから*/

.article-list-item {
    font-size: 16px;
    padding: 7px 0 !important;
    text-decoration: underline !important;
}


/* .section-tree-title a {
  color: #0892c7 !important;
  } */

li.article-list-item a:hover,
.section-tree-title a:hover {
    text-decoration: none !important;
    opacity: .6 !important;
}

.section-tree .section ul {
    display: block;
    color: #0892c7 !important;
}

.see-all-articles {
    text-indent: 1em;
}

.article-list-item a {
    color: #0892c7 !important;
}

section.section h3.section-tree-title {
    color: #555 !important;
    border: none !important;
    font-weight: normal;
}

h3.section-tree-title 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;
}


/* セクション見出し共通化  1001*/

h1.section-tree-title {
    font-size: 1.55em !important;
}

.article-list-item:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 500px) {
    ul.article-list li {
        text-indent: initial !important;
    }
}

@media screen and (max-width: 320px) {
    .category-content .section {
        display: contents;
    }
}

@media screen and (max-width: 736px) {
    span.label-new {
        padding-left: 1em !important;
    }
}

@media screen and (max-width: 568px) {
    span.label-new {
        padding: 3px 8px;
    }
}


/* カテゴリ見出し共通化10１２　　ここまで*/


/* モーダル　バツ印　*/

.lb-data .lb-close {
    background: url("//theme.zdassets.com/theme_assets/11615540/3ca48361cfe0e41163023d03c26296f375bb3eac.png") no-repeat;
    padding: 0 4px;
    color: #000;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    float: right;
    display: block;
    width: 30px;
    height: 30px;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

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

#new_article .column-img figure.width46>a 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 figure.width46 img {
    margin-left: 2.5% !important;
}

#new_article .column-img figure.width46 a img {
    margin-left: 2.5% !important;
}

.modal_box a {
    display: block;
    background-image: none !important;
}

.modal_div .align-center a {
    display: block;
}

.arg_thum,
.nobdr {
    pointer-events: none !important;
}

.see-all-articles {
    text-decoration: underline !important;
}

.see-all-articles:hover {
    text-decoration: none !important;
}

.category-content .section-tree-title a {
    /*   display:contents; */
}


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

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

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #new_article .column-img.full-img img.ico-arrow {
        display: block;
        margin: .6em auto;
    }
}


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

  新しい 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;
}


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

  new_request カスタマイズ

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

#new_request :placeholder-shown {
    color: #bdc3c4;
    line-height: 20px !important;
}

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

#new_request h2.noborder {
    margin: 0px 0 20px 0;
    border: none;
    padding: 10px 0px 10px 0;
}

.request_custom_fields_360020322594 p {
    margin-top: -10px;
}


/* チェックボックス位置調整 */

form#new_request div.boolean {
    font-size: .9rem;
    position: relative;
}

form#new_request div.boolean label{
    font-size: .9rem;
    margin-left: 20px;
}

form#new_request div.boolean input[type="checkbox"]{
    position: absolute;
    top: .1em;
    left:0;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    padding: 6px;
    -webkit-appearance: checkbox;
}

.request_custom_fields_114101234392.form-field {
    width: 280px;
    margin: 60px auto 0 auto;
}


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

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

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

#new_article .click_accordion a.trigger {
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
}

#new_article .click_accordion a.trigger:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    display: inline-block;
    padding-right: 6px;
    font-size: 1rem;
}

#new_article .click_accordion a.up:before {
    content: "\f0d7";
    padding-right: 3px;
}

#new_article .click_accordion .accordion {
    display: none;
    background: #f0f0f0;
    margin: .5em 0;
    padding: 2em 2em 1.5em;
    border-radius: 4px;
}

#new_article .click_accordion .accordion * {
    font-size: .9rem;
}

#new_article .click_accordion .accordion ul>li+li {
    margin-top: .2em;
}

#new_article .click_accordion .accordion .note-list *,
#new_article .click_accordion .accordion .note-text * {
    font-size: 0.8rem;
}


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

  tableのアコーディオン

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

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #new_article table.table_accordion,
    #new_article table.table_accordion tbody,
    #new_article table.table_accordion tr {
        display: block;
        width: 100%;
    }
    #new_article table.table_accordion {
        border-bottom: 1px solid #bdc3c4;
    }
    #new_article table.table_accordion th {
        display: block;
        width: 100%;
        font-size: .9rem;
        text-align: left;
        background: #f0f0f0;
        border: 1px solid #bdc3c4;
        border-bottom: none;
        font-weight: 600;
    }
    #new_article table.table_accordion th:before {
        content: '\f054';
        font-family: 'FontAwesome';
        padding-right: 8px;
        color: #bcbcbc;
    }
    #new_article table.table_accordion th.ac_open:before {
        content: '\f078';
        padding-right: 4px;
    }
    #new_article table.table_accordion th.ac_open+td {
        border-bottom: none;
    }
    #new_article table.table_accordion td {
        display: block;
        width: 100%;
        font-size: .9rem;
    }
    #new_article table.table_accordion td * {
        font-size: .9rem;
    }
}


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

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

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /*SPでtdの線を消す*/
    #new_article .td-nobdr tbody tr td {
        border: none;
    }
    #new_article .td-nobdr tbody tr {
        border: #bdc3c4 solid 1px;
    }
    /*SPの時だけ画像サイズを小さくする*/
    #new_article .sp-downsize {
        text-align: center;
    }
    #new_article .sp-downsize img.width90 {
        width: 90%;
    }
    #new_article .sp-downsize img.width80 {
        width: 80%;
    }
    #new_article .sp-downsize img.width70 {
        width: 70%;
    }
}


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

  軽減税率関連記事　追加css

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


/*FAQトップに導線バナー追加*/

#top_container .bnr_kzg {
    display: block;
    width: 100%;
    text-align: center;
}

#top_container .bnr_kzg a {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#top_container .bnr_kzg a:hover {
    opacity: 0.7;
}

#top_container .bnr_kzg img {
    width: 100%;
}

#top_container .bnr_kzg .disp-sp {
    display: none;
}

@media (min-width: 1160px) {}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #top_container .bnr_kzg .disp-pc {
        display: none;
    }
    #top_container .bnr_kzg .disp-sp {
        display: block;
        margin-top: 1.5em;
    }
    #top_container .bnr_kzg .disp-sp a {
        width: 100%;
    }
}

@media screen and (min-width: 641px) and (max-width: 1023px),
print {
    #top_container .bnr_kzg .disp-sp {
        display: none;
    }
}


/*3STEP画像*/

#new_article .three-step {
    display: block;
    width: 100%;
    margin-top: 1em;
}

#new_article .three-step .step {
    display: inline-block;
    width: 29%;
}

#new_article .three-step .step a {
    display: block;
}

#new_article .three-step .ico-arrow {
    margin: 0 2% 0;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #new_article .column-img {
        text-align: center;
        display: block;
    }
    #new_article .column-img>img {
        max-width: 100%;
        width: auto;
        margin: 0 0 1em;
    }
    #new_article .column-img .step {
        max-width: 100%;
        width: auto;
        margin: 0 0 1em;
    }
    #new_article .column-img .step img {
        margin: 0;
    }
}


/*チェックボックス*/

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


/*必要な申請書類 表示／非表示*/

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

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


/*軽減税率のキーワード*/

#new_article .anchor-words a {
    display: inline-block;
    margin-right: 1.2em;
    text-decoration: none;
    font-size: .9em;
}

#new_article .anchor-words a:before {
    margin-right: .3em;
}


/*軽減税率ガイド　タイプ別 リンクボタン*/

#new_article .type-link-box {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em auto 0;
}

#new_article .type-link-box .link-box {
    display: block;
    width: calc((100% / 3) - 10px);
    height: 230px;
    margin-bottom: 14px;
    background: #f5f7f7;
    border-radius: 8px;
}

#new_article .type-link-box .link-box a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 1.5em 1em 1em;
    ;
    background-image: none;
    text-decoration: none;
    position: relative;
}

#new_article .type-link-box .link-box img {
    display: block;
    width: 25%;
    margin-bottom: 1em;
}

#new_article .type-link-box .link-box span {
    display: block;
    text-align: center;
    font-size: .9rem;
}

#new_article .type-link-box .link-box .list {
    color: #555;
    font-weight: 600;
}

#new_article .type-link-box .link-box .detail {
    color: #0892c7;
    text-decoration: underline;
    margin-top: 1em;
    position: absolute;
    bottom: 10%;
    left: 28%;
}

#new_article .type-link-box .link-box .detail:before {
    content: "";
    display: inline-block;
    line-height: 1;
    position: relative;
    left: 0;
    top: 0;
    margin-right: .5em;
    font-size: .8rem;
    width: 1em;
    height: 1em;
    line-height: 1;
    background: url(//theme.zdassets.com/theme_assets/11615540/2a4bed77adb7b41c3596ac7b8c92781ccaef7d04.svg) left 2px no-repeat transparent;
    background-size: 100%;
}

#new_article .type-link-box .link-box:last-child {
    background: none;
}

@media (max-width: 1024px),
print {
    #new_article .type-link-box .link-box {
        height: 230px;
    }
    #new_article .type-link-box .link-box img {
        width: 20%;
    }
    #new_article .type-link-box .link-box .detail {
        left: 32%;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #new_article .type-link-box {
        display: block;
    }
    #new_article .type-link-box .link-box {
        width: 100%;
        height: auto;
    }
    #new_article .type-link-box .link-box img {
        width: 15%;
    }
    #new_article .type-link-box .link-box .detail {
        position: initial;
    }
}


/*業種・業態ごとの設定例*/

#new_article .pattern-tbl a.type-letter {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 500;
    color: #20aee5;
}

#new_article .h3type {
    padding: 0 0 .2em;
    color: #20aee5;
    font-size: 1.4rem;
}

#new_article .h3type .type-letter {
    font-size: 2rem;
    vertical-align: unset;
    padding-left: .2em;
    color: #20aee5;
}

#new_article .h3type .type-add {
    display: inline-block;
    vertical-align: unset;
    font-size: 1rem;
    padding-left: 1em;
}


/*軽減税率 消費税率改正の準備記事用*/

#keigen-contents section+section {
    margin-top: 8em;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #keigen-contents section+section {
        margin-top: 6em;
    }
    #new_article .type-inner {
        padding: 1em 1em 2em;
    }
    #new_article .type-inner h4 {
        font-size: 1.6em;
    }
    #new_article .type-inner h5 {
        font-size: 1em;
        margin: .5em 0 0;
    }
    #new_article .type-inner .type-inner-box {
        padding: 1.5em 1em 2em;
    }
    #new_article .type-inner .type-inner-box p {
        font-size: .9em;
    }
    #new_article .type-inner .link-btn {
        margin-top: 1.2em;
    }
    #new_article .type-inner .link-btn a .btn-arrow-right {
        font-size: .9rem;
    }
    #new_article .type-inner .type-inner-box dd+dt {
        margin-top: 2em;
    }
    #new_article .h3type {
        margin-top: 3em;
        font-size: 1.6rem;
        padding-bottom: .3em;
    }
    #new_article .h3type .type-letter {
        font-size: 2.2rem;
    }
    #new_article .h3type .type-add {
        display: block;
        font-size: 1rem;
        padding: 0;
        line-height: 1;
    }
    #new_article .type-anchor-box ul li {
        padding: 0;
        width: 18.5%;
        font-size: .9rem;
    }
    #new_article .type-anchor-box ul li a {
        padding: .5em;
        font-size: .9rem;
        display: block;
    }
    #new_article .type-anchor-box ul li .type-letter {
        display: block;
        line-height: 1.4;
        padding: 0;
    }
    #new_article .pattern-dl dt.case {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 896px) and (orientation: portrait) {
    #new_article .type-anchor-box ul li {
        width: 19%;
    }
}


/*軽減税率関連　追加css END*/


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

  検索結果から非表示にする

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

.search-results ul.search-results-list .disp-none {
    display: none;
}


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

  APY, 軽減税率関連問い合わせ動線の追加

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

.form_fl_img .rud_icon {
    border: solid 1px #ccc;
    border-radius: 10px;
}

.form_forgetlist li:only-child .form_fl_img {
    width: 15%;
}

.form_forgetlist li:only-child .form_fl_txt {
    width: 84%;
}

.form_forgetlist {
    margin: 3em 0;
}

.form_forgetlist:first-child {
    margin: 0;
}

.form_content .form_caution_txt {
    margin-top: 1.5em;
}


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

  プリンター関連記事の目次にサムネール画像

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

#new_article .index_imgbox {
    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 .index_imgbox>* {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#new_article .index_imgbox .index_list {
    letter-spacing: normal;
    position: relative;
    width: 70%;
    min-height: 0%;
}

#new_article .index_imgbox .index_img {
    width: 26%;
    margin-left: 4%;
}

#new_article .index_imgbox .index_img img {
    border-radius: 4px;
}

#new_article .index_imgbox figcaption {
    font-weight: 600;
}

#new_article .index_imgbox figure+figure {
    margin-top: 1em;
}

@media (max-width: 1024px),
print {
    #new_article .index_imgbox .index_list {
        width: 68%;
    }
    #new_article .index_imgbox .index_img {
        width: 28%;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #new_article .index_imgbox .index_list {
        width: 100%;
    }
    #new_article .index_imgbox .index_img {
        width: 100%;
        text-align: center;
        margin: 2em 0 1em;
    }
    #new_article .index_imgbox figure {
        width: 70%;
    }
    #new_article .index_imgbox figcaption {
        font-size: 1rem;
    }
    #new_article .index_imgbox .figure2 figure {
        width: 48%;
    }
    #new_article .index_imgbox .figure2 figcaption {
        font-size: .8rem;
    }
    #new_article .index_imgbox figure+figure {
        margin: 0 0 0 1%;
    }
}


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

  関連する記事リスト、最近表示した記事リスト

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

.container .article-container {
    margin-top: 1.5em;
}

.container .article-container .article {
    flex: 1 0 70%;
    width: 70%;
}

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

.article-container .recent-articles,
.article-container .recent-articles li {
    font-size: 100%;
}

.article-container .article-relation h3,
.article-container .article-recent h3 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #555;
    font-feature-settings: "palt";
    letter-spacing: .06rem;
}

.article-container .article-relation ul,
.article-container .article-recent ul {
    margin: 1rem 0;
    min-height: 1rem;
}

.article-container .article-relation ul li,
.article-container .article-recent ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    text-indent: 0;
}

.article-container .article-relation ul li:first-child,
.article-container .article-recent ul li:first-child {
    margin-top: 0;
}

.article-container .article-relation ul li+li,
.article-container .article-recent ul li+li {
    margin-top: .7rem;
}

.article-container .article-relation ul li:before,
.article-container .article-recent 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;
}

.article-container .article-relation a,
.article-container .article-recent a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
    color: #0892c7;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font: inherit;
    padding: 0;
}

.article-container .article-relation a:hover,
.article-container .article-recent a:hover {
    opacity: .5;
    text-decoration: none;
}

.article-container .article-relation a:visited,
.article-container .article-recent a:visited {
    color: #0070c0;
}

.article-container .article-relation .current-article {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .container .article-container .article {
        flex: 1 0 100%;
        width: 100%;
    }
    .article-container .article-relation {
        display: block;
        width: 100%;
        padding: 0;
        border: none;
    }
    .article-container .article-relation h3 {
        margin: 0 0 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
}

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

.article-container .article-recent {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 3rem;
}

.article-container .article-recent .recent-articles {
    display: block;
    width: 100%;
}


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

  Breadcrumbs

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

.sub-nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: block-axis;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: block;
    width: 100%;
    margin: 0;
    padding: .5rem 0;
    min-height: 0;
}

ol.breadcrumbs {
    margin: 0;
    padding: 0;
}

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

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

ol.breadcrumbs li {
    display: inline;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-indent: 0;
    padding-left: 1.4rem;
    padding-top: .15em;
}

ol.breadcrumbs li+li::before {
    content: "";
    margin: 0;
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("//theme.zdassets.com/theme_assets/11615540/27a5afa70841a32a948c2b2fcaf1d5d25ce882df.svg") center center no-repeat transparent;
    background-size: 6px;
    position: absolute;
    top: 2px;
    left: 0;
}


/*end from theme*/

ol.breadcrumbs>li:first-child {
    padding-left: 0;
}

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

ol.breadcrumbs a {
    text-decoration: none;
    color: #0892c7 !important;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

ol.breadcrumbs a:visited {
    color: #0070c0;
}

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

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

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

  description（非公開中）

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

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

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

  pagination Renewal

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

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

.pager_block {
    display: inline-block;
}

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

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

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

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

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

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

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

.pagination .pagination_ico {
    position: relative;
}

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

.pagination .pagination-prev a:before,
.pagination .pagination-next a:before {
    background: url("//theme.zdassets.com/theme_assets/11615540/27a5afa70841a32a948c2b2fcaf1d5d25ce882df.svg") center center no-repeat transparent;
}

.pagination .pagination-first a:before,
.pagination .pagination-last a:before {
    background: url("//theme.zdassets.com/theme_assets/11615540/07174269c2bc1221e5ab68b031c8d0f42da0e335.svg") center center no-repeat transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
    .pagination {
        margin-bottom: .2em;
    }
    .pagination ul {
        border: none;
    }
    .pagination ul li {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin-top: .5em;
    }
    .pagination ul li+li {
        margin-left: -1px;
    }
    .pagination ul li:first-child {
        border-left: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
    }
    .pagination ul li:last-child {
        border-radius: 0 4px 4px 0;
    }
    .pagination ul li a,
    .pagination ul li span {
        font-size: 14px;
    }
    .pagination .pagination_ico a:before {
        top: 11px;
    }
    .page_results {
        font-size: .95em;
    }
}

@media only screen and (max-width: 320px) {
    .pagination ul li {
        width: 34px;
        height: 34px;
    }
    .pagination .pagination_ico a:before {
        width: 10px;
        height: 10px;
        top: 12px;
        left: 10px;
    }
}

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

      軽減税率/記事用box

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

.rtr-box {
    background-color: #ebf8dc;
    border: none !important;
}

.rtr-ttl {
    margin: 10px 0 15px 0px !important;
    font-size: 1.4rem !important;
    color: #6fc02c !important;
}

@media only screen and (max-width: 320px) {
    .rtr-ttl {
        margin: 5px 0 10px 0px !important;
        font-size: 1.2rem !important;
    }
}


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

      ARG サーベイ ボタン added by WT

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

.survey_btn_wrap {
    text-align: center;
    margin: 2em auto;
}

.survey_btn_wrap_for_article {
    margin: 3em auto 0;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 3em;
}

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

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


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

      記事ページ下部の検索フォーム

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

#new_article .search_box {
    padding: 1.2rem 1.6rem;
    width: 100%;
    border-radius: 4px;
    margin-top: 1em
}

#new_article .search_box .heading_blue {
    margin: 0 0 4px;
    color: #0892c7
}

#new_article .search_box form.search {
    width: 100%;
    max-width: none;
}

#new_article .search_box .search_box_btn {
    color: #fff;
}

#new_article .search_box .keyword {
    width: 100%;
    margin-top: 8px
}


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

      お問い合わせボタン改修

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

.survey_btn_wrap input.survey_btn {
    background-color: #fff;
    font-size: 15px;
    padding: 1em;
    line-height: 22px;
}

.survey_btn_wrap.survey_btn_wrap_for_article>* {
    margin: 0.5rem;
}

@media screen and (max-width: 540px) {
    .survey_btn_wrap.survey_btn_wrap_for_article>* {
        width: 90%;
    }
}


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

      helpfeel tweak styleを追加

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

.search {
    width: 680px;
    max-width: 90%;
}

.hd_search_box .search {
    width: 90%;
}

.keyword {
    width: 680px;
}

@media screen and (min-width: 641px) and (max-width: 1023px),
print {
    .search {
/*         width: 100%; */
/*         max-width: 100%; */
    }
}

@media screen and (max-width: 640px) {
    .search_box {
        padding: 3% 5%;
    }
}


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

      サービスロゴの差し替え

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

header .logo a {
    width: 150px;
}

header .logo img {
    max-height: 100%;
}

header .logo_img img {
    height: 58px;
}

@media only screen and (max-width: 1024px) {
    header .logo a {
        width: 130px;
    }
    header .logo_img img {
        height: 40px;
    }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
home 「お困りのとき」はに全ての記事を見る追加
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

div.pickup_article#new_article .recommended-all {
    width: 100%;
    text-align: right;
}

div.pickup_article#new_article .recommended-all a {
    width: 100%;
    text-align: right;
    font-size: .9em;
    position: relative;
    color: #505050;
    margin: 0 2em 0 0;
    text-decoration: none;
}

div.pickup_article#new_article .recommended-all a: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;
}


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

      レジ締め案件用 css追加

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

#new_article.close_regi .day_label {
    position: relative;
    word-break: break-all;
    font-size: .9em;
    line-height: 1.5;
    font-feature-settings: "palt"
}

#new_article.close_regi .day_label::before {
    content: "";
    color: #fff;
    padding: .1em .4em;
    border-radius: 3px;
    font-size: .7rem;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.2rem;
}

#new_article.close_regi .day_label.end::before {
    content: "2021年2月提供終了予定";
    background-color: #555;
}

#new_article.close_regi .day_label.end_02::before {
    content: "2020年11月提供終了予定";
    background-color: #555;
}

#new_article.close_regi .day_label.release::before {
    content: "2020年11月提供開始予定";
    background-color: #ff9700;
}

#new_article.close_regi table.disp-pc .nonebdr_bottom td {
    border-bottom: none;
}

#new_article.close_regi table.disp-pc .nonebdr_top td {
    border-top: none;
}

@media only screen and (min-width:758px) and (max-width:800px) {
    #new_article.close_regi .day_label::before {
        font-size: .65rem;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #new_article.close_regi .disp-sp {
        display: block;
    }
    #new_article.close_regi .disp-pc {
        display: none;
    }
    #new_article.close_regi .disp-sp.column2>.column {
        width: 100%;
    }
    #new_article.close_regi .day_label::before {
        font-size: .8rem;
    }
}


/* IE11 のみ */

@media all and (-ms-high-contrast: none) {
    #new_article.close_regi table {
        table-layout: fixed;
    }
}

 /*box3セット*/

 #new_article .box-surprised_mark h4 {
    color: #E75851;
    background: url("//theme.zdassets.com/theme_assets/11615540/cdb155e600de45faa82096184412a90ff2ea91a6.svg") no-repeat transparent;
}
#new_article .box-check h4 {
    color: #ff9700;
    background: url("//theme.zdassets.com/theme_assets/11615540/874d73b90f42a510c2238f4595b5e91ba4179c99.svg") no-repeat transparent;
}
#new_article .box-point h4 {
    color: #0892c7;
    font-size: 1.1rem;
    background: url("//theme.zdassets.com/theme_assets/11615540/0a63b637aeb04fa4b11da7b5f98fdc52da3187d4.svg") 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 .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("//theme.zdassets.com/theme_assets/11615540/0776fe8f2bbd906992c7ea049e2edbe1f9bd7565.svg") 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%;
    }
}



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

  home_page.hbs

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

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

#top_container section {
    margin: 0;
}

#top_container .pickup_article {
    padding-bottom: 1em;
}

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

#top_container .pickup_article ul>li {
    font-size: .9rem;
    padding-left: 1.4em;
}

#top_container .pickup_article ul>li a {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}

#top_container .pickup_article ul>li a:after {
    border-bottom: solid 1px #0892c7;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

#top_container .pickup_article ul>li a:hover::after {
    width: 100%;
}

#top_container .category-panel {
    width: 100%;
}

#top_container .panel-menu {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 2.5em;
}

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

/*flex itemの余剰回避*/
#top_container .panel-menu ul::after {
    display: block;
    content:"";
    width: 33.3%;
}

#top_container .panel-menu ul li.panel-container {
    display: block;
    text-align: center;
    width: 33.3%;
    height: 100%;
    padding: 1.5% 1.2%;
}

#top_container .panel-menu .category-link-area {
    display: block;
    width: 100%;
    border: solid 1px #bdc3c4;
    border-radius: 4px;
    padding: 1.1em;
    font-size: 1.2em;
    font-weight: 600;
}

#top_container .panel-menu .category-link-area:hover {
    opacity: .7;
    transition: .3s;
    cursor: pointer;
    background: rgba(234 234 234 / 50%);
    color: #0892c7;
}

#top_container .panel-menu .ctg-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#top_container .panel-menu .ctg-container .ctg-link-img {
    max-width: 35px;
    max-height: 35px;
}

#top_container .panel-menu .ctg-container .ctg-link-img img {
    width: 100%;
}

#top_container .panel-menu .ctg-container .ctg-link-txt {
    position: relative;
    width: 100%;
    line-height: 2.2;
    text-align: left;
    padding-left: 0.8em;
}

#top_container .panel-menu .ctg-container .ctg-link-txt:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #20aee5;
    border-right: solid 2px #20aee5;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 30%;
}

#top_container .section-link-area ul {
    padding: 1.2em 1em 1em;
}

#top_container .section-link-area ul li {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: .6em;
}

#top_container .section-link-area ul li a {
    color: #0892c7;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    margin-bottom: 2px;
    position: relative;
}

#top_container .section-link-area ul li a:after {
    border-bottom: solid 1px #0892c7;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

#top_container .section-link-area ul li a:hover::after {
    width: 100%;
}

#top_container .section-link-area p {
    text-align: right;
    margin-right: 1em;
}

#top_container .section-link-area .see-more {
    position: relative;
    padding-right: 1.8em;
}

#top_container .section-link-area .see-more a {
    cursor: pointer;
    color: #555;
    font-size: .9rem;
}

#top_container .section-link-area .see-more a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    -ms-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 10%;
}

#top_container .section-link-area .see-more a:hover,
div.pickup_article#new_article .recommended-all a:hover {
    opacity: .7;
}

#top_container .open-all-section {
    z-index: 100;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin-bottom: .5em;
}

#top_container .open-all-section .see-more a.close-see-more:after {
    transform: rotate(-45deg);
    top: 30%;
}

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

    #top_container .panel-menu .category-link-area {
        padding: 1em;
    }

    #top_container .panel-menu .ctg-container .ctg-link-txt {
        padding-left: 0.5em;
        line-height: 2.3;
    }

    #top_container .panel-menu .ctg-container .ctg-link-img {
        max-width: 32px;
        max-height: 32px;
    }

    #top_container .panel-menu .category-link-area {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 1024px) {
    #top_container .panel-menu ul li.panel-container {
        width: 49%;
        padding: 2% 1%;
        margin-bottom: 1em;
    }
    #top_container .panel-menu .category-link-area {
        padding: 1em 1.5em;
        font-size: 1.2em;
    }

    #top_container .panel-menu .ctg-container .ctg-link-img img {
        width: 100%;
    }
    #top_container .panel-menu .ctg-container .ctg-link-txt {
        line-height: 2;
        padding-left: .5em;
    }
    #top_container .panel-menu .ctg-container .ctg-link-txt:after {
        width: 9px;
        height: 9px;
        top: 30%;
    }
    #top_container .section-link-area ul li a {
        font-size: .95rem;
    }
}

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

    #top_container .panel-menu .category-link-area {
        font-size: 1.1em;
        padding: 1em;
    }
    #top_container .panel-menu .ctg-container .ctg-link-img {
        max-width: 30px;
        max-height: 30px;
    }
    #top_container .panel-menu .ctg-container .ctg-link-txt {
        line-height: 1.9;
        padding-left: .5em;
    }
    #top_container .section-link-area ul li a {
        font-size: 1rem;
    }
}

/*iphone6横以下*/
@media only screen and (max-width: 667px) {
    #top_container .panel-menu ul li.panel-container {
        width: 100%;
        margin-bottom: 1em;
        box-shadow: none;
    }
    #top_container .panel-menu .category-link-area {
        font-size: 1.2em;
    }
    #top_container .panel-menu .ctg-container .ctg-link-txt {
        padding-left: 1em;
        line-height: 2;
    }
}

/*iphone5以下*/
@media only screen and (max-width: 380px) {
    #top_container .panel-menu .category-link-area {
        font-size: 1.1em;
    }
    #top_container .panel-menu .ctg-container .ctg-link-txt {
        padding-left: .5em;
        line-height: 2;
    }
}




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

 フォーム改修　2022.01.24　担当者：髙橋

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

  .form .box {
    margin: 1.5rem 0;
}

  .form .box-surprised_mark h4 {
    color: #E75851;
    background: url("https://theme.zdassets.com/theme_assets/532076/cdb155e600de45faa82096184412a90ff2ea91a6.svg") no-repeat transparent;
}
  .form .box-check h4 {
    color: #ff9700;
    background: url("https://theme.zdassets.com/theme_assets/532076/874d73b90f42a510c2238f4595b5e91ba4179c99.svg") no-repeat transparent;
}
  .form .box-point h4 {
    color: #0892c7;
    font-size: 1.1rem;
    background: url("https://theme.zdassets.com/theme_assets/532076/0a63b637aeb04fa4b11da7b5f98fdc52da3187d4.svg") no-repeat transparent;
    background-size: 0.9rem;
    background-position: top 8px left 0px;
    padding: 4px 0 0 24px;
    text-align: 1.5rem;
    line-height: 1.5rem;
}
  .form .box-ipt-new h4 {
    line-height: 1.5rem;
    font-size: 1.1rem;
    color: #E75851;
}
  .form .box-surprised_mark,
  .form .box-point,
  .form .box-check {
    border: none;
    padding: 1.4rem 1.8rem 1.7rem 1.8rem;
}
  .form .box-surprised_mark h4,
  .form .box-check h4 {
    background-size: 1.3rem;
    background-position: top 5px left 0px;
    padding: 4px 0 0 28px;
    text-align: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
    font-size: 1.1rem;
}
  .form .box-surprised_mark {
    background: #FCE5DD;
}
  .form .box-point {
    background: #E1f0f8;
}
  .form .box-check {
    background: #ffedda;
}
  .form .box-ipt-new {
    border-color: #E75851;
    padding: 1.4rem 1.8rem 1.7rem 1.8rem;
}
  .form .box-ipt-new p {
    font-size: 0.9rem;
}
  .form .box p,
	.form .box li,
	.form .box a{
    font-size: 1rem;
  	font-weight: normal;
}

/*
リスト（箇条）
*/

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

  .form .box-surprised_mark li ul {
  margin: .5rem 0;
}

  .form .box-surprised_mark ul > li {
  margin: 0;
  padding: 0;
  /* list-style: none; */
  position: relative;
  padding-left: 1.5rem;
  text-indent: 0;
}

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

  .form .box-surprised_mark 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;
}
  .form .box-surprised_mark li > *:first-child {
  margin-top: 0;
}


/*
付加情報
*/

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

.form .box-surprised_mark .note-list > li {
  padding-left: 1.5rem;
  text-indent: 0;
  line-height: 1.6;
  margin-top: 0;
/*   font-size: .9rem; */
}

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

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

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

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


/* お問い合わせページ */

.arg_form {
    color: #555;
}

.arg_form_attention {
    font-size: 1rem;
}

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

.arg_form h1.arg_new_request_tit {
    line-height: 1.6;
    border-bottom: 1px #ddd solid;
    font-size: 2rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1em;
}

.arg_form .arg_form_attention h2 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 2em 0 .5em;
    margin: 0;
    border-bottom: 1px dashed #ddd;
}

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

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

.arg_form .arg_form_forgetlist h3 {
    font-size: 1rem;
    font-weight: 600;
    border: none;
    padding: 0 0 .5em;
    margin: 0;
}

.arg_container .arg_form a:not(.nesty-input) {
    color: #0892C7;
    text-decoration: underline;
}

.arg_form #new_article .box {
    margin: 40px 0;
}

.arg_form #new_article .box p,
.arg_form #new_article .box li,
.arg_form #new_article .box a {
    font-size: 1em;
}

.arg_form .box {
    margin: 1em 0;
    padding: 1.4rem 1.8rem 1.7rem 1.8rem;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

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

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

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

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

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

.arg_form_small {
    color: #555;
    font-size: .8rem;
}

.arg_ten_list {
    margin: 2em 0 1em;
    padding: 0;
}

.arg_formlist_n {
    margin: 1.5em 0 1em 1.5em;
    padding: 0;
}

.arg_formlist_n ul {
    margin: .5em 0 .5em 2em;
}

.arg_formlist_n li {
    list-style: disc;
}

.arg_container .arg_request_attention .arg_ten_list>li,
.arg_ten_list>li {
    margin: 0;
    padding: 0 0 .5em 1.2em;
    position: relative;
    list-style: none;
    line-height: 1.6;
    display: block;
}

.arg_container .arg_request_attention .arg_ten_list>li::before,
.arg_ten_list>li::before {
    display: inline-block;
    position: absolute;
    content: "・";
    left: 0;
    top: 0;
}

.arg_ten_list_intopspace {
    padding-top: 2em;
}

.arg_small_desc {
    color: #888;
    padding: 0;
    margin: 0 !important;
}

.arg_small_desc .arg_ten_list {
    font-size: 12px;
}

.arg_small_desc .arg_ten_list>li {
    line-height: 1.8;
}

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

/*dl*/

.arg_form_attention dl {
    margin: 1em 0;
    padding: 0;
}

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

.arg_form_attention dt {
    font-weight: 600;
}

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

.arg_form_attention dd+dt {
    margin-top: 1.5em;
}

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

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

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


/*
  強調ポイント
  */

.arg_form_attention .box {
    margin: 1em 0;
    padding: 1em 1.2em;
    border: 1px solid #cccccc;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

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

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

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


/*
  強調警告
  */

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

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


/* overwrite start */

.arg_form_attention .box-important * {
    color: #f55852;
}

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

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

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


/* overwrite end */

/* questionnaire start */

.request_custom_fields_5149743876889.form-field,
.request_custom_fields_5149763142297.form-field,
.request_custom_fields_5149791965977.form-field,
.request_custom_fields_5149787018649.form-field,
.request_custom_fields_5149787018649.form-field,
.request_custom_fields_5149804616217.form-field,
.request_custom_fields_5150005738649.form-field,
.request_custom_fields_5149799845273.form-field,
.request_custom_fields_5149816048025.form-field,
.request_custom_fields_5149821760153.form-field
{
  margin-top: 10px;
  font-size: .9rem;
  position: relative;
}

label#request_custom_fields_5149743876889_label,
label#request_custom_fields_5149763142297_label,
label#request_custom_fields_5149791965977_label,
label#request_custom_fields_5149787018649_label,
label#request_custom_fields_5149787018649_label,
label#request_custom_fields_5149804616217_label,
label#request_custom_fields_5150005738649_label,
label#request_custom_fields_5149799845273_label,
label#request_custom_fields_5149816048025_label,
label#request_custom_fields_5149821760153_label{
  font-weight: normal;
  font-size: .9rem;
  margin-left: 20px;
}

.request_custom_fields_5149743876889.form-field input[type="checkbox"],
.request_custom_fields_5149763142297.form-field input[type="checkbox"],
.request_custom_fields_5149791965977.form-field input[type="checkbox"],
.request_custom_fields_5149787018649.form-field input[type="checkbox"],
.request_custom_fields_5149787018649.form-field input[type="checkbox"],
.request_custom_fields_5149804616217.form-field input[type="checkbox"],
.request_custom_fields_5150005738649.form-field input[type="checkbox"],
.request_custom_fields_5149799845273.form-field input[type="checkbox"],
.request_custom_fields_5149816048025.form-field input[type="checkbox"],
.request_custom_fields_5149821760153.form-field input[type="checkbox"]{
  position: absolute;
  left: 0;
  top: 3px !important;
}

/* questionnaire end */

.request_custom_fields_4413960266265.form-field {
    margin: 60px 0 0;
}

/******************
sp 縦
*******************/

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

  .form .box p,.form .box li, .form .box a,　.arg_form_attention,.arg_form .arg_form_forgetlist,.form .box-surprised_mark h4,.arg_form .arg_form_forgetlist h3 {
    font-size: 15px;
}
  .arg_form_attention {
    font-size: 15px;
}
  .arg_form .arg_form_forgetlist  {
    font-size: 15px;
}
    .arg_form_fl_img {
        display: none;
    }
    .arg_form_fl_txt {
        width: 95%;
        box-sizing: border-box;
        padding: 0 10px;
    }

  
  
/* お問い合わせページ終わり  */

.faq_accordion_bar .menu__item.faq_accordion_bar .menu__item h4
{
border-top: 1px solid #f0f0f0;
      
}
  

.faq_accordion_bar .menu__item:first-child {
  margin: 0;
  color: #333;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
  
  .faq_accordion_bar .menu__item__link{
padding: 1.4em 3em;
}
h4.menu__item__link.js-menu__item__link.qa−q:before{
left: 13px;
}
  
.faq_accordion_bar .submenu {
  background: #fff;
  display: none;
  padding: 0 4em 1.3em;
  position: relative;
  margin-top: 10px;
}
  
  .submenu.qa−a:before {
    left: 13px;
}
  
  .submenu:before {
    left: 13px;
}
#new_article .faq_accordion_bar .submenu {
    padding: 0 3em 1.3em;
}
#new_article .faq_accordion_bar .menu__item__link {
    padding: 0.8em 2.4em;
}
}

#new_article .faq_accordion_bar .menu__item__link {
    margin: 0;
    padding: 10.75em 2em 0.75em 0.75em;
    display: block;
    color: #333;
    display: block;
    position: relative;
}


#new_article .faq_accordion_bar .menu__item__link {
  margin: 0;
  padding: 0.8em 3.2em;
  display: block;
  color: #333;
  display: block;
  position: relative;
}

#new_article .faq_accordion_bar .menu__item__link a{
    font-weight: 600;
    color:#333;
text-decoration: none;
                        }  
#new_article .faq_accordion_bar .menu__item__link a:hover{
    opacity:1;
    color:#333;                            
                        }
#new_article .faq_accordion_bar .submenu {
  background: #fff;
  display: none;
  /* padding: 1em 3.5em 0.5em; */
  padding: 0 3.8em 1.3em;
}
#new_article .faq_accordion_bar .submenu__item {
  border-bottom: 1px solid #5200b7;
  color: #222;
  padding: 1rem;
}

.faq_accordion_bar .submenu {
    background: #fff;
    display: none;
    padding: 0 4em 1.3em;
    position: relative;
    margin-top: 10px;
}


h4.menu__item__link.js-menu__item__link:after {
      content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #272525 2px solid;
  border-right: #4a4040 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.faq_accordion_bar .menu__item__link {
  cursor: pointer;
}

h4.menu__item__link.js-menu__item__link.on:after {
content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #555555 2px solid;
  border-right: #555555 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

h4.menu__item__link.js-menu__item__link:before {
  position: absolute;
  content: "Q";
  display: inline-block;
  top: 15px;
  left: 23px;
  font-size: 1.3rem;
  line-height: 1.54;
  letter-spacing: .03em;
  color: #1fade5;
  font-weight: 600;
  font-family: "MS Pゴシック", MSPGothic, sans-serif;
}

.submenu:before {
  position: absolute;
  content: "A";
  display: inline-block;
  top: -5px;
  left: 23px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.54;
  letter-spacing: .03em;
  color: #eb7100;
}

.faq_accordion_bar .menu__item:first-child {
  border-top: 1px solid #f0f0f0;
}

.faq_accordion_bar .menu__item {
  color: #333;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 -1px;
}

.faq_accordion_bar div:target{
  /* #によるtargetが効いたときに表示*/
  display: block !important;
  height: auto !important;
}

/* 2023/06/27 test */

/***** Category pages *****/
  .category-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;

    justify-content: flex-end;
  }

  .category-content {
    flex: 1;
  }

  @media (min-width: 1024px) {
    .category-content {
      flex: 0 0 80%;
    }
  }

  .section-tree {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: block-axis;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack:flex-start;
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content: space-between;
    flex-direction: row;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;/*--- safari（PC）用 ---*/
    flex-direction:row;
  }
  html[xmlns*=""]:root .section-tree {
      display: block;
  }
  @media (min-width: 900px) {
    .section-tree {
      flex-direction: row;
    }
  }

  .section-tree .section {
    padding-right: 30px;
  }
  .section-tree .section ul{
    display: block;
  }

  .section-tree .icon-lock::before {
    vertical-align: baseline;
  }

  .section-tree-title {
    margin-bottom: 0;
  }

  .section-tree-title a {
    color: #555;
  }

  .section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
  }

  .article-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
  }

  .article-list-item a {
    color: #555;
  }

  .icon-star::before {
    color: #20aee5;
    font-size: 18px;
  }

  /***** Section pages *****/
  .section-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;

    justify-content: flex-end;
  }

  .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-subscribe .dropdown-toggle::after {
    display: none;
  }

/* お問い合わせボタン */
.article-contact {
  margin: 15px 0 45px;
  padding: 36px 30px;
  border: 1px solid #bdc3c4;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-contact h4{
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 5px 0;
  padding: 0;
  color: #555;
}

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


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

.contact_btn {
  text-align: center;
}

.contact_btn input {
  background-color: #20aee5;
  background-size: 6px;
  color: #FFF;
  border-radius: 999px;
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.6rem;
  width: auto;
  border: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

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

@media screen and (max-width:768px) {
  
  .article-contact{
    padding: 22px 30px;
  }
  
  .article-contact-content{
    text-align:center;
    margin-bottom: 16px;
  }
  
  .article-contact{
  	flex-flow: column;
  }
}

/* 必須個所の★を「必須」文言へ変更 2023/10/24 館山 */
.form-field.required>label::after {
  content: "*必須";
  color: #f55852;
  margin-left: 2px;
  font-size: .8rem;
}

/* トップページのよくある質問 */
div.top_qa {
  max-width: 860px;
  margin: 3rem auto;
}

div.top_qa h2 {
  text-align: center;
  font-weight: 600 !important;
  font-size: 1.8rem;
  margin: 1.5em 0 1.2em !important;
}

div.top_qa.qa h2 {
  margin: 0.5em 0 1.2em !important;
}

/* 8877937817103 精算ルールと精算カレンダー用の追加CSS */

.schedule_annotationBar {
    display: inline-block;
    height: 1em;
    width: 4em;
  	vertical-align: middle;
		margin: -2px 12px 0 8px;
}

.schedule_blue{
    	background-color: #20aee5;
}

.schedule_orange{
    	background-color: #eb7100;
}

.hide_text{
  display:none;
}

.text_align_center{
  text-align: center;
}

.schedule_selectWrap {
    margin: 1rem auto 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.schedule_selectWrap:after {
    border-bottom: 2px solid #20aee5;
    border-right: 2px solid #20aee5;
    bottom: 0;
    content: "";
    height: 10px;
    width: 10px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 38%;
    transform: rotate(45deg);
    z-index: 2
}

#new_article select.btn {
    text-decoration: none;
  	text-align: center;
    border: 1px solid;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0.7em 2.3em 0.7em 1.7em;
    display: inline-block;
    line-height: 1.4;
    margin: 1em auto;
    font-weight: bold;
    position: relative;
    background: none;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#new_article select.primary {
    color: #20aee5;
    background: white;
}

/* 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: 14px;
  margin-bottom: 5px;
  padding-left: 4px;
	cursor:pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.logo-arg {background-image: url('/hc/theming_assets/01JD1XEAYTE7Q39M0DK2T37H1T');}
.logo-apy {background-image: url('/hc/theming_assets/01JCY5MH6NXJDAX9QTN6AJG8T4');}
.logo-mpa {background-image: url('/hc/theming_assets/01JCY5MMGRCZP7VDG3CS24Z0NS');}
.logo-pyr {background-image: url('/hc/theming_assets/01JCY5MP26HBZH329SDBHH06EP');}
.logo-msc {background-image: url('/hc/theming_assets/01JCY5MN1F7V6XE5SBNGVBSZBV');}
.logo-sft {background-image: url('/hc/theming_assets/01JCY5MQS24KVA63P5NZ7F0G3H');}
.logo-rb {background-image: url('/hc/theming_assets/01JCY5MPPQ2KQE0BXEA7BCESQX');}
.logo-mate {background-image: url('/hc/theming_assets/01JCY5MKEGT5CPC2RNMAVWB0EG');}
.logo-awt {background-image: url('/hc/theming_assets/01JCY5MJAQEQVRSM316PV8WGDX');}
.logo-rsv {background-image: url('/hc/theming_assets/01JCY5MQ7RZ4CW1GV7G7NA8PB1');}
.logo-aid {background-image: url('/hc/theming_assets/01JCY5MGKTHSNY8F9ZMVA8C9E8');}
.logo-acs {background-image: url('/hc/theming_assets/01JCY5MFWQRP5AXBV5VBBZZH41');}
.logo-mkt {background-image: url('/hc/theming_assets/01JCY5MKZQ9T9WZQCQ8S7E05SB');}
.logo-oes {background-image: url('/hc/theming_assets/01JCY5MNHP6H1TJ1H0ZAG2WWZC');}
.logo-psb {background-image: url('/hc/theming_assets/01JCY5MEJ2F4ZN5PEC7V8HZ4F3');}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 900px) {
  
    #new_article h5.logo-arg {background-image: url('/hc/theming_assets/01JCY5MT08G4D4PDQM7S5PKWG7');}
  #new_article h5.logo-apy {background-image: url('/hc/theming_assets/01JCY5MSF1NC8RBWRKKH3FDS1H');}
  #new_article h5.logo-mpa {background-image: url('/hc/theming_assets/01JCY5MWQSF6BSRP4G7JCD39PT');}
  #new_article h5.logo-pyr {background-image: url('/hc/theming_assets/01JCY5MYF3XA6RVQZPB0BERR43');}
  #new_article h5.logo-msc {background-image: url('/hc/theming_assets/01JCY5MX8NX83JZAME1N28H6RR');}
  #new_article h5.logo-sft {background-image: url('/hc/theming_assets/01JCY5N05DBX05WVGT8SN8NF9R');}
  #new_article h5.logo-rb {background-image: url('/hc/theming_assets/01JCY5MZ096M50E386JJFC97SK');}
  #new_article h5.logo-mate {background-image: url('/hc/theming_assets/01JCY5MVN0BDTDKAB4ZS7CSXJ8');}
  #new_article h5.logo-awt {background-image: url('/hc/theming_assets/01JCY5MTH89RGY11FMRZD9PH24');}
  #new_article h5.logo-rsv {background-image: url('/hc/theming_assets/01JCY5MZK6X0X93R31D9P4QG3Z');}
  #new_article h5.logo-aid {background-image: url('/hc/theming_assets/01JCY5MRW34ZJ19AAQRVN3H3EA');}
  #new_article h5.logo-acs {background-image: url('/hc/theming_assets/01JCY5MRB4YVYT284XX95WNEGV');}
  #new_article h5.logo-mkt {background-image: url('/hc/theming_assets/01JCY5MW6F9ADWX45F062QPCYR');}
  #new_article h5.logo-oes {background-image: url('/hc/theming_assets/01JCY5MXRYZ71NN8CYWKDDQ6MR');}
  #new_article h5.logo-psb {background-image: url('/hc/theming_assets/01JCY5MF5E2MSV4VR6GBW13VKT');}
  
  #new_article .hit-container h5{
    width: 100%;
    padding-left: 62px;
    line-height:1.3em;
    min-height: 44px;
    background-size: auto 38px;
    background-position: 0 center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }

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

@media (min-width: 900px) {
    #new_article .hit-container h5 {
        background-image: none;
    }
}

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

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

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

}

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

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

/* 検索フォーム */

#searchForm {
    margin-bottom: 20px;
}

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

#searchButton {
    padding: 8px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .sr-pagination ul {
        border: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    #sr-error h3 {
        font-size: 18px;
    }
}


/* サジェストUI調整 */

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

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

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

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

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

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

.floating-tips {
  position: absolute;
  width: 450px;
  height: 52px;
  text-align: center;
  top: -5%; /* 初期位置 (親要素より下) */
  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;
  }
}

.keyword-iPad .floating-tips img ,
.keyword-sp .floating-tips img  {
	width: 100%;
}

@media screen and (max-width: 639px) and (min-width: 0px) {
	.keyword-sp .floating-tips {
  	width: 95%;
  	top: 1%;
  	left: 50%;
  	}
}

/* ここまで試験運用 tooltips	*/