@charset "utf-8";

.pc_view {
    display: none;
}

body {
    font-size: 13px !important;
}

.result-table thead tr th,
.result-table tbody tr td {
    vertical-align: middle !important;
    font-family: "lucida grande", 'tahoma', 'arial',
        'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
}

.result-table thead tr th {
    cursor: pointer;
    background-color: gray;
    font-size: .9em;
    color: white;
}

.result-table tbody td {
    font-size: 1em;
}

.result-table tbody tr:hover {
    background: #FFCC33;
}

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

/* == BASIC PARTS == */

#font-resize {
    height: 17px;
    float: right;
    overflow: hidden;
}

#font-resize #font-resize-caption {
    float: left;
    position: relative;
    top: 2px;
    font-size: 12px;
}

#font-resize span.fontsize {
    display: inline-block;
    width: 50px;
    font-size: 12px;
    ;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    bottom: 3px;
    line-height: 1.1 !important;
    padding-top: 6px;
}

#font-resize span span.small {
    font-size: .10px;
    color: inherit;
    position: relative;
    top: 0;
}

#font-resize span.checked {
    color: #333;
    border-radius: 6px;
    background-color: #fff;
    padding: 2px;
    margin: 3px 5px;
    top: -4px;
}

#font-resize ul#font-resize-buttons {
    margin: 0px;
    padding: 0px;
    height: 17px;
    float: left;
    overflow: hidden;
    list-style: none;
}

#font-resize ul#font-resize-buttons li {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 7px;
    height: 17px;
    float: left;
}

.main.tpl-main {
    background: none;
}

.main-inner {
    padding: 0 5px 5px;
    padding-top: -5px;
}

.main-inner:after {
    clear: both;
    content: " ";
    display: block;
    height: 0px;
    visibility: hidden;
}

.main-inner div.contents {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    float: none;
}

/* == /BASIC PARTS == */

/* == TPL-MAINCONTAINER == */
#tpl-maincontainer {
    font-size: 133%;
    background-color: #ffffff;
}

#tpl-maincontainer a,
#tpl-maincontainer a:link {
    color: #0000ee;
}

#tpl-maincontainer a:visited {
    color: #551a8b;
}

#tpl-maincontainer a:hover {
    color: #0000ee;
}

#tpl-maincontainer a:active {
    color: #ee0000;
}

.faq_question {
    background: #f4f5f6;
    padding: 15px;
    border: #DDDDDD 1px solid;
    margin: 10px 8px 0 5px;
    word-break: break-all;
}

.faq_answer {
    background: #f4f5f6;
    padding: 15px;
    border: #DDDDDD 1px solid;
    margin: 20px 8px 20px 5px;
    word-break: break-all;
    cellspacing="1";
    cellpadding="3";
}

.faq_attachment {
    background: #ebffeb;
    padding: 15px;
    border: #ccffcc 2px solid;
    margin: 20px 8px 0 5px;
}

.faq_feedback {
    background: #ebffeb;
    padding: 40px;
    border: #ccffcc 2px solid;
    text-align: center;
    margin: 20px 13px 0 15px;
}

.faq_file_row {
    padding: 10px 0px !important;
}

.inquiry_file_row {
    height: initial;
    padding-left: 10px;
    padding-right: 10px;
}

.faq_icon_wrapper>a>img {
    height: 4em !important;
    width: 4em !important;
}

#AnswerFeedback_answer {
    width: 600px;
    margin: 0 auto;
}

#AnswerFeedback_answer .answerBox {
    float: left;
    width: 140px;
    display: inline;
    text-align: center;
}

#AnswerFeedback_answer .answerBox * {
    display: block;
    margin: 5px auto;
}

#AnswerFeedback_answer .answerBox2 {
    float: left;
    width: 170px;
    display: inline;
    text-align: center;
}

#AnswerFeedback_answer .answerBox2 * {
    display: block;
    margin: 5px auto;
}

#AnswerFeedback_answer input {
    margin: 0;
}

#AnswerFeedback_answer label {
    display: inline-block;
}

#AnswerFeedback_answer .commentArea {
    width: 550px;
    margin: 20px auto 5px;
    text-align: left;
}

