@charset "UTF-8";

div#ContentsArea div#ContentsLayout.SingleWide:first-child {
padding-top: 0;
}

#BzSpprt *,
#BzSpprt *::before,
#BzSpprt *::after {
box-sizing: border-box;
}

.mediaSupport-image {
text-align: center;
margin-top: 30px;
}

.BzSpprtHdg01 {
margin: 35px 0;
padding: 7px 0 2px;
font-weight: bold;
font-size: 24px;
}

.BzSpprtHdg02 {
margin-top: 40px;
padding: 16px 25px;
background: #d8dadd;
font-weight: bold;
font-size: 16px;
line-height: 1.4em;
}

.BzSpprtHdg03 {
position: relative;
margin: 30px 0;
padding: 4px 0 10px 15px;
border-bottom: 1px solid #ccc;
font-weight: bold;
font-size: 19px;
line-height: 1em;
}

.BzSpprtHdg03:after {
position: absolute;
top: 1px;
left: 0;
display: block;
width: 5px;
height: 20px;
background: #7b7b7b;
content: "";
}

.BzSpprtHdg04 {
margin: 0 0 12px;
padding: 2px 0 6px;
border-bottom: solid 1px #cacaca;
line-height: 1.25;
font-size: 16px;
}

#BzSpprt .BzSpprtListSelect01 {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

#BzSpprt .BzSpprtListSelect01.LinkBanner {
margin-bottom: 30px;
}

#BzSpprt .BzSpprtListSelect01 > li {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
width: calc(100% / 4);
margin: 16px 0 0;
padding: 0 14px;
border-left: 1px dashed #d2d2d2;
background: none;
}

#BzSpprt .BzSpprtListSelect01.LinkBanner > li {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
width: calc(100% / 2);
margin: 30px 0 0;
padding: 0 20px;
border-left: none;
background: none;
}

#BzSpprt .BzSpprtListSelect01 > .ListCol02 {
width: 50%;
}

#BzSpprt .BzSpprtListSelect01 > li:nth-child(3n+1) {
padding-left: 0;
border-left: none;
}

#BzSpprt .BzSpprtListSelect01.LinkBanner > li:nth-child(3n+1) {
padding-left: 20px;
}

#BzSpprt .LinkBanner .BzSpprtBtn01 {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
margin: 0;
padding: 10px 15px 10px 37px;
transition: all .3s;
text-align: left;
color: #333;
border: 1px solid #e6e6e6;
background: #f7f7f7 linear-gradient(#fff 0%, #f7f7f7 100%);
font-size: 18px;
width: 100%;
min-height: 117px;
}

#BzSpprt .LinkBanner .BzSpprtBtn01 .BzSpprtBtnTxt {
    flex: 1;
}

#BzSpprt .LinkBanner .BzSpprtBtn01 .BzSpprtBtnImg {
width: 100px;
text-align: center;
margin: 0 auto;
}

#BzSpprt .BzSpprtBtn01 {
display: block;
position: relative;
margin: 5px 0 0;
padding: 17px 30px;
transition: all .3s;
text-align: center;
color: #333;
border: 1px solid #e6e6e6;
background: #f7f7f7 linear-gradient(#fff 0%, #f7f7f7 100%);
font-size: 18px;
}

#BzSpprt .BzSpprtBtn01::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 20px;
width: 0;
height: 0;
transition: all .2s;
transform: translateY(-50%);
border-width: 3px 0 3px 6px;
border-style: solid;
border-color: transparent transparent transparent #e60013;
}

#BzSpprt .BzSpprtBtn01:hover,
#BzSpprt .BzSpprtBtn01:focus {
text-decoration: none;
opacity: .7;
}

#BzSpprt .BzSpprtBtn01:hover::before,
#BzSpprt .BzSpprtBtn01:focus::before {
left: 23px;
}

/* Navigation */
.nav_wrap {
margin-bottom: 35px;
width: 100%;
}
.nav_wrap .nav {
display: flex;
justify-content: space-between;
overflow: hidden;
}
.nav_wrap .nav.col3 > li {
width: calc((100% - 6px) / 3);
}
.nav_wrap .nav.col4 > li {
width: calc((100% - 6px) / 4);
}
.nav_wrap .nav.col5 > li {
width: calc((100% - 6px) / 5);
}
.nav_wrap .nav > li:last-child {
margin-right: 0;
}
.nav_wrap .nav > li a {
display: block;
padding: 15px 0 13px;
background: #747474;
color: #fff;
text-align: center;
transition: background-color 0.3s;
}
#BzSpprt.c_top .page_top a,
#BzSpprt.c_contact .page_contact a,
#BzSpprt.c_faq .page_faq a,
#BzSpprt.c_movie .page_movie a,
#BzSpprt.c_manual .page_manual a,
#BzSpprt.c_software .page_software a,
.nav_wrap .nav > li a:hover {
background: #8957a1;
}
.nav_wrap .nav > li.coming_soon a,
.nav_wrap .nav > li.coming_soon a:hover {
background: #b4b4b4;
cursor: default;
pointer-events: none;
}

