@charset "UTF-8";

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

/*古いZendesk仕様のパス*/
/*@import "//p5.zdassets.com/hc/theme_assets/532076/200061944/new_theme.css";*/
/*@import "//p5.zdassets.com/hc/theme_assets/532076/200061944/old_aireregi.css";*/

/*新しいZendesk仕様のパス*/
@import "/hc/theming_assets/01HZKVPJMV9JEQSBCE25DGJQ1P";
@import "/hc/theming_assets/01HZKVPKHH9848JAFQR7WE7EBH";

/***********************************
  helpfeel横断検索 2021/10/28
***************************************/

.article .faq_jump {
    background-color: #e1f0f8;
    border-radius: 4px;
    padding: 0.3em;
    text-align: center;
    font-size: 0.9em;
    position: relative;
}


/* IEのみ適応 */

@media all and (-ms-high-contrast: none) {
    /* ここに書く */
    .article .faq_jump {
        margin-bottom: 0;
    }
}


/***********************************
from
***************************************/

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


/* チケット送信フォームに「おすすめの記事」を表示
.form .suggestion-list {
  font-size: 14px;
  margin: 30px 0 15px;

}
*/

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

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


/***********************************
call revolution class
***************************************/

.header {
    display: flex;
}

.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("/hc/theming_assets/01HZKVPXR08NGJBJ73F1Y361QN") 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";
    }
}


/***********************************
new theme class
***************************************/

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

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

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

.container .article-content .article-body img {
    display: inline-block;
    vertical-align: middle;
}

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

.arg_container.container .article-container .arg_article_conteiner .arg_customer_content div p.alert {
    font-size: 1em;
    padding: 12px 14px;
}

.article-body code {
    border: none;
}

.arg_article_content_box table.table2 td:first-child {
    width: 20%;
    background-color: #e7e7e7;
    font-weight: 900;
}


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


/***********************************
new arg class
****************************************/


/***********************************
reset
****************************************/

body,
html {
    height: 100%;
}

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

.search-results {
    display: block;
}

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

.arg_container .article {
    background-color: #fff;
    padding: 0 3% 0 0;
}

.arg_container {
    min-width: 320px;
}

.arg_container a {
    color: #555;
}

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

.arg_container a:hover,
.arg_container a:link,
.arg_container a:visited,
.arg_container a:active {
    color: #555;
    text-decoration: none;
}

.arg_container.container .article-content .article-body .arg_img_btn a[target="_blank"] {
    background-image: none;
    display: block;
}

.arg_container.container .article-content .article-body .arg_down_btn a[target="_blank"] {
    background-image: none;
    display: block;
    width: 20%;
}

.arg_container.container .article-content .article-body .arg_down_btn a[target="_blank"] img {
    width: 100%;
}

.arg_container.container .article-body a[target="_blank"].arg_btn {
    margin-right: auto;
    padding-right: 2.5em;
    background-image: none;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

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

.arg_container_category .article,
.arg_container_section .article,
.arg_container_article .article-container .article,
.arg_article {
    background-color: #ffffff;
}


/***********************************
new header
****************************************/

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    min-width: 320px;
}

.logo {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
}

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

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

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

.logo_txt {
    font-size: 1.8em;
    line-height: 1em;
    margin-left: 10px;
}

.appdl {
    display: inline-block;
    width: 140px;
    position: absolute;
    right: 5px;
    top: 5px;
}

@media (max-width: 1024px) {
    .appdl {
        top: 10px;
        right: 15px;
    }
}

@media (max-width: 768px) {
    .appdl {
        width: 105px;
        right: 10px;
        top: 15px;
    }
    .appdl img {
        width: 105px;
    }
}


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

.arg_search_box {
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
}

@media screen and (max-width: 1366px) {
    .arg_search_box {
        /*position: absolute;
    right: 12px;*/
    }
}

@media screen and (orientation: landscape) {
    .arg_search_box {
        max-width: 500px;
    }
}

.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: #555;
    left: initial;
    background: none;
}

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

.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: 1024px) and (min-width:0px) {
    .arg_search_box {
        max-width: 500px;
    }
}

@media screen and (max-width: 900px) and (min-width:0px) {
    .arg_search_box {
        width: 100%;
        padding: 0 1.6%;
        margin-top: 15px;
        margin-bottom: 1%;
        max-width: inherit;
        /*position: relative;
    left: -1px;*/
    }
}

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


/*********

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

.arg_bg {
    padding-top: 0.8%;
    padding-bottom: 0.8%;
}

.arg_new_bg {
    padding-top: 1%;
    padding-bottom: 1%;
}

.arg_content {
    padding: 0 10px;
}

.arg_content .blocks-item a {
    font-weight: 900;
}

.arg_container .arg_content .blocks-item a:hover,
.search_word .blocks-item a:hover,
.search_word .blocks-item a:link,
.search_word .blocks-item a:visited {
    text-decoration: none;
    color: #20aee5;
}

.arg_container .arg_content .blocks-item a:hover,
.search_word .blocks-item:hover,
.search_word .blocks-item:focus,
.search_word .blocks-item:active {
    background-color: inherit;
}


/*********************************
お問い合わせbtn
**********************************/

.agr_contact_btn {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}


/*********************************
初めての方btn
**********************************/

.arg_content .arg_category,
.arg_category a {
    border: none;
}

.arg_first-item-description {
    background-color: #ffffff;
    display: block;
    border-radius: 8px;
    border: 1px solid #dddddd;
    color: #343434;
    padding: 13px 0;
}

.arg_container .arg_first-item-description:hover,
.arg_container .arg_category_link:hover {
    background-color: #ededed;
}

.arg_first_text {
    font-size: 1.3em;
    font-weight: 900;
    margin-bottom: 5px;
}

.arg_first_subtext {
    color: #b3b3b3;
    line-height: 1.3em;
    font-size: 0.9em;
    width: 94%;
    margin: 8px auto;
    min-width: 231px;
}

.arg_container p.arg_first_btn {
    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;
}

.arg_container p.arg_first_btn:hover {
    background-color: #62c3e9;
}

.arg_first_icon img {
    width: 100%;
}

.arg_first_icon {
    margin-right: auto;
    margin-left: auto;
    display: table;
    width: 140px;
}

.arg_keigen_icon {
    width: 113px;
}

.blocks-item-description:not(:empty) {
    margin: 0;
}

.arg_first-item,
.arg_category .arg_category_item {
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    padding: 0 4px;
}

.arg_first {
    padding-top: 8px;
}

@media screen and (max-width: 1024px) and(min-width: 0px) {
    .arg_content .arg_first {
        padding-top: 0;
    }
}


/*******
ipad 横
*****/