#AnswerFeedback_answer textarea {
    width: 100%;
    margin: 6px 0;
}

#AnswerFeedback_answer .note {
    color: #888;
}

div.next_menu {
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    outline: none;
    background-color: #FFF;
    margin: 10px;
    border: medium none;
    cursor: pointer;
    text-shadow: 1px 1px 1px #CCC;
    border-radius: 50px;
    font-size: 14px;
    border: 1px #ccc solid;
}

div.next_menu:hover {
    background-color: #F2F2F2;
}

/* == APPEND 2008.12.17 == */
.contents p.trunk {
    font-size: 110%;
}

.contents table.trunk th,
.contents table.trunk td {
    font-size: 110%;
}

/* == /APPEND 2008.12.17 == */
li.left_menu {
    background: white;
    cursor: pointer;
    width: 190px;
    border: 1px solid #ccc;
    margin: 3px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
}

.menu_title {
    display: inline-block;
    margin-left: 10px;
    /* font-weight: bolder; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.menu_icon {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 15px;
    margin-top: 25px;
}

li.top_menu {
    background: white;
    cursor: pointer;
    width: 220px;
    border: 1px solid #ccc;
    margin: 3px 6px;
    height: 85px;
    display: inline-block;
    border-radius: 12px;
    position: relative;
}

li.active>a {
    pointer-events: none;
    text-decoration: none;

}

.sptop-header {
    padding: 0 5px 5px 0 !important;
    font-weight: bold;
}

.category-facet-header {
    font-size: inherit;
    margin: 5px 5px 5px 10px;
}

span[class^="rn_Element"] {
    word-break: break-all;
}

.panel-body.panel-heading {
    padding: 10px 5px;
}

.p-btn {
    width: 50%;
    float: left;
    padding: 5px;
}

.p-btn .btn {
    width: 100%;
    height: 6em;
    padding: 20px 10px;
    white-space: normal;
    border-radius: 0.5em;
}

.p-btn span {
    font-size: 1em;
}

.faq_file_row {
    height: initial !important;
}

.faq_link_wrapper {
    padding: 20px 10px;
}

.rn_Multiline2 ul {
    padding-left: 20px;
}

.sweet-alert {
    max-width: 94%;
}

#inquiry_PageTitle h1,
.inquiry_PageTitle h1,
.new-inquiry-contents h1,
.contents h1#support-title-answer,
#category-search-contents h1 {
    font-size: 1.8em !important;
    margin-top: 5px;
}

.contents h1#support-title-answer,
#category-search-contents h1 {
    margin-top: 15px;
    padding-left: 5px;
}

.new-inquiry-contents h3 {
    font-size: 1.1em;
}

.dataTables_length {
    font-size: 0.7em;
}

.dataTables_filter {
    font-size: 0.7em;
}

#inquiry_table table tr td {
    padding: 10px 5px !important;
}

/* iPad以下で問い合わせの回答するボタンに装飾追加 */
#inquiry_table .question-answer-link {
    color: #0000ff;
    text-decoration: underline;
}

.question-title {
    font-size: initial !important;
}

.sender {
    background: #ffebeb !important;
    border: #ffcccc 2px solid !important;
    word-break: break-all;
}

.receiver {
    background: #ebebff !important;
    border: #ccccff 2px solid !important;
    word-break: break-all;
}

.attachment {
    padding: 12px 18px;
    background: #ebffeb;
    border: #ccffcc 2px solid;
    border-radius: 10px;
}

#response,
#withdraw,
#resolution,
#re-inquiry,
.back-list {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

#response,
#withdraw,
#resolution,
#re-inquiry {
    width: 65% !important;
}

.back-list {
    width: 65% !important;
}

.contents-block {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
}

.container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#inquiry_PageTitle {
    padding: 10px 5px 0 5px;
}

.dataTables_length {
    display: none;
}

.create_datetime {
    margin-bottom: 5px;
}

.faq_questionnaire {
    padding: 15px;
    border: #ddd 2px solid;
    margin: 20px 8px 20px 5px;
    word-break: break-all;
}

#TOP .main {
    margin-top: 0px;
}