/* TitleStyle */
#BzSpprt .ttl_style01 {
line-height: 1.28;
font-size: 14px;
text-transform: uppercase;
margin: 0 0 5px;
font-weight: bold;
}
#BzSpprt .ttl_style02 {
position: relative;
margin: 30px 0;
padding: 4px 0 10px 15px;
border-bottom: 1px solid #ccc;
font-weight: bold;
font-size: 19px;
line-height: 1em;
}
#BzSpprt .ttl_style02:after {
position: absolute;
top: 1px;
left: 0;
display: block;
width: 5px;
height: 20px;
background: #7b7b7b;
content: "";
}
#BzSpprt .ttl_style03 {
margin: 30px 0 25px;
padding: 10px 15px 8px;
border-bottom: 2px solid #ccc;
background: #f1f1f1;
font-weight: bold;
font-size: 15px;
}
.ttl_style04 {
margin: 20px 0 25px;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
font-weight: bold;
font-size: 15px;
}
.ttl_style04 span {
font-weight: bold;
}

/* Video */
#BzSpprt .movie_list_style01 {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
margin-left: -20px;
}

#BzSpprt .movie_list_style01 li {
display: flex;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
width: calc((100% - 80px) / 4);
margin-bottom: 30px;
margin-left: 20px;
overflow-wrap: anywhere;
word-wrap: break-word;
word-break: break-word;
}

#BzSpprt .movie_list_style01 li .media {
margin-bottom: 5px;
min-height: 0%;
}

/* Pager */
.pager {
overflow: hidden;
text-align: center;
}
.pager li {
display: inline-block;
border: 1px solid #ccc;
vertical-align: middle;
}
.pager li.current,
.pager li.links,
.pager li.leader {
margin: 0 7px;
}
.pager li.current span,
.pager li.links a {
display: block;
box-sizing: border-box;
padding: 5px;
min-width: 35px;
text-align: center;
font-size: 18px;
font-size: 13px;
}
.pager li.current span {
background: #f8f8f8;
color: #333;
}
.pager li.links a {
background: #fff;
color: #333;
transition: background-color 0.3s ease 0s;
}
.pager li.links a:hover {
background: #f8f8f8;
}
.pager li.prev {
margin-right: 75px;
}
.pager li.prev a {
position: relative;
display: block;
width: 35px;
height: 35px;
}
.pager li.prev a:before {
position: absolute;
top: 11px;
left: 8px;
border: 5px solid rgba(0,0,0,0);
border-right: 5px solid #7b7b7b;
content: "";
}
.pager li.next {
margin-left: 75px;
}
.pager li.next a {
position: relative;
display: block;
width: 35px;
height: 35px;
}
.pager li.next a:before {
position: absolute;
top: 11px;
right: 8px;
border: 5px solid rgba(0,0,0,0);
border-left: 5px solid #7b7b7b;
content: "";
}

/* Unique Style Top Index */
#BzSpprt.top_index .index_nav {
display: flex;
justify-content: space-between;
overflow: hidden;
margin-bottom: 60px;
}
#BzSpprt.top_index .index_nav > .item {
width: calc((100% - 40px) / 3);
}
#BzSpprt.top_index .index_nav > .item a {
display: block;
padding: 20px 0 25px;
height: 100%;
border: 3px solid #8957a1;
}
#BzSpprt.top_index .index_nav > .item a .ttl {
display: block;
margin-bottom: 7px;
padding: 10px 0;
color: #333;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 18px;
}
#BzSpprt.top_index .index_nav > .item a .ttl.line2 {
padding: 0;
}
#BzSpprt.top_index .index_nav > .item a .img {
display: block;
margin-bottom: 7px;
height: 89px;
text-align: center;
}
#BzSpprt.top_index .index_nav > .item a .txt {
display: block;
color: #333;
text-align: center;
font-size: 12px;
line-height: 1.6em;
}
#BzSpprt.top_index .index_nav > .item.coming_soon a {
position: relative;
border: 3px solid #cacaca;
background: #cacaca;
cursor: default;
pointer-events: none;
}
#BzSpprt.top_index .index_nav > .item.coming_soon a .ttl,
#BzSpprt.top_index .index_nav > .item.coming_soon a .txt {
color: #7b7b7b;
}
#BzSpprt.top_index .index_nav > .item.coming_soon a .img {
background: url("/img/support/user/bz/bg_index_001.png") no-repeat center;
}
#BzSpprt.top_index .index_nav > .item.coming_soon a .img img {
opacity: 0;
}
#BzSpprt.top_index .index_nav > .item.coming_soon a:after {
position: absolute;
top: 50%;
left: 0;
display: block;
margin-top: -10px;
width: 100%;
color: #fff;
content: "準備中";
text-align: center;
text-shadow: 0 0 17px rgba(0, 0, 0, 0.7);
font-weight: bold;
font-size: 26px;
}
#BzSpprt.top_index .bottom_bnr {
overflow: hidden;
}
#BzSpprt.top_index .bottom_bnr > a {
position: relative;
display: block;
float: left;
overflow: hidden;
margin-right: 20px;
width: calc((100% - 40px) / 3);
}
#BzSpprt.top_index .bottom_bnr > a:nth-child(3n) {
margin-right: 0;
}