@media screen and (max-width: 1024px) and(min-width: 769px) {
    .arg_container p.arg_first_btn.arg_sp_hidden {
        display: none !important;
    }
    .arg_first_text_box {
        width: 83%;
    }
    .arg_first_subtext {
        font-size: 0.9em;
    }
    .arg_first div.arg_first-item-description {
        padding: 13px 0px;
        min-height: 110px;
    }
    .arg_first_text_box {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
    .arg_first_subtext {
        width: 95%;
    }
}


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

@media screen and (min-width: 1300px) {
    _:-ms-fullscreen,
     :root .arg_container .arg_row_5 {
        /* IE11以上 */
        width: 41%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.7%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_3 {
        width: 24.5%;
    }
    _:-ms-fullscreen,
     :root .arg_container .section-tree .section {
        width: 100%;
    }
}

@media screen and (max-width: 1300px) and (min-width :1273px) {
    _:-ms-fullscreen,
     :root .arg_container .arg_row_5 {
        /* IE11以上 */
        width: 41%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.7%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_3 {
        width: 24.5%;
    }
    _:-ms-fullscreen,
     :root .arg_container .section-tree .section {
        width: 100%;
    }
}

@media screen and (max-width: 1272px) and (min-width :900px) {
    _:-ms-fullscreen,
     :root .arg_container .arg_row_5 {
        /* IE11以上 */
        width: 41%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.7%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_3 {
        width: 24.2%;
    }
    _:-ms-fullscreen,
     :root .arg_container .section-tree .section {
        width: 100%;
    }
}

@media screen and (max-width: 899px) and (min-width :814px) {
    _:-ms-fullscreen,
     :root .arg_container .arg_row_5 {
        /* IE11以上 */
        width: 41%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.9%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_3 {
        width: 24.5%;
    }
    _:-ms-fullscreen,
     :root .arg_container .section-tree .section {
        width: 100%;
    }
}

@media screen and (max-width: 813px) and (min-width :714px) {
    _:-ms-fullscreen,
     :root .arg_container .arg_row_5 {
        /* IE11以上 */
        width: 41%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.8%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_3 {
        width: 24.5%;
    }
}

@media screen and (max-width: 763px) and (min-width :600px) {
    _:-ms-fullscreen,
     :root .arg_container .arg_row_5 {
        /* IE11以上 */
        width: 41%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.7%;
    }
    _:-ms-fullscreen,
     :root .arg_container li.arg_row_4.arg_row_xs_12.arg_first-item {
        /* IE11以上 */
        width: 32.7%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_3 {
        width: 24.5%;
    }
}

@media screen and (max-width: 763px) and (min-width :418px) {
    _:-ms-fullscreen,
     :root .arg_container .arg_row_xs_6 {
        /* IE11以上 */
        width: 49.3%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_category_icon img {
        max-height: inherit;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_3 {
        width: 24.5%;
    }
}

@media screen and (max-width: 417px) and (min-width :0px) {
    _:-ms-fullscreen,
     :root .arg_container .arg_row_xs_6 {
        /* IE11以上 */
        width: 49%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_category_icon img {
        max-height: inherit;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_row_3 {
        width: 24.5%;
    }
}


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

@media screen and (min-width: 1300px\0) {
    .arg_container .arg_row_5 {
        width: 41%\0;
    }
    .arg_container .arg_row_4 {
        width: 32.8%\0;
    }
    .arg_container .arg_row_3 {
        width: 24.5%\0;
    }
    .arg_container .section-tree .section {
        width: 100%\0;
    }
    .arg_footer .arg_row_4 {
        width: 32.8%\0;
    }
}

@media screen and (max-width: 1300px\0) and (min-width :900px\0) {
    .arg_container .arg_row_5 {
        width: 41%\0;
    }
    .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.8%\0;
    }
    .arg_container .arg_row_3 {
        width: 24.5%\0;
    }
    .arg_container .section-tree .section {
        width: 100%\0;
    }
    .arg_footer .arg_row_4 {
        width: 32.7%\0;
    }
}

@media screen and (max-width: 899px\0) and (min-width :814px\0) {
    .arg_container .arg_row_5 {
        width: 41%\0;
    }
    .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.9%\0;
    }
    .arg_container .arg_row_3 {
        width: 24.5%\0;
    }
    .arg_container .section-tree .section {
        width: 100%\0;
    }
    .arg_footer .arg_row_4 {
        width: 32.6%\0;
    }
}

@media screen and (max-width: 813px\0) and (min-width :714px\0) {
    .arg_container .arg_row_5 {
        width: 41%\0;
    }
    .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.8%\0;
    }
    .arg_container .arg_row_3 {
        width: 24.5%\0;
    }
    .arg_footer .arg_row_4 {
        width: 32.6%\0;
    }
}

@media screen and (max-width: 763px\0) and (min-width :600px\0) {
    .arg_container .arg_row_5 {
        width: 41%\0;
    }
    .arg_container .arg_row_4 {
        /* IE11以上 */
        width: 32.8%\0;
    }
    .arg_container li.arg_row_4.arg_row_xs_12 {
        /* IE11以上 */
        width: 32.8%\0;
    }
    .arg_container .arg_row_3 {
        width: 24.5%\0;
    }
    .arg_footer .arg_row_4 {
        width: 32.6%\0;
    }
}

@media screen and (max-width: 763px\0) and (min-width :418px\0) {
    .arg_container .arg_row_5 {
        width: 41%\0;
    }
    .arg_container .arg_row_xs_6 {
        width: 49.5%\0;
    }
    .arg_container .arg_category_icon img {
        max-height: inherit\0;
    }
}

@media screen and (max-width: 417px\0) and (min-width :0px\0) {
    .arg_container .arg_row_5 {
        width: 41%\0;
    }
    .arg_container .arg_row_xs_6 {
        /* IE11以上 */
        width: 49%\0;
    }
    .arg_container .arg_category_icon img {
        max-height: inherit\0;
    }
    .arg_container .arg_row_3 {
        width: 24.5%\0;
    }
}


/*******
iphone 5縦 pc
*****/

@media screen and (max-width: 418px) and (min-width: 0px) {
    .arg_content .arg_first_icon,
    .arg_content .arg_first_text_box {
        display: inline-block;
        vertical-align: middle;
    }
    .arg_content .arg_first_text_box {
        width: 55%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        min-width: inherit;
        display: inline-block;
    }
    .arg_first_text {
        font-size: 1.1em;
    }
    .arg_first-item p.arg_first_subtext {
        font-size: 0.65em;
        width: 100%;
        min-width: inherit;
    }
    .arg_content .arg_first_icon {
        width: 110px;
    }
    .arg_content .arg_category_text_box p.arg_category_subtext {
        font-size: 0.65em;
    }
}


/**
pc
***/

@media screen and (max-width: 600px) and (min-width: 419px) {
    .arg_content .arg_first_icon,
    .arg_content .arg_first_text_box {
        display: inline-block;
        vertical-align: middle;
    }
    .arg_first_text {
        font-size: 1.1em;
    }
    .arg_first-item p.arg_first_subtext {
        font-size: 0.7em;
        width: 100%;
        min-width: inherit;
    }
    .arg_first-item div.arg_first-item-description {
        padding: 13px 0px;
    }
    .arg_content div.arg_first_text_box {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        min-width: inherit;
    }
    .arg_content .arg_first_icon {
        margin-right: 6%;
    }
    .arg_content .arg_keigen_icon {
        width: 135px;
    }
}


/**
pc
***/

@media screen and (max-width: 763px) and (min-width: 600px) {
    li.arg_first-item.arg_row_4.arg_row_xs_12 {
        width: 33.333%;
    }
    .arg_first_text {
        font-size: 1.1em;
    }
    .arg_first-item p.arg_first_subtext {
        font-size: 0.7em;
        width: 100%;
        min-width: inherit
    }
    .arg_first-item div.arg_first-item-description {
        padding: 13px 0px;
    }
    .arg_content .arg_first_text_box {
        width: 99%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        min-width: inherit;
    }
}


/*******
ipad 縦
*****/


/* add mozilla用 */

.arg_first-list,
.arg_category_list,
.arg_f_banner .blocks-list {
    letter-spacing: -0.4em;
}

.arg_first-list>li,
.arg_category_list>li,
.arg_f_banner .blocks-list>li {
    letter-spacing: normal;
}

@media screen and (max-width: 768px) and(min-width: 569px) {
    .arg_first-list .arg_first_icon.arg_keigen_icon {
        width: 115px;
    }
    .arg_container p.arg_first_btn.arg_sp_hidden {
        display: none !important;
    }
    .arg_first-item p.arg_first_subtext {
        font-size: 0.8em;
        width: 100%;
        min-width: inherit;
    }
    .arg_first-item div.arg_first-item-description {
        padding: 13px 0px;
    }
    .arg_first-item p.arg_first_text_box {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        min-width: inherit;
        display: inline-block;
    }
}


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

@media screen and (max-width: 568px) and (max-width: 320px) {
    /******
  初めての方btn
  *****/
    .arg_content .arg_first_icon,
    .arg_content .arg_first_text_box {
        display: inline-block;
        vertical-align: middle;
    }
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        .arg_first_icon:not(:target) {
            width: 60%\9;
            /* IE10（\9なしでIE11にも適用） */
        }
    }
}


/*****
iphone6横
*****/

@media screen and (max-width: 667px) and (max-width: 375px)and(orientation:landscape) {
    .arg_first_text_box .arg_first_subtext {
        font-size: 0.7em;
        min-width: inherit;
    }
    .arg_first_icon,
    .arg_first_text_box {
        display: inline-block;
        vertical-align: middle;
    }
}


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

@media screen and (max-width: 568px) and(orientation:landscape) {
    .arg_first-item.arg_row_4.arg_row_xs_12 {
        width: 33.3333%;
    }
    .arg_first_text_box p.arg_first_subtext {
        font-size: 0.65em;
    }
    .arg_first_text_box p.arg_first_text {
        font-size: 1.1em;
    }
    .arg_content .arg_keigen_icon {
        width: 115px;
    }
    .search::before {
        top: 12px;
    }
    .arg_content .arg_first_text {
        font-size: 1.1em;
    }
    .arg_content div.arg_first_text_box {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        min-width: inherit;
        vertical-align: middle;
        width: 98%;
    }
    .arg_content .arg_first_subtext {
        font-size: 0.6em;
        width: 100%;
        margin: 4px auto;
        min-width: inherit;
    }
}

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

@media screen and (max-width:768px)and (min-width:0px) {
    .arg_first-item,
    .arg_category .arg_category_item {
        padding: 0 4px;
        margin-top: 0.5em;
    }
    .arg_category_link .arg_category_icon {
        width: 62%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .arg_category_link .arg_category_icon :not(:target) {
        width: 23%\9;
        /* IE9,10 */
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    @media all and (-ms-high-contrast: none) {
        .arg_category_link .arg_category_icon:not(:target) {
            width: 23%;
            /* IE10以上 */
            margin-right: auto;
            margin-left: auto;
            display: block;
        }
    }
    .arg_category_link .arg_category_text_box {
        width: 100%;
    }
    .arg_category_item a.arg_category_link {
        padding: 7px;
    }
    .arg_category_text_box .arg_category_text {
        font-size: 0.85em;
        text-align: center;
    }
    .arg_category_text_box .arg_category_subtext {
        font-size: 0.7em;
        text-align: center;
    }
    .arg_first-list .arg_first-item:last-child {
        margin-bottom: 0;
    }
    .arg_more {
        font-size: 0.9em;
    }
}


/*********
ff
********/

.arg_content .arg_row_4,
x:-moz-any-link,
x:default {
    width: 32.95%;
}

@media screen and(max-width:850px) and(min-width:0px) {
    .arg_content .arg_row_4,
    x:-moz-any-link,
    x:default {
        width: 32.8%;
    }
}


/************
カテゴリー
***********/

.arg_category .arg_category_item {
    text-align: left;
    margin-top: 7px;
}

.arg_category_icon,
.arg_category_text_box {
    display: inline-block;
    vertical-align: middle;
}

.arg_category_icon {
    width: 30%;
}

.arg_category_icon img {
    width: 100%;
    max-height: 93px;
}

.arg_category_text_box {
    width: 67%;
}

.arg_category_text {
    color: #626262;
    font-weight: 900;
    font-size: 1em;
}

.arg_category_subtext {
    color: #b3b3b3;
    line-height: 1.3em;
    font-size: 0.95em;
}

.arg_category .arg_category_link {
    background-color: #fff;
    display: block;
    border-radius: 8px;
    border: 1px solid #dddddd;
    padding: 14px;
}


/*********
エラーページ
**********/

.arg_error_content {
    margin-top: 70px;
    width: 700px;
    text-align: center;
}

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

.arg_error_content p {
    font-size: 1.2em;
}

.arg_container .arg_error_container a,
.arg_container .arg_error_container a:link,
.arg_container .arg_error_container a:hover,
.arg_container .arg_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) {
    .arg_error_content {
        width: 100%;
    }
}


/*******
footer
****/

.arg_footer {
    margin-top: 0;
    padding: 30px 0 0 0;
    margin-top: 1rem;
}

.arg_footer .arg_f_banner {
    min-width: 762px;
    margin-bottom: 1.5%;
}

.footer-inner .arg_f_banner li {
    padding: 0 10px;
}

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

.arg_footer .arg_f_banner ul .blocks-item {
    line-height: 1.3em;
}

.footer_nav.arg_sp_hidden .footer_nav {
    margin-top: 4%;
}

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

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

.arg_f_banner img {
    width: 100%;
}

.footer_nav {
    background-color: #727b7f;
    padding: 1.5% 0;
}

.footer_nav a {
    color: #fff;
}

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

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

.arg_footer .arg_f_banner .blocks-list {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width:1024px) and (min-width:0px) {
    .arg_footer .arg_f_banner .blocks-list {
        width: 100%;
    }
}

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

.footer_nav.arg_sp_hidden .arg_row_9 {
    position: relative;
}

.arg_footer_link li {
    width: 110px;
    display: table-cell;
}

.arg_footer_link {
    position: absolute;
    right: 0;
}

.arg_footer_link li:nth-child(2) {
    width: 162px;
}

.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: 40px;
    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) {
    .arg_footer {
        padding-top: 0;
    }
    .footer-inner {
        padding: 0;
    }
    .arg_footer .arg_f_banner {
        padding: 2% 3% 1%;
        min-width: inherit;
    }
    .arg_f_banner .blocks-item {
        width: 33.33333333%;
        text-align: left;
        padding: 8px 0 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:776px) and (min-width:734px) {
    .arg_footer .arg_f_banner {
        width: 95%;
    }
    .arg_footer .footer-inner .arg_f_banner {
        width: 33.33333333%;
    }
}

@media screen and (max-width:1024px) and (min-width:376px) {
    .arg_footer .footer-inner .arg_f_banner {
        width: 33.33333333%;
    }
}

@media screen and (max-width:1024px) and (min-width:0px) {
    /*****
  FOOTER
  ****/
    .arg_footer .footer_nav.arg_sp_visible ul li {
        margin-left: 0;
        line-height: 1.3em;
        padding: 14px;
        border-bottom: 1px solid #ababab;
        border-radius: 0;
        margin-bottom: 0;
        display: inline-block;
        text-align: left;
    }
    .arg_footer {
        padding-top: 0;
    }
    .arg_sp_visible .footer-inner {
        display: block;
        padding: 0;
        margin: 0;
    }
    .arg_footer .arg_f_banner {
        width: 100%;
        padding: 2% 3%;
        min-width: inherit;
        margin-bottom: 0;
    }
    .arg_f_banner .blocks-item {
        text-align: left;
        padding: 8px;
        margin-bottom: 0;
    }
    .arg_sp_visible .blocks-item {
        border-bottom: 1px solid #ababab;
        border-radius: 0;
        margin-bottom: 0;
        padding: 20px;
        display: inline-block;
        text-align: left;
        line-height: 1em;
    }
    .copyright {
        padding: 8px 18px;
    }
}

@media screen and (max-width:1024px) and (min-width:735px) {
    .arg_footer .footer-inner .arg_f_banner .blocks-item {
        width: 33.33333333%;
    }
}

.arg_iframe {
    width: 100%;
    min-height: 326px;
}

.arg_article {
    position: relative;
}


/************
パンくず
*************/


/*.arg_brandcrums {
margin-bottom: 10px;
padding: 18px 0;
min-height: inherit;
}
.arg_container .breadcrumbs li a, .arg_container .breadcrumbs li a:hover, .arg_container .breadcrumbs li a:visited, .arg_container .breadcrumbs li a:active {
color: #8b8b8b;
}
.arg_container .breadcrumbs li:last-child a, .arg_container .breadcrumbs li:last-child {
color: #21aee5;
font-size: 1em;
font-weight: 900;
}
.arg_container .breadcrumbs li+li:before {
color: #8b8b8b;
font-weight: 100;
}
.arg_container .breadcrumbs li {
vertical-align: middle;
}
@media (max-width: 900px) and (min-width: 0px) {
.arg_brandcrums {
margin-bottom: -2px;
padding-top: 9px;
}
}*/


/*************************
記事catgory　スライドメニュー
************************/

.article-sidebar.arg_article {
    border-left: 1px solid #ddd;
    padding: 0 0 0 4%;
}

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

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

@media only screen and (min-width:894px) and (max-width:1024px) {
    .article-sidebar.arg_article {
        display: none !important;
    }
}


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

@media screen and (min-width: 1300px) {
    _:-ms-fullscreen,
     :root .article-sidebar.arg_article {
        padding-right: 3%;
    }
    _:-ms-fullscreen,
     :root .arg_container .article {
        padding: 0 0.3% 0 0;
        max-width: 63%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_section-container .article {
        padding: 0 0.3% 0 0;
        max-width: 100%;
    }
    _:-ms-fullscreen,
     :root .arg_container .arg_category-content .article {
        padding: 0 0.3% 0 0;
        max-width: 100%;
    }
    _:-ms-fullscreen,
     :root .arg_container .recent-articles {
        width: 100%;
    }
}

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

@media screen and (max-width: 1300px\0) and (min-width :860px\0) {
    .article-sidebar.arg_article {
        padding-right: 3%\0;
    }
    .arg_container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 63%\0;
    }
    .arg_container .arg_related_article .article {
        max-width: inherit;
    }
    .arg_container.arg_container_article .arg_article_content_box .arg_title.article-header {
        width: 100%\0;
    }
    .arg_container .category-container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 100%\0;
    }
    .arg_container .section-container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 100%\0;
    }
}

@media screen and (min-width: 1300px\0) {
    .article-sidebar.arg_article {
        padding-right: 3%\0;
    }
    .arg_container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 63%\0;
    }
    .arg_container .category-container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 100%\0;
    }
    .arg_container .section-container .article {
        padding: 0 0.3% 0 0\0;
        max-width: 100%\0;
    }
    .arg_container .recent-articles {
        width: 100%\0;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .article-sidebar.arg_article {
        display: none !important;
    }
}

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

.arg_container .article-container {
    position: relative;
    background-color: #fff;
    flex-direction: row;
    -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;
}

.arg_category-tree h2 a {
    font-weight: 900;
}

.arg_category-tree .category section:last-child {
    margin-bottom: 6px;
}

.arg_category-tree a {
    font-weight: 400;
    display: block;
    padding: 8px 10px;
    font-size: 0.8em;
    white-space: pre-wrap;
    overflow: hidden;
    width: 100%;
}

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

.toggle {
    display: none;
}

.arg_article {
    flex: 0 0 29%;
    position: relative;
}

.section-menu h3 a {
    font-size: 0.87em;
    padding: 10px 12px;
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-weight: 100;
    max-width: 210px;
}

.section-menu {
    display: block;
}

.arg_category-tree h2:hover,
.arg_category-tree h3:hover {
    color: #555;
    font-weight: 900;
    background-color: inherit;
}

.arg_category-tree a:hover {
    color: #555;
    background-color: inherit;
}


/******
記事タイトル
*******/

.arg_title {
    width: 97%;
}

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

.arg_article_conteiner .arg_title h1 {
    margin-bottom: 0px;
}

.arg_article_conteiner .arg_title {
    margin-left: -40px;
}

.arg_article_content {
    color: #555;
}

.arg_article_content h2,
.arg_article_content h3,
.arg_article_content h4,
.arg_article_content h5,
{
    margin: auto;
    padding: 0;
    border: none;
    line-height: 1.3em;
    background-image: none;
}

.arg_article_content h3.arg_icon_square:before,
.arg_article_content h4.arg_icon_square:before {
    content: "■";
    font-size: 1.2em;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}


/**********
カテゴリーページ,セッションページ
**********/

.arg_container.arg_container_category .article-list-item a:link,
.arg_container.arg_container_category .article-list-item a:active,
.arg_container.arg_container_category .article-list-item a:visited,
.arg_container .arg_section-container .article-list-item a:link,
.arg_container .arg_section-container .article-list-item a:active,
.arg_container .arg_section-container .article-list-item a:visited {
    color: #0070c0;
}

.arg_container.arg_container_category .article-list-item a:hover,
.arg_container .arg_section-container .article-list-item a:hover {
    color: #0070c0;
    text-decoration: underline;
}

.arg_container .arg_category-content,
.arg_container .arg_section-container {
    flex: 0 0 100%;
    padding: 0;
    min-height: 900px;
}

h1.section-tree-title,
h3.section-tree-title {
    font-weight: 900;
    color: #555;
    min-height: 28px;
    background-size: 28px 26px;
    line-height: 1.6em;
    font-size: 1.6em;
    background-position: 0 50%;
}

@media screen and(min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .arg_container .arg_category-content .article,
    .arg_container .arg_section-container .article {
        min-height: 600px;
    }
    .arg_container .arg_article_content_box .arg_title h1.article-title {
        background-position: 0 8%;
    }
}

.arg_category-content .section-tree-title,
.arg_container_section h1.section-tree-title {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.arg_category-content .section-tree-title a {
    display: inline-block;
    width: 88%;
    vertical-align: middle;
    position: relative;
}

.arg_category-content .section-tree-title a:hover {
    text-decoration: underline;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .arg_category-content .section-tree-title a:not(:target) {
        width: 88%\9;
    }
}

.arg_category-content .section-tree-title {
    min-height: 28px;
    background-size: 28px 26px;
    line-height: 1.3em;
    font-size: 1.6em;
    background-position: 0 50%;
    margin-bottom: 10px;
}

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

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

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


/* .section-tree .see-all-articles:hover {
text-decoration: underline;
} */


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

@media screen and (max-device-width: 1024px) and(min-device-width: 768px) {
    .arg_container .arg_category-content,
    .arg_container .arg_section-container {
        min-height: inherit;
    }
}

@media screen and (max-width: 900px) and (min-width:0px) {
    .arg_category-content .article-list-item {
        padding: 9px 0;
    }
    .arg_container.arg_container_category .arg_container_category article,
    .arg_container.arg_container_category .arg_container_section article {
        max-width: 70%;
    }
    .arg_container.arg_container_category .category-container {
        display: block;
    }
    .arg_container.arg_container_category .arg_category-content {
        display: block;
    }
    .arg_container.arg_container_section .section-container.arg_section-container {
        display: block;
    }
    .arg_container.arg_container_category .article-sidebar.arg_article {
        display: block;
        flex: 0;
    }
    .arg_container.arg_container_section .article-sidebar.arg_article {
        display: block;
        flex: 0;
    }
    .arg_container.arg_container_category .category-container .article {
        min-height: 300px;
        max-width: 100%;
    }
    .arg_container.arg_container_section .article {
        min-height: 300px;
        max-width: 100%;
    }
    .arg_container.arg_container_category .category-container {
        display: block;
    }
    .arg_container.arg_container_category .section-tree .section {
        flex: 1 0 100%;
        padding-right: 0;
    }
    .arg_container.arg_container_category .section-tree .section a {
        width: 89%;
        font-size: 0.95em;
        line-height: 1.3em;
    }
    .arg_container.arg_container_category .section-tree-title:before {
        background-size: 21px 20px;
        height: 24px;
        width: 26px;
    }
    .arg_container.arg_container_section .section-tree-title:before {
        background-size: 25px 23px;
        height: 24px;
        width: 30px;
    }
}

@media screen and (max-width: 768px)and(min-width: 0px) {
    .arg_category-content .section-tree {
        -webkit-box-orient: block-axis;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .arg_container.arg_container_category .article,
    .arg_container.arg_container_section .article {
        min-width: inherit;
        max-width: 100%;
        flex: 1 0 100%;
    }
    .arg_container.arg_container_category .section-tree .section {
        flex: 1 0 100%;
    }
    .arg_container.arg_container_category .section-tree .section a {
        width: 86%;
    }
}


/*********
記事
***********/

.arg_article_content p {
    margin-bottom: initial;
    font-size: inherit;
}

.arg_article_conteiner {
    margin: 0;
    padding: 0;
}

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

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

.arg_container.container .arg_article_conteiner .article-body .arg_article_content img {
    max-width: inherit;
    width: 100%;
}

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

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

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

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


/******
記事footer
*********/

.arg_container footer {
    padding: 0 17px;
}


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

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

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

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

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

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

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

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


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

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

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

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

.arg_container .recent-articles h3,
.arg_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;
}

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

@media screen and (min-width: 1300px) {
    _:-ms-fullscreen,
     :root .arg_container_article .arg_container .recent-articles {
        width: inherit;
    }
    _:-ms-fullscreen,
     :root .arg_container_article .arg_container .related-articles {
        width: inherit;
    }
}


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

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


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

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

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

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

.arg_container .arg_form label a:hover {
    text-decoration: none;
}

.arg_form footer {
    text-align: center;
}

.arg_form_attention div {
    margin: 20px auto;
}

.arg_form_attention .arg_alert {
    padding: 20px 10px;
}

.arg_form_attention .arg_alert strong {
    color: #ff5151;
}

.arg_container .arg_form_attention a:link {
    color: #0892C7;
    text-decoration: underline;
}

.arg_container .arg_form_attention a:hover {
    text-decoration: none;
}

.arg_request_attention ul {
    margin-top: 20px;
}

.arg_container .arg_request_attention ul li {
    padding: 10px 10px 0 0;
    line-height: 1.4em;
}

.arg_container .arg_request_attention ul li:before {
    content: '・';
    display: inline-block;
}

.arg_container .arg_request_attention ul li p {
    display: inline-block;
    width: 97%;
    vertical-align: top;
}

.arg_container .arg_request_attention ul li p:nth-child(2) {
    padding-left: 13px;
    width: 99%;
}

@media (max-width: 864px) and (min-width: 0px) {
    .arg_container .arg_request_attention ul li p {
        width: 94.7%;
    }
}


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

base btn (thanks pageでも使用)

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

.arg_btn {
    width: 100%;
    color: #fff !important;
    padding: 15px 2.5em;
    font-weight: 900;
    position: relative;
    text-align: center;
}

.arg_container a.arg_btn,
.arg_container a.arg_btn:hover,
.arg_container a.arg_btn:link,
.arg_container a.arg_btn:visited {
    color: #fff;
    display: block;
    margin: 0 auto;
    text-decoration: none !important;
}

.arg_btn::after {
    content: "";
    background-image: url(//p4.zdassets.com/hc/theme_assets/634670/200106725/arrow_white.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 1px 9px;
    background-size: 11px;
    margin-left: 12px;
    position: absolute;
    right: .8em;
    top: 0;
    bottom: 0;
}

.arg_default_btn {
    /* blue */
    background-color: #20AEE5;
}

.arg_primary_btn {
    /* red */
    background-color: #f75d5d;
}

.container .article-content .article-body .arg_btn+ul {
    margin: 0;
    padding: 0;
}

.arg_btn_m {
    max-width: 320px;
}

.arg_btn_l,
.arg_btn_one {
    max-width: 380px;
}

@media only screen and (max-width:768px) {
    .arg_btn_l,
    .arg_btn_m.arg_btn_one {
        max-width: 100%;
    }
}


/************************
goog bad btn用
**************************/

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

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

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


/************************
article内 AppStoreボタン
**************************/

.arg_article_conteiner .btn_app {
    width: 20%;
    padding: 20px auto;
}


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

アコーディオン

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

.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アコーディオン  ***/

.arg_faq_ac .arg_faq_a {
    display: none;
}

.arg_faq_ac .arg_faq_q {
    cursor: pointer;
    position: relative;
    padding-right: 2em;
}

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

.arg_faq_ac .arg_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) {
    .arg-list-item a {
        font-size: 0.85em;
    }
    .arg_news_category {
        width: 100%;
        display: block;
        text-align: left;
        padding: 5px 8px 5px;
    }
    .arg_title h1,
    .arg_article_conteiner .arg_title h1 {
        font-size: 1.2em;
        line-height: 1.1em;
    }
}

@media screen and (max-width:414px)and (min-width:0px) {
    .arg_article {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
    }
    .arg_category-tree {
        padding: 15px;
    }
    .section-menu {
        width: 310px;
        padding-left: 13px;
    }
}


/***************
iphone5
**************/

@media screen and (max-width:321px)and (min-width:0px) {
    .arg_content {
        padding: 0 2px;
    }
}

@media screen and (max-width:776px) and (min-width:734px) {
    .arg_faq_content {
        padding: 0 17px;
    }
}

@media screen and (max-width:622px) and (min-width:606px) {
    .arg_faq_content {
        padding: 0 17px;
    }
}

@media screen and (max-width:900px) {
    .arg_faq_content {
        padding: 0 17px;
    }
    .arg-list {
        width: 100%;
    }
    .arg_first_btn p {
        font-size: 1.3em;
    }
    .arg_first_btn p span,
    .arg_menular_btn {
        height: 112px;
    }
}


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

@media screen and(min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .arg_news_content span {
        display: inline-block;
    }
    .arg_container .article-container.arg_related_article .recent-articles,
    .arg_container .article-container.arg_related_article .related-articles {
        width: 100%;
        display: block;
    }
    /***************
    FOOTER
    **************/
    .copyright {
        padding: 8px 18px;
    }
    .arg_sp_visible .footer-inner {
        display: block;
        padding: 0;
    }
    .arg_sp_visible .blocks-item {
        border-bottom: 1px solid #ababab;
        border-radius: 0;
        margin-bottom: 0;
        padding: 20px;
        flex: 1 0 100%;
        text-align: left;
        line-height: 1em;
    }
    .arg_sp_visible .blocks-item a {
        font-size: 0.9em;
    }
    /*************
    faq
    *************/
    .arg_faq li {
        width: 100%;
        border-bottom: 1px dashed #ddd;
    }
    .arg_faq li:last-child {
        border: none;
    }
    .arg_container .article-relatives {
        margin-top: 4%;
        margin-bottom: 4%;
    }
}


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


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

@media screen and (max-width:1024px) and (min-width:0px) {
    .arg_content {
        padding: 0 5px;
    }
    .arg_container .article-relatives {
        margin-top: 0;
        padding: 0 2%;
    }
    .arg_category .blocks-item-link {
        padding: 20px 10px;
    }
    .arg_title {
        margin-top: 0;
    }
    .arg_article_conteiner .arg_title {
        margin-left: 0px;
    }
    .arg_article_content_box {
        margin: 16px auto 3%;
        padding: 0;
    }
    .arg_article_conteiner {
        padding: 0 3px;
    }
    .arg_article_content {
        margin: 0 auto;
    }
    /***
    faq
    ***/
    .arg_faq li {
        width: 100%;
        border-bottom: 1px dashed #ddd;
    }
    .arg_faq li:last-child {
        border: none;
    }
    .arg_faq_content {
        padding: 0 19px;
    }
    /******
    よくある質問
    *****/
    .arg_faq_q:before {
        vertical-align: top;
    }
    .arg_faq li a {
        vertical-align: top;
        width: 100%;
    }
    .arg_arrow_blue:before {
        background-size: 9px;
    }
    .arg_flow_txt {
        padding: 0 7px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .arg_arlet_txt {
        width: 94%;
    }
}

@media screen and (max-width:900px)and (min-width:0px) {
    /**********************
    最近表示した記事、関連記事
    **********************/
    .arg_sp_recent,
    .arg_sp_related {
        padding-top: 24px;
        margin-top: 13px;
        margin-left: -18px;
        margin-right: -18px;
        padding: 0;
        width: 100%;
    }
    .arg_sp_related {
        border-top: 1px solid #ededed;
    }
    .arg_container .recent-articles {
        width: 100%;
    }
    .arg_related_article .article-relatives,
    .arg_related_article .article-relatives>* {
        display: block;
    }
    .arg_container.container .article-container .arg_article_conteiner .arg_customer_content {
        padding: 0;
    }
    /******************
    step index
    ********************/
    .arg_index,
    .arg_step_index {
        padding: 20px 10px 30px;
    }
    .arg_index ul {
        padding: 0;
    }
    .arg_container.container .article-container .arg_article_content_box .arg_index ul li ul {
        margin-left: 1.2em;
    }
    .arg_container.container .article-container .arg_article_content_box .arg_index h3,
    .arg_container.container .article-container .arg_article_content_box .arg_step_index h3 {
        margin: 13px 0 10px;
    }
    .arg_step_maru_num:before {
        line-height: 1.1em;
        width: 18px;
        height: 18px;
        font-size: 1.1em;
    }
    .arg_step_link {
        padding: 0 5px;
    }
    .arg_step_index_border_r,
    .arg_step_index_border,
    .arg_step_index_border_l {
        top: 14px;
    }
    .arg_step_index a {
        padding: 0;
        font-size: 0.8em;
    }
    .arg_step_box,
    .arg_flow_box {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
    /******************
    article内 AppStoreボタン
    ********************/
    .arg_article_conteiner .btn_app {
        width: 100%;
        padding: 20px auto;
    }
}

@media screen and (max-width:900px)and (min-width:0px) {
    .arg_article {
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px;
    }
    .article-sidebar.arg_article {
        border: 0;
        padding: 0;
    }
    .arg_sp_container {
        padding: 0 4%;
    }
    .arg_container h1 {
        font-size: 1.55em;
        background-size: 29px;
        padding-left: 0px;
        background-size: 30px;
    }
    .arg_article_content_box h1,
    .article-body .arg_article_content h1,
    .arg_category-content .section-tree-title,
    .arg_container_section h1.section-tree-title {
        font-size: 1.55em;
        background-size: 29px;
        background-size: 30px;
    }
}

@media screen and (max-width:1024px)and (min-width:900px) {
    /****************
    section,categori page
    ******************/
    .arg_container.arg_container_category .article,
    .arg_container.arg_container_section .article {
        min-width: inherit;
        max-width: 100%;
    }
    /**********************
    スライドメニュー　 1024-900size対応　 ipad,pc
    ********************/
    .article-sidebar {
        flex: 0 0 17%;
        border: 0;
    }
    .arg_container .article {
        min-width: 532px;
        max-width: 100%;
    }
    /************************
    最近表示した記事、関連記事
    **********************/
    .arg_container .article-container {
        margin-bottom: 1.625rem!important;
    }
    .arg_sp_container {
        padding: 0 30px;
    }
}


/************
arg_sp_hidden
**********/

.arg_sp_visible {
    display: none;
}

@media only screen and (max-width:900px) and (min-width:0px) {
    /************
  arg_sp_hidden
  **********/
    .arg_sp_hidden {
        display: none !important;
    }
    .arg_sp_visible {
        display: block !important;
    }
    /**********
  sp display table-row
  *********/
    .arg_sp_table_row {
        display: table-row;
    }
}


/***************
tab (footer使用あり)
****************/

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

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

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

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

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

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

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

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

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

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


/***********************************
記事用　個別CSS
****************************************/


/************
Airレジ導入に必要な周辺機器と費用 arg_115007822447
*********/

.arg_115007822447 .arg_bg_gradation {
    position: relative;
    display: flex;
}

.arg_115007822447 .arg_bg_gradation:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(rgba(32, 174, 229, 1)), to(rgba(32, 174, 229, 0)));
    background: -webkit-linear-gradient(top, rgba(32, 174, 229, 0.2), rgba(32, 174, 229, 1));
    background: -moz-linear-gradient(top, rgba(32, 174, 229, 0.2), rgba(32, 174, 229, 1));
    background: -o-linear-gradient(top, rgba(32, 174, 229, 0.2), rgba(32, 174, 229, 1));
    background: -ms-linear-gradient(top, rgba(32, 174, 229, 0.2), rgba(32, 174, 229, 1));
    background: linear-gradient(90deg, rgba(32, 174, 229, 0), rgba(32, 174, 229, 1), rgba(32, 174, 229, 1));
    z-index: 10;
    top: 0;
    left: 0;
}

.container .article-content .article-body .arg_115007822447 .arg_bg_gradation img {
    width: 50%;
    display: flex;
}

.container .article-content .article-body .arg_115007822447 .arg_bg_gradation .price_text {
    width: 100%;
    z-index: 11;
    text-align: right;
    font-size: 1em;
    padding: 10px 3%;
    height: 100%;
    vertical-align: middle;
    margin: auto;
    position: absolute;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
    left: 0;
}

.arg_container.container .article-content .article-body .arg_115007822447 .arg_bg_gradation .price_text p {
    color: #FFF;
    width: 100%;
}

.arg_115007822447 .arg_bg_gradation .price_text .arg_value {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
}

@media screen and (min-width:449px) {
    .arg_115007822447 .arg_sp_only {
        display: none !important;
    }
}

@media screen and (max-width:448px) and (min-width:0) {
    .arg_115007822447 .arg_pc_only {
        display: none;
    }
    .arg_115007822447 .arg_sp_only .arg_inner_box {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .arg_115007822447 .arg_sp_only .arg_inner_box .arg_image {
        margin-bottom: 20px;
    }
    .arg_115007822447 .arg_sp_only .arg_inner_box .arg_image img.sp_thum {
        padding: 30px 8%;
    }
    .arg_115007822447 .arg_sp_only .arg_inner_box .arg_inner_text {
        font-size: 0.9em;
    }
    .arg_115007822447 .arg_combination .arg_sp_only {
        padding-left: 5%;
        padding-bottom: 26px;
    }
    .arg_115007822447 .arg_combination .arg_sp_only+.arg_sp_only {
        border-top: 1px solid #dddddd;
    }
    .arg_115007822447 .arg_combination .arg_sp_only .sp_text {
        background: none;
        text-align: left;
        margin-top: 20px;
        width: 100%;
    }
    .arg_115007822447 .arg_combination .arg_sp_only .sp_text .arg_value {
        text-align: right;
        margin-top: 20px;
        font-weight: bold;
    }
}


/************
支払い方法に「交通系電子マネー（Airペイ）」が表示されない不具合について arg_115008907448
*********/

.arg_container.container .article-content .article-body .arg_115008907448 .arg_spec_con_inner {
    padding-left: 20px;
}

.arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col {
    padding-right: 6%;
}

.arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col a {
    background-image: none;
    display: block;
}

.arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col a img {
    width: 80%;
}

@media screen and (max-width:448px) and (min-width:0) {
    .arg_container.container .article-content .article-body .arg_115008907448 .arg_spec_con_inner {
        padding: 0;
    }
    .arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col {
        padding: 0;
    }
    .arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col+.arg_col {
        margin-top: 30px;
    }
    .arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col a {
        padding: 0 10%;
    }
}


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

Thanks & s_code add css 20170626

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


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

.arg_form {
    color: #555;
}

.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: 0.9em;
}

.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: 2em 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;
}


/* form footer 修正 2017.10.6 */

form footer {
    border: none;
}


/*  thanks  */

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

body.arg_thanks_body main {
    display: none;
}

.arg_thanks_body .zopim {
    display: none;
}

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

.arg_thanks_body .notification a {
    color: white;
}

.arg_thanks_body .arg_container,
.arg_thanks_body .arg_header,
.arg_thanks_body .arg_footer {
    display: none;
}

.arg_thanks {
    text-align: center;
    max-width: 770px;
    margin: 3% auto;
    font-size: 1rem;
}

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

.arg_thanks h1 br {
    display: none;
}

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

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

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

.arg_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;
    }
    .arg_thanks {
        margin: 0 auto;
        font-size: 1.15rem;
    }
    .arg_thanks h1 {
        margin-top: 0;
        padding-top: 0;
        text-align: center;
    }
    .arg_thanks_inlist {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 550px) {
    .arg_form .arg_form_forgetlist h3 {
        font-size: 3vw;
    }
    .arg_form_fl_img {
        display: none;
    }
    .arg_form_fl_txt {
        width: 95%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .arg_thanks {
        text-align: left;
        font-size: .8rem;
    }
    .arg_thanks h1 {
        font-size: 7vw;
    }
    .arg_thanks>p {
        padding: 0 0 1.5em;
        font-size: 4vw;
        line-height: 1.6;
        text-align: left;
    }
    .arg_thanks h1 br {
        display: inline-block;
    }
    .arg_thanks li {
        font-size: ;
    }
}

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


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

chat start button add css 20200423

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

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

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

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

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

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

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

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

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


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

form parts overwrite add css 20170626

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


/*** セレクトボックスの高さ ***/

.nesty-panel {
    height: 300px;
    height: 30vmin;
}


/*** セレクトボックス内のliの高さ ***/

.nesty-panel li {
    padding: 1em !important;
}


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

補助金対象アイコン 20170629

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

h4.arg_reduced_taxrate {
    position: relative;
    padding-right: 80px !important;
    word-break: break-all;
}

h4.arg_reduced_taxrate::before {
    background-color: #6D8C98;
    color: #fff;
    padding: .1em .5em;
    border-radius: 3px;
    font-size: .8rem;
    content: "補助金対象";
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.5rem;
}


/* キャンペーンラベル */

h4.arg_reduced_taxrate a {
    background-color: #ff9700;
    color: #fff;
    padding: .1em .5em;
    border-radius: 3px;
    font-size: .8rem;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 85px;
}


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


footer リンク導入


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

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 .footer-inner {
    display: block;
    margin: 0 auto;
    max-width: 1160px;
    padding: 0;
}

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

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

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

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

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


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


design 見直し new_id add


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

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


/*
パンくず
*/

.sub-nav {
    margin-top: 1.2em;
}


/*
検索結果
*/

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


/*
header
*/

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

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

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

.search_box {
    background-color: #E1F0F8;
    padding: 2.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("/hc/theming_assets/01HZKVPK6MN5MGS9FZYYRD95SP") center center no-repeat transparent;
    background-size: 25px;
    -webkit-transform: none;
    transform: none;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

    }
}

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


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

.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("/hc/theming_assets/01HZKVPK6MN5MGS9FZYYRD95SP") 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: 0;
        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;
    }
    .search::before {
        background-size: 23px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
    .pageFooterSearch {}
    .pageFooterSearch .search input[type='search'] {
        height: 40px;
        line-height: 1;
    }
    .pageFooterSearch .search {
        float: right;
    }
    .search::before {
        background-size: 23px;
    }
}

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

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

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

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

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

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


/* プレースホルダー*/

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

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

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

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

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


/* zendeskクラス打ち消し */


/* underline */

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


/* fontsize */

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


/* small,big打ち消し */

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


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

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

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


/* 上付き下付き */

#new_article sup {
    font-size: inherit;
}

#new_article sub {
    font-size: inherit;
}

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

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


/*
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: 100%;
    border: 1px solid #bdc3c4;
    margin: 0 auto;
    box-sizing: border-box;
    display: inline-block;
}

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


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

.article-header h1 {
    font-weight: normal !important;
    font-size: 2rem;
    padding: .5em 0 !important;
    background: none !important;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
}

#new_article h2 {
    background: none;
    padding: 0;
    margin: 3em 0 1.5em;
    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: #29363b;*/
    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-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);
    }
    #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.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 table.td-center td {
    text-align: center;
}