#updateRequestModal {
    padding-top: 50px;
}

#rn_SearchControls {
    width: 100%;
}

#rn_SearchControls .link_search .form-group .col-md-6 {
    height: 45px;
}

#rn_SearchControls .link_search .form-group .search-query {
    padding-left: 10px;
    padding-right: 5px;
}

#rn_SearchControls .link_search .form-group .search-button {
    padding-left: 5px;
    padding-right: 10px;
}

.p-btn .btn {
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-left: solid 15px #0066ff;
    font-weight: bold;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
    color: #0066ff;
}

.p-btn .btn:active {
    box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

#btn-exec-submit {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
}

#rn_PageContent .btn-preview-area {
    text-align: center;
}

.next-btn,
#btn-preview {
    cursor: pointer;
    border-radius: 2px;
    background-color: #00B261;
    color: rgba(255, 255, 255, 0.84);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.navbar-header .navbar-brand,
#nav-collapse .navbar-nav li a {
    text-decoration: none;
    font-size: large;
}

.navbar-header .navbar-brand {
    font-size: x-large;
}

.inquiry-result-table .sp_view {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    padding-left: 20px;
    display: inline-block;
}

.notification {
    width: 100%;
}

.application-result-table .sp_view {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    padding-left: 20px;
    display: inline-block;
}

.license-result-table .sp_view {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    padding-left: 20px;
    display: inline-block;
}

.header-massage {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    float: left;
    padding-right: 0;
}

.go-to-top.footer-inner {
    font-size: 24px !important;
}

.floating-go-to-top {
    font-size: 24px !important;
    margin-left: -10px;
}

.top-service-btn-sp {
	color: #FFF !important;
}

@media (max-width: 768px) {
    .go-to-top.footer-inner {
        font-size: 22px !important;
    }

    .floating-go-to-top {
        font-size: 22px !important;
        margin-left: -8px;
    }

    .login-logout-menu {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .go-to-top.footer-inner {
        font-size: 18px !important;
    }

    .floating-go-to-top {
        font-size: 18px !important;
        margin-left: -3px;
    }
}

@media (max-width: 380px) {
    .go-to-top.footer-inner {
        font-size: 14px !important;
    }

    .floating-go-to-top {
        font-size: 14px !important;
        margin-left: -2px;
    }
}

#mainmenu {
    display: block;
    width: 100%;
}

/* 検索バーエリアの長さ設定 */
.keyword-sp {
    width: 100%;
}

/* 検索ボタン */
#site-search-search {
    border: 2px solid #00B261;
    padding: 0.2em 0.5em;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
    background-color: white;
    width: 100%;
    height: 34px;
    float: left;
}

div.privacy h4 {
    font-size: 142.85714%;
}

.footer-rpa {
    margin-top: 30px;
}

/* Topページの検索ボタンの位置調整 */
@media screen and (max-width: 991.5px) {
    #site-search-search.search-top {
        margin-left: unset;
        width: 100%;
    }
}

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

    #navbtn {
        display: block;
    }

    .header-user-info {
        display: none;
    }

    .login-menu li a,
    .no-login-menu li a {
        margin-top: 0;
        padding-top: 15px;
    }

}

/* スマホサイズ */
@media screen and (max-width: 639px) {
    .header-inner .upper-info {
        float: left;
        width: 100%;
        font-size: 12px;
        text-align: center;
        color: #FFFFFF;
        font-weight: 100;
        padding-right: 0;
        padding-top: 10px;
    }

    #mainmenu {
        display: none;
    }

    .left-image,
    .right-image {
        display: none;
    }

    .header-inner .center-menu {
        width: 100%;
    }

    .notification {
        margin-top: 0;
    }

    /* 検索フォームのレイアウト */
    div#rn_SearchControls {
        padding-left: 0;
        padding-bottom: 4px;
    }

    .form-group.search,
    .form-group.searchCategory {
        margin-bottom: 5px;
    }

    #site-search-search {
        padding-top: 6px;
        padding-bottom: 4px;
    }

    .header-upper #protal_top {
        display: block;
    }

    /* 問い合わせの個人情報の取り扱い */
    div.privacy div {
        width: 100%;
        margin-left: 0;
    }

    div.privacy h4 {
        padding-left: 0;
    }

    .header-user-info {
        display: none;
    }
}

