@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;
    border-bottom: 1px solid #bdc3c4;
}

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

@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: 190px;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    position: relative;
    height: 50px;
    padding: 0;
    margin-top: 20px;
}

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

.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;
  	color: #0892c7;
}

.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 {
    text-align: right;
    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: 728px;
    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;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    min-width: 190px;
    width: 100%;
    border-radius: 999px;
    padding: 4px 10px;
    height: 50px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.form input[type="submit"]:hover {
  opacity: 0.5;
}

.form input[type="submit"][disabled]:hover {
  opacity: 0.4;
}

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

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

  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: 90%;
    }

    .search_box .search input[type='search'] {
        height: 45px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .search_box .search {
        max-width: 100%;
    }
}

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

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

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


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

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: 90%;
    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: #707B7F;
    padding: .5em 0;
    box-sizing: border-box;
}

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

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

.header-news-wrap section * {
    font-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;
    font-family: Avenir Next;
    font-weight: 400;
}

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

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

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

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

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

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

.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: 100%;
}

.hd_search_box .search {
    width: 90%;
}

.keyword {
    width: 680px;
}

@media screen and (max-width: 640px) {
    .search_box {
        padding: 1.8rem 0 1rem;
    }
}


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

      サービスロゴの差し替え

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

.notification-error {
    font-weight: 400;
}


/*
付加情報
*/

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

@charset "UTF-8";

/* ====================================================
   Base styles
   ==================================================== */
*,
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #FFFFFF;
    height: 100%;
}

body {
    color: #777777;
    /*#777777*/
    font-family: Helvetica, Arial, sans-serif;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
}

/*
 * Links
 */
a {
    color: #0090B1;
    /*#20AEE5*/
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", Helvetica, Arial, sans-serif;
}

a:link,
a:visited {
    color: #0090B1;
}

a:hover,
a:active {
    text-decoration: underline;
}

a:hover {
    opacity: 0.6;
}

/*
 * Images
 */
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

img[width],
img[height] {
    max-width: none;
}

figure>img {
    display: block;
}

/*
 * Lists
 */
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
 * Headings
 */
h1 {
    color: #383838;
    line-height: 1.8em;
    font-size: 2.08em;
    font-family: inherit;
    font-family: 'Avenir next', 'verdana', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', MSPGothic, sans-serif;
    font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: inherit;
    font-family: inherit;
    font-family: 'Avenir next', 'verdana', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', MSPGothic, sans-serif;
    font-weight: normal;
}

/* Forms */
input[type=checkbox]+label {
    display: inline-block;
    margin-left: 5px;
}

input,
textarea {
    border: 1px solid #DDDDDD;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 10px;
}

textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
}

textarea,
input[type=text] {
    width: 100%;
}

input,
textarea,
select {
    color: #777777;
}

input::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #CCC;
}

:-ms-input-placeholder {
    color: #CCC;
}

::-moz-placeholder {
    color: #CCC;
}

/* Buttons */
button,
[role=button],
[type=button],
[type=submit] {
    background: #ffffff;
    border-radius: 9999px;
    border: 1px solid #DDDDDD;
    border: 1px solid rgba(0, 0, 0, 0.13);
    box-shadow: inset 0 -2px #f6f6f6;
    box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
    color: #158EC2;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: lighter;
    line-height: 28px;
    padding: 0 20px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    height: 30px;
}

a[role=button]:hover {
    text-decoration: none;
}


/* マイアクティビティ＞リクエストリスト「 リクエストを送信」*/
.side-column-myactivity a[role="button"] {
    padding: 10px 0 0 30px;
    margin: 10px 0px 20px 30px;
    border: 0px solid #DDDDDD;
    border: 0px solid rgba(0, 0, 0, 0.13);
    text-decoration: none;
    background: #FF8258;
    color: #fff;
    font-weight: bold;
    height: 50px;
    width: 160px;
}

.side-column-myactivity a[role="button"]:hover {
    text-decoration: none;
    background: #FFA788;
}

.form_request h2 {
    color: #FB6E3B;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
}

.form_request h4 {
    color: #383838;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
}

.form_request p {
    font-size: 16px;
    color: #383838;
    line-height: 150%;
}

.form_request li {
    color: #383838;
    margin-top: 4px;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.4;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 3em;
}

.form_request .link a {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/icon_arrow_link.png);
    background-size: 12px 10px;
    background-repeat: no-repeat;
    padding-left: 16px;
    background-position: left center;
}

/* 新規お問い合わせ＞「送信」*/
.form_requestNew input[type="submit"] {
    /*margin: 30px 350px;*/
    border: 0px solid #DDDDDD;
    border: 0px solid rgba(0, 0, 0, 0.13);
    text-decoration: none;
    background: #FF8258;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    width: 220px;
}

.form_requestNew input[type="submit"] {
    margin: 30px auto;
}

.form_requestNew footer {
    text-align: center;
}

input[type=submit][disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 8 */
    opacity: 0.4;
}

a[role=button]:hover {
    text-decoration: none;
}

input[type=submit][disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 8 */
    opacity: 0.4;
}

/*  thanks  */

body.notification-notice {
    background: white;
    border: none;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

/*
 * Tables
 */
table {
    border-collapse: collapse;
    text-align: left;
    /*  width: 100%; */
}

td,
th {
    border-color: #ECECEC;
    border-color: rgba(0, 0, 0, 0.07);
    border-style: none;
    padding: 12px;
}

th {
    padding: 5px 5px;
    background-color: #dfdfdf;
    text-align: center;
    color: #585858;
    border: 1px solid #b3b3b3;
    font-size: 14px;
}

td {
    border-width: 0 0 1px 0;
}

.no {
    background-color: #20aee5;
    font-weight: 600;
    size: 1.2em;
    color: #ffffff;
}


/* ====================================================
   Helper classes
   ==================================================== */
/*
 * Clearfix: contain floats
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* Column size （メイン）*/
.main-column {
    background: #ffffff;
    padding: 20px 4px 24px 4px;
    border-radius: 8px;
    zoom: 1;
    margin-bottom: 150px;
}

/* Column size （お問い合わせページ920px用）*/
.main-column_request {
    /*float: left;
  width: 920px;*/
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 8px;
    zoom: 1;
    /*margin-bottom: 150px;*/
}

/*  （サイドメニュー） */

.side-column {
    float: right;
    width: 270px;
    background: #ffffff;
    padding: 0px 20px 20px;
    border-radius: 8px;
    zoom: 1;
    margin-bottom: 30px;
}

/* （マイアクティビティ・サイドメニュー） */
.side-column-myactivity {
    float: right;
    width: 270px;
    background: #ffffff;
    padding: 0px 20px 20px;
    border-radius: 8px;
    zoom: 1;
    margin-bottom: 140px;
    border: 0px solid #000;
}

/* Dropdowns  */
.dropdown-toggle:hover {
    text-decoration: none;
}

.dropdown-toggle:after {
    color: #888;
    content: "\25BE";
    display: inline-block;
    font-family: "entypo";
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

/* Visibility */
.visibility-internal-icon:before {
    cursor: default;
    content: "\1F512";
    font-family: "entypo";
    margin-right: 5px;
}

.visibility-internal {
    position: relative;
}

.visibility-internal:before,
.visibility-internal:after {
    display: none;
    position: absolute;
}

.visibility-internal:hover:before,
.visibility-internal:hover:after {
    display: block;
}

.visibility-internal:before {
    background: #222;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    color: #FFF;
    content: attr(data-title);
    text-transform: none;
    font-family: sans-serif;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", Helvetica, Arial, sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}

.visibility-internal:after {
    border-bottom: 5px solid #222;
    border-bottom: 5px solid rgba(0, 0, 0, 0.85);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}

/* ============================== main ============================== */

/* ====================================================
   Content frame
   ==================================================== */
main {}

.main__inner {
    max-width: 920px;
    margin: 0 auto;
    height: 100%;
    padding: 0 8px 18px 8px;
    /*お知らせ2行対応で18pxに修正。1行の場合は0へ修正要*/
}

.header-inner,
.footer-inner {
    margin: 0 auto;
    padding: 0 8px;
    max-width: 920px;
    height: 100%;
}

.hp_main-contents .hp_contents {
    width: 920px;
    margin: 0px auto 0 auto;
    padding: 0 4px 0 4px;
    background-color: #e3e3e3;
    margin-bottom: 150px;
}


/* ============================== header ============================= */
/* ====================================================
   Header　（共通）
   ==================================================== */
.header {
    background-color: #ffffff;
    height: 71px;
}

.logo a {
    display: inline-block;
    line-height: 70px;
    vertical-align: middle;
    color: #20AEE5;
    font-family: 'Avenir next', 'verdana', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', MSPGothic, sans-serif;
}

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

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

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

.user-nav {
    float: right;
    margin-top: 40px;
}

/* 緊急お知らせ枠 */
.emergency-wrap {
    color: #df511a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    background-color: #fdf2ee;
    height: 30px;
    line-height: 30px;
}

/* ============================== footer ============================== */
/* ====================================================
   footer　（共通）
   ==================================================== */
.footer {
    height: 120px;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", Helvetica, Arial, sans-serif;
    position: static;
    bottom: 0;
    /* 一番下に配置 */
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.footer a {
    color: #333333;
    text-decoration: underline;
}

p.footer_left {
    float: left;
    margin-top: 0;
    font-size: 10px;
    margin: 20px 27px 0px 27px;
}

p.footer_right {
    float: right;
    font-size: 12px;
    margin: 20px 0px 0px 0px;
}

/* スクロールで▲を表示 */
.footer .pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
}

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

/*▲マウスオーバーで半透明*/
.footer .pagetop a:hover {
    opacity: 0.6;
}

/* ====================================================
   User nav links　（ユーザーナビ）
   ==================================================== */
.user-nav>* {
    display: inline-block;
    font-size: inherit;
    vertical-align: middle;
}

.user-info [role="button"] {
    background: #ffffff;
    background: linear-gradient(to bottom, white 0%, #f4f4f4 50%, #ededed 100%);
    border-bottom-color: #C0C0C0;
    border-radius: 3px;
    box-shadow: inset 0 -1px #DDD;
    color: #444;
    height: auto;
    line-height: 1;
    padding: 4px 10px 4px 4px;
}

.user-info [role="button"]:hover {
    border-color: #AAA;
    box-shadow: inset 0 -1px #BBB;
}

.user-info [role="button"]:active {
    background: linear-gradient(to bottom, whitesmoke 0%, #d5d5d5 100%);
}

.user-avatar {
    margin-right: 4px;
    max-height: 20px;
}

.user-avatar,
.user-avatar+span {
    display: inline-block;
    vertical-align: middle;
}

.submit-a-request {
    border-left: 1px solid #ECECEC;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    margin-left: 15px;
    padding-left: 15px;
}

.login,
.user-info {
    margin-left: 20px;
}


/* ============================== Search ============================== */
/* ====================================================
   Search （共通）
   ==================================================== */

.search input[type=search] {
    background: #fff;
    border-top-color: #BFBFBF;
    font-weight: lighter;
    border-radius: 4px;
    -webkit-appearance: none;
}

.search input[type=text] {
    height: 60px;
    padding: 16px 12px 16px 55px;
    width: 100%;
}



/* ====================================================
   Search （トップページ）
   ==================================================== */
/*
#query {
  width: 70%;
  border-radius: 4px;
}

#query + input[type="submit"] {
	    margin: 0 0 0 8px;
}
  

/*
 * 検索バー
 */

/*
.hp_main-contents .search {
  margin: 8px 0 8px 0;
  padding: 6px 0px 10px 0px;  
background-color: #fff;
border-radius: 8px;
  width: 100%;
}

.hp_main-contents .search:before {
  width: 50px;
  font-size: 16px;
}

.hp_main-contents .search input[type=search] {
  height: 45px;
  padding: 0 0 0 12px;
  width: 610px;
  font-size: 14px;
}
 */

/*
 * 検索ボタン


.hp_main-contents .search input[type=submit] {
  font-size: 14px;
  padding: 7px 40px 35px 40px;
  text-align: center;
  margin: -67px 0px 0px 640px;
  background-color: #FF8258;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  *height: 40px;
  *line-height: 21px;
  border: 0px;
}

.hp_main-contents .search input[type="submit"]:hover,
.hp_main-contents .search input[type="submit"]:focus,
.hp_main-contents .search input[type="button"]:hover,
.hp_main-contents .search input[type="button"]:focus,
.hp_main-contents .search button:hover {
  font-size: 14px;
  padding: 7px 40px 35px 40px;
  text-align: center;
  margin: -67px 0px 0px 640px;
  background-color: #FFA788;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  *height: 40px;
  *line-height: 21px;
  border: 0px;
}

.hp_main-contents .search button:focus {
  font-size: 14px;
  padding: 7px 40px 35px 40px;
  text-align: center;
  margin: 0px;
  background-color: #FFA788;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  *height: 40px;
  *line-height: 21px;
  border: 0px;
}


/* ====================================================
   Search （サブナビ）
   ==================================================== */
/*
 * 検索バー
 */


/*
.sub-nav .search {
  float: right;
}

.sub-nav .search:before {
  font-size: 16px;
  width: 30px;
}

.sub-nav .search input[type=search] {
  padding: 6px 10px 6px 35px;
  height: 30px;
  width: 310px;
}

.sub-nav .search input[type=text] {
  padding: 6px 10px 6px 35px;
  height: 30px;
  width: 310px;
}

.sub-nav .search input[type=submit] {
  display: none;
}
*/

/* ============================== Home Pages contents ============================== */
/* 共通 */
.hp_main-contents ul,
.hp_main-contents ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hp_UpdateInfo ol {
    width: 80%;
    float: left;
}

.hp_UpdateInfo__inner {}

.hp_left {
    width: 620px;
    float: left;
}

.hp_right {
    width: 270px;
    float: right;
}

.hp_category {
    padding: 10px 20px 30px 20px;
    background-color: #fff;
    border-radius: 8px;
}

.hp_knowledge-base,
.hp_UpdateInfo,
.hp_other-service h1 {
    padding: 18px 20px;
    /*お知らせ2行対応のため、18pxへ修正。1行の場合は10pxへ戻すこと*/
    background-color: #fff;
    border-radius: 8px;
}

.hp_category h1 {
    border-bottom: 2px solid #e3e3e3;
    font-size: 22px;
    color: #555;
    margin: 10px 0 20px;
    padding-bottom: 15px;
    padding-left: 47px;
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/ic-heading1.gif);
    background-size: 35px 32px;
    background-repeat: no-repeat;
    line-height: 30px;
}

.hp_UpdateInfo h1 {
    border-bottom: 2px solid #e3e3e3;
    font-size: 22px;
    color: #555;
    margin: 10px 4px;
    padding-bottom: 15px;
    padding-left: 47px;
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/category_img_07.png);
    background-size: 35px 32px;
    background-repeat: no-repeat;
    line-height: 30px;
}

/* サポート情報（目的別に探す） */
.hp_category li a {
    width: 280px;
    float: left;
    height: 90px;
    line-height: 90px;
    background-repeat: no-repeat;
    padding-left: 70px;
    padding-top: 30px;
    border: 2px solid #D7D7D7;
    border-radius: 8px;
    color: #555;
    font-size: 16px;
    text-decoration: none;
    background-size: 44px 44px;
    background-position: 15px 20px;
}


.hp_category li a:hover {
    opacity: 0.6;
    border-color: #20aee5;
    filter: alpha(opacity=60);
    /*ie6、7*/
    -ms-filter: "alpha(opacity=60)";
    /*ie6、8*/
}


.hp_category li:nth-child(odd) a {
    margin-left: 0px;
}

.hp_category li:nth-child(even) a {
    margin-right: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.hp_category li a {
    line-height: 1;
}

.hp_category li p {
    margin-top: -8px;
}

.hp_category .hp_desc_mini {
    font-size: 10px;
}

/* カテゴリーBoxアイコン指定 */
/* サービス概要（初心者マーク）*/
.hp_category__box1 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/category_img_01.png);
}

/* AirID関連（人マーク）*/
.hp_category__box2 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/category_img_02.png);
}