@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;
    white-space: nowrap;
}


/*
  リスト（連番）
  */

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

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

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

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

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

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

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

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

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


/*
  リスト（箇条）
  */

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

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

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

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

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

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


/*
  目次
  */

#new_article .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,
#new_article ol.note-list.ol-reset-1 {
    counter-reset: olstep 0;
}

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

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

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

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

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

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

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

#new_article ol.ol-reset-9,
#new_article ol.note-list.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 #bdc3c4;
    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("/hc/theming_assets/01HZKVPBVRWZ1JD93D82CX74J0") 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,
#new_article a.link-relation {
    display: inline-block;
    position: relative;
    /* overwrite start */
    background: none;
    padding-right: 0;
    margin-right: 0;
    /* overwrite end */
}


/* 右端リンク */


/* 外部 */

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


/* pdf */

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


/* adobe download */

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

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

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

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

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

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

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

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


/* excel */

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


/* word */

#new_article a.link-word::after {
    background: url("/hc/theming_assets/01HZKVPGQEMQ60WQ9981VQQ4CY") 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(/hc/theming_assets/01HZKVPGAK3TKH2179H6F1D8ZG) 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("/hc/theming_assets/01HZKVPAPANXWV9WN7H1X74QAS") center center no-repeat transparent;
}

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