/* iPhone5以上のサイズ */
@media screen and (min-width: 320px) {
    .header-user-info {
        display: none;
    }
}

/* Galaxy S5以上のサイズ */
@media screen and (min-width: 360px) {
    .header-user-info {
        display: none;
    }
}

/* iPhone6以上のサイズ */
@media screen and (min-width: 375px) {}

/* iPadのみ */
@media screen and (min-width: 768px) and (max-width: 768px) {
    .select-version-div #versionInput {
        width: 30%;
    }
}

/* iPad以上のサイズ */
@media screen and (min-width: 768px) and (max-width: 1190px) {

    .col-sm-3.search-button,
    .col-sm-6.search-button,
    .col-sm-6.serach-area {
        width: 46%;
        padding-left: 2%;
        padding-right: 2%;
    }

    header .menu.login {
        justify-content: center;
        font-size: 10px;
    }

    .menu-item .sub-menu {
        margin-top: -6px;
    }
}

/* iPadPro以上のサイズ */
@media screen and (min-width: 1024px) and (max-width: 1190px){

    /* 戻るボタン位置調整 */
    #btn-preview {
        margin-top: 20px;
    }

    /* 検索ボタンの幅 */
    #site-search-search {
        padding-top: 6px;
        padding-bottom: 4px;
    }

    .login-info {
        float: left;
        padding: 0px 0%;
        text-align: center;
    }

}

@media screen and  (max-width: 768px) {
    .login-menu li a {
        font-size: 12px;
    }
}

.col-md-2 {
    width: 12.66666667% !important;
}

.col-md-9 {
    width: 75% !important;
}

.header-user-info {
    margin-top: 20px;
    padding: 0;
    width: 12%;
    float: right;
    border: 1px solid #0066ff;
    position: relative;
}

.gear {
    font-size: 5px;
    float: right;
    cursor: pointer;
    color: #898888;
    width: 20%;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 8px;
}

.my-information {
    font-size: 12px;
    list-style-type: none;
    display: none;
    position: fixed;
    padding-top: 5px;
    padding: 0;
    background-color: #f9fafb;
    z-index: 9999;
    margin-top: 7px;
    margin-left: -100px;
}

.my-information li {
    height: 40px;
    width: 125px;
}

.my-information li:hover {
    background-color: #0066ff;
}

.my-information li a {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    height: 40px;
    text-decoration: none;
}

.my-information li a:hover {
    text-decoration: none;
    color: white;
}

#category-search-contents #site-search-query {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
}

#category-search-contents #category-search-button {
    width: 100%;
    background-color: white;
    margin-top: 5px;
    border: 2px solid #00B261;
}

#site-search .wrap-site-search-query,
#site-search .wrap-site-search-search {
    padding-left: 0px;
    padding-right: 0px;
}

#site-search .wrap-site-search-query {
    margin-bottom: 5px;
}

#site-search-query,
#site-search-search {
    width: 100% !important;
}

.show-login-logout-menu {
    display: block;
}

.search-button.category-search-wrap {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}

/* at 20180724 */

h3.faq-title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.1;
}

h4.ranking-title,
h4.new-arrival-title,
h4.favorite-title,
h4.detail-search-title {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: calc(18rem / 16);
}

.sp-menu {
    margin: 10px 0;
}