/* お申し込み関連（書類マーク）*/
.hp_category__box3 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/category_img_03.png);
}

/* 周辺機器（人マーク）*/
.hp_category__box4 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/category_img_04.png);
}

/* ご利用方法（指マーク）*/
.hp_category__box5 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/category_img_05.png);
}

/* エラー・トラブル、その他（…マーク）*/
.hp_category__box6 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/category_img_06.png);
}

/* よくある質問（？マーク）*/
.hp_category__box7 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/category_img_11.png);
}

/* よく見られている質問 */
.hp_knowledge-base h1 {
    margin: 20px 0;
    padding: 4px 5px 4px 10px;
    border-left: 4px solid #20aee5;
    color: #585858;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: bold;
}

.hp_article-list_rank li {
    font-size: 15px;
    margin: 10px 0px 15px 10px;
    width: 90%;
    word-wrap: break-word;
    font-size: 16px;
    /* 追加 */
    padding-bottom: 15px;
}

.hp_article-list_rank li a {
    color: #0090B1;
    text-decoration: none;
}

.hp_right .hp_article-list_rank li {
    border-bottom: 2px solid #e3e3e3;
}

.hp_right .hp_article-list_rank li:last-child {
    border: none;
}

.hp_article-list_rank li a:link,
.hp_article-list_rank li a:visited {
    color: #0090B1;
}

.hp_article-list_rank li a:hover,
.hp_article-list_rank li a:active {
    text-decoration: underline;
}


/* ============================== 更新情報 ============================== */
.hp_UpdateInfo {
    color: #383838;
    background-color: #f0f0f0;
    border-radius: 0px;
}

.hp_UpdateInfo li {
    font-size: 14px;
    /*list-style: outside none disc;*/
    margin-bottom: 5px;
    color: #65666b;
}

@media screen and (max-width: 900px) {
    .hp_UpdateInfo ol {
        width: 100%;
    }
}

.hp_Element1 {
    margin-left: 0px;
}

.hp_Element2 {
    margin-left: 10px;
}

.hp_Element2 a {
    color: #0090B1;
    text-decoration: none;
}

.hp_Element2 a:hover {
    text-decoration: underline;
}

/* 新着アイコン */
.hp_icoNew {
    background: #ff825e none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin-left: 8px;
    padding: 5px 5px 3px;
    vertical-align: center;
}

.hp_UpdateInfo .show-more-info {
    text-align: right;
    font-size: 13px;
}

.hp_UpdateInfo .show-more-info a {
    display: inline-block;
    text-decoration: underline;
}

.hp_UpdateInfo .show-more-info a {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/icon_arrow_link.png);
    background-size: 12px 10px;
    background-repeat: no-repeat;
    padding-left: 16px;
    background-position: left center;
}

/* ============================== マニュアル ============================== */
.hp_manual {
    margin-top: 5px;
    margin-left: 5px;
    padding-top: 10px;
    padding-left: 15px;
}

.hp_manual li a {
    width: 270px;
    height: 100px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    white-space: nowrap;
    padding-top: 40px;
    overflow: hidden;
    display: block;
}

.hp_manual li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /*ie6、7*/
    -ms-filter: "alpha(opacity=60)";
    /*ie6、8*/
}

.hp_manual li:nth-child(odd) a {
    margin-left: 0px;
}

.hp_manual li:nth-child(even) a {
    margin-right: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.hp_manual li a {
    line-height: 1;
}

.hp_manual li p {
    margin-top: -8px;
}

/* PDFマニュアルなどを仕込む場合はここにいれる*/
/*　初期設定ガイド */
.hp_manual_dl1 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/844058/200176347/setting-guide_0613.png);
}

/*　操作マニュアル */
.hp_manual_dl2 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/844058/200176347/banner-2small_0613.png);
}

/*　メインエリア*/

.main_area {
    clear: both;
}

/*　旧操作マニュアル　Airペイメント版 */
.hp_manual_dl3 {
    width: 250px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    color: #555;
    background-color: #fff;
}

.hp_manual_dl3:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /*ie6、7*/
    -ms-filter: "alpha(opacity=60)";
    /*ie6、8*/
}

/* ====================================================
   Navigation Pages
==================================================== */
body.community-enabled .knowledge-base {
    float: left;
    width: 620px;
    margin: 0 auto;
    height: 100%;
    margin-bottom: 150px;
}

body.community-enabled .community {
    float: right;
    width: 270px;
    margin: 0 auto;
    height: 100%;
    margin-top: -140px;
    margin-bottom: 30px;
}

.knowledge-base {
    width: 620px;
    float: left;
    background: #ffffff;
    padding: 25px 20px;
    zoom: 1;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
    height: 100%;
    margin-bottom: 150px;
    border: 1px solid #000;
}

.knowledge-base a:hover {
    color: #0090B1;
}

.knowledge-base section {
    display: inline-block;
    padding: 0 50px 30px 0;
    vertical-align: top;
    width: 100%;
}

.category h3,
.section h3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 4px 5px 10px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom-color: #dfdfdf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(255, 255, 255);
}

/* カテゴリページ／セクションページ */
.category-base,
.section-base {
    background: #ffffff;
    padding: 20px 4px 25px 4px;
    margin-top: 5px;
    border-radius: 8px;
    zoom: 1;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    margin-bottom: 150px;
}

.category-base h1,
.section-base h1 {
    font-size: 38px;
    color: #555;
    font-weight: normal;
    border-bottom: 2px solid #e3e3e3;
    margin: 10px 0 0px;
    padding-bottom: 30px;
    padding-left: 57px;
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/ic-heading1.gif);
    background-size: 47px 44px;
    background-repeat: no-repeat;
    line-height: 38px;
}