/* Unique Style Contact Index */
#BzSpprt.c_contact.p_index .contact_area {
display: flex;
justify-content: space-between;
overflow: hidden;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box {
margin-right: 20px;
width: calc((100% - 40px) / 3);
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .inner {
height: 100%;
border: 3px solid #7a7b7b;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box:last-child {
margin-right: 0;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .ttl {
margin: 0 0 20px;
background: #7a7b7b;
text-align: center;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .ttl span {
display: inline-block;
padding: 15px 0 14px 32px;
color: #fff;
font-weight: bold;
font-size: 16px;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .ttl.icon_tel span {
background: url("/img/support/user/bz/icon_tel.png") no-repeat left center;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .ttl.icon_fax span {
background: url("/img/support/user/bz/icon_fax.png") no-repeat left center;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .ttl.icon_contact span {
padding-left: 44px;
background: url("/img/support/user/bz/icon_contact.png") no-repeat left center;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .txt {
display: block;
margin: 0 0 15px;
text-align: center;
font-size: 12px;
line-height: 1.4em;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .tel_box {
padding: 0 0 20px 34px;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .tel_box .tel_no {
margin: 0 0 7px;
text-align: left;
font-weight: bold;
font-size: 25px;
line-height: 1em;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .tel_box .tel_no .area {
display: inline-block;
margin-right: 6px;
padding: 5px 5px 4px;
background: #e2e2e2;
vertical-align: 5px;
font-size: 13px;
line-height: 1em;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .tel_box .tel_cap {
margin: 0;
text-align: left;
font-size: 11px;
line-height: 1em;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .tel_box .fax_sheet {
margin: 5px 0 0;
text-align: left;
font-size: 12px;
line-height: 1em;
}
#BzSpprt.c_contact.p_index .contact_area .contact_box .contact_btn {
display: block;
margin: 0 18px 15px;
padding: 12px 0 11px;
border-radius: 3px;
background: #8957a1;
color: #fff;
text-align: center;
font-size: 12px;
}

/* Unique Style FAQ */
#BzSpprt.c_faq .search_box {
display: flex;
}
#BzSpprt.c_faq .search_box .txt_box .js-search_txt {
display: block;
padding: 15px 15px 11px 15px;
width: 600px;
height: 50px;
border: 2px solid #e1e1e1;
border-right: none;
font-size: 16px;
line-height: 1em;
}
#BzSpprt.c_faq .search_box .submit_box {
float: left;
box-sizing: border-box;
width: 190px;
text-align: center;
}
#BzSpprt.c_faq .search_box .submit_box > a {
display: block;
box-sizing: border-box;
padding: 14px 0 15px;
width: 100px;
height: 50px;
background: url("/img/support/user/bz/icon_search.png") no-repeat 12px center #8957a1;
color: #fff;
text-align: center;
text-decoration: none;
text-indent: 1em;
font-size: 16px;
}
#BzSpprt.c_faq .match_length {
margin-left: 10px;
font-size: 12px;
}
#BzSpprt.c_faq .js-nomatch_box {
display: none;
margin-left: 20px;
text-align: left;
}
#BzSpprt.c_faq .ac .js-nomatch_box {
display: block;
}
#BzSpprt.c_faq .js-nomatch_box dl {
display: inline-block;
margin-top: 10px;
padding: 15px;
background: #f7f7f7;
}
#BzSpprt.c_faq .js-nomatch_box dl dt {
margin-bottom: 5px;
font-weight: bold;
}
#BzSpprt.c_faq .js-answer_wrap {
opacity: 0;
}
#BzSpprt.c_faq .js-answer_wrap.ac {
opacity: 1;
}
#BzSpprt.c_faq .q_box {
position: relative;
margin: 0 0 20px 0;
padding: 10px 35px 10px 150px;
font-size: 13px;
line-height: 1;
}
#BzSpprt.c_faq .q_box::before {
position: absolute;
top: 50%;
left: 60px;
margin-top: -15px;
color: #999;
content: "Q";
font-weight: bold;
font-size: 30px;
line-height: 1em;
}
#BzSpprt.c_faq .q_box p {
margin: 0;
}
#BzSpprt.c_faq .q_box .id_box {
margin-bottom: 15px;
color: #666;
font-size: 12px;
line-height: 1;
}
#BzSpprt.c_faq .q_box .q_ttl {
margin-bottom: 15px;
font-weight: bold;
font-size: 18px;
line-height: 1.4em;
}
#BzSpprt.c_faq .q_box .q_txt {
font-size: 14px;
line-height: 1.8em;
}
#BzSpprt.c_faq .a_box {
position: relative;
margin: 0 0 20px 0;
padding: 25px 35px 25px 150px;
background: #f3eef5;
font-size: 13px;
line-height: 1;
}
#BzSpprt.c_faq .a_box::before {
position: absolute;
top: 50%;
left: 60px;
margin-top: -15px;
color: #8957a1;
content: "A";
font-weight: bold;
font-size: 30px;
line-height: 1em;
}
#BzSpprt.c_faq .a_box .a_txt {
margin: 0;
font-size: 14px;
line-height: 1.8em;
}
#BzSpprt.c_faq .a_box img {
max-width: 100%;
}
#BzSpprt.c_faq .js-loading {
overflow: hidden;
box-sizing: border-box;
margin: 0;
padding: 0;
height: 110px;
opacity: 1;
}
#BzSpprt.c_faq .js-loading.hide {
height: 0;
opacity: 0;
}
#BzSpprt.c_faq .js-loading .js-loading_inner {
margin: 0;
padding: 50px 0;
color: #5c5c5c;
font-size: 30px;
}
#BzSpprt.c_faq .js-loading .js-loading_inner .js-loading_leader {
display: inline-block;
overflow: hidden;
margin-left: 3px;
white-space: nowrap;
}
#BzSpprt.c_faq .js-loading .js-loading_inner .js-loading_leader > span {
display: inline-block;
margin: 0;
padding: 0;
text-align: center;
opacity: 0;
}
#BzSpprt.c_faq .js-loading .js-loading_inner .js-loading_leader > span:nth-child(1) {
animation: leader01 2s infinite;
}
#BzSpprt.c_faq .js-loading .js-loading_inner .js-loading_leader > span:nth-child(2) {
animation: leader02 2s infinite;
}
#BzSpprt.c_faq .js-loading .js-loading_inner .js-loading_leader > span:nth-child(3) {
animation: leader03 2s infinite;
}
@keyframes leader01 {
0% {
opacity: 0;
}
10% {
opacity: 0;
}
25%,
100% {
opacity: 1;
}
}
@keyframes leader02 {
0% {
opacity: 0;
}
35% {
opacity: 0;
}
50%,
100% {
opacity: 1;
}
}
@keyframes leader03 {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
75%,
100% {
opacity: 1;
}
}
/* Search List Style */
.search_list_style01 {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
}

