@charset "utf-8";
.topicPath{
    position: relative;
    display: inline-block;
    z-index: 1;
}
#page_help .inner_ {
    padding: 0;
    width: 100%;
}

.help_menu {
    float: left;
    width: 220px;
    margin-bottom: 70px;
}

.help_menu li a,
.help_menu li span {
    display: block;
    padding: 9px 20px 9px 30px;
    background-image: none;
    text-decoration: none;
    position: relative;
    color: #666;
}

.help_menu li a,
.help_menu li span {
    display: block;
    padding: 10px 20px 0 30px;
    background-image: none;
    text-decoration: none;
    position: relative;
    color: #666;
}

.help_menu .text_slide > dt > a,
.help_menu .text_slide > section > dt > a {
    display: block;
    padding: 10px 20px 10px 12px;
    background-image: none;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}
.help_menu .text_slide > dt > a::before,
.help_menu .text_slide > dt > a::after, 
.help_menu .text_slide > section > dt > a::before, 
.help_menu .text_slide > section > dt > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}

.help_menu .text_slide > dt > a::before,
.help_menu .text_slide > dt > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle;
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: #999999;
    
}

.help_menu .text_slide > a.current::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.help_menu .text_slide > a::before {
    right: 6px;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -3px;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.help_menu .text_slide > dt > a::after {
    background: #999999;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle;
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 10px;
    transform: rotate(90deg);
    border: none;
}
.help_menu .text_slide > dt > a.current::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: transparent;
}

.help_menu .text_slide li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: 3px;
    right: 40px;
    margin: auto;
    vertical-align: middle;
}






.help_menu .help_text_slide2 > dt {
    /* background-image: url(../../ships_img/pc/parts/category_border.png); */
    background-repeat: no-repeat;
    background-position: 9px 9px;
    background-size: 11px 11px;
    padding-left: 24px;
    border-bottom: none;
}

.help_menu .help_text_slide2 dt > a.current {
    background-image: none;
}
.help_menu .help_text_slide2 > dt > a {
    display: block;
    padding: 14px 20px 6px 0;
    background-image: none;
    text-decoration: none;
    position: relative;
    color: #666;
}
.help_menu .help_text_slide2 > dt > a::before,
.help_menu .help_text_slide2 > dt > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}
.help_menu .help_text_slide2 > dt > a::before,
.help_menu .help_text_slide2 > dt > a::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle;
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: #999999;
    
}
/* .help_menu .help_text_slide2 > dt > a.current::before {
    background-color: transparent;
} */

.help_menu .help_text_slide2 > a.current::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.help_menu .help_text_slide2 > a::before {
    right: 6px;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -3px;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.help_menu .help_text_slide2 > dt > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}
.help_menu .help_text_slide2 > dt > a::after {
    margin-top: -11px;
    border-radius: 50%;
    background: #999999;
    top: 3px;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle;
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #999999;
    transform: rotate(90deg);
    
}
.help_menu .help_text_slide2 > dt > a.current::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: transparent;
}
.help_menu .help_text_slide2 > dt > a.current::after {
    background-color: #999999;
    transform: rotate(90deg);
}

.help_menu .text_slide li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: 3px;
    right: 8px;
    margin: auto;
    vertical-align: middle;
}

/*　FAQ詳細画面  ここから */

.help_detail-wrap {
    border: none;
}

.help_title01 {
    text-align: left;
    margin-bottom: 48px;
    margin-bottom: 60px;
    margin-top: 0;
    font-size: 32px;
    line-height: 1.5;
    margin: 10px 0 40px;
    margin-bottom: -82px;
}
.help_detail-title01 {
    border-bottom: solid 2px #D9D9D9;
    position: relative;
    color: #04345A;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.help_detail-title01 {
    margin-top: 122px;
}
.help_detail-title01::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #04345A;
    bottom: -2px;
    width: 20%;
}
.help_detail-text {
    font-size: 14px;
    color: #333333;
    width: 830px;
}
.help_detail-text h2 {
    font-size: 16px;
    font-weight: bold;
}
.help_detail-text a {

}
#page_help .help_box {
    margin-top: 60px;
}
/*　FAQ詳細画面 ここまで */