.category h2 {
    font-size: 24px;
    color: #555;
    font-weight: normal;
    border-bottom: 2px solid #e3e3e3;
    margin: 5px 0 25px;
    padding-bottom: 10px;
    padding-left: 42px;
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/ic-heading1.gif);
    background-size: 35px 30px;
    background-repeat: no-repeat;
}

.category h2 a {
    color: #333333;
}

.category h2 a:hover {
    color: #333333;
}

.section h3 a {
    color: #777777;
}

.section h3 a:hover {
    color: inherit;
}

/* 共通パーツ */
.category-empty,
.section {
    width: 100%;
    padding: 0 40px 30px 0;
    vertical-align: top;
    display: inline-block;
}

.see-all-articles {
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.category-description,
.section-description {
    color: #bbb;
    margin-top: -15px;
    margin-bottom: 50px;
}

.section-subscribe,
.section-unsubscribe {
    float: right;
    font-weight: lighter;
}

.category-list a,
.section-list a {
    font-size: 18px;
    color: inherit;
    margin-bottom: 10px;
    display: inline-block;
}

.article-list li,
.community li {
    margin-left: 10px;
    margin-bottom: 5px;
    width: 100%;
    word-wrap: break-word;
    font-size: 18px;
}

.article-list li,
.community li {
    margin-left: 10px;
    margin-bottom: 10px;

}

.community a:hover {
    color: #0090B1;
}

.community h2,
.community h3,
.section h3 {
    font-size: 22px;
    font-weight: lighter;
    margin: 10px 0 15px;
    text-transform: none;
}

.community h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
}

.community h4 a {
    font-size: 11px;
    font-weight: normal;
    margin-left: 5px;
}

.community .trending-questions+h4 {
    margin-top: 50px;
}


/* ====================================================
   Promoted tooltip（おすすめ記事）
==================================================== */
.article-promoted span {
    font-family: "entypo";
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", Helvetica, Arial, sans-serif;
    margin-right: 5px;
    position: relative;
    cursor: default;
}

.article-promoted span:before,
.article-promoted span:after {
    display: none;
    position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
    display: block;
}

.article-promoted span:before {
    font-family: sans-serif;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", Helvetica, Arial, sans-serif;
    color: #FFF;
    top: 100%;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    white-space: nowrap;
    z-index: 1;
    background: #222;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    content: attr(data-title);
}

.article-promoted span:after {
    border-bottom: 5px solid #222;
    border-bottom: 5px solid rgba(0, 0, 0, 0.85);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}

/* ====================================================
   Sub nav　（サブナビ）
==================================================== */
.sub-nav {
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 0;
    padding: .5rem 0;
}

.sub-nav .breadcrumbs {
    float: left;
    margin-top: 7px;
}

.sub-nav-far {
    margin-bottom: 0px;
}

/* ====================================================
   Breadcrumbs （ぱんくず）
==================================================== */
.breadcrumbs li {
    display: inline-block;
    white-space: nowrap;
}

.breadcrumbs li+li:before {
    color: #333;
    content: "＞";
    padding: 0 5px;
}

/* ============================== Article ============================== */
/* ====================================================
   Header (記事内／ヘッダー）
   ==================================================== */
.article-header {
    border-bottom: 0px solid #e3e3e3;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.article-header h1 {
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/ic-heading1.gif);
    background-size: 48px 44px;
    background-repeat: no-repeat;
    color: #383838;
    font-size: 240%;
    font-weight: normal;
    padding-left: 60px;
    margin-bottom: 0px;
    min-height: 63px;
    line-height: 43px;
}

.article-header .share {
    float: right;
    margin-top: 2px;
}

.article-author {
    color: #333;
    font-weight: bold;
    margin-top: 2px;
}

.article-metadata {
    float: left;
    padding-left: 55px;
    position: relative;
}

.article-avatar {
    left: 0;
    position: absolute;
    top: 0;
}

.article-avatar img {
    max-height: 38px;
    max-width: 38px;
}

.article-updated {
    color: #bbb;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.article-subscribe,
.article-unsubscribe {
    float: right;
    margin-top: 10px;
}


/* ====================================================
   記事内／関連記事：920px
==================================================== */
.related-articles,
.recent-articles {
    margin-top: 0px;
}

.related-articles h3,
.recent-articles h3 {
    color: #383838;
    font-weight: 100;
    font-size: 130%;
    margin-bottom: 20px;
    padding: 5px 0px 5px 10px;
    border-bottom: 0px solid #ECECEC;
    border-bottom: 0px solid rgba(0, 0, 0, 0.07);
}

.related-articles ul,
.recent-articles ul {
    margin-bottom: 20px;
}

.related-articles li,
.recent-articles li {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 110%;
}


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


.article-body img {
    border: 0px solid #ECECEC;
    border: 0px solid rgba(0, 0, 0, 0.07);
    height: auto;
    max-width: 100%;
    margin: 0px;
}

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

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

/*olタグの基礎設定*/
.article-body ol {
    margin-top: 10px;
    margin-left: 8px;
    color: #383838;
    counter-reset: listcounter;
    font-size: 16px;
    padding-left: 2em;
}

/*olタグの基礎設定　olタグ内の間隔調整*/
.article-body ol>li {
    margin-top: 22px;
    text-indent: -1.6em;
}


/*olタグの基礎設定 丸数字のデザイン*/
.article-body ol>li:before {
    content: counter(listcounter);
    counter-increment: listcounter;
    display: inline-block;
    margin-right: .5em;
    background: #20aee5;
    height: 1.5em;
    border-radius: 50%;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    padding: 1px 6px 0px 6px;
    margin-bottom: 6px;
}

/*olタグの基礎設定 2回目利用時の丸数字のクリア*/
.article-body li ol>li:before {
    content: counter(listcounter) ".";
    background: none;
    color: #383838;
    margin-top: 4px;
}

/*ulタグの基礎設定*/
.article-body ul {
    margin-top: 10px;
    margin-left: 8px;
    list-style-type: disc;
    list-style-position: outside;
    line-height: 1.4;
    color: #383838;
    font-size: 16px;
    padding-left: 2em;
}

/*ulタグの基礎設定 ulタグ内の間隔調整*/
.article-body ul li {
    margin-top: 8px;
}

/*olタグ内のul調整*/
.article-body li ul li {
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 2em;
    font-size: 14px;
    text-indent: -1.6em;
}

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

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

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

/*_target_blakでアイコン表示*/
.article-body a[target="_blank"] {
    padding-right: 13px;
    margin-right: 3px;
    background-image: url(//p5.zdassets.com/hc/theme_assets/532076/200061944/gaibulink.png);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: right center;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.article-body .link {
    font-size: 85.7143%;
    font-size: 15px;
}

.article-body .note {
    font-size: 85.7143%;
    font-size: 14px;
}

.article-body .alert {
    color: #FB6E3B;
    font-size: 14px;
}

.article-body .pickup {
    color: #20AEE5;
    font-size: 14px;
}


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


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

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

/* 記事内PointBox共通 */
.article-body .point-box,
.article-body .point-box2,
.article-body .point-box5,
.article-body .point-box6 {
    margin: 15px 0;
    padding: 10px 15px 10px;
    border-radius: 4px;
}

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

.article-body .point-box p,
.article-body .point-box2 p,
.article-body .point-box5 p,
.article-body .point-box6 p {
    line-height: 1.5em;
    margin-bottom: 0.5em;
    font-size: 15px;
    color: #383838;
}

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

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

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

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

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

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

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

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

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

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

/*テーブル*/
.article-body td,
th {
    padding: 5px 10px 5px 0px;
}

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

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

.article-body .table1 td p {
    text-align: left;
}

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

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

.article-body .table2 td p {
    text-align: left;
    vertical-align: middle;
}

.article-body .table2 td img {
    text-align: center;
    vertical-align: middle;
}

/*画像2枚横並び用テーブル３（ボーダーあり真ん中上よせ）*/
.article-body .table3 td {
    padding: 5px 5px;
    border: 1px solid #dfdfdf;
    vertical-align: top;
    text-align: center;
    line-height: 1.7em;
}

.article-body .table3 td p {
    text-align: left;
    vertical-align: middle;
}

.article-body .table3 td img {
    text-align: left;
    text-align: center;
    vertical-align: top;
    max-width: 400px;
}

/*画像2枚横並び用テーブル４（ボーダーなし真ん中上よせ）*/
.article-body .table4 td {
    padding: 5px 5px;
    text-align: center;
    vertical-align: top;
    line-height: 1.7em;
    max-width: 400px;
}

.article-body .table4 td p {
    text-align: left;
    vertical-align: middle;
}

.article-body .table4 td img {
    text-align: center;
    vertical-align: top;
    width: 400px;

}

/*小さい表用（ボーダーあり真ん中左よせ）*/
.article-body .table5 td {
    padding: 5px 5px;
    border: 1px solid #dfdfdf;
    text-align: center;
    vertical-align: top;
    line-height: 1.7em;
}

.article-body .table5 td p {
    text-align: left;
    vertical-align: middle;
}

.article-body .table5 td img {
    text-align: center;
    vertical-align: top;
    width: 250px;

}


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

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

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

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

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

/*
 * 記事ページ内「問い合わせる」ボタン
 */
.rc_AAQButton {
    text-align: center;
}

.rc_AAQButton input[type="submit"],
input[type="button"],
button {
    padding: 11px 30px 40px;
    background-color: #20aee5;
    background-image: none;
    border: none;
    border-radius: 9999px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    *width: auto;
    *overflow: visible;
    text-align: center;
}

.rc_AAQButton input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:hover,
button:focus {
    background: #D4D4D4;
    cursor: pointer;
    outline: none;
    opacity: 1;
}

.rc_AAQButton input[type="submit"][disabled],
button[disabled] {
    background-color: #304764;
    background-position: 0px -40px;
    border-color: #333;
    color: #DDD;
}

/*
 * Footer
 */
.article-footer {
    border-color: #ECECEC;
    border-color: rgba(0, 0, 0, 0.07);
    border-style: solid;
    border-width: 1px 0;
    margin: 30px 0;
    padding: 20px 0;
}

.article-footer .article-vote {
    float: left;
}

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

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

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

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

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

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


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

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

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

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


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

#new_article .box-alert1 h4 {
    color: #F55852;
    background: url("$assets-ico_alert-svg") left top no-repeat transparent;
    padding: 4px 0 0 40px;
}

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

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

/* ====================================================
   Vote
==================================================== */
.article-vote {
    position: relative;
}

.article-vote small {
    color: #bbb;
    display: block;
}

.article-vote a:hover {
    text-decoration: none;
}

.article-vote-controls {
    position: absolute;
    right: -85px;
    top: 0;
}

/*
 * Vote icons
 */
.article-vote-up,
.article-vote-down {
    color: inherit;
    font-family: "entypo";
}

.article-voted {
    box-shadow: inset 1px 1px 5px #DDDDDD;
    opacity: 1;
}

.article-vote-up.article-voted {
    color: #6B9100;
}

.article-comments h2 {
    font-size: 17px;
    margin-top: 50px;
}

.article-avatar img {
    border-radius: 3px;
}

/* ====================================================
   Social share links　（SNSシェアリンク）
   ==================================================== */
.share li {
    display: inline-block;
}

.share a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}