.search_list_style01 li::after {
margin: 0 10px;
content: "/";
}
.search_list_style01 li:last-child::after {
display: none;
}
.search_list_style01 li .num {
color: #868686;
}

/* Match List Style */
.match_list_style_01 {
margin-bottom: 55px;
}
.match_list_style_01 li {
border-bottom: 1px dotted #ccc;
}
.match_list_style_01 li:first-child {
border-top: 1px dotted #ccc;
}
.match_list_style_01 li a {
display: block;
overflow: hidden;
padding: 17px 30px 15px;
text-decoration: none;
}
.match_list_style_01 li .list_id {
display: inline-block;
float: none;
width: 90px;
color: #333;
font-size: 16px;
}
.match_list_style_01 li .box_right {
display: inline-block;
width: 820px;
vertical-align: middle;
}
.match_list_style_01 li .box_right .list_ttl {
display: block;
color: #06c;
font-size: 16px;
}
.match_list_style_01 li:hover .box_right .list_ttl {
text-decoration: underline;
}
.match_list_style_01 li .box_right .list_txt {
display: block;
color: #333;
font-size: 14px;
}
.match_list_style_01 li .match_word {
background: #fff261;
}
.match_list_style_01 li .box_right .list_tag_wrap {
display: inline-block;
padding-top: 5px;
width: 100%;
text-align: right;
font-size: 12px;
}
.match_list_style_01 li .box_right .list_tag_wrap .tags {
display: inline-block;
margin-left: 7px;
padding: 7px 7px 4px 7px;
border-radius: 3px;
background: #ededed;
color: #7a7a7a;
line-height: 1em;
}
.match_list_style_01 li .match_word {
background: #fff261;
}