/*　FAQ詳細画面 パーツCSS ここから */

.help_detail-text .help_br {
    
}
.help_detail-text .help_text-left {
    text-align: left;
}
.help_detail-text .help_text-center {
    text-align: center;
}
.help_detail-text .help_image-left {
    width: 100%;
    text-align: left;
}
.help_detail-text .help_image-center {
    width: 100%;
    text-align: center;
}
.help_detail-text .help_text-bold  {
    font-weight: bold;
}
.help_detail-text .help_text-underline {
    text-decoration: underline;
}
.help_detail-text .help_text-colorred {
    color: #FF0000;
}
.help_detail-text .help_text-colorblue {
    color: #0000FF;
}
.help_detail-text .help_text-link {
    display: block;
}
.help_detail-text .help_text-button {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.help_detail-text .help_text-button .help_text-button-white {
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 13px 50px;
    color: #333333;
    display: inline-block;
    text-decoration: none;
}
.help_detail-text .help_text-button .help_text-button-blue {
    border: 1px solid #1A73E8;
    background-color: #1A73E8;
    border-radius: 50px;
    padding: 13px 50px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}
.help_detail-text .help_text-button .help_text-button-navy {
    border: 1px solid #04345A;
    background-color: #04345A;
    border-radius: 50px;
    padding: 13px 50px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}
.help_detail-text .help_text-button .help_text-button-gray {
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    border-radius: 50px;
    padding: 13px 50px;
    color: #04345A;
    display: inline-block;
    text-decoration: none;
}
.help_detail-text .help_image-insert {

}
.help_detail-text .help_text-hidden {
     display: none;  
}
.help_detail-text .help_text-fontsize20 {
    font-size: 20px;
}
.help_detail-text .help_text-fontsize16 {
    font-size: 16px;
}
.help_detail-text .help_text-fontsize14 {
    font-size: 14px;
}
.help_detail-text .help_text-price {
    font-size: 16px;
}
.help_detail-text .help_text-space {

}
.help_detail-text .help_text-list {

}
.help_detail-text .help_text-list_number li {
    list-style: none;
    margin: 0;
}
.help_detail-text .help_text-list_note {

}
.help_detail-text .help_text-list_note::before {
    content: "※";
}
.help_detail-text .help_text-title {
    text-align: left;
    margin-bottom: 48px;
    margin-bottom: 60px;
    margin-top: 0;
    font-size: 32px;
    line-height: 1.5;
    margin: 10px 0 60px;
}
.help_detail-text .help_text-title {
    border-bottom: solid 2px #D9D9D9;
    position: relative;
    color: #04345A;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.help_detail-text .help_text-title::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #04345A;
    bottom: -2px;
    width: 20%;
}
.help_detail-text .help_text-table {
    border-collapse: collapse;
    margin: 0 auto;
}
.help_detail-text .help_text-table th,
.help_detail-text .help_text-table td {
    border: solid 1px black;
    padding: 15px 30px;
    text-align: center;
}
.help_detail-text .help_text-table th {
    background-color: #F5F5F5;
}
/*　FAQ詳細画面 パーツCSS ここまで */

.help_detail-faqbtn {
    width: 700px;
    margin: 60px auto;
}
.help_detail-faqbtn ul {
    display: flex;
    justify-content: space-between;
}
.help_detail-faqbtn ul li {
    width: 150px;
    height: 150px;
    background-color: #F8F8F8;
    border: 2px solid #F8F8F8;
}
.help_detail-faqbtn ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    text-decoration: none;
}

