
.ad_sec01 {
}

.item_lists {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-gap: 15px;
}

.item {
  position: relative;
  margin-top: 25px;
}

.item .item_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(0 0 0 / 70%);
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item_info .text_01 {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 16px;
  color: #fff;
  padding: 16px 0px 13px 0px;
}

.item_info .text_02 {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 20px;
  color: #fff;
}

.item_info .text_03 {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 12px;
  color: #fff;
  padding: 0px 0px 17px 0px;
}

.item_info .text_04 {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 13px;
  color: #fff;

  text-align: center;
  font-weight: 600;
  margin-bottom: 17px;
  display: flex;
}

.item_info .text_04 div {
  padding: 5px 9px;
  background: #927244;
}

.item_img img {
  width: 100%;
  vertical-align: top;
}

.ad_sec02 {
}

.ad_sec02 .c_purchase_lead_txt {
  text-align: left;
  padding: 60px 60px 40px 60px;
}

.link_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.btn_wrap {
  width: 48%;
}
.btn_wrap a.other_btn {
  padding: 18px 10px;
  font-size: 19px;
}

.link_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  width: 45%;
  height: 50px;
  background: #fff;
  border: 1px solid #e1dddd;
  color: #000!important;
  text-decoration: unset!important;
  margin-left: 19px;
  border-radius: 4px;
  border: 1px solid #9e9d9d;
  box-shadow: 2px 3.46px 1px rgb(178 177 177 / 30%);
}

.link_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  display: block;
  width: 7.57px;
  height: 12.88px;
  margin: auto;
  background: url(../img/icon/arrow.svg) no-repeat center/contain;
}

.reward_img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .reward_img {
  }
  .reward_img picture img {
    width: 100vw;
    margin-left: -20px;
  }
  .item_lists {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 9px;
  }

  .item {
    position: relative;
    margin-top: 10px;
  }

  .item_info .text_01 {
    font-size: 11px;
    padding: 9px 0px 8px 0px;
  }

  .item_info .text_02 {
    font-size: 16px;
  }

  .item_info .text_03 {
    font-size: 12px;
    padding: 0px 0px 13px 0px;
  }

  .item_info .text_04 {
    font-size: 9px;
    margin-bottom: 12px;
  }

  .item_info .text_04 div {
    padding: 3px 6px;
    background: #927244;
  }

  .ad_sec02 {
    background: #f3efef;;
  }

  .main_medium {
    margin-left: -20px;
  }

  .ad_sec02 {
  }

  .ad_sec02 .c_purchase_lead_txt {
    text-align: left;
    padding: 35px 0px 10px;
    margin-bottom: 0px;
  }

  .link_btns {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .btn_wrap {
    width: 100%;
    margin: 24px 0;
  }
  .btn_wrap a.other_btn {
    padding: 18px 10px;
    font-size: 16px;
  }
  .link_btn {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 24px;
  }

  .ad_sec01 {
  }
}

/* index page */


.i_item_lists {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.adviser_sub_img{
  margin-bottom: 40px;
}
.adviser_sub_img img{
  width: 100%;
}

.c_adviser_lead_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding:15px 0px;
  background: #333;
}
.c_adviser_lead_sub_ttl{
  font-size: 20px;
  display: block;
}

.c_adviser_lead_text {
  background: #f5f1f1;
  padding: 30px 40px 40px;
}
.c_adviser_lead_text p + p {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .c_adviser_lead_ttl{
    font-size: 16px;
    width: 100vw;
    margin-left: -20px;
  }
  .c_adviser_lead_sub_ttl{
    font-size: 18px;
  }
  .c_adviser_lead_text{
    background-color: #fff;
    padding: 24px 0 0;
  }
}

.i_items {
  border-top: 1px solid #c9c8c8;
  border-left: 1px solid #c9c8c8;
  border-right: 1px solid #c9c8c8;
}

.i_item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #c9c8c8;
}

.i_header {
  width: 27%;
  background: #333;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding:38px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {

  .i_header:after {
    content: '';
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -8px;
    background: url(../../assets/img/icon/arrow_wh.svg) no-repeat 0 0;
    background-size: 10px auto;
    transition: transform 0.3s ease-out;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
  }

  .i_header.open:after {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }

  .i_detail {
    display: none;
  }

  .i_header.open + .i_detail {
    display: block;
  }
}/* max-width: 767px */

.i_detail {
  width: 63%;
  padding:40px 40px 20px 40px;
  font-size: 15px;
  background: #fff;
}

.i_detail .link {
  display: block;
  margin-top: 24px;
  text-decoration: underline;
  font-size: 15px;
  color: #999;
}

.i_items {
  margin-bottom: 60px;
}

.sub_sec {
  background: #fff;
  border: 1px solid #c9c8c8;
  margin-bottom: 30px;
}

.sub_sec .head {
  font-size: 24px;
  padding: 29px 0px 24px 40px;
  border-bottom: 1px solid #dcdbdb;
  font-weight: bold;
}

.sub_sec .detail {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 48px 40px;
}

.sub_sec .l_detail {
  width: 62%;
  font-size: 16px;
}

.sub_sec .r_detail {
  width: 33%;
}

.sub_sec .r_detail img {
  width: 100%;
}