.share a:before {
    display: inline-block;
    color: #FFF;
    font-family: "entypo";
    text-align: center;
    width: 100%;
}

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

.share-twitter:before {
    background: #00ACED;
    content: "\F309";
}

.share-facebook:before {
    background: #3B5998;
    content: "\F30C";
}

.share-linkedin:before {
    background: #4875B4;
    content: "\F318";
}

.share-googleplus:before {
    background: #CD3C2A;
    content: "\F30F";
}

.share-label {
    cursor: pointer;
}

.share-label+.share {
    background: #FFF;
    border: 1px solid #DDDDDD;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    left: 50%;
    line-height: 70px;
    margin: 10px 0 0 -75px;
    position: absolute;
    text-align: center;
    top: 100%;
    white-space: nowrap;
    width: 175px;
    z-index: 1;
}

.share-label+.share:before,
.share-label+.share:after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}

.share-label+.share:before {
    top: -7px;
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #CCC;
    border-left: 7px solid rgba(0, 0, 0, 0);
    margin-left: -6px;
}

.share-label+.share:after {
    top: -6px;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #FFF;
    border-left: 6px solid rgba(0, 0, 0, 0);
    margin-left: -5px;
}

.share-label[aria-selected="true"] {
    color: #111;
}

.share-label[aria-selected="true"]+.share {
    display: block;
}

.share-label[aria-selected="false"]+.share {
    display: none;
}

/* ====================================================
   Attachments/Screencasts
==================================================== */
.attachment-list,
.screencast-list {
    font-size: 11px;
}

.attachment-list span,
.screencast-list span {
    color: #bbb;
}

.comment .attachment-list,
.comment .screencast-list {
    margin-top: 25px;
}

.comment .attachment-list li,
.comment .screencast-list li {
    margin-bottom: 10px;
}

.comment .attachment-list li:before,
.comment .screencast-list li:before {
    color: #bbb;
    font-family: "entypo";
    margin-right: 5px;
    padding: 5px;
    background: #f6f6f6;
    border-radius: 3px;
}

.comment .attachment-list li:before {
    content: "\1F4CE";
}

.comment .screencast-list li:before {
    content: "\1F4BB";
}

/* ====================================================
   Comments - Used in the Article page and Request page
==================================================== */
.comment,
.comment-form {
    font-size: inherit;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    line-height: 1.3;
    min-height: 100px;
    padding: 20px 0;
    border-top: 1px solid #ECECEC;
    position: relative;
}

.comment-container {
    margin-left: 85px;
}

.comment-avatar {
    position: absolute;
    display: inline-block;
}

.comment-avatar img {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    max-width: 65px;
    max-height: 65px;
}

.comment-avatar-agent:after {
    background-color: transparent;
    background-image: url(/hc/assets/agent-marker.png);
    background-image: url(/hc/assets/agent-marker.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -5px;
    right: -3px;
    content: " ";
}

.comment-author {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 15px 0;
}

.comment-published,
.comment-edit,
.comment-delete,
.comment-mark-as-spam {
    float: right;
    font-size: 12px;
    margin-right: 12px;
    margin-left: 12px;
}

.comment-published {
    color: #bbb;
    font-weight: lighter;
}

.comment-edit:before,
.comment-delete:before,
.comment-mark-as-spam:before {
    color: #CCC;
    content: "\2022";
    font-size: 10px;
    margin-left: -14px;
    pointer-events: none;
    position: absolute;
}

.comment-body {
    font-weight: lighter;
    line-height: 1.7;
    word-wrap: break-word;
}

.comment-body p:first-child {
    margin-top: 0px;
}

.comment-form textarea {
    border-radius: 2px 2px 0 0;
    border-width: 1px;
}

.comment-attachments {
    border-color: #DDDDDD;
    border-color: rgba(0, 0, 0, 0.13);
    border-style: solid;
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px;
    padding: 10px;
}

.comment-form {
    padding-top: 30px;
}

.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}

.comment-form-controls input[type=submit] {
    margin-left: 15px;
}

.comment-mark-as-solved {
    float: left;
    margin-top: 5px;
}

.comment-screencasts {
    float: left;
    margin-top: 5px;
    margin-right: 25px;
}

.comment-list+.pagination {
    border-top: 1px solid #ECECEC;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.pending-comments-list {
    list-style: none;
}

.pending-moderation-comment-badge {
    border-style: solid;
    border-width: 1px;
    border-color: #c7aa2b;
    color: #c7aa2b;
    padding: 3px 5px;
    margin-top: 10px;
    font-size: 12px;
}


/* ============================== Pagination ============================== */
.pagination {
    line-height: 0;
    padding: 20px 0;
    text-align: center;
    border: 0px solid #0000ff;
}

.pagination ul {
    display: inline-block;
    list-style: none;
}

.pagination li {
    float: left;
    border: 1px solid #ECECEC;
    border-radius: 5px;
}

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

.pagination a {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    padding: 5px 12px;
}

.pagination span {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 3px;
}

.pagination-first {
    border-radius: 3px 0 0 3px;
    background-color: #fff;
}

.pagination-last {
    border-radius: 0 3px 3px 0;
}

/* ============================== My activities ============================== */
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
    display: none;
}

.my-activities-header {
    font-size: 20px;
    font-weight: bold;
    padding: 25px 0;
}

.my-activities-nav {
    border-top: 1px solid #ECECEC;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 55px;
    padding: 25px 0;
    background: #ffffff;
    padding: 25px 20px;
    margin-bottom: 0px;
    border-radius: 8px;
    zoom: 1;
}

.my-activities-nav li {
    padding-right: 30px;
}

.my-activities-sub-nav li {
    padding-right: 15px;
}

.my-activities-nav li,
.my-activities-sub-nav li {
    display: inline-block;
    font-weight: bold;
}

.my-activities-nav li a,
.my-activities-sub-nav li a {
    font-weight: normal;
}

.my-activities-nav li+li {
    border-left: 1px solid #ECECEC;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 30px;
}

.my-activities-sub-nav li+li {
    padding-left: 15px;
}

.my-activities-sub-nav {
    padding: 15px 0;
    position: relative;
    padding: 25px 20px;
    zoom: 1;
}

.request-table-toolbar {
    background-color: #FAFAFA;
    padding: 8px;
    text-align: right;
    background: #ffffff;
    padding: 25px 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    zoom: 1;
}

.status-selection,
.organization-selection {
    display: inline-block;
}

.status-selection>span,
.organization-selection>span {
    margin-right: 10px;
}

.status-selection button,
.organization-selection button {
    background: #FFF;
    border-radius: 0;
    color: inherit;
    height: 27px;
    line-height: 25px;
    min-width: 85px;
    text-align: left;
}

.status-selection button:after,
.organization-selection button:after {
    color: #adadad;
    float: right;
    margin-left: 15px;
}

.organization-selection button {
    margin-right: 15px;
}

.requests-search {
    float: left;
    height: 27px;
    outline: none;
    padding: 5px 15px;
    width: 350px;
    border-radius: 3px;
    -webkit-appearance: none;
}

.my-activities-table {
    margin: 0 auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 25px 20px;
    zoom: 1;
    margin-bottom: 150px;
}

.request-table {
    border: 0px solid #000;
}

.following-table {
    margin-top: 30px;
    margin-bottom: 150px;
    border: 0px solid #000;
}

.my-activities-table a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-requests th:first-child+th+th,
.my-requests td:first-child+td+td {
    display: none;
}

.request-table td {
    width: 5%;
    border-top: 1px solid #dfdfdf;
}

.request-table a {
    max-width: 550px;
}

.following-table td {
    width: 5%;
    border-top: 1px solid #dfdfdf;
}

.following-table a {
    max-width: 390px;
}

.contribution-table a {
    max-width: 250px;
}

.request-table td:nth-child(1) {
    width: 5%;
}

.request-table td:nth-child(2) {
    width: 65%;
}

.request-table td:nth-child(3) {
    width: 15%;
}

.request-table td:nth-child(4) {
    width: 15%;
}

.following-table td:nth-child(1) {
    width: 45%;
}

.following-table td:nth-child(2) {
    width: 15%;
}

.following-table td:nth-child(3) {
    width: 30%;
}

.following-table td:nth-child(4) {
    width: 10%;
}

/* ==============================  Requests ============================== */

/* ====================================================
   問い合わせページ
==================================================== */
/*
 *  ぱんくず
 */
.request-breadcrumbs {
    width: 620px;
    list-style: none;
    margin: 0 0 -25px 0;
    padding: 7px 0 0 0;
    border: 0px solid #000;
}

.request-breadcrumbs li {
    display: inline-block;
    white-space: nowrap;
}

.request-breadcrumbs li+li:before {
    color: #333;
    content: ">";
    padding: 0 5px;
}

/*
 *  注意書き
 */
.request-attention {
    padding: 20px 0 0 0;
    margin-bottom: 10px;
    border-radius: 8px;
    zoom: 1;
}

.request-attention ul {
    margin-left: 15px;
    margin-bottom: 0px;
}

.request-attention li {
    margin: 5px 0 10px 0;
    font-size: 13px;
    list-style-type: disc;
}

/*
 * タイトル
 */
.request-title h1 {
    font-size: 38px;
    color: #555;
    font-weight: normal;
    border-bottom: 0px solid #e3e3e3;
    margin: 6px 0 20px;
    padding-bottom: 30px;
    padding-left: 57px;
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/ic-heading1.gif);
    background-size: 47px 44px;
    background-repeat: no-repeat;
    line-height: 38px;
}

.request-follow-up {
    text-align: right;
}

.follow-up-hint {
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-top: 13px;
}

.request-details {
    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;
    margin: 30px 0 30px;
    padding: 15px 20px;
}

.request-details li+li {
    margin-top: 10px;
}

.request-header {
    font-weight: lighter;
    font-size: 1.7em;
    margin: 1em 0;
}

.request-id {
    color: #bbb;
    display: block;
    font-size: 13px;
}

.request-details {
    font-size: 12px;
}

.request-details dt~dt {
    font-weight: bold;
    margin-top: 15px;
}

.request-details dd {
    margin: 2px 0 0;
}

.request-details dd ul {
    margin: 10px 0;
}

.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
}

.request-details .nested-field-tag:before {
    content: " > ";
}

.request-details .nested-field-tag:first-child:before {
    content: "";
}

.request-status {
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 2px 5px;
    white-space: nowrap;
}

.request-open {
    background: #59BBE0;
}

.request-answered {
    background: #F5CA00;
}

.request-solved {
    background: #828282;
}

/*
 *  （サイドバー/新規リクエストページ）
 */