.help_detail-faqbtn ul li .help_text {
    color: #04345A;
    font-weight: bold;
    font-size: 12px;
}
.help_detail-faqbtn  ul li .help_image_icon {

}
.help_detail-faqbtn li:nth-of-type(1) .help_image_icon {
    width: 91px;
    height: 73px;
}
.help_detail-faqbtn li:nth-of-type(1) .help_image_icon::before {
    content: "";
    width: 91px;
    height: 73px;
    display: block;
    position: absolute;
    background: url(../../img/usr/faq/whitemode_icon01.png) no-repeat;
}
.help_detail-faqbtn li:nth-of-type(2) .help_image_icon {
    width: 72px;
    height: 72px;
}
.help_detail-faqbtn li:nth-of-type(2) .help_image_icon::before {
    content: "";
    width: 72px;
    height: 72px;
    display: block;
    position: absolute;
    background: url(../../img/usr/faq/whitemode_icon02.png) no-repeat;
}
.help_detail-faqbtn li:nth-of-type(3) .help_image_icon{
    width: 101px;
    height: 65px;
}
.help_detail-faqbtn li:nth-of-type(3) .help_image_icon::before {
    content: "";
    width: 101px;
    height: 65px;
    display: block;
    position: absolute;
    background: url(../../img/usr/faq/whitemode_icon03.png) no-repeat;
}
.help_detail-faqbtn li:nth-of-type(4) .help_image_icon{
    width: 78px;
    height: 48px;
}
.help_detail-faqbtn li:nth-of-type(4) .help_image_icon::before {
    content: "";
    width: 78px;
    height: 48px;
    display: block;
    position: absolute;
    background: url(../../img/usr/faq/whitemode_icon04.png) no-repeat;
}

/* キーワード　詳細検索結果画面 */

.help_box .h_search{
    padding: 0 0 20px;
    vertical-align:middle;
}
.help_box .h_searchbox{
    margin: 0 auto;
    height: 49px;
    padding: 0 20px;
    width: 660px;
    border: 1px solid#D9D9D9;
    border-radius: 25px;
}
.help_box .h_searchbox .help_searchbox {
    display: flex;
    align-items: center;
    align-content: center;
    height: 48px;
}

.help_box .h_searchbox .help_searchForm {
    display:table-cell;
    width: 100%;
    height:29px;
    line-height:29px;
    text-align:left;
    border:0;
    background:inherit;
    color:#05355b;
    text-indent:8px;
    vertical-align:middle;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    outline:0;
    font-size: 14px;
    padding-left: 15px;
}
.help_box .h_searchbox:hover .help_searchForm {
    width:233px;
}

.help-search-form-suggestion {
    position: absolute;
    width: 100%;
    top: 47px;
    left: 0;
    z-index: 200;
    background: #fff;
    border-radius: 0 0 25px 25px;
}

.help_box .h_searchbox:focus-within {
    border-radius: 25px 25px 0 0;
}
.help-search-form-suggestion ul{
    background: #fff;
}   
.help-search-form-suggestion li {
    padding: 15px 15px 15px 59px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    background: url(../../img/usr/faq/ico_search.png) no-repeat;
    background-size: 17px;
    background-position: 20px center;
}
.help-search-form-suggestion li:hover{
    cursor: pointer;
    background: #F8F8F8 url(../../img/usr/faq/ico_search.png) no-repeat;
    background-size: 17px;
    background-position: 20px center;
}

.help-search-form-suggestion li:last-child:hover {
    border-radius: 0 0 17px 17px;
}
.help_box .h_searchbox .searchIcon {
    display:table-cell;
    width:17px;
    padding:6px 0;
}