#new_article a.external::after {
    content: "";
    width: 1em;
    height: 1.2em;
    background: url("/hc/theming_assets/01HZKVPJ7P6QNE9FNWJNG9H5BZ") 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;
    border: 1px solid #bdc3c4;
}

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


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

header news_old

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


/* _old */

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

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

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

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

.header-news-list li {
    position: relative;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 1件もない場合 */

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

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

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

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

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


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

@media only screen and (max-width: 640px) and (orientation: portrait) {
    .header-news aside {
        display: none;
    }
    .header-news-list li {
        display: none;
    }
    .header-news-list li.sp-news-num {
        display: block;
    }
    /* 重要がある場合 */
    .news-important .header-news-list {
        width: 100%;
        float: none;
    }
    .news-important .header-news-list li.sp-news-num {
        display: none;
    }
    .news-important .header-news-list li:first-child {
        display: block;
    }
    .news-important aside {
        display: inline-block;
    }
}


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

  210908 header news

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


/* 210908 header-news-wrap */

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

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

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

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

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

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

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

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

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

.header-news-wrap aside {}

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

.header-news-wrap aside a::before {
    content: "";
    display: inline-block;
    background: url(/hc/theming_assets/01HZKVPAPANXWV9WN7H1X74QAS) 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;
}


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

  mixd original css START

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

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


/* tabs (juri) */

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

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

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

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

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

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

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

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

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

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

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

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


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

  mixd original css END

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


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


  top design renewal 2018/04/


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

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

#top_container section {
    margin: 0;
}

