@charset "utf-8";

.secCmntitle {
  background: url(../img/column/imgColumnTop.jpg) center top;
}
@media only screen and (max-width:767px) {
  .secCmntitle {
    background: url(../img/column/imgColumnTop_sp.jpg) center top;
    background-size: cover;
  }
}

/* secSearch */
.secSearch {
  margin-top: 65px;
}
.secSearch .searchList {
  display: flex;
  flex-wrap: wrap;
}
.secSearch .serchItem {
  margin-right: 22px;
  font-size: var(--pcFontSize15);
  border: 1px solid #002d59;
  border-radius: 50px;
  width: 184px;
  line-height: var(--pcLineHeight24_16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.secSearch .serchItem.active {
  color: #fff;
  background: #002d59;
  border-radius: 50px;
}
.secSearch .aSearch {
  text-align: center;
  width: 184px;
  padding: 18px 4px;
}
@media only screen and (max-width:767px) {
  .secSearch {
    margin-top: 20px;
  }
  .secSearch .searchList {
    justify-content: space-between;
  }
  .secSearch .serchItem {
    margin-right: 0;
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight12_2);
    margin-top: 10px;
  }
  .secSearch .serchItem:first-child {
    width: 100%;
  }
  .secSearch .serchItem:nth-child(n + 2) {
    width: calc((100% - 18px) / 3);
    margin-top: 9px;
  }
  .secSearch .aSearch {
    padding: 7px 3px;
  }
}

.mainflex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
  .mainflex {
    flex-direction: column;
    margin-top: 0;
  }
}

.columnMain .columnItem {
  border-top: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
  position: relative;
  margin-bottom: -1px;
}
.columnMain .columnItem:hover {
  background: #fafbfc;
}
.columnMain .columnItem::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/column/imgArrow.png);
  top: calc(50% - 15px);
  right: 2vw;
}
.columnMain .columnItem.new .img::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/column/imgNew.png);
  top: 10px;
  left: 10px;
}
.columnMain .columnItem a {
  padding-right: 112px;
}
.columnMain .flex {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 30px;
}
.columnMain .imgCover {
  padding-top: 23.505%;
  width: 352px;
}
.searchBox {
  width: 21.4%;
}
.columnMain .txtbox {
  margin-left: 34px;
  width: 550px;
}
.columnMain .Linktit {
  font-size: var(--pcFontSize14);
  position: relative;
  line-height: var(--pcLineHeight14_17);
}
.columnMain .Linktit::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fac500;
  top: 8px;
  left: 0;
}
.columnMain .linktxt {
  margin-left: 10px;
}
.columnMain .date {
  font-size: var(--pcFontSize12);
  margin-left: 14px;
}
.columnMain .Tit {
  font-size: var(--pcFontSize22);
  font-weight: bold;
  margin-top: 8px;
  line-height: var(--pcLineHeight24_16);
}
.columnMain .tag {
  font-size: var(--pcFontSize13);
  color: #6fa2cc;
  margin-top: 7px;
  line-height: var(--pcLineHeight12_18);
}