.help_search-countdisplay {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.help_search-countdisplay .help_search-items {
    font-size: 30px;
}
.help_search-countdisplay .help_search-count {
    font-size: 22px;
}
.help_search-result {
    margin-bottom: 100px;
}
.help_search-result ul {
    border-top: 1px solid #D9D9D9;
}
.help_search-result ul li {
    /* padding: 30px 0; */
    border-bottom: 1px solid #D9D9D9;
}

.help_search-result ul li a {
    position: relative;
    display: block;
    padding: 30px 0;
    text-decoration: none;
}
.help_search-result ul li a::after {
    content: '';
    position: absolute;
    right: 16px;
    width: 10px!important;
    height: 10px!important;
    top: 59%!important;
    margin-top: -6px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.help_search-result ul li a .help_search-result_title {
    font-size: 16px;
    font-weight: bold;
    color: #04345A;
    padding-bottom: 8px;
}
.help_search-result ul li a .help_search-result_title .help_search-word {
    background-color: #FFFF8B;
    font-size: 20px;
}
.help_search-result ul li a .help_search-result_desc {
    width: 1030px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.help_search-result ul li a .help_search-result_desc .help_search-word {
    font-weight: bold;
    background-color: #FFFF8B;
}

.help_search-result .help_search-result_morebtn {
    border: 1px solid #04345A;
    border-radius: 50px;
    width: 250px;
    display: block;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    /* padding: 10px; */
    text-decoration: none;
    color: #04345A;
    font-weight: bold;
    position: relative;
    margin-top: -30px;
    background-color: #FFF;
}
.help_search-result .help_search-result_morebtn::after {
    content: '';
    position: absolute;
    right: 36px;
    width: 8px!important;
    height: 8px!important;
    top: 50%!important;
    margin-top: -6px;
    border-bottom: 1px solid #04345A;
    border-right: 1px solid #04345A;
    -webkit-transform: rotate(315deg);
    transform: rotate(45deg);
}

.help_search-result ul {
    margin: auto;
    padding: 0;
}

.help_search-result ul li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}

.help_detail .help_detail-faqbtn {
    width: 890px;
    margin: 60px auto;
}
.help_detail .help_detail-faqbtn ul {
    display: flex;
    justify-content: space-between;
}
.help_detail .help_detail-faqbtn ul li {
    width: 200px;
    height: 200px;
    background-color: #F8F8F8;
    border: 2px solid #F8F8F8;
}
.help_detail .help_detail-faqbtn ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    text-decoration: none;
}

.help_detail .help_detail-faqbtn ul li .help_text {
    color: #04345A;
    font-weight: bold;
    font-size: 16px;
}
.help_detail .help_detail-faqbtn  ul li .help_image_icon {

}
/* キーワード　詳細検索結果画面 0件 */
.no-results-found {
    border-top: 1px solid #D9D9D9;
    padding: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 1.71;
    margin-bottom: -80px;
}

/* ヘルプページトップ */

.help_menu_list {
    width: 870px;
    margin: 50px auto 70px;
}
.help_menu_list ul {
    display: flex;
    justify-content: space-between;
}

.help_menu_list ul .help_menu_list-btn {
    background-color: #04345A;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 200px;
    height: 40px;
    cursor: pointer;
    padding: 10px;
    border: none;
    text-decoration: none;
}
.section01 {
    padding-top: 150px;
    margin-top: -150px;
}
.section02 {
    padding-top: 150px;
    margin-top: -150px;
}
.section03 {
    padding-top: 150px;
    margin-top: -150px;
}
.section04 {
    padding-top: 150px;
    margin-top: -150px;
}

.help_tit {
    font-size: 18px;
    margin-bottom: 50px;
    padding-left: 9px;
    font-weight: bold;
    text-align: center;
}
.help_item {
    margin-bottom: 64px;
    border: none !important;
}
#page_faq .inner_ .help_item > li {
    border-top: 1px solid #eee;
}
#page_faq .inner_ .help_item > li:last-child {
    border-bottom: 1px solid #eee;
}
#page_faq .inner_ .help_item > li > a {
    display: flex;
    height: 85px;
    align-items: center;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
}

#page_faq .inner_ .help_item li .help_icon-q {
    vertical-align: middle;
    line-height: .5;
}
#page_faq .inner_ .help_item li .help_icon-q {
    width: 35px;
    padding-top: 12px;
    padding-left: 12px;
}
#page_faq .inner_ .help_item li .help_icon-a {
    width: 35px;
    padding: 9px 12px 10px;
    line-height: 1;
}

#page_faq .inner_ .help_item li a .help_txt {
    padding-left: 16px;
    font-size: 16px;
    line-height: .8;
}
#page_faq .inner_ .help_item li a .help_txt {
    padding-left: 16px;
    font-size: 16px;
    line-height: .8;
}


