@charset "Shift_JIS";

/***********************************/
/* ご利用ガイド共有ヘッダー・メニューのデザイン */
/***********************************/

header#COMMON-HEADER {
   margin:0 auto;
   position: relative;
}
header .bcs_middle{
    max-width: 1720px;
    padding: 0 25px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}
header .bcs_middle .bc_logo{margin: 13px 0 0 16px !important;}

/* モーダルを開いた時の外側のレイヤー */
.info_header_menu_wrapper .over-lay {
   z-index:50;
   content: '';
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000;
   opacity: 0.2;
}
.info_header_menu_wrapper .info_header_menu_modal_container {
  margin: 0 auto;
}
/* モーダルウィンドウ */
.info_header_menu_wrapper .info_header_menu_modal {
   visibility: hidden;
   z-index:50;
   position: fixed;
   top: 0;
   right: 0;
   width: 500px;
   padding: 26px;
   background-color: #fff;
   box-sizing: border-box;
   overflow: scroll;
   height: 100%;
   opacity: 0;
   transform: translateX(100%); /* 右にずらしておく */
   transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
/* モーダルを開いたとき */
.info_header_menu_wrapper .info_header_menu_modal.active{
   visibility: visible;
   opacity: 1;
   transform: translateX(0);
}
.info_header_menu_wrapper .over-lay.active{
   display: block;
}
.info_header_menu_wrapper .info_header_menu_modal_container .info_header_menu_modal-open-btn {
   width: 90px;
   position: absolute;
   top: 9px;
   right: 25px;
   z-index: 9;
   background-color: #EEEEEE;
   display: flex;
   justify-content: center;
   padding: 13px 20px;
   align-items: center;
   border-radius: 27px;
   cursor: pointer;
}
#COMMON-HEADER .info_header_menu_wrapper .info_header_menu_modal_container .info_header_menu_modal-open-btn p{
    font-size: 17px;
    line-height: 17px;
    margin-right: 10px;
}
#COMMON-HEADER .info_header_menu_wrapper .info_header_menu_modal_container .info_header_menu_modal-open-btn img{
   height: 17px;
}
.info_header_menu_wrapper .info_header_menu_modal_container .info_header_menu_modal-open-btn:hover {
    background-color: #e9e9e9;
}

.info_header_menu_wrapper .info_header_menu_modal-close-btn{
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    padding: 4px 8px;
    border: none;
    background-color: #eee;
    border-radius: 27pc;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 40px;
    color: #333;
}

.info_header_menu_wrapper .info_header_menu_modal_text:hover{
    text-decoration: underline;
}
.info_header_menu_wrapper .info_header_menu_top{
   position: relative;
}
.info_header_menu_wrapper .info_header_menu_top p.title{
   font-size: 30px;
}
.info_header_menu_wrapper .info_header_menu_top p.lang{
   position: absolute;
   top: 0;
   right: 60px;
}    
.info_header_menu_wrapper .info_header_menu_top p.lang img{
   width: 50px;
}
.info_header_menu_wrapper .info_header_menu_top div.info_linkbtn{
   display: flex;
   align-items: center;
   gap: 5%;
   margin-top: 23px;
}
.info_header_menu_wrapper .info_header_menu_top div.info_linkbtn p{
   width:calc(98%/2)
}
.info_header_menu_wrapper .info_header_menu_top div.info_linkbtn p a{
    display: inline-block;
    width: 100%;
    background-color: #00AC9C;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    box-sizing: border-box;
    border-radius: 4px;
}
.info_header_menu_wrapper .info_header_menu_top div.info_linkbtn p a:hover{
   text-decoration: none;
   background-color: #009083;

}
.info_header_menu_wrapper .info_header_menu_top div.info_linkbtn a img{
   width: 15px;
   padding-left: 10px;
}

.info_header_menu_wrapper .info_header_menu_middle{
   margin-top: 20px;
   border-top: 1px solid #ccc;
}

/*アコーディオン部分*/
.info_header_menu_wrapper .info_header_menu_middle div[class^="header-"]{
   display:none;
   padding-bottom: 20px;
   padding-left: 35px;
}
.info_header_menu_wrapper .info_header_menu_middle .info_accBtn{
    border-bottom: 1px solid #ccc;
}
.info_header_menu_wrapper .info_header_menu_middle .info_accBtn.open > p:first-child{
   background: url(https://www.biccamera.com/bc/c/images/common/ico_minus.png) no-repeat left 10px top 25px;
}

/*h2該当*/
.info_header_menu_wrapper .info_header_menu_middle > .info_accBtn > p:first-child{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 19px;
   line-height: 24px;
   font-weight: 400;
   padding: 20px 10px 20px 35px;
   background: url(https://www.biccamera.com/bc/c/images/common/ico_plus.png) no-repeat left 10px top 25px;
   cursor: pointer;
}
/*h3該当*/
.info_header_menu_wrapper .info_header_menu_middle div[class^="header-"] > div > p:first-child{
   font-size: 18px;
   padding: 20px 0 0;
   font-weight: 600;
}
.info_header_menu_wrapper .info_header_menu_middle div[class^="header-"] > div:first-child > p:first-of-type{
   padding-top:0;
}
.info_header_menu_wrapper .info_header_menu_middle div[class^="header-"] > ul:first-child {
   margin-top:0;
}
/*各項目*/
header .bcs_middle .info_header_menu_wrapper .info_header_menu_middle ul{
   float: unset;
   margin: unset;
   margin-top: 20px;
}
header .bcs_middle .info_header_menu_wrapper .info_header_menu_middle ul li{
   float: unset;
   background: unset;
}
header .bcs_middle .info_header_menu_wrapper .info_header_menu_middle ul li>a{
   width: unset;
   font-size: 16px;
   padding: 10px 0;
   text-align: left;
   position: relative;
   padding-right: 35px;
}
header .bcs_middle .info_header_menu_wrapper .info_header_menu_middle ul li>a:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 14px;
    color: #333;
    line-height: 1;
    width: 7px;
    height: 7px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    bottom: 0;
    margin: auto;
}