.searchBox .topflex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  position: relative;
}
.searchBox .topflex::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #001b3f;
  bottom: -1px;
  left: 0;
}
.searchBox .txt {
  font-size: var(--pcFontSize15);
  font-weight: bold;
  margin-left: 13px;
}
.searchBox .listHash {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.searchBox .hashItem {
  border-radius: 30px;
  background: #f2f4f5;
  margin-right: 5px;
  margin-top: 10px;
}
.searchBox .hashItem.active {
  background: #6fa2cc;
  color: #fff;
}
.searchBox .aHash {
  font-size: var(--pcFontSize12);
  padding: 11px 12px;
}
.searchBox .news {
  margin-top: 50px;
}
.searchBox .flex {
  display: flex;
  align-items: center;
}
.searchBox .newsItem {
  margin-top: 20px;
}
.searchBox .newsItem .aNews{
  width: 100%;
}
.searchBox .imgBox {
  position: relative;
}
.searchBox .newsItem .nember {
  font-size: 12px;
  color: #fff;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;;
}
.searchBox .newsItem:first-child .nember {
  background: #cfbe29;
}
.searchBox .newsItem:nth-child(2) .nember {
  background: #b8b8b8;
}
.searchBox .newsItem:nth-child(3) .nember {
  background: #ca7e6b;
}
.searchBox .newsItem:nth-child(n + 4) .nember {
  background: #001b3f;
}
.searchBox .imgCover {
  padding-top: 62.5%;
  width: 128px;
}
.searchBox .txtbox {
  margin-left: 14px;
  width: calc(100% - 142px);
}
.searchBox .neswtxt {
  font-size: var(--pcFontSize12);
  line-height: var(--pcLineHeight10_15);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /*表示マックスの行*/
  overflow: hidden;
  max-height: 60px;/*任意の値*/
}
.secCmnIndexPager {
  margin: 80px 0 80px 155px;
  justify-content: flex-start;
}
@media only screen and (max-width:767px) {
  .columnMain {
    width: 100%;
    margin-top: 5px;
  }
  .columnMain .columnItem {
    border-top: none;
  }
  .columnMain .columnItem a {
    width: 100%;
  }
  .columnMain .flex {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 0 18px;
  }
  .columnMain .columnItem::after {
    display: none;
  }
  .columnMain .txtbox {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .columnMain .imgCover {
    width: 100%;
    padding-top: 62.61%;
  }
  .columnMain .Linktit {
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight13_15);
    justify-content: space-between;
    display: flex;
  }
  .columnMain .Linktit::after {
    top: 6px;
  }
  .columnMain .linktxt {
    flex: 1;
  }
  .columnMain .date {
    margin-left: 0;
    text-align: right;
  }
  .columnMain .Tit {
    font-size: var( --spFontSize18);
    line-height: var( --spLineHeight11_16);
    margin-top: 8px;
  }
  .columnMain .tag {
    font-size: var(--spFontSize12);
    margin-top: 5px;
    line-height: var(--spLineHeight12_2);
    font-weight: bold;
  }
  .secCmnIndexPager {
    margin: 40px auto 0;
    justify-content: center;
  }
  .searchBox {
    width: 100%;
    margin-top: 75px;
  }
  .searchBox .topflex {
    padding-bottom: 15px;
  }
  .searchBox .topflex .img {
    width: 14px;
    height: 14px;
  }
  .searchBox .txt {
    font-size: var( --spFontSize13);
    margin-left: 11px;
  }
  .searchBox .newsItem {
    margin-top: 15px;
  }
  .searchBox .imgCover {
    width: 108px;
    padding-top: 62.97%;
  }
  .searchBox .txtbox {
    width: calc(100% - 122px);
  }
  #pnkz {
    margin-top: 100px;
  }
  .searchBox .newsItem:nth-child(n + 2) {
    margin-top: 10px;
  }
  .searchBox .news {
    margin-top: 30px;
  }
  .columnMain .columnItem a {
    padding-right: 0;
  } 
  .searchBox .aHash {
    font-size: var(--pcFontSize11);
    padding: 9.5px 10px;
  }
  .searchBox .newsItem .nember {
    width: 15px;
    height: 15px;
    font-size: 10px;
  }
  .columnMain .columnItem.new .img::after {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .searchBox .listHash {
    margin-top: 7px;
  }
  .searchBox .hashItem {
    margin-top: 8px;
  }
}


.footerTop + #footer {
  margin-top: 200px;
}

/* details */