.help_item li a:before{
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    vertical-align: middle;
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #04345A;

}

.help_item > li > .close::before,
.help_menu-item > li > .close::before {
    display: none;
}
#page_faq .inner_ .help_item > li > a::after, .help_menu-item > li > a::after {
    background: #04345A;
    top: 0 !important;
    bottom: 0;
    right: 20px;
    margin: auto;
    vertical-align: middle;
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px !important;
    height: 20px !important;
    transform: rotate(90deg);
    border: none;
}
.help_item > li > .close::after, .help_menu-item > li > .close::after {
    right: 6px;
    width: 10px!important;
    height: 10px!important;
    top: 50%;
    margin-top: -3px;
    border-bottom: none;
    border-right: none;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: none!important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.help_item > li > .close:after {
    top: 10px!important;
}
#page_faq .inner_ .help_item .help_txt-a-wrap li {
    display: flex;
    width: 100%;
    background: #f8f8f8;
    padding: 30px 20px;
    border-left: none;
    border-right: none;
    list-style: none;
}
/* #page_faq .help_icon-q, #page_faq .help_txt, #page_faq .inner_ .help_item .help_txt-a-wrap .help_icon-a {
    display: block;
} */


#page_faq .help_icon-a {
    font-weight: normal;
    word-break: keep-all;
    font-size: 18px;
    height: 34px;
    background-color: #999999;
    color: #FFF;
    border-radius: 50px;
}
#page_faq .help_icon-q {
    font-weight: normal;
    word-break: keep-all;
    font-size: 18px;
    height: 34px;
    background-color: #04345A;
    color: #FFF;
    border-radius: 50px;
}

#page_faq .inner_ .help_item li .help_txt {
    padding-left: 20px;
}
#page_faq .inner_ .help_item li .help_txt p:last-child {
    margin-bottom: 0;
}

#page_faq .inner_ .help_item li .help_txt p {
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 14px;
}


.help_announce {
    width: 896px;
    padding: 50px 100px;
    border: 1px solid #B5B5B5;
    border-radius: 20px;
    margin: 0 auto 100px;
}
.help_announce .help_announce-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.help_announce dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.help_announce .help_announce-date {
    width: 120px;
    font-weight: 500;
}
.help_announce .help_announce-infomation {
    width: 574px;
    margin-bottom: 25px;
    font-weight: 500;
}
.help_announce .help_announce-infomation:last-of-type {
    margin-bottom: 0;
}
.help_announce .help_announce-more {
    margin-top: 40px;
}
.help_announce .help_announce-more a {
    background-color: #04345A;
    color: #FFF;
    text-align: center;
    width: 250px;
    display: block;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none;
}



