@charset "UTF-8";
.mv_wrap {
    height: 250px;
    background: #F3F6F9;
}
.mv_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.mv-ttl {
  font-size: 28px;
  font-weight: bold;
  padding-left: 53px;
  position: relative;
}
.mv-ttl::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -11px;
  z-index: 2;
  width: 32px;
  height: 22px;
  background: url(../svg/icn_book.svg) no-repeat center / 100% auto;
}
.clmList_wrap {
  padding-top: 50px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.clmList-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.clmCtgy_list {
  margin-top: 25px;
}
.clmCtgy_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 26px 20px;
}
.clmCtgy_list ul li {
  width: calc((100% - 40px) / 3);
}
.clmCtgy_list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #2564B3;
  position: relative;
  border-radius: 6px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #2564B3;
}
.clmCtgy_list ul li a::before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.clmCtgy_list ul li a[data-name="all"]::before {
  width: 26px;
  height: 26px;
  background: url(../svg/icn_all.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="car"]::before {
  width: 34px;
  height: 19px;
  background: url(../svg/icn_car.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="fire"]::before {
  width: 30px;
  height: 25px;
  background: url(../svg/icn_fire.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="cancer"]::before {
  width: 28px;
  height: 28px;
  background: url(../svg/icn_cancer.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="medical"]::before {
  width: 29px;
  height: 25px;
  background: url(../svg/icn_medical.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="income-compensation"]::before {
  width: 27px;
  height: 32px;
  background: url(../svg/icn_income.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="long-term-care"]::before {
  width: 27px;
  height: 28px;
  background: url(../svg/icn_care.svg) no-repeat center / 100% auto;
}.clmCtgy_list ul li a[data-name="personal-accident"]::before {
  width: 26px;
  height: 28px;
  background: url(../svg/icn_injury.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="overseas-travel"]::before {
  width: 29px;
  height: 28px;
  background: url(../svg/icn_overseas.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="domestic-travel"]::before {
  width: 38px;
  height: 19px;
  background: url(../svg/icn_trip.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="personal-liability"]::before {
  width: 17px;
  height: 32px;
  background: url(../svg/icn_individual.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="golfer"]::before {
  width: 25px;
  height: 25px;
  background: url(../svg/icn_golf.svg) no-repeat center / 100% auto;
}

.clmCtgy_list ul li a[data-name="bicycle"]::before {
  width: 32px;
  height: 26px;
  background: url(../svg/icn_bicycle.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="personal-effects"]::before {
  width: 27px;
  height: 21px;
  background: url(../svg/icn_camera.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li a[data-name="not_insurance"]::before {
  width: 26px;
  height: 26px;
  background: url(../svg/icn_dot.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li.active a {
  color: #fff;
  background-color: #2564B3;
}
.clmCtgy_list ul li.active a::before {
  filter: brightness(0) invert(1);
}
.clmCtgy_list ul li.active a[data-name="all"]::before {
  filter: none;
  background: url(../svg/icn_all_wh.svg) no-repeat center / 100% auto;
}
.clmCtgy_list ul li.active a[data-name="not_insurance"]::before {
  filter: none;
  background: url(../svg/icn_dot_wh.svg) no-repeat center / 100% auto;
} 
.clmList_in {
  padding: 18px 0 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 47px 56px;
  justify-content: space-between;
}
.clmList_box {
  width: 100%;
  max-width: 412px;
}
.clmList_img {
  position: relative;
  width: 100%;
  height: 232px;
  overflow: hidden;
  border-radius: 4px;
}
.clmList_img picture img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all .2s;
}
.clmList_box a {
  text-decoration: none;
}
.clmList_dtl {
  padding-top: 23px;
}
.clmList_labels .label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.clmList_labels .label li {
  width: 110px;
  height: 38px;
  border-radius: 4px;
  background-color: #2564B3;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.clmList_labels .data {
  line-height: 1;
  padding: 13px 0 9px;
}
.clmList_dtl h1 {
  font-weight: bold;
}
.clmList_dtl .tag {
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.clmList_dtl .tag li {
  line-height: 1;
}
#movie .clmList_img:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 63px;
    height: 63px;
    border: 1px solid #A4A4A4;
    border-radius: 45px;
    box-sizing: border-box;
    background: #A4A4A4;
    z-index: 10;
}
#movie .clmList_img:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 28px;
    border-color: transparent transparent transparent #fff;
    z-index: 11;
}
#movie {
  padding-top: 110px;
}
#column {
  padding-top: 80px;
}
.column_wrap {
  padding-bottom: 100px;
}
.more_btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.more_btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #2564B3;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  border: 2px solid #2564B3;
  box-sizing: border-box;
}
.more_btn a::before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);  
    right: 15px;
    width: 8px;
    height: 14px;
    background: url(../svg/icn_arw2_bl.svg) no-repeat center / 100% auto;
}
/* 詳細 */
.clmArticle_wrap {
    padding: 18px 0 60px;
}
.clmArticle_category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.clmArticle_category li {
    width: 110px;
    height: 38px;
    border-radius: 4px;
    background-color: #2564B3;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.clmArticle_day {
  font-weight: bold;
}
.clmArticle-ttl {
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #2564B3;
}
.clmArticle_video {
  width: 100%;
  max-width: 750px;
  margin: 30px auto 0;
}
.clmArticle_video video {
  width: 100%;
  height: auto;
}
.clmArticle_img {
  width: 100%;
  margin-top: 30px;
}
.clmArticle_img img {
  width: 100%;
  height: auto;
}
.clmArticle_thumb {
  display: flex;
}
.clmArticle_thumb {
  margin-top: 20px;
}
.clmArticle_thumb li {
  width: calc(100% / 3);
  padding: 0 5px;
  box-sizing: border-box;
}
.clmArticle_thumb li img {
  width: 100%;
  height: auto;
}
.clmArticle_synopsis {
  margin-top: 40px;
}
.clmArticle_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 10px;
}
.clmArticle_summary {
  margin-top: 30px;
  padding: 20px 20px;
  background: #F3F6F9;
  display: none;
}
.clmArticle_summary p {
  font-weight: bold;
}
.clmArticle_summary li {
  position: relative;
  padding-left: 1rem;
}
.clmArticle_summary li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.75em;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
.clmArticle_note {
  color: #F0983F;
  font-weight: bold;
  margin-top: 20px;
}
.clmArticle_main {
  margin-top: 50px;
}
.clmArticle_main h2 {
    font-weight: bold;
    position: relative;
    font-size: 20px;
    color: #2564B3;
    line-height: 1.6;
    margin-top: 30px;
}
.clmArticle_main > * + *  {
  margin-top: 15px;
}
.clmArticle_main p img {
  width: 100%;
  height: auto;
}
.clmArticle_main h3 {
  font-weight: bold;
  margin-top: 20px;
}
.clmArticle_mgnmb {
  margin-top: 30px;
  text-align: right;
}
.clmAuthor_wrap {
  display: none;
  margin-top: 50px;
  border: 2px solid #2564B3;
  border-radius: 6px;
}
.clmAuthor-ttl {
    background: #2564B3;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
.clmAuthor-info_wrap {
  padding: 20px;
}
.clmAuthor_profile {
  margin-top: 10px;
}
.clmConnection_wrap h3 {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #2564B3;
}
main.detail #movie {
  padding: 0;
}
.clmListBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
.clmListBtn li {
    margin: 0 20px;
    width: 400px;
}
.clmListBtn a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 64px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #2564B3;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    position: relative;
    border: 2px solid #2564B3;
    box-sizing: border-box;
}
.clmListBtn a::before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);  
    right: 15px;
    width: 8px;
    height: 14px;
    background: url(../svg/icn_arw2_bl.svg) no-repeat center / 100% auto;
}


@media (min-width: 896px) {
  .clmCtgy_list ul li a:hover {
    text-decoration: none;
    /* background-color: #c2dfff; */
    color: #fff;
    background-color: #2564B3;
  }
  .clmCtgy_list ul li a:hover::before {
    filter: brightness(0) invert(1);
  }
  .clmCtgy_list ul li a[data-name="all"]:hover::before {
    filter: none;
    background: url(../svg/icn_all_wh.svg) no-repeat center / 100% auto;
  }
  .clmCtgy_list ul li a[data-name="not_insurance"]:hover::before {
    filter: none;
    background: url(../svg/icn_dot_wh.svg) no-repeat center / 100% auto;
  }  
  .more_btn a:hover {
    background-color: #c2dfff;
  }
  .clmList_box a:hover .clmList_img picture img {
      width: 110%;
      height: 110%;
  }
  /* 詳細 */
  .clmArticle_date_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .clmListBtn a:hover {
      background-color: #c2dfff;
  }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        height: 150px;
    }
    .column_wrap {
      padding: 0 17px 40px;
    }
    .clmList_wrap {
      padding-top: 25px;
    }
    .clmList-ttl {
      font-size: 17px;
    }
    .clmCtgy_list {
      margin-top: 15px;
    }
    .clmCtgy_list ul {
        gap: 8px;
    }
    .clmCtgy_list ul li {
        width: calc((100% - 16px) / 3);
    }
    .clmCtgy_list ul li a {
        align-items: end;
        font-size: 12px;
        border-radius: 3px;
        line-height: 1;
        height: 71px;
        padding-bottom: 8px;
    }
    .clmCtgy_list ul li a::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .clmCtgy_list ul li a[data-name="all"]::before {
      width: 28px;
      height: 28px;
      top: 11px;
    }
    .clmCtgy_list ul li a[data-name="car"]::before {
      width: 37px;
      height: 20px;
      top: 16px;
    }
    .clmCtgy_list ul li a[data-name="fire"]::before {
      width: 31px;
      height: 26px;
      top: 11px;
    }
    .clmCtgy_list ul li a[data-name="cancer"]::before {
      width: 29px;
      height: 29px;
      top: 11px;
    }
    .clmCtgy_list ul li a[data-name="medical"]::before {
      width: 30px;
      height: 27px;
      top: 11px;
    }
    .clmCtgy_list ul li a[data-name="income-compensation"]::before {
      width: 25px;
      height: 29px;
      top: 10px;
    }
    .clmCtgy_list ul li a[data-name="long-term-care"]::before {
      width: 28px;
      height: 29px;
      top: 10px;
    }
    .clmCtgy_list ul li a[data-name="personal-accident"]::before {
      width: 27px;
      height: 29px;
      top: 12px;
    }
    .clmCtgy_list ul li a[data-name="overseas-travel"]::before {
      width: 30px;
      height: 29px;
      top: 11px;
    }
    .clmCtgy_list ul li a[data-name="domestic-travel"]::before {
      width: 40px;
      height: 20px;
      top: 15px;
    }
    .clmCtgy_list ul li a[data-name="personal-liability"]::before {
      width: 16px;
      height: 30px;
      top: 10px;
    }
    .clmCtgy_list ul li a[data-name="golfer"]::before {
      width: 27px;
      height: 27px;
      top: 12px;
    }

    .clmCtgy_list ul li a[data-name="bicycle"]::before {
      width: 32px;
      height: 26px;
      top: 12px;
    }
    .clmCtgy_list ul li a[data-name="personal-effects"]::before {
      width: 27px;
      height: 21px;
      top: 15px;
    }
    .clmCtgy_list ul li a[data-name="not_insurance"]::before {
      width: 28px;
      height: 28px;
      top: 11px;
    }
    #movie {
      padding-top: 36px;
    }
    .clmList_in {
      padding: 15px 0 50px;
      gap: 33px 42px;
    }
    .clmList_box {
      max-width: 100%;
    }
    .clmList_img {
        height: 192px;
        border-radius: 2px;
    }
    #movie .clmList_img:before {
      margin: -26px 0 0 -26px;
      width: 52px;
      height: 52px;
    }
    #movie .clmList_img:after {
      margin: -13px 0 0 -9px;
      border-width: 14px 0 14px 23px;
    }
    .clmList_labels {
      font-size: 13px;
    }
    .clmList_dtl {
      padding-top: 13px;
    }
    .clmList_labels .data {
      padding: 10px 0 8px;
    }
    .clmList_dtl .tag {
      padding-top: 10px;
      font-size: 12px;
      gap: 8px 13px;
    }
    .more_btn {
      max-width: 240px;
    } 
    .more_btn a {
      height: 48px;
      font-size: 15px;
      border-radius: 3px;
    }
    /* 詳細 */
    .clmArticle_wrap {
      padding: 15px 0 35px;
    }
    .clmArticle_date_wrap {
      display: flex;
      flex-direction: column-reverse;
    }
    .clmArticle_day {
      text-align: right;
    }
    .clmArticle_category {
      margin-top: 5px;
    }
    .clmArticle-ttl {
      font-size: 17px;
      font-weight: bold;
      padding: 12px 0 5px;
      margin-bottom: 20px;
    }
    .clmArticle_video {
        margin: 20px auto 0;
    }
    .clmArticle_thumb {
      margin-top: 10px;
    }
    .clmArticle_thumb li {
      padding: 0 3px;
    }
    .clmArticle_synopsis {
      margin-top: 25px;
    }
    .clmArticle_main {
      margin-top: 35px;
    }
    .clmArticle_mgnmb {
        margin-top: 20px;
        text-align: right;
    }
    .clmAuthor_wrap {
        margin-top: 30px;
        border-radius: 3px;
    }
    .clmAuthor-ttl {
        padding: 8px 17px;
        font-size: 16px;
    }
    .clmAuthor-info_wrap {
        padding: 17px;
    }
    .clmAuthor_profile {
        margin-top: 8px;
    }
    .clmConnection_wrap h3 {
        font-size: 17px;
        font-weight: bold;
        padding: 12px 0 5px;
        margin-bottom: 20px;
    }
    .mv-ttl {
      font-size: 17px;
      padding-left: 39px;
    }
    .mv-ttl::before {
      margin-top: -8px;
      width: 21px;
      height: 15px;
    }
    .clmListBtn {
        display: block;
        margin-bottom: 20px;
    }
    .clmListBtn li {
        width: 100%;
        margin: 0;
        padding: 0 0 30px 0;
    }
}