.supportlist_cont_w {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#supportlist_box1{
  padding: 70px 0 88px;
}
#manual_top2{
  padding: 0px 0 88px;
}
#manual_top3{
  padding: 0px 0 88px;
}
#supportlist_body h2{
  font-family: "Fjalla One", Sans-serif;
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: bold;
}
.txt_description{
  display: none;
}
.support_list dl{
  display: flex;
  flex-wrap: wrap;
}
.support_list dl dt{
  width: 23%;
  box-sizing: border-box;
  position: relative;
}
.support_list dl dd{
  width: 51%;
  padding: 18px 25px;
  box-sizing: border-box;
}
.support_list .support_list_in dt{
  padding: 0px;
  display: flex;
    flex-wrap: wrap;
}
.support_list_name{
  width: 80%;
  padding: 22px 25px 22px 25px;
}
.support_list .support_list_head dt{
  padding: 18px 25px;
}
.support_list_head{
  font-size: 14px;
  font-weight: bold;
}
.support_list{
  border: 1px solid #1b1b1b;
  position: relative;
}
.support_list .support_list_head .version{
  padding: 18px 0px;
}
.support_list_in dt,.support_list_in dd{
  border-top: 1px solid #bfbfbf;
}
.support_list_in dt{
  padding: 22px 25px 22px 55px;
  font-weight: bold;
}
.support_list .support_list_in dd{
  padding: 10px 25px;
  font-size: 12px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.support_list_image{
  background-color: #fafafa;
    display: inline-block;
    height: 100%;
    width: 20%;
    text-align: center;
}
.support_list_image img{
  display: block;
  margin: 10px auto 0;
}

.support_list_downloads{
  overflow: hidden;
  padding-top: 8px;
}
.support_list_downloads li{
  margin: 0 8px 8px 0;
  float: left;
}
.support_list_downloads li a{
  background-color: #eeeeee;
  padding: 12px 18px;
  display: inline-block;
}
.support_list_comingsoon{
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.support_list dl .version{
  width: 13%;
  padding: 10px 0px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.support_list dl .version .new{
  color: red;
  margin-left: 6px;
}
.support_list dl .release{
  width: 13%;
  padding: 10px 0px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.link_compatible{
  position: absolute;
  top: 20px;
  right: 0;
}
.supportlist_cont_w details summary {
    list-style: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin: 20px 0 30px;
    padding: 0 0 10px;
    border-bottom: 2px solid #bfbfbf;
}
/**
 * Chrome用のデフォルト三角削除
**/
.supportlist_cont_w details summary::-webkit-details-marker {
  display: none;
}

/*閉じた状態の矢印描画*/
.supportlist_cont_w details summary:before{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin:auto;
}
/*開いた状態の矢印描画*/
.supportlist_cont_w details[open] summary:before{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #333 2px solid;　
  border-right: #333 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin:auto;
}
.supportlist_cont_w details summary:after{
  content: "";
  height: 2px;
  width: 320px;
  background-color: #1b1b1b;
  position: absolute;
  bottom: -2px;
  left: 0;
}



/*タブ切り替え全体のスタイル*/
.tabs {
    padding: 60px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*タブのスタイル*/
.tab_item {
  width: 230px;
  height: 72px;
  line-height: 72px;
  font-size: 24px;
  text-align: center;
  color: #1b1b1b;
  display: block;
  float: left;
  border: 1px solid #1b1b1b;
  font-family: "Fjalla One", Sans-serif;
  cursor: pointer;
}

.tab_item_center{
  margin: 0 2%;
}

.tab_item_center2{
  margin: 0 2% 0 0;
}

.tab_item:hover {
  background-color: #1b1b1b;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #1b1b1b;
  color: #fff;
}

/*選択されているタブのコンテンツのみを表示*/
#camera:checked ~ #camera_content,
#lens:checked ~ #lens_content,
#accessories:checked ~ #accessories_content,
#software:checked ~ #software_content
{
    display: block;
    width: 100%;
}

.menu_gxf{
    background-color: #fafafa;
    padding: 8px 0;
    margin: 60px 0;
}

.menu_gxf ul{
    width: 300px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu_gxf ul li{
    width : calc(100% / 3) ;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Fjalla One", Sans-serif;
    font-size: 18px;
}

.in-cont{
    max-width: 1200px;
    margin: 0 auto;
}

#supportlist_box2{
  padding: 0px 0 88px;
}

.support_top_repeat{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 0;
}

.repeat_box{
  padding: 0px 0 40px;
}
.repeat_box:not(:first-of-type){
  margin-top: 20px;
}
.repeat_box h2{
  font-family: "Fjalla One", Sans-serif;
  font-size: 30px;
  margin: 0px 0 20px;
}

.repeat_box_in{
  display: flex;
  flex-wrap: wrap;
}

.repeat_box_in .left_cont{
  width: 38%;
}

.repeat_box_in .right_cont{
  width: 62%;
  padding:0 0 0 40px;
  box-sizing: border-box;
}

.support_gcommon{
  max-width: 1200px;
  margin: 0 auto;
}

.support_gc_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 90px;
}

.support_gc_box{
  width: 31%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.support_gc_box:nth-child(2),.support_gc_box:nth-child(5){
  margin-right: 3.5%;
  margin-left: 3.5%;
}

.support_gc_bd{
  border: 1px solid #1b1b1b;
  margin-bottom: 16px;
  padding: 50px 0;
}

.support_gc_bd h2{
  font-family: "Fjalla One", Sans-serif;
  font-size: 30px;
  margin: 10px 0 0;
  text-align: center;
}

/* .support_gc_icon{
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
} */
.support_gc_icon img {
  display: block;
  object-fit: contain;
  margin: auto;
  max-height: 50px;
  width: auto;
}

.support_gc_box p{
  margin: 24px 0;
}

.support_gc_box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}

.support_gc_box ul li{
  list-style: none;
  margin: 0 5px;
  position: relative;
  font-family: "Fjalla One", Sans-serif;
  font-size: 18px;
  /* font-weight: bold; */
}

.support_gc_box ul li:after{
  content: "|";
  display: inline;
  font-family: sans-serif;
  line-height: 1;
  margin: 0 0px 12px 6px;
  position: relative;
  top: -1.5px;
}

.support_gc_box ul li:last-child:after{
  display: none;
}

.support_icon_link{
  text-decoration: none;
  display: block;
}

.support_icon_link:hover{
  text-decoration: none;
  opacity: 0.65;
}
.support_icon_link[target="_blank"] {
  position: relative;
}
.support_icon_link[target="_blank"]:after {
  display: inline-block;
  content: url(/wp-content/themes/fujifilm-x_jp/assets/img/common/icn_blank-bk.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 1;
}


@media screen and (max-width: 1280px) and (min-width: 768px){
#supportlist_body {
    padding-left: 5vw;
    padding-right: 5vw;
}
}

@media screen and (max-width: 768px) {
.support_list .support_list_head {
    display: none;
}
.support_list .support_list_in dt{
  width: 100%;
  padding: 20px 15px 15px;
}
.support_list .support_list_in dd {
    padding: 10px 0px 10px;
    margin: 0 15px;
}
.support_list dl .version {
    width: 100%;
    padding: 15px;
    margin: 0;
}
.support_list dl dd {
    width: 100%;
}
.support_list_image{
  height: 45px;
}
.support_list_image img {
    margin: 0 auto;
}
.support_list_name {
    padding: 0 15px;
    height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.support_list dl .version{
  border-top: 0;
  padding-top: 0;
}

.support_list_downloads li {
    float: none;
    width: 100%;
}
.support_list_downloads li a {
    width: 100%;
    text-align: center;
}

.txt_description{
  display: block;
  padding: 5px 0 0;
  font-weight: bold;
}
#supportlist_box1 {
    padding: 40px 15px 40px;
}
#manual_top2{
   padding: 40px 15px 40px;
}
#manual_top3{
   padding: 40px 15px 40px;
}
#supportlist_body h2 {
    font-size: 28px;
}
.supportlist_cont_w details summary{
  font-size: 18px;
}
.supportlist_cont_w details summary:after{
  width: 140px;
}
.support_list_comingsoon{
  display: block;
  height: auto;
}
.support_list dl .release{
  width: 100%;
}

.tab_item{
    width : 30%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
}
.tabs {
    padding: 30px 0;
}

.menu_gxf {
    margin: 30px 0;
}
/*  */
.support_gcommon {
  padding: 0 16px;
}
.support_gc_bd {
  /* margin-bottom: 0; */
}
.support_gc_box p {
  margin: 0 0 8px;
}
.support_gc_box{
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.support_top_repeat {
  padding: 0 16px;
}
.repeat_box .right_cont {
  padding-left: 20px;
}

.box_news {
  margin-bottom: 40px;
}
.box_news .section__title {
  justify-content: start;
  margin-bottom: 0;
}
.box_news .section__title .btn--more {
  top: 50%;
  transform: translateY(-50%);
}

}