.help_tit-guide {
    margin-bottom: 20px;
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: bold;
    text-align: center;
}
.help_menu-item-wrap {
    display: flex;
    justify-content: left;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.help_menu-item-inner {
    flex-basis: 315.5px;
    margin-right: 75px;
}
.help_menu-item-inner:nth-child(3n) {
    margin-right: 0;
}
.help_menu-tit {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #D9D9D9;
}

.help_tit {
    font-size: 18px;
    margin-bottom: 45px;
    padding-left: 9px;
    font-weight: bold;
}
.help_menu-item {
    margin-bottom: 50px;
    /* min-width: 532px; */
    width: 100%;
}
.help_menu-item li a {
    display: table;
    width: 100%;
    min-height: 36px;
    padding: 6px 50px 6px 0;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    line-height: 1.8;
}

.help_menu-item li a.help_menu-title::before {
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    vertical-align: middle;
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: #999999;
}
.help_menu-item > li > a.help_menu-title::after {
    background: #999999;
    top: 0 !important;
    bottom: 0;
    right: 20px;
    margin: auto;
    vertical-align: middle;
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px !important;
    height: 11px !important;
    transform: rotate(90deg);
    border: none;
}

.help_menu-item > li > a.help_menu-title.close::before {
    display: none;
}
.help_subitem-box {
    border-top: none;
}
.help_subitem-box li a {
    color: #666666;
    display: table;
    width: 100%;
    min-height: 25px;
    padding: 2px 50px 2px 13px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    line-height: 1.8;
}
.help_subitem-box > li > a:after {
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    right: 22px;
    top: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.help_tit-contact {
    margin-bottom: 20px;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.help_menu-txt {
    font-size: 14px;
    padding: 0 25px;
    margin-bottom: 28px;
    line-height: 1.2;
    text-align: center;
}
.help_contact-area {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.help_contact-inner {
    background-color: #F8F8F8;
    border-radius: 5px;
    margin: 0 15px;
    padding: 38px 22px 30px;
    width: 48%;
}
.help_contact-tit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.help_contact-lead {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.help_contact-link {
    display: block;
    padding: 10px 0 9px;
    border-radius: 24px;
    background-color: #04345A;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    width: 300px;
    margin: 15px auto;
}
.help_contact-txt {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 8px;
}

.text_slide dd {
    display: none;
}


.toggle_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.toggle_label {
    width: 46px;
    height: 24px;
    background: #DEDEDE;
    position: relative;
    display: inline-block;
    border-radius: 40px;
    transition: 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
}

.toggle_label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 0;
    top: 2px;
    z-index: 2;
    background: #fff;
    background: url(../../img/usr/faq/toggle-sun.png) no-repeat;
    background-size: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}

.toggle_input:checked + .toggle_label:after {
    left: 24px;
    background: url(../../img/usr/faq/toggle-moon.png) no-repeat;
    background-size: 20px;
}

.toggle_button {
    position: relative;
    height: 35px;
    margin: auto;
    margin-top: -40px;
    display: flex;
    justify-content: flex-end;
}

.faq-wrapper.dark-mode {
    background: #2F2F2F;
    color: #fff;
    padding-bottom: 20px;
}
.dark-mode .topicPath,
.dark-mode .topicPath a{
    color: #fff;
}
.dark-mode .help_box .h_searchbox .help_searchForm{
    color: #fff;
}
.dark-mode .help_box .h_searchbox .help_searchForm::placeholder{
    color: #fff;
}
.dark-mode .help_menu_list ul .help_menu_list-btn{
    background-color: #fff;
    color: #2F2F2F;
}

.dark-mode #page_faq .help_icon-q{
    background-color: #fff;
    color: #2F2F2F;
}

.dark-mode #page_faq .inner_ .help_item > li > a {
    color: #fff;
}

.dark-mode .help_item li a:before, 
.dark-mode #page_faq .inner_ .help_item > li > a::after{
    background: #fff;
}

.dark-mode #page_faq .inner_ .help_item .help_txt-a-wrap li{
    background-color: #2F2F2F;
}

.dark-mode #page_faq .help_icon-a {
    background: #fff;
    color: #2f2f2f;
}

.dark-mode .help_announce .help_announce-more a {
    background: #fff;
    color: #000000;
}

.dark-mode .help_menu-item li a {
    color: #fff;
}

.dark-mode .help_contact-inner {
    background: #2f2f2f;
    border: 1px solid #fff;
}
.dark-mode .help_contact-link {
    background: #fff;
    color: #2F2F2F;
}
.dark-mode dd.help_announce-infomation a {
  color: #ffffff;
  text-decoration: none;
}
dd.help_announce-infomation a {

  text-decoration: none;
}

/* ヘルプ・トップ */
.dark-mode .help-search-form-suggestion{
    /*border: 1px solid #fff;*/
}

.dark-mode .help-search-form-suggestion ul{
    background: #2F2F2F;
    border-radius: 0 0 25px 25px;
}   
.dark-mode .help-search-form-suggestion li {
    background: url(../../img/usr/faq/ico_search_white.png) no-repeat;
    background-size: 17px;
    background-position: 20px center;
}
.dark-mode .help-search-form-suggestion li:hover{
    cursor: pointer;
    background: #41444A url(../../img/usr/faq/ico_search_white.png) no-repeat;
    background-size: 17px;
    background-position: 20px center;
    color: #fff;
}
.dark-mode .help-search-form-suggestion li:last-child:hover {
    border-radius: 0 0 25px 25px;
}
/* 検索結果・ダークモード */
.dark-mode .help_search-countdisplay {
    color: #fff;
}