.top_container .category_menu {
    max-width: 1160px;
    margin: 0 auto 4em;
    padding-top: 1em;
}


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

.top_container .category_menu ul li {
    display: block;
    text-align: center;
    width: 32.7%;
    padding-bottom: .6em;
}

.top_container .category_menu ul:after {
    content: "";
    display: block;
    width: 32.5%;
}

.top_container .category_menu ul li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

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


  

.top_container .category_menu .list_inner {
    display: block;
    color: #555;
    padding:1.8rem 1rem;;
}

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

.top_container .category_menu .list_inner .list_title {
    font-weight: 900;
}

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

.top_container .category_menu .main_category .list_icon {
    margin-right: auto;
    margin-left: auto;
    display: table;
    width: 140px;
}

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

.top_container .category_menu .main_category .list_title {
    font-size: 1.1rem;
    margin: .8em 0 0;
}

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

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

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

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

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

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

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

#top_container .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: 2px;
    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 {
  opacity: 0.6;
  text-decoration: underline;
  }*/

#top_container .pickup_article ul>li a:hover::after {
    width: 100%;
}

@media only screen and (min-width: 1161px) {
    .top_container {
        min-width: 320px;
    }
    .top_container .category_menu .sub_category .list_icon {
        margin: 2.2em 0;
    }
    .top_container .category_menu .main_category .list_title {
        font-size: 1.1rem;
    }
    .top_container .category_menu .main_category .list_subtext {
        font-size: .9em;
    }
    .top_container .category_menu .sub_category .list_title {
        font-size: 1.1em;
        margin-bottom: 0em;
    }
    .top_container .category_menu .sub_category .list_subtext {
        font-size: .9em;
        margin-top: .2em;
    }
    #top_container .arg_faq_content {
        padding: 0;
    }
}