.request-sidebar {
    float: right;
    width: 270px;
    background: #ffffff;
    padding: 20px 20px 0;
    margin-bottom: 10px;
    border-radius: 8px;
    zoom: 1;
}

.request-sidebar ul {
    margin-left: 5px;
    margin-bottom: 30px;
}

.request-sidebar li {
    margin: 5px 0 10px 0;
}

/* ============================== Search Result ============================== *

/* ====================================================
   Search results　（検索結果）
==================================================== */
body .community-enabled {
    float: left;
    width: 450px;
    background: #ffffff;
    padding: 25px 20px;
    margin-top: 5px;
    border-radius: 8px;
    zoom: 1;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

/* body .search-results-column {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 5px;
    zoom: 1;
} */

body.community-enabled .search-results-column~.search-results-column {
    margin-left: 0px;
    margin-top: 20px;
    background: #ffffff;
}


.search-results h1 {
    background: #ffffff;
    padding: 20px 20px 20px 74px;
    border-radius: 8px;
    margin-top: 5px;
    zoom: 1;
    background-image: url(//p6.zdassets.com/hc/theme_assets/1053567/200298567/ic-heading1.gif);
    background-size: 38px 33px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

/*検索結果ページのmetaを消す/meta分の間隔を詰める*/
.search-result-meta {
    visibility: hidden;
    margin-bottom: -40px;
}

/*検索結果ページのh2<ナレッジベース>を消す/h2分の間隔を詰める*/
.search-results-column h2 {
    visibility: hidden;
    margin-bottom: -60px;
}

.search-results-subheading {
    border-bottom: 1px solid #ECECEC;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 10px;
    margin-bottom: 0;
}

.search-results-subheading-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}

.search-result {
    margin: 200;
    padding: 20px;
    background: #ffffff;
}

.search-result+.search-result {
    border-top: 1px solid #ECECEC;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

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

.search-result-link {
    font-size: 16px;
}

.search-result-description,
.search-result-meta {
    padding-top: 16px;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
    font-size: 12px;
    color: #bbb;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
    display: inline-block;
    padding-right: 5px;
    content: '\2022';
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.search-result-votes {
    background: #A8D119;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}

.search-result-votes:before {
    content: "\1F44D";
    font-family: "entypo";
    margin-right: 3px;
}

.search-results {
    margin-top: 1px;
    margin-bottom: 150px;
}

.pagination {
    margin-top: 1px;
    margin-bottom: 120px;
    margin-top: -130px;
}

.following-table .pagination {
    margin-top: 1px;
    margin-bottom: -10px;
}

/* ============================== Forms ============================== */

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

.form-field label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-field input[type=checkbox] {
    float: middle;
    margin-bottom: 10px;
}

/*
 .form-field input[type=checkbox] + label {
  float: middle;
  margin-bottom: 10px;
}*/


.form-field.required>label:after {
    content: "※必須";
    color: red;
    margin-left: 2px;
}

.form-field textarea,
.form-field input {
    box-shadow: inset 0 1px #E3E3E3;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.11);
}

.form-field p {
    color: #BEBEBE;
    font-size: 11px;
}

.form-field input[type=number],
.form-field input.datepicker {
    width: 100%;
}

.form form+form,
.searchbox {
    margin-top: 25px;
}

.searchbox-suggestions {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: solid 1px #ccc;
    padding: 10px 20px;
}

.searchbox-suggestions li {
    padding: 5px 0;
}

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

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

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

/* .request_description {
    height: 150px;
    margin-bottom: 50px;
} */


/* ============================== Error pages ============================== */
.error-page {
    background: #ffffff;
    clear: both;
    border-radius: 8px;
    zoom: 1;
    height: 100%;
    width: 100%;
    margin-bottom: 150px;
}

.error-page h1 {
    color: #555;
    font-weight: normal;
    margin: 20px 0 20px;
    padding-bottom: 12px;
}

.error-page h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.error-page>a {
    display: block;
    margin-top: 25px;
}

/* ============================== Community ============================== */
/*
 * Heading／コミュニティ
 */
.community-heading {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

/*
 * Nav／コミュニティ
 */
.community-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-top: 0;
    margin-bottom: 55px;
    margin-top: 0px;
    padding: 25px 0;

    background: #ffffff;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    zoom: 1;
}

.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
}

.community-nav li a {
    font-weight: normal;
}

.community-nav li+li {
    border-left: 1px solid #ECECEC;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 30px;
}

.community-nav li:last-child {
    border: 0;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}

.community-nav li:last-child a {
    color: #158EC2;
}

.community-nav li:last-child a:before {
    content: "\270E";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

/*
 * Sub nav／コミュニティ
 */
.community-sub-nav {
    border-bottom: 1px solid #ECECEC;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 15px 0;
    position: relative;
}

.community-sub-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}

.community-sub-nav li a {
    font-weight: normal;
}

.community-sub-nav li+li {
    padding-left: 15px;
}

.community-sub-nav .topic-add {
    position: absolute;
    right: 0;
    top: 10px;
}

/*
 * Topics/questions/answers
 */
.topic {
    display: inline-block;
    width: 49.5%;
    padding: 20px 30px 20px 0;
    vertical-align: top;
}

.topic-header,
.question-header {
    border-bottom: 1px solid #ECECEC;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: table;
    padding-bottom: 10px;
}

.topic-header>*,
.question-header>* {
    display: table-cell;
    vertical-align: middle;
}

.topic-header .topic-meta,
.question-header .question-meta {
    padding: 0 15px;
    white-space: nowrap;
}

.topic-heading,
.question-heading,
.answer-list-heading {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}

.topic-heading {
    font-size: 18px;
}

.topic-questions {
    margin-top: 45px;
}

.topic-description {
    word-break: break-word;
}

.question,
.answer {
    border-bottom: 1px solid #ECECEC;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 20px 0;
    position: relative;
}

.question-form .nesty-input {
    max-width: none;
}

.question-avatar,
.answer-avatar {
    display: table-cell;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
    vertical-align: top;
}

.question-avatar-agent:after,
.answer-avatar-agent:after {
    background-color: transparent;
    background-image: url(/hc/assets/agent-marker.png);
    background-image: url(/hc/assets/agent-marker.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 30px;
    top: 30px;
    content: " ";
}

.question-avatar img,
.answer-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}

.question-body,
.answer-body,
.answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.question-body .answer-official-body {
    vertical-align: top;
    width: 100%;
}

.question-body p,
.answer-body p,
.answer-official-body p {
    margin: 0 0 5px;
}

.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
    float: left;
}

.question .answer {
    border: none;
    padding-bottom: 0;
}

.question-topic-list {
    margin: -20px 0 30px;
}

.question-topic-list li {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.question-topic-list a {
    background: #f6f6f6;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    color: #C5C5C5;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}

.question-title,
.topic-title {
    margin: -3px 0 5px;
    font-size: 15px;
}

.question-title a,
.topic-title a {
    font-weight: lighter;
}

.question-meta,
.answer-meta,
.topic-meta {
    color: #C5C5C5;
    font-size: 11px;
}

.topic-meta span+span:before,
.question-meta span+span:before,
.answer-meta span+span:before {
    content: "\2022";
    font-size: 10px;
    margin: 0 10px;
}

.answer-form {
    margin: 30px 0 0 95px;
}

.answer-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}

.answer-form-controls input[type=submit] {
    margin-left: 15px;
}

.answer-form-controls .pull-left {
    float: left;
}

.answer-official-heading {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    border-bottom: 0px;
}

.answer-list-heading {
    border-bottom: 1px solid #ECECEC;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 30px;
    padding-bottom: 20px;
}

.pending-moderation-answer-badge {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #c7aa2b;
    color: #c7aa2b;
    padding: 3px 5px;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}

.question-share,
.answer-share {
    position: relative;
}

.related-questions-header {
    border-bottom: 0px solid #ECECEC;
    border-bottom: 0px solid rgba(0, 0, 0, 0.07);
}

.related-questions-heading {
    margin-top: 3px;
}

.related-questions h3 {
    color: #383838;
    font-weight: 100;
    font-size: 110%;
    border-left: 3px solid #20aee5;
    border-bottom: 0px solid #ECECEC;
    border-bottom: 0px solid rgba(0, 0, 0, 0.07);
    margin-top: 17px;
    margin-bottom: 20px;
    padding: 5px 0px 5px 10px;
}

.related-questions li {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
 * Vote
 */
.vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
}

.vote-sum,
.vote-controls {
    display: inline-block;
    vertical-align: middle;
}

.vote-sum {
    font-size: 15px;
    font-weight: bold;
    min-width: 60px;
    padding-left: 10px;
    text-align: center;
}

.vote-controls {
    border-radius: 5px;
}

.vote-controls a {
    background: #FFF;
    border-color: #f6f6f6;
    box-shadow: none;
    color: #BBB;
    display: block;
    font-family: "entypo";
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
}

.vote-up {
    border-radius: 5px 5px 0 0;
}

.vote-down {
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

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

.vote-down:before {
    content: "\E760";
}

.vote-controls:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
    background: #FFF;
    border-color: #A6A6A6;
    color: #BBB;
}

.vote-controls a:hover,
.vote-controls [aria-selected=true] {
    background: #f6f6f6;
    color: #333;
}

.vote-controls a:active {
    background: #CCC;
    color: #111;
}

/*
 * Accept
 */
.answer-accept {
    color: #BBB;
    font-size: 15px;
    max-width: 15px;
    overflow: hidden;
    padding-top: 7px;
    position: absolute;
    white-space: nowrap;
}

.answer-accept:hover {
    text-decoration: none;
}

.answer-accept:before {
    content: "\2713";
    font-family: "entypo";
    margin-right: 5px;
}

.answer-accepted .answer-accept,
.answer-accepted .vote-sum {
    color: green;
}

/*
 * Admin controls
 */
.topic-controls,
.question-controls,
.answer-controls {
    float: right;
    font-size: 11px;
}

.topic-edit,
.question-delete,
.question-mark-as-spam,
.answer-delete,
.answer-mark-as-spam {
    margin-left: 25px;
}

.topic-edit:before,
.question-delete:before,
.question-mark-as-spam:before,
.answer-delete:before,
.answer-mark-as-spam:before {
    color: #CCC;
    content: "\2022";
    font-size: 10px;
    margin-left: -16px;
    pointer-events: none;
    position: absolute;
}

/* ====================================================
   Chat　（チャット）
   ==================================================== */
.chat {
    background: #f6f6f6;
    border: 1px solid #E0E0E0;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    line-height: 35px;
    padding: 0 15px;
    position: fixed;
    right: 85px;
    -webkit-transition: bottom .5s ease-in, color .5s ease-in;
    -moz-transition: bottom .5s ease-in, color .5s ease-in;
    -ms-transition: bottom .5s ease-in, color .5s ease-in;
    -o-transition: bottom .5s ease-in, color .5s ease-in;
    transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
    content: "\E720";
    font-family: "entypo";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.chat:hover {
    text-decoration: none;
}

.chat-available {
    bottom: 0;
}

.chat-unavailable {
    color: gray;
    cursor: default !important;
    bottom: -50px;
}

/* ====================================================
   Parsed markdown　（マークダウン）
   ==================================================== */
.markdown {
    word-wrap: break-word;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 13px;
    font-size: 13px;
}

.markdown img {
    display: block;
    border: 1px solid #ECECEC;
    border: 1px solid rgba(0, 0, 0, 0.07);
    height: auto;
    max-width: 100%;
    padding: 3px;
    margin-bottom: 10px;
}

.markdown p {
    margin-bottom: 10px;
}

.markdown ul,
.markdown ol {
    list-style-position: inside;
    margin: 0 0 10px 10px;
}

.markdown ul {
    list-style-type: disc;
}

.markdown ol {
    list-style-type: decimal;
}

.markdown li>ul,
.markdown li>ol {
    margin: 0 0 0 10px;
}

.markdown 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;
    margin-bottom: 10px;
}

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

.markdown hr {
    margin-bottom: 10px;
    height: 2px;
    background-color: #ECECEC;
}

.main_area {
    clear: both;
}

/* ====================================================
   Right to left
   ==================================================== */
html[dir=rtl] {
    /* ====================================================
     Base styles
     ==================================================== */
    /*
   * Forms
   */
    /*
   * Tables
   */
    /* ====================================================
     Helper classes
     ==================================================== */
    /*
   * Column size
   */
    /*
   * Dropdowns
   */
    /*
   * Visibility
   */
    /* ====================================================
     Header
     ==================================================== */
    /* ====================================================
     Search
     ==================================================== */
    /* ====================================================
     Navigation Pages
     ==================================================== */
    /* ====================================================
     Promoted tooltip
     ==================================================== */
    /* ====================================================
     Sub nav
     ==================================================== */
    /* ====================================================
     Article
     ==================================================== */
    /*
   * Header
   */
    /*
   * Body
   */
    /*
   * Footer
   */
    /*
   * Vote
   */
    /* ====================================================
     Social share links
     ==================================================== */
    /* ====================================================
     Attachments/Screencasts
     ==================================================== */
    /* ====================================================
     Comments - Used in the Article page and Request page
     ==================================================== */
    /* ==========================================================================
     Pagination
     ========================================================================== */
    /* ====================================================
     My activities
     ==================================================== */
    /* ====================================================
     Requests　（リクエスト）
     ==================================================== */
    /* ====================================================
     Search results　（検索結果）
     ==================================================== */
    /* ====================================================
     Forms　（フォーム）
     ==================================================== */
    /* ====================================================
     Community　（コミュニティ）
     ==================================================== */
    /*
   * Heading
   */
    /*
   * Nav
   */
    /*
   * Sub nav
   */
    /*
   * Topics/questions/answers
   */
    /*
   * Vote
   */
    /*
   * Accept
   */
    /*
   * Admin controls
   */
    /* ====================================================
     Chat　（チャット）
     ==================================================== */
    /* ====================================================
     Parsed markdown　（マークダウン）
     ==================================================== */
}

html[dir=rtl] input[type=checkbox]+label {
    margin-left: auto;
    margin-right: 5px;
}


html[dir=rtl] table {
    text-align: right;
}

html[dir=rtl] .main-column {
    float: right;
}

html[dir=rtl] .side-column {
    float: left;
}

html[dir=rtl] .dropdown-toggle:after {
    margin-left: auto;
    margin-right: 5px;
}

html[dir=rtl] .visibility-internal-icon:before {
    margin-right: auto;
    margin-left: 5px;
}

html[dir=rtl] .visibility-internal:before {
    left: auto;
    right: -10px;
}

html[dir=rtl] .visibility-internal:after {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -5px;
}

html[dir=rtl] .logo {
    float: right;
}

html[dir=rtl] .user-nav {
    float: left;
}

html[dir=rtl] .user-info [role="button"] {
    padding: 4px 4px 4px 10px;
}

html[dir=rtl] .user-avatar {
    margin-right: auto;
    margin-left: 4px;
}

html[dir=rtl] .submit-a-request {
    border-left: 0;
    border-right: 1px solid #ECECEC;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    margin-left: auto;
    margin-right: 15px;
    padding-left: auto;
    padding-right: 15px;
}

html[dir=rtl] .login,
html[dir=rtl] .user-info {
    margin-left: auto;
    margin-right: 20px;
}

/*
html[dir=rtl] .hero-unit .search input[type=search] {
  padding: 16px 55px 16px 12px;
}
html[dir=rtl] .hero-unit .search input[type=text] {
  padding: 16px 55px 16px 12px;
}
html[dir=rtl] .sub-nav .search {
  float: left;
}
html[dir=rtl] .sub-nav .search input[type=search] {
  padding: 6px 35px 6px 10px;
}
html[dir=rtl] .sub-nav .search input[type=text] {
  padding: 6px 35px 6px 10px;
}
*/
html[dir=rtl] body.community-enabled .knowledge-base {
    float: right;
}

html[dir=rtl] body.community-enabled .community {
    float: left;
}

html[dir=rtl] .community h4 a {
    margin-left: auto;
    margin-right: 5px;
}

html[dir=rtl] .category-empty,
html[dir=rtl] .section {
    padding: 0 0 30px 50px;
}

html[dir=rtl] .section-subscribe,
html[dir=rtl] .section-unsubscribe {
    float: left;
}

html[dir=rtl] .article-promoted span {
    margin-right: auto;
    margin-left: 5px;
}

html[dir=rtl] .article-promoted span:before {
    left: auto;
    right: -10px;
}

html[dir=rtl] .article-promoted span:after {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -5px;
}

html[dir=rtl] .sub-nav .breadcrumbs {
    float: right;
}

html[dir=rtl] .article-metadata {
    float: right;
    padding-left: auto;
    padding-right: 55px;
}

html[dir=rtl] .article-avatar {
    left: auto;
    right: 0;
}

html[dir=rtl] .article-subscribe,
html[dir=rtl] .article-unsubscribe {
    float: left;
}

html[dir=rtl] .article-body blockquote {
    border-left: 0;
    border-right: 1px solid #ECECEC;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: auto;
    padding-right: 20px;
}

html[dir=rtl] .article-body ul,
html[dir=rtl] .article-body ol {
    margin: 20px 20px 20px 0;
}

html[dir=rtl] .article-body li>ul,
html[dir=rtl] .article-body li>ol {
    margin: 0 20px 0 0;
}

html[dir=rtl] .article-body li {
    margin-left: auto;
    margin-right: 20px;
}

html[dir=rtl] .article-footer .article-vote {
    float: right;
}

html[dir=rtl] .article-footer .share {
    float: left;
}

html[dir=rtl] .article-vote-controls {
    right: auto;
    left: -85px;
}

html[dir=rtl] .article-voted {
    box-shadow: inset -1px 1px 5px #DDDDDD;
}

html[dir=rtl] .share-label+.share {
    left: auto;
    right: 50%;
    margin: 10px -75px 0 0;
}

html[dir=rtl] .share-label+.share:before,
html[dir=rtl] .share-label+.share:after {
    left: auto;
    right: 50%;
}

html[dir=rtl] .share-label+.share:before {
    margin-left: auto;
    margin-right: -6px;
}

html[dir=rtl] .share-label+.share:after {
    margin-left: auto;
    margin-right: -5px;
}

html[dir=rtl] .comment .attachment-list li:before,
html[dir=rtl] .comment .screencast-list li:before {
    margin-right: auto;
    margin-left: 5px;
}

html[dir=rtl] .comment-container {
    margin-left: auto;
    margin-right: 85px;
}

html[dir=rtl] .comment-avatar-agent:after {
    right: auto;
    left: -3px;
}

html[dir=rtl] .comment-published,
html[dir=rtl] .comment-edit,
html[dir=rtl] .comment-delete,
html[dir=rtl] .comment-mark-as-spam {
    float: left;
}

html[dir=rtl] .comment-edit:before,
html[dir=rtl] .comment-delete:before,
html[dir=rtl] .comment-mark-as-spam:before {
    margin-left: auto;
    margin-right: -14px;
}

html[dir=rtl] .comment-form-controls {
    text-align: left;
}

html[dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: auto;
    margin-right: 15px;
}

html[dir=rtl] .comment-mark-as-solved {
    float: right;
}

html[dir=rtl] .comment-screencasts {
    float: right;
    margin-right: auto;
    margin-left: 25px;
}

html[dir=rtl] .pagination li {
    float: right;
}

html[dir=rtl] .pagination li+li {
    border-left: 1px solid #ECECEC;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-right: none;
}

html[dir=rtl] .pagination-first {
    border-radius: 0 3px 3px 0;
}

html[dir=rtl] .pagination-last {
    border-radius: 3px 0 0 3px;
}

html[dir=rtl] .my-activities-nav li {
    padding-right: auto;
    padding-left: 30px;
}

html[dir=rtl] .my-activities-sub-nav li {
    padding-right: auto;
    padding-left: 15px;
}

html[dir=rtl] .my-activities-nav li+li {
    border-left: 0;
    border-right: 1px solid #ECECEC;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: auto;
    padding-right: 30px;
}

html[dir=rtl] .my-activities-sub-nav li+li {
    padding-left: auto;
    padding-right: 15px;
}

html[dir=rtl] .request-table-toolbar {
    text-align: left;
}

html[dir=rtl] .status-selection>span,
html[dir=rtl] .organization-selection>span {
    margin-right: auto;
    margin-left: 10px;
}

html[dir=rtl] .status-selection button,
html[dir=rtl] .organization-selection button {
    text-align: right;
}

html[dir=rtl] .status-selection button:after,
html[dir=rtl] .organization-selection button:after {
    float: left;
    margin-left: auto;
    margin-right: 15px;
}

html[dir=rtl] .organization-selection button {
    margin-right: auto;
    margin-left: 15px;
}

html[dir=rtl] .requests-search {
    float: right;
}

html[dir=rtl] .request-follow-up {
    text-align: left;
}

html[dir=rtl] .follow-up-hint {
    float: left;
}

html[dir=rtl] body.community-enabled .search-results-column {
    float: right;
}

html[dir=rtl] body.community-enabled .search-results-column~.search-results-column {
    margin-left: auto;
    margin-right: 40px;
}

html[dir=rtl] .search-results-subheading-link {
    margin-left: auto;
    margin-right: 5px;
}

html[dir=rtl] .search-result-meta-time:before,
html[dir=rtl] .search-result-meta-count:before {
    padding-right: auto;
    padding-left: 5px;
}

html[dir=rtl] .search-result-votes {
    margin-left: auto;
    margin-right: 5px;
}

html[dir=rtl] .search-result-votes:before {
    margin-right: auto;
    margin-left: 3px;
}

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

html[dir=rtl] .form-field.required>label:after {
    margin-left: auto;
    margin-right: 2px;
}

html[dir=rtl] [data-loading="true"] input,
html[dir=rtl] [data-loading="true"] textarea {
    background-position: 1% 50%;
}

html[dir=rtl] .form footer {
    text-align: left;
}

html[dir=rtl] .form footer a {
    margin-right: auto;
    margin-left: 15px;
}

html[dir=rtl] .community-heading {
    float: right;
}

html[dir=rtl] .community-nav li {
    border: 0;
    border-right: 1px solid #ECECEC;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0 30px;
}

html[dir=rtl] .community-nav li:first-child {
    border-right: 0;
    padding-right: 0;
}

html[dir=rtl] .community-nav li:last-child {
    border-right: 0;
    float: left;
    padding-left: 0;
}

html[dir=rtl] .community-nav li:last-child a:before {
    margin-right: auto;
    margin-left: 10px;
}

html[dir=rtl] .community-sub-nav li {
    padding-right: auto;
    padding-left: 15px;
}

html[dir=rtl] .community-sub-nav li+li {
    padding-left: auto;
    padding-right: 15px;
}

html[dir=rtl] .community-sub-nav .topic-add {
    right: auto;
    left: 0;
}

html[dir=rtl] .topic {
    padding: 20px 0 20px 30px;
}

html[dir=rtl] .question-avatar,
html[dir=rtl] .answer-avatar {
    margin-right: auto;
    margin-left: 10px;
}

html[dir=rtl] .question-avatar-agent:after,
html[dir=rtl] .answer-avatar-agent:after {
    left: auto;
    right: 30px;
}

html[dir=rtl] .question-body .question-meta,
html[dir=rtl] .answer-body .answer-meta,
html[dir=rtl] .answer-official-body .answer-meta {
    float: right;
}

html[dir=rtl] .question-topic-list li {
    margin: 10px 0 0 10px;
}

html[dir=rtl] .answer-form {
    margin: 30px 95px 0 0;
}

html[dir=rtl] .answer-form-controls {
    text-align: left;
}

html[dir=rtl] .answer-form-controls input[type=submit] {
    margin-left: auto;
    margin-right: 15px;
}

html[dir=rtl] .answer-form-controls .pull-left {
    float: right;
}

html[dir=rtl] .pending-moderation-answer-badge {
    float: right;
}

html[dir=rtl] .vote {
    margin-left: 10px;
    margin-right: 15px;
}

html[dir=rtl] .vote-sum {
    padding-left: auto;
    padding-right: 10px;
}

html[dir=rtl] .answer-accept:before {
    margin-right: auto;
    margin-left: 5px;
}

html[dir=rtl] .topic-controls,
html[dir=rtl] .question-controls,
html[dir=rtl] .answer-controls {
    float: left;
}

html[dir=rtl] .topic-edit,
html[dir=rtl] .question-delete,
html[dir=rtl] .question-mark-as-spam,
html[dir=rtl] .answer-delete,
html[dir=rtl] .answer-mark-as-spam {
    margin-left: auto;
    margin-right: 25px;
}

html[dir=rtl] .topic-edit:before,
html[dir=rtl] .question-delete:before,
html[dir=rtl] .question-mark-as-spam:before,
html[dir=rtl] .answer-delete:before,
html[dir=rtl] .answer-mark-as-spam:before {
    margin-left: auto;
    margin-right: -16px;
}

html[dir=rtl] .chat {
    right: auto;
    left: 85px;
}

html[dir=rtl] .chat:before {
    margin-right: auto;
    margin-left: 10px;
}

html[dir=rtl] .markdown ul,
html[dir=rtl] .markdown ol {
    margin: 0 10px 10px 0;
}

html[dir=rtl] .markdown li>ul,
html[dir=rtl] .markdown li>ol {
    margin: 0 10px 0 0;
}

html[dir=rtl] .markdown blockquote {
    border-left: 0;
    border-right: 1px solid #ECECEC;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: auto;
    padding-right: 10px;
}

/* ============================== Other ============================== */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/* ============================== TOP Theme ============================== */
.cf:after {
    content: '';
    display: block;
    clear: both;
}

.left-item {}

.right-item {
    clear: both;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px 0;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .left-item {
        float: none;
        width: auto;
    }
}

#navigation--top {
    overflow: hidden;
    margin-top: 8px;
}

#navigation--top .navigation-list {
    margin: 0 -4px;
    padding: 0;
    list-style-type: none;
}

#navigation--top .navigation-list>* {
    float: left;
    width: 33.3333%
}

#navigation--top .navigation-list:after {
    content: '';
    display: block;
    clear: both;
}