.dark-mode .help_search-result ul li a {
    color: #fff;
}

.dark-mode .help_search-result ul li a .help_search-result_title {
    color: #fff;
}

.dark-mode .help_search-result ul li a .help_search-result_title .help_search-word{
    background: rgba(255,255,0,.58);
}
.dark-mode .help_detail .help_detail-faqbtn ul li {
    border: 2px solid #fff;
    background: transparent;
}
.dark-mode .help_detail .help_detail-faqbtn ul li .help_text {
    color: #fff;
}
.dark-mode .help_detail-faqbtn li:nth-of-type(1) .help_image_icon::before {
    content: "";
    width: 91px;
    height: 73px;
    display: block;
    position: absolute;
    background: url(../../img/usr/faq/darkmode_icon01.png) no-repeat;
}
.dark-mode .help_detail-faqbtn li:nth-of-type(2) .help_image_icon::before {
    content: "";
    width: 72px;
    height: 72px;
    display: block;
    position: absolute;
    background: url(../../img/usr/faq/darkmode_icon02.png) no-repeat;
}

.dark-mode .help_detail-faqbtn li:nth-of-type(3) .help_image_icon::before {
    content: "";
    width: 101px;
    height: 65px;
    display: block;
    position: absolute;
    background: url(../../img/usr/faq/darkmode_icon03.png) no-repeat;
}
.dark-mode .help_detail-faqbtn li:nth-of-type(4) .help_image_icon::before {
    content: "";
    width: 78px;
    height: 48px;
    display: block;
    position: absolute;
    background: url(../../img/usr/faq/darkmode_icon04.png) no-repeat;
}

/* 詳細画面・ダークモード */
.dark-mode p.no-results-found{
    color: #fff;
}
.dark-mode .help_detail-title01 {
    color: #fff;
    border-color: #fff;
}
.dark-mode .help_detail-title01::after {
    border-bottom: solid 2px #1A73E8;
}
.dark-mode .help_detail-text {
    color: #fff;
}
.dark-mode .help_detail-text a {
    color: #fff;
}
.dark-mode .help_detail-text .help_text-button .help_text-button-white {
    background: #fff;
}
.dark-mode .help_detail-text .help_text-table th {
    background: #C4C4C4;
    color: #2F2F2F;
}
.dark-mode .help_detail-text .help_text-table th, 
.dark-mode .help_detail-text .help_text-table td {
    border-color: #fff;
}
.dark-mode .help_detail-text .help_text-title{
    border-color: #fff;
}
.dark-mode .help_detail-text .help_text-title::after {
    border-bottom: solid 2px #1A73E8;
}


.dark-mode .help_detail-faqbtn ul li{
    background: transparent;
    border: 2px solid #fff;
}

.dark-mode .help_detail-faqbtn ul li .help_text {
    color: #fff;
}
.dark-mode .help_detail-faqbtn ul li a{
    color: #fff;
}

.dark-mode .help_menu a {
    color: #fff;
}
.dark-mode .help_menu dt {
    border-color: #fff;
}
.dark-mode .help_menu .text_slide > dt > a::after{
    background: #fff;
}
.dark-mode .help_menu .text_slide > dt > a::before, .dark-mode  .help_menu .text_slide > dt > a::after{
    background-color: #fff;
}

.dark-mode .help_menu .help_text_slide2 > dt > a::before, .dark-mode .help_menu .help_text_slide2 > dt > a::after {
    background: #fff;
}

.dark-mode .help_menu .help_text_slide2 > dt > a {
    color: #fff;
}
.dark-mode .help_menu .text_slide > dt > a.current::before {
    background: transparent;
}
.dark-mode .help_menu .help_text_slide2 > dt > a.current::before {
    background: transparent;
}