.sp-menu .menu-wrapper {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.sp-menu .menu-content {
    width: 25%;
    float: left;
    border: solid 1px #33333391;
    padding: 5px;
}

.sp-menu .menu-content.sp-menu-active {
    color: #00B261;
}

.panel-body ul {
    padding-left: 0;
}

a.sp-category {
    text-decoration: none;
}

.sp-search ul {
    margin-bottom: 0;
}

.sp-search li {
    list-style: none;
}

.sp-search .sp-category-level1 .level1 {
    font-size: medium;
    background-color: rgb(0, 178, 97);
    color: white;
    list-style-type: none;
    padding: 3px 3px 3px 10px;
    margin-bottom: 2px;
    transition: all 0.2s;
}

.sp-search .sp-category-level1 .level1:hover {
    background-color: rgb(0, 113, 61);
    transition: all 0.2s;
}

.sp-search ul.sp-category-level2 {
    display: none;
}

.sp-search .sp-category-level2 .level2 {
    background-color: #ffffff;
    list-style-type: none;
    padding: 3px 3px 3px 20px;
    margin-bottom: 2px;
    transition: all 0.2s;
}

.sp-search .sp-category-level2 .level2:hover {
    background-color: #b6d7a8;
    color: #000000;
    transition: all 0.2s;
}

.sp-ranking .rank_contents {
    margin-top: 20px;
}

.sp-ranking .sptop-title {
    margin: 5px 0 10px 0;
    border-left: 4px solid rgb(0, 158, 66);
    padding: 0 0 0 10px;
    min-height: 17px;
    color: rgb(0, 158, 66);
    font-size: 142.85714%;
    line-height: 1.2em;
    font-weight: bold;
}

.sp-ranking .faq_info_list {
    margin-bottom: 10px;
}

.sp-ranking .rank_wrapper {
    width: 100%;
}

.sp-ranking .rank {
    width: 17%;
    padding-left: 5%;
    float: left;
}

.sp-ranking .rank_content {
    width: 80%;
    float: left;
}

.sp-ranking .rank_content .rank_a {
    color: #428bca;
}

.sp-detail-search {
    margin-top: 15px;
}

.sp-detail-search li {
    list-style: none;
}

.sp-detail-search .sp-category-level1 {
    background-color: rgb(0, 178, 97);
    margin-bottom: 5px;
    margin-left: -30px;
}

.sp-detail-search .sp-category-level1 .level1 {
    font-size: medium;
    color: white;
    padding: 3px 3px 3px 0;
    margin-bottom: 2px;
    transition: all 0.2s;
}

.sp-detail-search ul.sp-category-level2 {
    display: none;
    margin-left: -30px;
}

.sp-detail-search .sp-category-level2 .level2,
.sp-detail-search .sp-category-tag .tag-category {
    background-color: #ffffff;
    list-style-type: none;
    padding: 3px 3px 3px 10px;
    margin-bottom: 2px;
    transition: all 0.2s;
}

.category-search-keyword-area .fa-times-circle.active-inline,
.sp-detail-search .fa-times-circle.active-inline {
    display: inline-block;
}

.category-search-keyword-area .fa-times-circle {
    position: absolute;
    margin-left: 95%;
    margin-top: -28px;
    font-size: 1.66em;
    color: #0066ff;
    cursor: pointer;
    display: none;
}

.sp-detail-search .fa-times-circle {
    position: absolute;
    margin-left: -30px;
    margin-top: 6px;
    font-size: 1.66em;
    color: #0066ff;
    cursor: pointer;
    display: none;
}

.sp-detail-search .searchBtn {
    width: 100%;
    margin: 0;
    height: 50px;
}

.sp-detail-search .searchBtn:hover,
.sp-detail-search .searchBtn:active {
    color: #000;
    background-color: white;
}

.sp-detail-search .backBtn {
    width: 100%;
    margin: 0;
    height: 50px;
    background-color: #00B261;
    color: #fff;
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
}

.sp-detail-search .backBtn:hover,
.sp-detail-search .backBtn:active {
    color: #fff;
    background-color: #00B261;
}

.sp-detail-search .floating-area {
    display: none;
}

.sp-detail-search .floating-sp-detail-search-btn {
    display: inline-block;
    width: 92%;
    bottom: 55px;
    right: 4.5%;
    position: fixed;
    z-index: 4;
    clear: both;
}

.sp-detail-search .floating-sp-detail-back-btn {
    display: inline-block;
    width: 92%;
    bottom: 0;
    right: 4.5%;
    position: fixed;
    z-index: 4;
    clear: both;
}

.sp-detail-search .label-level1,
.sp-detail-search .label-level2,
.sp-detail-search .label-tag {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: -6px;
    height: 20px;
}

.sp-detail-search .label-level1:before,
.sp-detail-search .label-level2:before,
.sp-detail-search .label-tag:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border: 1px solid rgb(0, 178, 97);
    z-index: 3;
}