#navigation--top .navigation-item {
    padding: 0 4px;
    box-sizing: border-box;
}

#navigation--top .navigation-link {
    display: block;
    border-radius: 8px;
    border: 1px solid #dddddd;
    padding: 13px 0;
    box-sizing: border-box;
    color: #536369;
    text-decoration: none;
    transition: .6s;
}

#navigation--top .navigation-link:hover {
    background-color: #ededed;
}

#navigation--top .navigation-img {
    margin-right: auto;
    margin-left: auto;
    width: 140px;
}

#navigation--top .navigation-img>img {
    width: 100%;
}

#navigation--top .navigation-description {
    text-align: center;
    text-decoration: none;
}

#navigation--top .navigation-text--main {
    margin: 5px 0 5px 0;
    font-size: 1.3em;
    font-weight: 900;
    color: #343434;
}

#navigation--top .navigation-text--sub {
    color: #b3b3b3;
    line-height: 1.3em;
    font-size: 0.9em;
    width: 94%;
    margin: 8px auto;
}

#navigation--top .navigation-button {
    padding: 10px;
    color: #ffffff;
    text-align: center;
    width: 80%;
    background-color: #20aee5;
    border: 1px solid #6da7be;
    border-radius: 3px;
    margin: 12px auto;
    max-width: 240px;
}