.details {
  margin-top: 80px;
  border-top: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
  padding: 33px 0 35px;
  position: relative;
}
.details::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #001b3f;
  top: -1px;
  left: 0;
} 
.details .txtbox {
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding-left: 0px;
}
.details .txtbox:has(.new){
  padding-left:80px;
}
.details .txtbox {
  padding-left: 10px;
}
.details .new {
  font-size: var(--pcFontSize12);
  background: #fac500;
  width: 50px;
  text-align: center;
  padding: 7px 0;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.details .txt1 {
  font-size: var(--pcFontSize16);
  line-height: 1.5;
  position: relative;
  display: inline;
}
.details .txt1::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #fac500;
  border-radius: 50%;
  top: 7px;
  left: -10px;
}
.details .date {
  font-size: var(--pcFontSize16);
  line-height: 1.5;
  display: inline;
  padding-left: 15px;
}
.details .Tit {
  font-size: var(--pcFontSize22);
  line-height: var(--pcLineHeight24_16);
  font-weight: bold;
  margin-top: 16px;
}
.details .tag {
  font-size: var(--pcFontSize13);
  line-height: var(--pcLineHeight14_17);
  color: #6fa2cc;
  margin-top: 14px;
}
@media only screen and (max-width:767px) {
  .details {
    margin-top: 30px;
    padding: 26px 0 18px;
  }
  .details .new {
    font-size: var(--spFontSize10);
    padding: 6px 0 4px;
    width: 39px;
  }
  .details .txt1 {
    font-size: var(--spFontSize13);
  }
  .details .date {
    font-size: var(--spFontSize13);
    padding-left: 2px;
  }
  .details .Tit {
    font-size: var(--spFontSize15);
    line-height: var(--spLineHeight11_16);
    margin-top: 12px;
  }
  .details .tag {
    font-size: var(--spFontSize11);
    line-height: var(--spLineHeight12_2);
    margin-top: 6px;
  }
  .details .txtbox:has(.new) {
    padding-left: 65px;
  }
  .details::after {
    width: 40px;
  }
}
.boxEntry.entry {
  margin-top: 50px;
}
.boxEntry.entry h2 {
  font-size: var(--pcFontSize20);
  line-height: 1.6;
  background: #f2f4f5;
  font-weight: bold;
  padding: 24px 40px; 
  /* margin-top: 50px; */
  position: relative;
}
.boxEntry.entry h2::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fac500;
  border-radius: 50%;
  left: 20px;
  top: 36px;
}
.boxEntry.entry h3 {
  font-size: var(--pcFontSize17);
  line-height: 1.882;
  font-weight: bold;
  border-bottom: 1px solid #ebeced;
  padding-bottom: 10px;
}
.Bnr {
  text-align: center;
  margin-top: 100px;
}
.boxEntry.entry iframe[src^="https://www.youtube.com"]{
  display: block;
  width: 960px;
  height: 540px;
  margin: 0 auto;
}

/* boxPdf */
/* .boxPdf {
    margin-top: 80px;
} */
.boxPdf .listPdf{
    display: flex;
    flex-direction: column;
    margin-left: 0;
}
.boxPdf .itemPdf{
    width: 100%;
    list-style: none;
    margin-left: 0;
}
.boxPdf .itemPdf + .itemPdf{
    margin-top: 5px;
}
.boxPdf .itemPdf .aLink{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f2f4f5;
    padding: 28px 30px;
    color: inherit;
    text-decoration: none;
}
.boxPdf .itemPdf .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_2);
    color: #ee0000;
    font-weight: bold;
    margin-left: 20px;
}
.boxPdf .itemPdf img{
    border-radius: 3px;
}