.i_btn {
  width: 560px;
  margin: 40px auto 0;
}

@media all and (max-width: 767px) {
  .sub_sec {
    margin-bottom: 20px;
  }

  .i_item_lists {
    display: flex;
    justify-content: center;
  }

  .i_item_lists img {
    width: 111px;
  }

  .i_sec01 .black_head {
    font-size: 18px;
    padding: 13px 0px;
    width: 100vw;
    margin-left: -20px;
  }

  .c_bg_cus1 {
    background: #fff;
    padding: 20px 0px 0px 0px;
    font-size: 15px;
  }

  .i_items {
    border: none;
  }
  .i_item {
    display: block;
    width: 100%;
    border: 1px solid #c9c8c8;
    margin-bottom: 20px;
  }

  .i_header {
    width: 100%;
    font-size: 18px;
    padding:12px 0px;
    text-align: center;
  }

  .i_detail {
    width: 100%;
    padding: 30px 0px;
  }

  .i_detail p {
    margin: 0px 20px;
  }
  .sub_sec {
    border: 1px solid #c9c8c8;
    border-radius: 4px;
  }

  .sub_sec .head {
    font-size: 16px;
    padding: 22px 45px 22px 25px;
  }

  .sub_sec.subsec02 .detail {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .sub_sec .detail {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px;
  }


  .sub_sec .r_detail {
    width: 100%;
  }

  .sub_sec .l_detail {
    width: calc(100% - 40px);
    margin:37px 0px 41px 0px;
    margin-left:auto;
    margin-right:auto;
  }

  .sub_sec .detail{
    display: none;
  }

  .sub_sec.subsec02 .detail {
    display: none;
  }

  .sub_sec.active .detail{
    display: flex
  }

  .sub_sec .head {
    position: relative;
  }

  .sub_sec .head::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    right: 23px;
    background: url(../../assets/img/icon/arrow.svg) no-repeat 0 0;
    background-size: 10px auto;
    top: 42%;
    transition: transform 0.3s ease-out;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
  }

  .sub_sec.active .head::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    right: 23px;
    background: url(../../assets/img/icon/arrow.svg) no-repeat 0 0;
    background-size: 10px auto;
    top: 42%;
    transition: transform 0.3s ease-out;
    transform: rotate(270deg);
    transform-origin: 50% 50%;
  }

  .i_btn .link_btn {
    font-size: 16px;
    padding: 10px 0px;
    width: 100%;
    margin-bottom: unset;
  }

  .i_btn {
    width: 100%;
    margin: 0;
    padding-top: 10px;
  }
}


.adviser_lists {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-gap: 15px;
}


.adviser_item {
  position: relative;
  margin-top: 25px;
}

.adviser_item_wrap {
  border: 1px solid #707070;
  border-radius: 8px;
}
.adviser_item_box {
  position: relative;
  height: 340px;
  overflow: hidden;
}

.adviser_item_img {
  border-radius: 8px 8px 0 0;
}

.adviser_item_img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  vertical-align: top;
}

.adviser_item .adviser_item_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(0 0 0 / 58%);
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
}

.adviser_item_info .text_01 {
  font-size: 16px;
  color: #fff;
  padding: 11px 0px 8px 0px;
}

.adviser_item_info .text_02 {
  font-size: 20px;
  color: #fff;
}

.adviser_item_info .text_03 {
  font-size: 12px;
  color: #fff;
  padding: 0px 0px 17px 0px;
}

.adviser_link_box {
  padding: 20px 20px 30px 20px;
}

.adviser_link_box .text_04 {
  font-size: 16px;
  letter-spacing: 1.6px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  text-align: center;
}

.adviser_link_list li {
  margin-top: 16px;
}

a.adviser_link_btn {
  font-size: 15px;
  line-height: 1.3;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.adviser_link_btn .icon {
  margin-right: 5px;
}


a.adviser_link_line {
  background-color: #06C755;
}

a.adviser_link_reserve {
  background-color: #BE3455;
}

.adviser_text_link {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

@media all and (max-width: 767px) {
  .adviser_lists {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 9px;
  }

  .adviser_item {
    position: relative;
    margin-top: 10px;
  }

  .adviser_item_box {
    height: auto;
  }


  .adviser_item_info .text_01 {
    font-size: 11px;
    padding: 9px 0px 8px 0px;
  }

  .adviser_item_info .text_02 {
    font-size: 16px;
  }

  .adviser_item_info .text_03 {
    font-size: 12px;
    padding: 0px 0px 8px 0px;
  }

  .adviser_link_box {
    padding: 20px 9px 15px 9px;
  }

  .adviser_link_box .text_04 {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1.53;
  }

  .adviser_link_list {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
  }

  .adviser_link_list li {
    width: 47.9%;
    margin-top: 0;
  }

  a.adviser_link_btn {
    font-size: 12px;
    line-height: 1.4;
    height: 80px;
    flex-wrap: wrap;
  }

  .adviser_link_btn .icon {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    margin-right: 0;
  }

  .adviser_link_btn .icon img {
    vertical-align: top;
  }

  .adviser_link_btn .text {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -5px;
  }

  .adviser_text_link {
    font-size: 12px;
  }

}