@media only screen and (max-width:900px) and (min-width:0px) {
    .sp_hidden {
        display: none;
    }
}

@media screen and (max-width: 763px) and (min-width: 0px) {
    #navigation--top .navigation-text--main {
        font-size: 1.1em;
    }

    #navigation--top .navigation-text--sub {
        width: 100%;
        min-width: inherit;
        font-size: 0.7em;
    }
}

@media screen and (max-width: 600px) and (min-width: 0px) {
    #navigation--top .navigation-item {
        width: 100%;
        float: none;
    }

    #navigation--top .navigation-item+.navigation-item {
        margin-top: 0.5em;
    }

    #navigation--top .navigation-body {
        display: table;
        table-layout: fixed;
        width: 100%;
        text-align: center;
    }

    #navigation--top .navigation-body>* {
        display: table-cell;
        vertical-align: middle;
    }

    #navigation--top .navigation-img {
        width: auto;
    }

    #navigation--top .navigation-img>img {
        width: 140px;
    }
}

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

    #navigation--top .navigation-text--sub {
        width: 100%;
        min-width: inherit;
        font-size: 0.65em;
    }

    #navigation--top .navigation-img>img {
        width: 110px;
    }
}

#navigation--bottom {
    overflow: hidden;
}

#navigation--bottom .navigation-list {
    margin: 0 -4px;
    padding: 0;
    list-style-type: none;
}

#navigation--bottom .navigation-list>* {
    float: left;
    width: 33.3333%
}

#navigation--bottom .navigation-list:after {
    content: '';
    display: block;
    clear: both;
}

#navigation--bottom .navigation-item {
    margin-top: 8px;
    padding: 0 4px;
    box-sizing: border-box;
}

#navigation--bottom .navigation-link {
    display: table;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #dddddd;
    padding: 14px;
    box-sizing: border-box;
    color: #536369;
    text-decoration: none;
    transition: .6s;
}

#navigation--bottom .navigation-link:hover {
    background-color: #ededed;
}

#navigation--bottom .navigation-link>* {
    display: table-cell;
    vertical-align: middle;
}

#navigation--bottom .navigation-img {
    margin-right: auto;
    margin-left: auto;
    width: 30%;
}

#navigation--bottom .navigation-img>img {
    width: 100%;
    max-width: 93px;
    max-height: 93px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#navigation--bottom .navigation-description {
    padding-left: 3%;
}

#navigation--bottom .navigation-text--main {
    margin: 0;
    color: #626262;
    font-weight: 900;
    font-size: 1em;
}

#navigation--bottom .navigation-text--sub {
    margin: 0;
    color: #b3b3b3;
    line-height: 1.3em;
    font-size: 0.95em;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    #navigation--bottom .navigation-list>* {
        float: left;
        width: 50%;
    }

    #navigation--bottom .navigation-link {
        display: block;
    }

    #navigation--bottom .navigation-link>* {
        display: block;
    }

    #navigation--bottom .navigation-item {
        margin-top: 8px;
    }

    #navigation--bottom .navigation-img {
        width: 62%;
        margin: 0 auto;
    }

    #navigation--bottom .navigation-description {
        text-align: center;
    }

    #navigation--bottom .navigation-text--main {
        font-size: 0.85em;
        text-align: center;
    }

    #navigation--bottom .navigation-text--sub {
        font-size: 0.7em;
        text-align: center;
    }
}

.manual {
    overflow: hidden;
}

.manual-item {
    float: left;
    width: 33.3333%
}

.manual_dl1 {
    display: block;
    text-align: left;
    box-sizing: border-box;
    margin-right: 6px;
}

.manual_dl1 img {
    width: 100%;
    max-width: 380px;
}

.manual_dl2 {
    display: block;
    text-align: left;
    box-sizing: border-box;
    margin-left: 6px;
}

.manual_dl2 img {
    width: 100%;
    max-width: 380px;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .manual-wrapper {
        overflow: hidden;
    }

    .manual {
        margin: 0 -4px;
    }

    .manual:after {
        content: '';
        display: block;
        clear: both;
    }

    .manual-item {
        float: left;
        width: 50%;
        padding: 0 4px;
        box-sizing: border-box;
    }

    .manual_dl1 {
        padding-left: 0;
    }

    .manual_dl2 {
        padding-left: 0;
    }
}


/************************
search　検索 new theme
**************************/
.arg_search_box {
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    padding: 15px 0 15px 14px;
    float: right;
}

.arg_search .arg_search_box input[type="search"] {
    width: 100%;
}

.arg_pc_hidden {
    display: none;
}

@media screen and (max-width : 900px) {
    .arg_sp_hidden {
        display: none;
    }

    .arg_pc_hidden {
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }

    .arg_search_box input[type="search"] {
        width: 100%;
    }
}

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

.search_word {
    width: 46%;
}

.arg_search .hero-inner {
    margin: inherit;
    width: 100%;
    top: 0%;
    transform: inherit;
}

.arg_search .search::before {
    right: 21px;
    color: #505050;
    left: initial;
    background: none;
}

form.search {
    position: relative;
}

.arg_search .search-full input[type="search"] {
    border: 3px solid #dddddd;
    border-radius: 0;
    height: 40px;
    padding-left: 15px;
    width: 100%;
    -webkit-appearance: none;
}

.arg_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    color: transparent;
    min-width: 20px;
    height: 39px;
    width: 20px;
}