@media only screen and (max-width: 763px) {
    .top_container .category_menu .main_category>li {
        padding-bottom: .5em;
    }
    .top_container .category_menu .main_category .list_icon img {
        max-width: 48px;
        max-height: 48px;
    }
    .top_container .category_menu .main_category .list_title {
        font-size: 1.2em;
          margin: 0;
      
       
    }
    .top_container .category_menu .main_category .list_subtext {
        padding: 0 6%;

    }
    .top_container .category_menu .sub_category>li {
        width: 49.4%;
        padding-bottom: .5em;
    }
    .top_container .category_menu .sub_category>li {
        margin-left: 0;
    }
    .top_container .category_menu .sub_category .list_inner {
        padding: 1.3em 0 1em;
        display: block;
    }
    .top_container .category_menu .sub_category .list_icon {
        display: inline-block;
        margin: 0;
    }
    .top_container .category_menu .sub_category .list_text {
        display: block;
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .top_container .category_menu .sub_category .list_icon img {
        max-width: 42px;
        max-height: 42px;
        vertical-align: middle;
    }
    .top_container .category_menu .sub_category .list_title {
        font-size: 1.9vw;
        margin-bottom: .4em;
    }
    .top_container .category_menu .sub_category .list_subtext {
        font-size: 1.7vw;
        margin-bottom: 0;
    }
    #top_container .arg_faq_content {
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .top_container .category_menu ul.main_category>li {
        width: 100%;
        padding-bottom: .5em;
    }
    .top_container .category_menu .main_category .list_icon {
        width: 28%;
    }
    .top_container .category_menu .main_category .list_icon img {
        padding: 0;
        width: 60px;
        height: auto;
    }
    .top_container .category_menu .main_category .list_text {
        width: 70%;
        text-align: left;
        margin: 0 auto;
    }
    .top_container .category_menu .main_category .list_inner {
        display: block;
        width: 100%;
        padding: 1.6rem .5rem;;
    }
    .top_container .category_menu .main_category .list_inner>* {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    /*  .top_container .category_menu .main_category .list_title {
    font-size: 5vw;
    }*/
    .top_container .category_menu .main_category .list_subtext {

        padding: 0;
    }
    .top_container .category_menu .sub_category li {
        padding-bottom: .5em;
        width: 49%;
    }
    .top_container .category_menu .sub_category .list_inner {
        padding: 1.3em 0 .8em;
        display: block;
    }
    .top_container .category_menu .sub_category .list_icon {
        width: 100%;
        display: block;
    }
    .top_container .category_menu .sub_category .list_icon img {
        max-width: 38px;
    }
    .top_container .category_menu .sub_category .list_text {
        width: 100%;
        text-align: center;
        padding: 0 8%;
        display: block;
        min-height: 4.2em;
    }
    .top_container .category_menu .sub_category .list_title {
        font-size: 1.1em;
        margin: .4em 0 0;
    }
    .top_container .category_menu .sub_category .list_subtext {
        font-size: .8em;
    }
}

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

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


/* faq-chatbot */

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


/* button gray-out from promo 2018.5.31 */

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


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

  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-selreslt-list {
    margin: 1rem 0;
    padding: 1.5rem 2rem;
    background-color: #E1f0f8;
    border-radius: 4px;
}

.eq-selreslt-list>dl {
    margin-bottom: 0;
}

.eq-selreslt-list,
.eq-selreslt-list dt,
.eq-selreslt-list dd {
    text-align: center;
    font-weight: normal;
}

.eq-selreslt-list dl>dd,
.eq-selreslt-list dl>dt {
    animation-duration: 1s;
    animation-name: "";
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    display: none;
}


/* 表示 */

.eq-selreslt-list dl>dd.eq-open:not(.eq-box) {
    display: block;
    animation-name: fadeIn;
}


/* 内容表示 */

.eq-selreslt-list dl>dd.eq-box.eq-open {
    display: block;
    animation-name: flipInX;
    animation-direction: alternate;
}


/* 完了時 */

.eq-selreslt-list dl>dd.eq-close:not(.eq-box) {
    animation-name: fadeOutUp
}

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


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

  eq search test end

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


/***************
  zopim + karte
  ****************/

.zopim {
    z-index: 2147483641 !important;
}


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

  よくある検索キーワード　追加 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;
    }
    .top_container .category_menu>ul>li {
        width: 32.8%;
    }
    .header_info_newinfo {
        display: none;
    }
}




@media (max-width: 1024px),
print {
    .top_container .category_menu>ul>li {
        width: 49%;
    }
  
}


/* for SP */

/* 改善施策_「よく使われるキーワードから検索」への文言追加　にてCSS改修のためコメントアウトしております */
/* .keyword-sp {
    color: #555555;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid #cdcccc;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: 1rem;
    font-weight: 600;
} */
.keyword {
    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) {
    /* 改善施策_「よく使われるキーワードから検索」への文言追加　にてCSS改修のためコメントアウトしております */
    /* .keyword {
        max-width: 90%;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: none;
    } */
    .keyword {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .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%;
    }
    /* 改善施策_「よく使われるキーワードから検索」への文言追加　にてCSS改修のためコメントアウトしております */
    /* .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 {
        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;
    }
}

/* 改善施策_「よく使われるキーワードから検索」への文言追加　にてCSS改修のためコメントアウトしております */
/* @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("/hc/theming_assets/01HZKVPBZWTR86NQESGQTQE07M") 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;
}

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

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


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

  新しい 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: 0px;
    font-size: 16px;
}

.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(/hc/theming_assets/01HZKVPGAK3TKH2179H6F1D8ZG) 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, 軽減税率関連問い合わせ動線の追加

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

.arg_form_fl_img .rud_icon {
    border: solid 1px #ccc;
    border-radius: 10px;
}

.arg_form_forgetlist li:only-child .arg_form_fl_img {
    width: 15%;
}

.arg_form_forgetlist li:only-child .arg_form_fl_txt {
    width: 84%;
}

.arg_form_forgetlist {
    margin: 3em 0;
}

.arg_form_forgetlist:first-child {
    margin: 0;
}

.arg_article_content .arg_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%;
    }
}


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

  関連する記事リスト、最近表示した記事リスト

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

.arg_container .article-container {
    margin-top: 3em;
}

.arg_container_article .article-container .arg_article_content_box.article {
    flex: 1 0 70%;
    width: 70%;
}

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

.article-container .recent-articles,
.article-container .recent-articles li {
    font-size: 100%;
}

.article-container .article-relation h3,
.article-container .article-recent h3 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #555;
    font-feature-settings: "palt";
    letter-spacing: .06rem;
}

.article-container .article-relation ul,
.article-container .article-recent ul {
    margin: 1rem 0;
    min-height: 1rem;
}

.article-container .article-relation ul li,
.article-container .article-recent ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    text-indent: 0;
}

.article-container .article-relation ul li:first-child,
.article-container .article-recent ul li:first-child {
    margin-top: 0;
}

.article-container .article-relation ul li+li,
.article-container .article-recent ul li+li {
    margin-top: .7rem;
}

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

.article-container .article-relation a,
.article-container .article-recent a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
    color: #0892c7;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font: inherit;
    padding: 0;
}

.article-container .article-relation a:hover,
.article-container .article-recent a:hover {
    opacity: .5;
    text-decoration: none;
}

.article-container .article-relation a:visited,
.article-container .article-recent a:visited {
    color: #0070c0;
}

.article-container .article-relation .current-article {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .arg_container_article .article-container .arg_article_content_box.article {
        flex: 1 0 100%;
        width: 100%;
    }
    .article-container .article-relation {
        display: block;
        width: 100%;
        padding: 0;
        border: none;
    }
    .article-container .article-relation h3 {
        margin: 0 0 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
}

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

.article-container .article-recent {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 3rem;
}

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


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

  Breadcrumbs

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

.sub-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: .5rem 0;
    min-height: 0;
}

ol.breadcrumbs {
    margin: 0;
    padding: 0;
}

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

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

ol.breadcrumbs li {
    display: inline;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-indent: 0;
    padding-left: 1.6rem;
    padding-top: .15em;
}

ol.breadcrumbs li+li::before {
    content: "";
    margin: 0;
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("/hc/theming_assets/01HZKVPHJP5Y466BCRF5W7PBG7") center center no-repeat transparent;
    background-size: 6px;
    position: absolute;
    top: 1px;
    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;
}


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

  description（非公開中）

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

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


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

  Category & Section Renewal

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

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

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

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

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

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

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

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

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

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

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

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

.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-left: 1em;
}

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

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

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

.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;
    }
    .category-container .article,
    .section-container .article {
        /*margin: 3em 0;*/
        padding: 0 2%;
    }
    .section-tree .article-list li a,
    .section-content .article-list li a {
        line-height: 1.6;
    }
    .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 {
        margin-top: 2em;
        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;
    }
}


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

  pagination Renewal

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

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

.pager_block {
    display: inline-block;
}

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

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

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

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

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

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

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

.pagination .pagination_ico {
    position: relative;
}

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

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

.pagination .pagination-first a:before,
.pagination .pagination-last a:before {
    background: url("/hc/theming_assets/01HZKVPMS7EX4VYR9TESM1FX93") 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;
    }
}


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

  New request page : Add confirm printer

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

.confirm-before-apply {
    margin: 4em 0 3em;
    display: none;
}

#new_article .confirm-printer .box-confirm {
    border: solid 4px #ffeee8;
    position: relative;
    padding: 0;
}

#new_article .confirm-printer .box-confirm .tit-confirm {
    position: absolute;
    top: -12%;
    left: 0;
    display: flex;
    background: #ffeee8;
    border-radius: 999px;
}

#new_article .confirm-printer .box-confirm .tit-confirm p {
    margin: 8px 20px 8px 10px;
    color: #f55852;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4;
    display: flex;
}

#new_article .confirm-printer .box-confirm .tit-confirm::before {
    content: '';
    background: url("/hc/theming_assets/01HZKVPN7GTESPHQV3Z1WXTRVE") center center no-repeat #f55852;
    background-size: 20px;
    display: block;
    width: 22px;
    height: 22px;
    padding: 8px;
    border-radius: 999px;
}

#new_article .confirm-printer .column2 {
    margin: 0;
    overflow: hidden;
}

#new_article .confirm-printer .column2>.column2-r {
    padding: 2.5em 1.5em 0;
}

#new_article .confirm-printer .column2>.column2-r a {
    margin-top: 1em;
}

#new_article .confirm-printer .column2>.column2-r .text-important {
    font-weight: 600;
    font-size: .95rem;
}