.sp-detail-search .label-level1:after,
.sp-detail-search .label-level2:after,
.sp-detail-search .label-tag:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 6px;
    display: block;
    margin-top: -7px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1;
}

.sp-detail-search .label-checked.label-level1:after,
.sp-detail-search .label-checked.label-level2:after,
.sp-detail-search .label-checked.label-tag:after {
    z-index: 4;
}

.sp-detail-search input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -41px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.sp-detail-search input[type=checkbox].child-checked {
    box-shadow: 41px 0px #999;
}

.wrap-faq-display-count #new-arrival-display-count,
.wrap-faq-display-count #favorite-display-count {
    border-radius: 0px;
}

.faq-link-sp {
    margin-top: 10px;
    margin-bottom: 25px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.faq-link-sp .container .row .col {
    font-size: calc(12rem / 16);
}

@media (max-width: 1040px) {

    #login-menu {
        margin-right: 35px;
    }

}

@media (max-width: 768px) {
    .category-search-keyword-area .fa-times-circle {
        margin-left: 94%;
    }
}

@media (max-width: 450px) {
    .category-search-keyword-area .fa-times-circle {
        margin-left: 91%;
    }
}

@media (max-width: 365px) {
    .faq-link-sp .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 352px) {
    .sp-menu .menu-wrapper {
        font-size: 12px;
    }
}

@media (max-width: 310px) {
    .sp-menu .menu-wrapper {
        font-size: 10px;
    }
}

/* at 20180925 */

#faqUrlCopy #faq-url {
    width: 99%;
    margin-left: 1%;
    font-size: 12px;
}

#faqUrlCopy .attention {
    margin-top: 5px;
    margin-left: 1%;
    font-size: 12px;
}

#faqUrlCopy .modal-dialog {
    max-width: 600px;
}

#faqUrlCopy .modal-title {
    font-size: 18px;
}

#faqUrlCopy .modal-footer {
    margin-top: 0;
    justify-content: center;
}

#faqUrlCopy .modal-footer .btn-default {
    background-color: #00b261;
    color: #fff;
    font-size: 14px;
}

.faq_question img {
    width: 100% !important;
}

/** iPad Proまで **/
@media (max-width: 1024px) {
    /** FAQ検索キーワード **/
    #site-search-query {
        width: 80% !important;
        float: left;
        font-size:16px;
    }
    #site-search-search {
        width: 20% !important;
        float: left;
        margin-top: -6px;
    }

    .category-title.sp_view {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #category-search-contents #category-search-button {
        width: 20% !important;
        float: left;
        margin-top: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        --bs-btn-font-size: calc(14rem / 16);
    }

    #category-search-contents #site-search-query {
        margin-top: 0px;
    }

    /** FAQ一覧, 新着FAQのコンテンツ **/
    .result-area .rn_SearchContent1 .rn_Element3,
    .new-arrival-result .rn_SearchContent1 .rn_Element3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
         overflow: hidden;
    }

    /** FAQ詳細の質問、回答のブロック **/
    #rn_MainColumn .rn_Padding {
        padding-right: 0;
    }

    /** FAQ詳細のキーワードとタグ **/
    .rn_KeywordHeader,
    .rn_Keyword {
        font-weight: normal;
        font-size: 12px;
    }

    #rn_SearchControls.sp_view.faq {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        padding-right: 3px;
        margin-bottom: 5px;
    }

    #rn_SearchControls.category-search-keyword-area.sp_view.faq {
        margin-top: 10px;
        margin-bottom: 0;
    }

    #rn_SearchControls.sp_view.faq .link_search.mb30 {
        margin-bottom: 0 !important;
    }

    .faq-search-area.sp_view .faq_Category {
        margin-left: 0;
        margin-right: 10px;
    }

    .main .setting-area .result-area .selectedCategory {
        margin-left: 1px;
        margin-bottom: 5px;
    }

    #no-login-menu {
        display: none;
    }
}