.search_word,
.arg-list,
.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;
}

.arg_search .arg-list {
    padding: 10px 0;
}

.arg_container .arg-list-item a {
    color: #20aee5;
    font-weight: 900;
    font-size: 1.1em;
    border: 1px solid #20aee5;
    border-radius: 2em;
    padding: 10px 24px;
    font-size: 0.9em;
}

.arg-list-item {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.arg_alert_tag {
    width: 64px;
}

@media screen and (max-width: 320px) and (min-width:0px) {
    .arg_search input[type="submit"] {
        width: 20px;
    }

    .search::before {
        top: 27%;
    }
}

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

.hp_UpdateInfo+.arg_search_box.arg_pc_hidden {
    padding-right: 14px;
}


/**** 動画用 *****/
/* divにいれるclass */
.move {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

/* iframeにいれるclass */
.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
}

/****直接遷移専用のフォームはプルダウンに表示させない**/
/* DM用のフォームプルダウンに表示させなくする */
.nesty-panel ul li[id='360001060853'],
.nesty-panel ul li[id='360000627774'],
.nesty-panel ul li[id='360002608954'],
.nesty-panel ul li[id='360002597793'],
.nesty-panel ul li[id='10271531812889'] {
    display: none;
}

/****************************
      box
*****************************/

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

#new_article td {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

#new_article .request_custom_fields_28839645562137 {
    position: relative;
    margin-bottom: 20px;
}

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

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

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

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

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

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

/****************************
      request checkbox
*****************************/


/* プライバシーポリシー同意 */
#new_article .request_custom_fields_28839645562137 {
    margin-top: 50px;
}

#new_article .request_custom_fields_28839645562137 label {
    margin-left: 20px;
}

#new_article div.form_requestNew input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 4px;
}

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

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

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

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

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

#new_article th {
    white-space: nowrap;
    background: #e6e6e6;
    font-weight: normal;
    text-align: center;
}

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

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

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .keyword-iPad {
        width: 100%;
    }
}

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

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

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

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

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

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

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

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

.top-contents .toplist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    align-content: space-between;
    margin: 0;
}

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

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

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

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

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

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

.toplist li:nth-child(1) img {
    width: auto;
    height: 30px;
    margin: 10px 0;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .top-contents .toplist>li {
        width: 49%;
        margin: 0 0 1.5vw;
        text-align: left;
    }

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

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

@media only screen and (max-width: 767px) {
    .top-contents .toplist>li {
        width: 100%;
        text-align: left;
    }

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

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

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

    .toplist li:nth-child(1) img {
      height: 24px;
    }
}

/* mainlist */
.mainlist.toplist {}

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .top-contents .mainlist .toplist-text strong {
        font-size: 1.1rem;
        text-align: left;
    }
}

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

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

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

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

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

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

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

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

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

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

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


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

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

footer .pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    /*上に戻るボタンの右位置を修正するところ*/
    z-index: 1;
}

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

.footer {
    height: 100%;
    position: relative;
    margin: 30px 0 0 0;
}

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

.footer-contact.footer-pc ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1038px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    min-height: 1rem;
}

.footer-contact.footer-pc ul li {
    margin: 10px 30px;
    position: relative;
    padding-left: 0;
}

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

.footer-contact.footer-pc ul li:nth-child(1) a {
    border: 1px solid #FFF;
    border-radius: 999px;
    padding: 3px 5px 0px 5px;
    display: block;
    color: #FFF;
}

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

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

.footer-contact.footer-pc ul li:nth-child(1) a span::before {
    content: '';
    margin-left: -5px;
    width: 20px;
    height: 11px;
    background: url("$assets-ico_arrow_right_white-svg") center center no-repeat transparent;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 1px;
}

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

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

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

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

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

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

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

.footer-sp {
    display: none;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 763px) {
    footer .footer-inner {
        padding: 2% 0;
    }

    .footer-banner>li {
        width: 100%;
        padding: 1.5% 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-banner>li {
        width: 50%;
    }
}

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

  動作環境の足切り端末にアテンションマーク追加（2024年2月）

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


#new_article table.device_list td span.attention,
#new_article span.attention_note {
    color: #ff9700;
    background-image: url({{/hc/theming_assets/01HZKVYVRCH4PRKZMVSJF5A4RT}}) no-repeat transparent;
    background-size: 1.1rem 1.1rem;
    background-position: top 6px left 0px;
    padding: 3px 0 0 24px;
    margin-bottom: 0.5rem;
    line-height: 1rem;
    font-size: 1.1rem;
}

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

    #new_article table.device_list td span.attention,
    #new_article span.attention_note {
        padding: 4px 0 0 20px;
        background-size: 1rem 1rem;
        font-size: 1rem;
    }
}

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

2024/06/14　　scroll-hint

*****************************/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  /* top: calc(50% - 25px); */
  top: calc(40% - 20px);
  left: calc(50% - 60px);
  /* top: 30%; */
  box-sizing: border-box;
  width: 140px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(32, 174, 229);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

#new_article .scroll-hint-icon .scroll-hint-text {
  font-size: 12px;
  color: #FFF;
  margin: 8px 0 6px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .9;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9ImFycm93cmlnaHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4OS4xMyA1MTIiPg0KICA8cGF0aCBkPSJNMjc5LjE4LDIzMC43NUw1OC40NiwxMC4wM0M0NS4wOS0zLjM0LDIzLjQtMy4zNCwxMC4wMywxMC4wM2MtMTMuMzcsMTMuMzctMTMuMzcsMzUuMDYsMCw0OC40M2wxOTcuNTQsMTk3LjU0TDEwLjAzLDQ1My41NGMtMTMuMzcsMTMuMzctMTMuMzcsMzUuMDYsMCw0OC40MywxMy4zNywxMy4zNywzNS4wNiwxMy4zNyw0OC40MywwbDIyMC43Mi0yMjAuNzJjNi45NS02Ljk1LDEwLjIxLTE2LjE0LDkuOTMtMjUuMjUuMjctOS4xMS0yLjk4LTE4LjMtOS45My0yNS4yNVoiIHN0eWxlPSJmaWxsOiAjZmZmOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IHN0cm9rZS13aWR0aDogMHB4OyIvPg0KPC9zdmc+);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

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

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

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

2024/09/12  記事内の検索ボックス 
「よく使われるキーワードから検索」ipad/SP表示

*****************************/
#new_article .search_box .article-keyword {
  display: block;
  color: #555;
  max-width: 100%;
  background-color: #fff;
  padding: 1.2rem;
  border-radius: 4px;
  border: 1px solid #cdcccc;
  font-size: 1rem;
  margin: 8px 0 0;
  font-weight: 600;
}

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

2024/09/27  SP表示
テーブル内の内容を左寄せにする

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

/* 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/01JD1XED89AGGQQ5Z8Q7TFGJPG');}
.logo-apy {background-image: url('/hc/theming_assets/01JCY5GF2Q0CM7K73N6P8CY2PG');}
.logo-mpa {background-image: url('/hc/theming_assets/01JCY5GJ2TTX0XJAK5CKVMRS1J');}
.logo-pyr {background-image: url('/hc/theming_assets/01JCY5GKDET6GQ6STSYXMDJA4B');}
.logo-msc {background-image: url('/hc/theming_assets/01JCY5GJHQBA3Z4GD1TY78P2JD');}
.logo-sft {background-image: url('/hc/theming_assets/01JCY5GMXQNV8XHEVN0WWEHW4D');}
.logo-rb {background-image: url('/hc/theming_assets/01JCY5GKWSWT0SM2998K7NDR7E');}
.logo-mate {background-image: url('/hc/theming_assets/01JCY5GH2MCYMSMBD746FFWNMK');}
.logo-awt {background-image: url('/hc/theming_assets/01JCY5GG481GKA3AAKHER98SZ1');}
.logo-rsv {background-image: url('/hc/theming_assets/01JCY5GMBXFCKP27PQK1NK8YCG');}
.logo-inv {background-image: url('/hc/theming_assets/01JCY5GGKM3WQTJ129TW7VHVXZ');}
.logo-aid {background-image: url('/hc/theming_assets/01JCY5GEM2JWH67DRGHF3DS1YT');}
.logo-acs {background-image: url('/hc/theming_assets/01JCY5GE3BE5BPS9HQA0B4PM7D');}
.logo-mkt {background-image: url('/hc/theming_assets/01JCY5GHJMAA2VC6M6RX7CQ0KM');}
.logo-oes {background-image: url('/hc/theming_assets/01JCY5GJZS8DNK3W3722FN11YZ');}
.logo-psb {background-image: url('/hc/theming_assets/01JCY5GD2XSP2XZH9X8NKCVF7E');}

.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/01JCY5GPS9K3JZQVXDYER72GMB');}
  #new_article h5.logo-apy {background-image: url('/hc/theming_assets/01JCY5GP9ZCDV0FSX4T94YE99D');}
  #new_article h5.logo-mpa {background-image: url('/hc/theming_assets/01JCY5GS5J6B73QMSB8GZQ4NME');}
  #new_article h5.logo-pyr {background-image: url('/hc/theming_assets/01JCY5GTS0X1SE4RSQDSCSQEVZ');}
  #new_article h5.logo-msc {background-image: url('/hc/theming_assets/01JCY5GSQV0R6AK86QAWE9KHZ9');}
  #new_article h5.logo-sft {background-image: url('/hc/theming_assets/01JCY5GW6HKWXD4F36QPXW0Y6Q');}
  #new_article h5.logo-rb {background-image: url('/hc/theming_assets/01JCY5GV9KXR41BCEDNSSDZEGH');}
  #new_article h5.logo-mate {background-image: url('/hc/theming_assets/01JCY5GR4KC56V757443V0RDAH');}
  #new_article h5.logo-awt {background-image: url('/hc/theming_assets/01JCY5GQ75N2937JN6R7MZS533');}
  #new_article h5.logo-rsv {background-image: url('/hc/theming_assets/01JCY5GVR3X0REZCZN1RGFZ0F0');}
  #new_article h5.logo-inv {background-image: url('/hc/theming_assets/01JCY5GQNMM6CMYB745JBGY9WC');}
  #new_article h5.logo-aid {background-image: url('/hc/theming_assets/01JCY5GNTSPXQ0B177QFV16J59');}
  #new_article h5.logo-acs {background-image: url('/hc/theming_assets/01JCY5GNCQAFK7VQRQ3AEWYK9V');}
  #new_article h5.logo-mkt {background-image: url('/hc/theming_assets/01JCY5GRP0V29QQQX00155DN3K');}
  #new_article h5.logo-oes {background-image: url('/hc/theming_assets/01JCY5GTA5FWMDE10EJ38FVWW1');}
  #new_article h5.logo-psb {background-image: url('/hc/theming_assets/01JCY5GDKGSG6Q0W2DVJ9W6J8X');}
  
  #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) {
    
    .search {
    width: 90%;
}
      .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;
    }
}