#new_article .confirm-printer .column2>.column2-l {
    font-size: 0;
    text-align: right;
    margin-right: -4px;
}

#new_article .confirm-printer .column2>.column2-l img {
    line-height: 0;
    border-radius: 0 4px 4px 0;
}

.confirm-before-apply.show {
    display: block;
}

@media only screen and (max-width: 767px) {
    #new_article .confirm-printer .column2>.column2-r {
        padding: 2.5em 1em 0;
    }
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #new_article .confirm-printer .box-confirm .tit-confirm {
        top: -4%;
    }
    #new_article .confirm-printer .column2>.column2-r {
        padding: 2.5em 1em 1em;
    }
    #new_article .confirm-printer .column2>.column2-l {
        text-align: center;
        padding-bottom: 20px;
        margin-right: 0;
    }
    #new_article .confirm-printer .column2>.column2-l img {
        margin-top: 0;
        width: 80%;
        border-radius: 0;
    }
}

@media only screen and (max-width: 320px) {
    #new_article .confirm-printer .box-confirm .tit-confirm {
        top: -7%;
    }
    #new_article .confirm-printer .box-confirm .tit-confirm p {
        font-size: 80%;
    }
}


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

      軽減税率/記事用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;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3em;
}

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

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


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

      記事ページ下部の検索フォーム

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

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

#new_article .search_box .heading_blue {
    margin: 0 0 4px;
    color: #0892c7
}

#new_article .search_box form.search {
    width: 100%;
    max-width: none;
}

#new_article .search_box .search_box_btn {
    color: #fff;
}

#new_article .search_box .keyword {
    width: 100%;
    margin-top: 8px
}


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

      お問い合わせボタン改修

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

.survey_btn_wrap input.survey_btn {
    background-color: #fff;
    font-size: 15px;
    padding: 1em;
    line-height: 22px;
}

.survey_btn_wrap.survey_btn_wrap_for_article>* {
    margin: 0.5rem;
}

@media screen and (max-width: 540px) {
    .survey_btn_wrap.survey_btn_wrap_for_article>* {
        width: 90%;
    }
}


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

      helpfeel tweak styleを追加

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

.search {
    width: 680px;
    max-width: 90%;
}

.underLayerSearch .search {
    width: 90%;
}

.keyword {
    width: 680px;
}

@media screen and (min-width: 641px) and (max-width: 1023px),
print {
    .search {
        width: 100%;
        max-width: 100%;
    }
    /* 改善施策_「よく使われるキーワードから検索」への文言追加　にてCSS改修のため追記しております */
    .keyword {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .search_box {
        padding: 5%;
    }
    /* 改善施策_「よく使われるキーワードから検索」への文言追加　にてCSS改修のため追記しております */
    .keyword {
        width: 100%;
    }
}


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

      記事ページ下部の検索ボックスの調整

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

.wrap_bottomSearch {
    /*border-top: 1px solid #ddd;*/
    /*padding-top: 2em;*/
}


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

      サービスロゴの差し替え

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

header .logo a {
    width: 150px;
}

header .logo img {
    max-height: 100%;
}

header .logo_img img {
    max-width: 100%;
    width: 100%;
    height: 46px;
}

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


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

      top design renewal 2021/05/10

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

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

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

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

      campaign banner space

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

#top_search_box .top_c_banner {
    margin-top: 2em;
}

#top_search_box .top_c_banner.disp-none {
    display: none;
}

#top_search_box .top_c_banner .c_banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#top_search_box .top_c_banner .c_banner a:hover img {
    opacity: .7;
}

#top_search_box .top_c_banner .c_banner img {
    width: 100%;
    margin: 0;
    padding: 0;
}

#top_search_box .top_c_banner .disp-pc {
    display: block;
}

#top_search_box .top_c_banner .disp-sp {
    display: none;
}

@media (min-width: 1024px),
print {
    #top_search_box .top_c_banner .c_banner {
        width: 680px;
    }

}

@media screen and (min-width: 641px) and (max-width: 1023px), print {
    #top_search_box .top_c_banner .c_banner {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    #top_search_box .top_c_banner .disp-sp {
        display: block;
    }
    #top_search_box .top_c_banner .disp-pc {
        display: none;
    }
    #top_search_box .top_c_banner {
        margin-bottom: 1em;
    }
}

/*記事ページのバナー用*/

#new_article .cam_banner a {
    display: block;
}

#new_article .cam_banner a:hover > img{
    opacity: .7;
}

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

      SKM対応 2022/10/11

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

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


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

    アセットパス変更用　2022/10/19

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

.icon_sort{
   content: URL("/hc/theming_assets/01HZKVPJ37NXJC1KKVC1NPPK21");
   width: 20px;
   vertical-align: text-bottom;
}

.adobe_bnr {
  content: URL("/hc/theming_assets/01HZKVPDG5TVNE3A12P5T2897R");  
  height: auto;
  max-width: 100%;
}

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

      
		アセットパス変更用
		box3セット

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

  #new_article .box-surprised_mark h4 {
    color: #E75851;
    background: url("/hc/theming_assets/01HZKVPXK54CRGASXC4FF16MW7") no-repeat transparent;
}
  #new_article .box-check h4 {
    color: #ff9700;
    background: url("/hc/theming_assets/01HZKVPXA5GRXT3QHTCFYMB99E") no-repeat transparent;
}
  #new_article .box-point h4 {
    color: #0892c7;
    font-size: 1.1rem;
    background: url("/hc/theming_assets/01HZKVPXE9KB6PBSD1SEF0WV8A") 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("/hc/theming_assets/01HZKVPHTY6B4R61ESWFDVJYK0") 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%;
    }
}

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

      SP用 アプリDLボタン横並び

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

#new_article .sp-dlbutton {
    margin: 1em 0;
    text-align: center;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
  
}

#new_article .sp-dlbutton a {
    display: block;
}

#new_article .side {
    flex: 1;
}

#new_article .main {
    width: 1em;
}

#new_article .pc-dlbutton {
    margin: 1em 0;
    padding:0 20%;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
  
}

#new_article .pc-dlbutton a {
    display: block;
}

#new_article .pc-dlbutton img {
     max-width: 70%;
}

#new_article .pc-qrimage {
    margin: 1em 0;
    padding:0 20%;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
  
}

#new_article .pc-qrimage img {
     width: 70%;
}




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

　　　　　　　　IAに伴う対応プリンター記事の改修

  *****************************/
#new_article.ｓupported_printers h2 {
    margin: 3em 0 0.5em;
}

.detail{
  display: none;
}

.detail h4{
  text-align: left !important;
}
.detail p{
  text-align: left !important;
}

.active + .detail{
	transform: translatex(0);
}


.detail_op {
  cursor: pointer;
    text-decoration: none !important;
}

a.detail_op:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #0892c7 2px solid;
    border-right: #0892c7 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 4%;
    top: -10%;
    bottom: 0;
    margin: auto;
}

a.detail_op.active:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #0892c7 2px solid;
    border-right: #0892c7 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 4%;
    top: 20%;
    bottom: 15%;
    /* margin: auto; */
}





a.detail_op.active {
    padding-left: 90%;
    display: block;
}


a.detail_op {
    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: 0;
    top: 0px;
    bottom: 0;
    /* margin: auto; */
    padding-left: 91.4%;
    height: 100%;
    width: 100%;
}


tr.printer_txt {
    position: relative;
}



@media only screen and (max-width: 767px){
table.tbl-onoff.tbl-c {
width: 907px !important;
}
.sp_table_wrap{
  overflow: scroll !important;
}
}

/* sp時にスクロールバーを常時表示 */
.sp_table_wrap::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}

.sp_table_wrap::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.sp_table_wrap::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #ddd;
}



.printer_img_size img.nobdr {
    width: 110px;
}


tr.printer_txt td:first-child {
  /* text-align: left !important; */
  font-weight: 600 !important;
}

.printer_type p {
    margin-top: 0.5em !important;
}

.column3.printer_type {
    margin-top: 1em !important;
}

tr.detail .note-list {
    text-align: left;
}

.printer_chart th,.printer_chart td,.printer_chart p,#new_article .printer_chart ol.note-list,#new_article .printer_chart .note-list>li,.printer_chart a.link-relation  {
    font-size: 14px !important;
}

.detail_toggle {
    width: 50px !important;
}

.printer_chart th,.printer_chart td {
    border:none !important;
}

.printer_chart {
  border: 1px solid #bdc3c4;
  }

.printer_chart h5 {
  text-align: left;
  }

.printer_chart th {
    font-weight: 600 !important;
  }

.printer_chart{
    font-weight: 600 !important;
  }

.printer_chart tbody tr,.printer_chart tbody .detail {
  border-top: 1px solid #bdc3c4 !important;
  }



.printer_chart tbody .detail{
border-top:none !important;
}



.column3.product_info {
    margin-top: 1.5rem !important;
      justify-content: flex-start !important;
}

.chart {
      max-width: 100%;
}


#new_article .printer_chart a.link-external::after{
    top: 3px;
}
#new_article .printer_chart a.link-external::before {

    top: 2px;
}

#new_article .printer_chart .note-list>li::before, #new_article .printer_chart ol.note-list>li::before {

    top: 0.3em;
}

.printer_chart tr.printer_txt td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.printer_chart .detail td:first-child {
    padding: 30px !important;
}


.printer_txt td:nth-child(2){
      z-index: 999;
    position: relative;
}



.printer_chart tbody tr,.printer_chart tbody .detail {
  border-top: 1px solid #bdc3c4 !important;
  /* border-bottom: 1px solid #bdc3c4 !important; */
  } 


.printer_chart tbody .detail{
border-top:none !important;
}


hr {
    margin-bottom: 2em;
    margin-top: -2em;
    border: solid 0.9px #eee;
    z-index: 9999 !important;
    position: relative;
}

#new_article.ｓupported_printers table.tbl-onoff.tbl-c.layout-fix.chart.printer_chart {
    margin: 1.5em 0 1em;
}


/* Safariのみ適用 */

::-webkit-full-page-media, :future, :root a.detail_op:after {
    right: 27%;
    top: -35%;
}

::-webkit-full-page-media, :future, :root a.detail_op.active:after {
    right: 30%;
    top: 20%;
    bottom: 15%;
}


::-webkit-full-page-media, :future, :root a.detail_op.active {
    padding-left: 0px !important;
    display: block;
}


::-webkit-full-page-media, :future, :root a.detail_op {
    position: relative;
    right: -3%;
    padding-left: 0px !important;

}

@media only screen and (max-width: 767px){
_::-webkit-full-page-media, _:future, :root table.tbl-onoff.tbl-c.layout-fix.chart.printer_chart {
width: 100% !important;
    }
}

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

  動作環境の足切り端末にアテンションマーク追加（2024年2月）

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


#new_article table.device_list td span.attention,
#new_article span.attention_note {
  color: #ff9700;
  background: url("/hc/theming_assets/01HZKVPXA5GRXT3QHTCFYMB99E") 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年4月）

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