@media only screen and (max-width:767px) {
  .boxEntry.entry {
    margin-top: 25px;
  }
  .boxEntry.entry h2 {
    font-size: var(--spFontSize14);
    line-height: var(--spLineHeight10_14);
    padding: 17px 19px 17px 30px; 
  }
  .boxEntry.entry h2::after{
    left: 15px;
  }
  .boxEntry.entry h3 {
    font-size: var(--spFontSize13);
    line-height: var(--spLineHeight13_15);
  }
  
  .entry .txtBox .txt {
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight12_16);
    margin-top: 13px;
  }
  .entry .subtit:nth-child(3) {
    margin-top: 40px;
  }
  .Columndetails .sec03 {
    margin-top: 45px;
  }
  .Columndetails .sec03 .Tit {
    margin-top: 25px;
    font-size: var(--spFontSize14);
    line-height: var(--spLineHeight10_14);
    padding: 17px 19px 17px 30px; 
  }
  .Columndetails .sec03 .subtit {
    font-size: var(--spFontSize13);
    line-height: var(--spLineHeight13_15);
    margin-top: 17px;
  }
  .Columndetails .sec03 .Tit::after {
    left: 15px;
    top: calc(50% - 2.5px);
  }
  .Columndetails .sec03 .txt {
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight12_16);
    margin-top: 13px;
  }
  .boxEntry.entry iframe[src^="https://www.youtube.com"]{
    width: 100%;
    height: 51.734vw;
  }
  /* .boxPdf {
        margin-top: 50px;
    } */
    .boxPdf .itemPdf .aLink{
        padding: 20px 15px;
    }
    .boxPdf .itemPdf .icon{
        width: 20px;
    }
    .boxPdf .itemPdf .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight10_14);
        margin-left: 11px;
        width: calc(100% - 20px);
    }
}
.secPage{
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ebeced;
}
.secPage .prevBox {
  width: 35.212%;
}
.secPage .btnBox{
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.secPage .nextBox {
  width: 35.212%;
}
.secPage .nextBox .btnBox {
  flex-direction: row-reverse;
}
.secPage .btnBox.nextBox{
  flex-direction: row-reverse;
}
.secPage .btnBox .nextImg{
  margin-left: 20px;
  width: 200px;
  height: 124px;
}
.secPage .btnBox .prevImg{
  margin-right: 20px;
  width: 200px;
  height: 124px;
}
.secPage .btnBox .txt{
  font-size: var(--pcFontSize11);
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.secPage .btnBox .txt::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 3px;
  background: #fac606;
  border-radius: 50%;
}
.secPage .btnBox .txt .name{
  margin-left: 10px;
}
.secPage .btnBox .pageTit{
  font-size: var(--pcFontSize15);
  line-height: var(--pcLineHeight18_13);
  letter-spacing: 0.5px;
  margin-top: 7px;
  max-width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*表示マックスの行*/
  overflow: hidden;
  max-height: calc(var(--pcFontSize15)* var(--pcLineHeight18_13)* 3);
}
.secPage .btnBox .tagList{
  margin-top: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.secPage .btnBox .tag{
  font-size: var(--pcFontSize11);
  letter-spacing: 0.5px;
  margin-left: 4px;
  margin-top: 4px;
  color: #6fa2cc;
  display: inline;
}
.secPage .txtBox{
  position: relative;
  flex: 1;
  margin-top: 15px;
  width: 280px;
}
.secPage .btnBox .arrow{
  position: absolute;
  left: 15px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.5px;
  margin-top: 12px;
  border-bottom: 1px solid #001b3f;
}
.secPage .arrow .arrowsLink{
  position: relative;
}
.secPage .arrow .arrowsLink:before{
  content: '';
  position: absolute;
  top: 5px;
  left: -13px;
  width: 6px;
  height: 10px;
  background: url(../img/common/iconPagePrev.png)center top / cover no-repeat;
}
.secPage .btnBox .arrow.nextArrow{
  left: unset;
  right: 14px;
}
.secPage .arrow.nextArrow .arrowsLink:before{
  background: url(../img/common/iconPageNext.png)center top / cover no-repeat;
  left: unset;
  right: -10px;
}
.secPage .backIndex{
  width: 260px;
  margin: 0 80px;
  border-radius: 1px solid #002d56;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
}
.secPage .boxBackBtn{
  border-top: none;
  margin: 30px 60px 0;
  padding: 0;
}

.details .listAboutLink.spNone{
  display: none;
}
.detailsWrapper .listAboutLink.spOnly{
  display: flex;
  margin-top: 120px;
}
.secPage .btnBox .boxTag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width:767px) {
  .detailsWrapper .listAboutLink.spNone{
      display: none;
  }
  .detailsWrapper .listAboutLink.spOnly {
      margin-top: 50px;
  }
  .secPage {
      margin-top: 50px;
      padding-top: 30px;
      padding-bottom: 131px;
      border-top: 1px solid #ebeced;
      position: relative;
      align-items: flex-start;
  }
  .secPage .btnBox {
      width: 100%;
      display: flex;
      flex-direction: column;
      padding-right: 8.99%;
  }
  .secPage .btnBox .prevImg {
      margin-right: 0;
      width: 100%;
      height: 100%;
      padding-top: 61.79%;
  }
  .secPage .btnBox .nextImg {
      margin-left: 0px;
      width: 100%;
      height: 100%;
      padding-top: 61.79%;
  }
  .secPage .boxBackBtn {
      position: absolute;
      bottom: 0px;
      border-top: 1px solid #ebeced;
      width: 100%;
      padding-top: 50px;
      margin: 0;
  }
  .secPage .btnBox.nextBox {
      flex-direction: column;
      border-left: 1px solid #ebeced;
      padding-right: 0;
      padding-left: 4.497%;
  }
  .secPage .btnBox .pageTit {
      font-size: var(--spFontSize12);
      line-height: 18px;
      letter-spacing: 0.5px;
      margin-top: 7px;
      overflow: hidden;
      max-height: 34px;
      min-height: 34px;
      white-space: wrap;
      max-width: unset;
  }
  .secPage .btnBox .arrow {
      position: absolute;
      bottom: -29px;
      left: 10px;
      font-size: var(--spFontSize11);
      line-height: var(--spLineHeight13_15);
      letter-spacing: 0.5px;
      margin-top: 11px;
  }
  .secPage .txtBox {
      margin-top: 20px;
      padding: 0 ;
      flex: 0;
      width: 100%;
  }
  .secPage .btnBox .txt {
      font-size: var(--spFontSize10);
      position: relative;
      padding-left: 7px;
  }
  .secPage .btnBox .txt::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fac606;
    border-radius: 50%;
    left: 0;
    top: 3px;
  }
  .secPage .btnBox .tagList {
      flex-wrap: nowrap;
      margin-top: 4px;
  }
  .secPage .btnBox .tag {
      font-size: 10px;
      letter-spacing: 0px;
  }
  .secPage .arrow .arrowsLink:before {
    width: 4px;
    height: 6px;
    background-size: cover;
    left: -10px;
  }
  .secPage .btnBox .arrow.nextArrow {
    right: 10px;
  }
  .secPage .nextBox .btnBox {
    flex-direction: column;
    padding-right: 0;
    padding-left: 8.99%;
  }
  .secPage .btnBox {
    position: relative;
    padding-bottom: 30px;
  }
  .secPage:has(.prev) .btnBox.next::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ebeced;
    top: 0;
    left: 0;
  }
  .secPage .btnBox.next::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ebeced;
    top: 0;
    left: 0;
  }
  .secPage .btnBox.prev::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ebeced;
    top: 0;
    right: 0;
  }
  .secPage:has(.next) .btnBox.prev::after {
    display:none;
  }
  .secPage .prevBox {
    width: 50%;
  }
  .secPage .nextBox {
    width: 50%;
  }
}
.secMovie {
  text-align: center;
  margin-top: 70px;
}
.dowmload {
  margin-top: 80px;
}
.dowmload .pdfLink {
  display: flex;
  background: #f2f4f5;
  align-items: center;
  padding: 30px;
}
.dowmload .pdfLink:nth-child(2) {
  margin-top: 5px;
}
.dowmload .tit {
  font-size: var(--pcFontSize15);
  line-height: var(--pcLineHeight15_2);
  color: #ee0000;
  margin-left: 20px;
  flex: 1;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .secMovie {
    width: 100%;
    height: 0;
    margin-top: 44px;
    position: relative;
    padding-top: 56.232%;
  }
  .secMovie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dowmload {
    margin-top: 50px;
  }
  .dowmload .tit {
    font-size: var(--spFontSize12);
    line-height: var(--spLineHeight13_15);
    margin-left: 11px;
  }
  .dowmload .pdfLink {
    padding: 20px 10px 20px 15px;
  }
  .dowmload .pdfLink .img {
    width: 20px;
    height: 20px;
  }
  .Bnr {
    margin-top: 80px;
  }
}