/** iPad以上 **/
@media (min-width: 768px) {
    #site-search .col-sm-12 {
        width: initial;
        float: none;
        min-height: 1px;
    }

    .main .setting-area .result-area .selectedCategory {
        margin-left: 10px;
    }
}

@media (max-width: 970px) {
    .header-inner .col-md-2 {
        width: 25% !important;
        padding-right: 10px;
    }
}

@media (max-width: 800px) {
    .login-logout-menu {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    #login-menu {
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 0px;
        width: 100%;
    }

    #no-login-menu {
        margin-left: 0px;
    }

    .header-inner .col-md-2 {
        width: 100% !important;
        padding-left: 6px;
    }

    .header-inner .col-sm-6 .login-menu a {
        font-size: 10px;
    }

    #login-menu-sp .disable-br {
        display: none;
    }

}

@media (max-width: 767px) {
    #login-menu {
        margin-bottom: 0px;
    }

    #userInformation .corporateName,
    #userInformation .userMailAddress,
    #userInformation .inquiryAddservice,
    #userInformation .inquiryLicense,
    #userInformation .inquiryVersion,
    #userInformation .inquiryItem {
        display: block;
        border-top: 1.5px dotted #d6e9c6;
    }

    #userInformation .userInfoHeader {
        font-weight: 600;
        margin-top: 15px;
        display: inline-block;
        font-size: 14px;
    }

    #userInformation .userInfoHeader.headerFirst {
        margin-top: 5px;
    }

    #userInformation .userInfoSeparater {
        display: none;
    }
}

/* フッターレイアウトWP側と統一 */
@media (max-width: 1024px) {
    .footer-rpa .footer-top {
        margin-right: 22px;
    }
}

@media (min-width: 992px) {
    .footer-rpa .footer-inner {
        width: 970px !important;
    }
}

@media (min-width: 768px) {
    .footer-rpa .footer-inner {
        width: 750px;
    }

    .footer-rpa .footer-top {
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-rpa .footer-inner #footer-menu-1 li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .footer-rpa .footer-inner #footer-menu-1 {
        width: 100%;
        padding-left: 3%;
    }
}

@media (max-width: 410px) {
    .footer-rpa .footer-inner #footer-menu-1 {
        width: 100%;
    }
}

@media (max-width: 376px) {
    .footer-rpa .footer-inner #footer-menu-1 {
        padding-right: 0px;
    }
}

.footer-rpa .footer-inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-rpa .footer-top .campany-info .campany-name-description {
    font-size: 12px;
}

.footer-rpa a.blue-link {
    font-size: 14px;
}

/*FAQ回答のCSS*/
blockquote.ckeditor {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    position: relative;
    padding: 8px 15px 8px 45px;
    box-sizing: border-box;
    font-style: italic;
    color: #555;
    background: #efefef;
    font-size: 13px;
    margin: 1em 40px;

}

.IOS blockquote.ckeditor {
    padding: 18px 15px 18px 75px;
}

blockquote.ckeditor:before {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
    content: "❝";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 70px;
    line-height: 1;
}

blockquote.ckeditor div {
    display: block;
    margin: 1em !important;
}

@media(max-width: 767px) {
    table.cktable {
        overflow-x: scroll;
    }

    table.cktable td {
        min-width: 80px;
    }

    .ckresponsive-table {
        table-layout: fixed;
        overflow-x: auto;
        height: auto;
        display: flex;
    }

    .sp_view .cktable {
        border-collapse: collapse !important;
    }
}

@media(max-width: 767px) {
    table.cktable {
        overflow-x: scroll;
    }

    table.cktable td {
        min-width: 80px;
    }

    .ckresponsive-table {
        table-layout: fixed;
        overflow-x: auto;
        height: auto;
        display: flex;
    }

    .sp_view .cktable {
        border-collapse: collapse !important;
    }
}

/** iPhone横の場合 **/
@media screen and (max-width: 896px) and (orientation: landscape) {
    #new-inquiry-version-area #version-select {
        margin-bottom: 10px;
    }
}

.setting-gear {
    cursor: pointer;
    color: #898888;
}

#site-search .col-sm-12 {
    min-height: 1px;
}