#new_article .tb_kiyaku td p.terms_list {
    font-size: .9rem;
    line-height: 1.4;
    padding-left: 1.1em;
    text-indent: -1.1em
}

#new_article .tb_kiyaku .terms_list.list_bold {
    font-weight: 600;
}

#new_article .tb_kiyaku .terms_list span.list_bold {
    font-weight: 600;
    font-size:inherit;
}

/* 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/01JMK3W1K1RAW0K068K1G3CY8S');}
.logo-apy {background-image: url('/hc/theming_assets/01JMK3W7S6SFTVMRW4JDMHSSEC');}
.logo-mpa {background-image: url('/hc/theming_assets/01JMK3W3RKCVP0WXZYQ3RPKXKH');}
.logo-pyr {background-image: url('/hc/theming_assets/01JMK3W9GK9Y7EYS6E8BZ9Q3WA');}
.logo-msc {background-image: url('/hc/theming_assets/01JMK3W6E7A32SVDGQ16JEGPK5');}
.logo-sft {background-image: url('/hc/theming_assets/01JMK3W8X8C6B2PJM952QW5M47');}
.logo-rb {background-image: url('/hc/theming_assets/01JMK3W85E7ZKKJXQNYRM50WVJ');}
.logo-mate {background-image: url('/hc/theming_assets/01JMK3WASFB6XW2WASQ96WVAY8');}
.logo-awt {background-image: url('/hc/theming_assets/01JMK3W4RYKEMCDWQPRVEHEDWK');}
.logo-rsv {background-image: url('/hc/theming_assets/01JMK3W3JRKAMTSYT8HB7P4E2T');}
.logo-inv {background-image: url('/hc/theming_assets/01JMK3WARC43EPKKTPZ01S437J');}
.logo-aid {background-image: url('/hc/theming_assets/01JMK3WBCABZ6CDRR5TWNMGZVH');}
.logo-acs {background-image: url('/hc/theming_assets/01JMK3W7FV7MS2G4XDBMVSDJQP');}
.logo-mkt {background-image: url('/hc/theming_assets/01JMK3W8DZWXZH3G33GTMZG8FT');}
.logo-oes {background-image: url('/hc/theming_assets/01JMK3W53QRTGJZRTFVNAD62BH');}
.logo-psb {background-image: url('/hc/theming_assets/01JMK3W888AVGZFE8FZZA7TFFC');}

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

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

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

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

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

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

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

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

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

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

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

  #new_article h5.logo-arg {background-image: url('/hc/theming_assets/01JMK3W5XTRF7Y351GJV1SDQ0E');}
  #new_article h5.logo-apy {background-image: url('/hc/theming_assets/01JMK3W5SZ0VW6XK1JRTXB896X');}
  #new_article h5.logo-mpa {background-image: url('/hc/theming_assets/01JMK3W9JCRNRD487Y2R25F9GF');}
  #new_article h5.logo-pyr {background-image: url('/hc/theming_assets/01JMK3W0EAS2YZXYWB0Z8EH5MV');}
  #new_article h5.logo-msc {background-image: url('/hc/theming_assets/01JMK3W7RPXJF7NHCYEZYABF2K');}
  #new_article h5.logo-sft {background-image: url('/hc/theming_assets/01JMK3WATV5EDHXPRQ2XC14BNE');}
  #new_article h5.logo-rb {background-image: url('/hc/theming_assets/01JMK3WA32HN5BZ9C6DF97VS5N');}
  #new_article h5.logo-mate {background-image: url('/hc/theming_assets/01JMK3W1ND644WSV2T0WRTBWBV');}
  #new_article h5.logo-awt {background-image: url('/hc/theming_assets/01JMK3W3FP2D3XDKBE00ZWESZ0');}
  #new_article h5.logo-rsv {background-image: url('/hc/theming_assets/01JMK3W33G498KTW2WRXC5RWHW');}
  #new_article h5.logo-inv {background-image: url('/hc/theming_assets/01JMK3W90BC3NJ0YKGV8MQYHPY');}
  #new_article h5.logo-aid {background-image: url('/hc/theming_assets/01JMK3WAGNSB0XCGSZ0KK40GMJ');}
  #new_article h5.logo-acs {background-image: url('/hc/theming_assets/01JMK3W560FSM6WGTP2KYZQBQS');}
  #new_article h5.logo-mkt {background-image: url('/hc/theming_assets/01JMK3W597SAD6D7KQVC414PMQ');}
  #new_article h5.logo-oes {background-image: url('/hc/theming_assets/01JMK3W7S46EDEPC4PVDQTZGSS');}
  #new_article h5.logo-psb {background-image: url('/hc/theming_assets/01JMK3W50WZRRE2MS4MWS38ZNK');}
}




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

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

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

}

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

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

/* 検索フォーム */

#searchForm {
    margin-bottom: 20px;
}

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

#searchButton {
    padding: 8px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .sr-pagination ul {
        border: none;
    }

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

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

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

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

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

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

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

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

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

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

/*******************
AmazonConnect chat アイコン用
********************/
[class^="acOpenButton"],
[class^="acButtonStyles"],
[class^="acCloseButton"] {
    width: 50px !important;
    height: 50px !important;
    box-shadow: none !important;
}
[class^="acOpenButton"]:focus,
[class^="acButtonStyles"]:focus,
[class^="acCloseButton"]:focus {
    opacity: 1 !important;
}
#amazon-connect-open-widget-button svg, #amazon-connect-close-widget-button svg {
    display: none;
}

button#amazon-connect-open-widget-button, #amazon-connect-close-widget-button {
    color: #000000;
    background: #ffffff00 !important;
    background-image: URL("/hc/theming_assets/01JMXN9STBHYJ42216M4106AZJ") !important;
    border-radius: 0px;
    background-repeat: no-repeat !important;
    background-size: 180px !important;
    right: 205px !important;
    bottom: -16.5px !important;
}
[class^="acOpenButton"], [class^="acButtonStyles"], [class^="acCloseButton"] {
    width: 200px !important;
    height: 60px !important;
    box-shadow: none !important;
}

      #eye_catcher{
 right: 5px !important;
}


#amazon-connect-chat-widget-iframe {
    margin: 0;
    height: 85vh;
}


[class^="acFrameContainer"] {
    max-height: 85vh !important;
/*   bottom: min(1vh); */
}

#chatplusview.chatplusview-modern.closed:not(.float) {
    max-height: 0px !important;
}


    [class^="acFrameContainer"].mobile {
        max-height: 92vh !important;
    }
    [class^="acFrameContainer"].show.mobile {
        max-height: unset !important;
        max-width: unset;
    }
    button#amazon-connect-close-widget-button.mobile {
        background: none !important;
        height: 50px !important;
        background: #20aee5 !important;
        width: 60px !important;
    }
    #amazon-connect-close-widget-button.mobile svg {
        display: block;
        margin: 0 auto;
    }


      #eye_catcher{
      bottom: -2px !important;
      
    }
  
    #eye_catcher img {
        width: 231px !important;
    }
  button#amazon-connect-open-widget-button, #amazon-connect-close-widget-button {
    position: fixed;
    right: 210px !important;
    bottom: 2px !important;
    width: 180px !important;
    height: 60px !important;
}
  [class^="acWidgetContainer"] {
        margin-bottom: 65px;
        bottom: 0 !important;
}


@media only screen and (max-width: 430px) {
  button#amazon-connect-open-widget-button, #amazon-connect-close-widget-button {right: 200px !important;}
  
  #eye_catcher {
    right: 0px !important;
}
  
  div#eye_catcher img {
    width: 200px !important;
}
  #chatplusview.chatplusview-modern {
    width: 98% !important;
}

}

[data-test-id="ChatWidgetMobileWindow"] {
  z-index: 999999999999 !important;
}

[data-test-id="ChatWidgetMobileButton-iframe"] {
  z-index: 999999999999 !important;
}

#amazon-connect-widget-frame{
 z-index: 1;
}

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

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

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

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

@media only screen and (max-width: 360px) {
	.keyword-sp .floating-tips {
  	width: 95%;
    }
}
@media only screen and (min-width: 1024px) {
	.keyword .floating-tips {
  	width: 80%;
    }
}
/* ここまで試験運用 tooltips	*/


@media only screen and (max-width: 430px) {
  ._karte-temp-state1__4CLo_ {
    right: 0.5rem !important;
}
  
}

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    #sr-error h3 {
        font-size: 18px;
    }
}


/*******************
AmazonConnect chat アイコン用 5/16
********************/

/* ※テスト用に旧チャットボットを非表示。リリース当日削除 */

div#karte-c {
    display: none;
}

/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※*/


/* ボタンの基本スタイル（200x60px） */
[class^="acOpenButton"],
[class^="acButtonStyles"],
[class^="acCloseButton"] {
    width: 200px !important;
    height: 60px !important;
    box-shadow: none !important;
}

/* フォーカス時の透明度 */
[class^="acOpenButton"]:focus,
[class^="acButtonStyles"]:focus,
[class^="acCloseButton"]:focus {
    opacity: 1 !important;
}

iframe#amazon-connect-chat-widget-iframe {
    margin-top: 0;
}

/* open/close ボタン内のSVG非表示 */
#amazon-connect-open-widget-button svg,
#amazon-connect-close-widget-button svg {
    display: none;
}

/* ボタン（open/close）の位置・背景設定 */
button#amazon-connect-open-widget-button,
#amazon-connect-close-widget-button {
    position: fixed;
    right: 20px !important;
    bottom: 10px !important;
    width: 200px !important;
    height: 65px !important;
    color: #000000;
    background: transparent !important;
    background-image: url("/hc/theming_assets/01JMXN9STBHYJ42216M4106AZJ") !important;
    border-radius: 0;
    background-repeat: no-repeat !important;
    background-size: 200px !important;
}

/* acFrameContainer のスタイル */
[class^="acFrameContainer"] {
    max-height: 85vh !important;
}

/* モバイル向け acFrameContainer の調整 */
[class^="acFrameContainer"].mobile {
    max-height: 92vh !important;
}
[class^="acFrameContainer"].show.mobile {
    max-height: unset !important;
    max-width: unset;
}

/* モバイル向け close ボタンのスタイル */
button#amazon-connect-close-widget-button.mobile {
    background: #20aee5 !important;
    height: 50px !important;
    width: 60px !important;
}
#amazon-connect-close-widget-button.mobile svg {
    display: block;
}

/* acWidgetContainer の調整 */
[class^="acWidgetContainer"] {
    margin-bottom: 75px;
    bottom: 0 !important;
    z-index: 999 !important;
}

/* ボタンクリック時の枠線（focus時のアウトライン）を非表示にする */
[class^="acWidgetContainer"] button:focus {
  outline: none;
}

/* 追加要素の z-index 調整 */

iframe#webWidget {
    z-index: 9999999999 !important;
}
div#amazon-connect-widget-frame {
    z-index: 1;
}

/* 767px以下の画面幅向け */
@media (max-width: 767px) {
  button#amazon-connect-open-widget-button,
  #amazon-connect-close-widget-button {
    right: 5px !important;
  }
}
