@charset "utf-8";
/* ===============================================================
 layout
=============================================================== */
.section{
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .section{
    padding: 30px 0;
  }
}
/* ===============================================================
 title
=============================================================== */
.mainTtlWrap{
  background: #61b7da url(/assets/column/img/bg_title.gif) no-repeat center top;
  background-size: cover;
  text-align: center;
  line-height: 1.2;
  padding: 75px 0;
}
.mainTtlWrap .mainTtl .engTtl{
  color: #fff;
  display: block;
}
.mainTtlWrap .mainTtl .japTtl{
  color: #FFF664;
  display: block;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mainTtlWrap{
    background-image:url(/assets/column/img/bg_title_sp.gif);
  }
  .mainTtlWrap .mainTtl .engTtl{
    font-size: 42px;
  }
  .mainTtlWrap .mainTtl .japTtl{
    font-size: 20px;
  }
}
/* ===============================================================
 list
=============================================================== */
#list{
  background: #F9F9F9;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
/*---------tabArea---------*/
.tabArea{
  border-bottom: 1px solid #A4A4A4;
  margin-bottom: 35px;
}
.tabAreaIn{
  display: flex;
  width: 100%;
}
.tabArea .btnTab{
  padding-bottom: 8px;
  border-bottom: 4px solid #F9F9F9;
  width: 100%;
}
.tabSwitch .tab1:checked ~ .tabArea .btnTab1,
.tabSwitch .tab2:checked ~ .tabArea .btnTab2,
.tabSwitch .tab3:checked ~ .tabArea .btnTab3,
.tabSwitch .tab4:checked ~ .tabArea .btnTab4,
.tabSwitch .tab5:checked ~ .tabArea .btnTab5,
.tabSwitch .tab6:checked ~ .tabArea .btnTab6{
  border-bottom: 4px solid #61B7D9;
}
.tabSwitch .tab1:checked ~ .tabArea .btnTab1:after,
.tabSwitch .tab2:checked ~ .tabArea .btnTab2:after,
.tabSwitch .tab3:checked ~ .tabArea .btnTab3:after,
.tabSwitch .tab4:checked ~ .tabArea .btnTab4:after,
.tabSwitch .tab5:checked ~ .tabArea .btnTab5:after,
.tabSwitch .tab6:checked ~ .tabArea .btnTab6:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -10px;
  border: 9px solid transparent;
  border-top: 12px solid #61B7D9;
}
/*---------tabArea---------*/
.boxWrap{
  justify-content: flex-start;
}
.boxWrap .columnBox{
  width: 352px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.boxWrap .columnBox:nth-child(3n){
  margin-right: 0;
}
.boxWrap .columnBox .date{
  font-size: 14px;
}
.boxWrap .columnBox .txt{
  font-weight: bold;
  line-height: 1.4;
}
.tabCont .more{
  text-align: center;
  margin-top: 20px;
}
.tabCont .more .btnSolid{
  width: 340px;
  display: inline-block;
  font-size: 20px;
  position: relative;
}
.tabCont .more .btnSolid:after{
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -5px 0 0;
}
.tabCont .disabled .btnSolid{
  pointer-events: none;
  background-color: #A4A4A4;
}
.tabCont .disabled .btnSolid:after{
  display: none;
}
@media screen and (max-width: 767px) {
  /*---------tabArea---------*/
  .tabArea{
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    border-bottom: 0;
    margin-bottom: 10px;
  }
  .tabAreaIn{
    display: block;
    width: 700px;
    font-size: 0;
    border-bottom: 1px solid #A4A4A4;
  }
  .tabArea .btnTab{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding:0 8px 5px;
    border-bottom: 4px solid #F9F9F9;
    width: auto;
    min-width: 100px;
    font-size: 16px;
  }
  .tabCont .more .btnSolid{
    width: 100%;
  }
  /*---------tabArea---------*/
  .boxWrap .columnBox,
  .boxWrap .columnBox:nth-child(3n){
    width: 48%;
    margin-bottom: 15px;
    margin-right: 4%;
  }
  .boxWrap .columnBox:nth-child(2n){
    margin-right: 0;
  }
  .boxWrap .columnBox .date{
    font-size: 12px;
  }
  .boxWrap .columnBox .txt{
    font-size: 14px;
  }
}