@charset "UTF-8";
.link_btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  list-style: none;
}

.link_btns a.other_btn {
  padding: 20px 10px;
  font-size: 18px;
}

.link_btns a.other_btn:before {
  transform: rotate(90deg);
  top: 38%;
}

.c_purchase_lead_txt {
  display: inline-block;
}

.link_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  width: 322px;
  height: 50px;
  background: #fff;
  border: 1px solid #e1dddd;
  color: #000 !important;
  text-decoration: unset !important;
  margin-left: 19px;
}

.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;
}

.guid_sec01 {
  padding-top: 100px;
  padding-bottom: 61px;
}

.desc1 {
  text-align: center;
  font-size: 15px;
}

.desc1-mb {
  margin-bottom: 30px;
}

.desc2 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 55px;
}

.item01 {
  display: flex;
  padding: 37px 68px 36px 88px;
}

.item01_detail {
  margin-left: 79px;
}

.item01_detail_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}

.item01_detail_desc1 {
  font-size: 13px;
}

.items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  place-items: center;
  padding: 30px 100px;
}

.item_list {
  font-size: 16px;
  text-align: center;
  margin: 35px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  min-height: 187px;
}

.item_list:nth-child(3) {
  padding-top: 37px;
  min-height: 140px;
}

.item_list:nth-child(6) {
  padding-top: 37px;
  min-height: 140px;
}

.item_list:nth-child(9) {
  padding-top: 37px;
  min-height: 140px;
}

.chk {
  font-size: 18px;
  margin-top: 20px;
  align-items: center;
  display: flex;
  align-items: center;
  padding: 25px 54px;
  font-weight: 600;
}

.chk div {
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
}

.chk img {
  width: 24px;
  margin-right: 24px;
}

.ref_text {
  font-size: 15px;
  margin-top: 17px;
  text-align: left;
}

.ref_text1 {
  margin-top: 33px;
}

.guid_sec02 {
  margin-top: 100px;
}

.menu_lists {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.menu_list {
  font-size: 16px;
  font-weight: 600;
  width: 12.5%;
  padding: 1em 0;
  border-radius: 4px 4px 0px 0px;
  background: transparent;
  border: 1px solid #c9c8c8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.menu_list:hover {
  background: #eee;
}

.menu_active {
  background: #f3efef;
  border-bottom: 1px solid #f3efef;
}

.menu_list.menu_active:hover {
  background: #f3efef;
}

@media all and (max-width: 767px) {
  .menu_list:hover {
    background: #000;
  }
  .menu_list.menu_active:hover {
    background: #000;
  }
}
.menu_unit_wrap {
  background: #f3efef;
  padding: 30px 30px 30px 30px;
  margin-top: -1px;
  border: 1px solid #c9c8c8;
}

.menu_unit {
  opacity: 0;
  transition: 0.1s;
  height: 0;
}

.menu_unit_show {
  opacity: 1;
  height: auto;
}

.menu_detail + p {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .menu_unit_wrap {
    background: #fff;
    padding: 0;
    border: none;
  }
}
.menu_item {
  width: 30%;
}

.menu_item img {
  width: 100%;
}

.menu_item_title {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0;
  text-align: center;
}

.menu_item_detail {
  font-size: 14px;
  padding: 0px 15px 30px 15px;
}

.table_header {
  background: #333;
  width: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 13px 0px;
  text-align: center;
  letter-spacing: 0.02em;
}

.table_content {
  width: 100%;
  border: 1px solid #c9c8c8;
}

.table_content tr td {
  height: 55px;
  border: 1px solid #c9c8c8;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
}

@media all and (max-width: 767px) {
  .link_btns {
    display: block;
    padding-top: 0;
  }
  .link_btns li + li {
    margin-top: 16px;
  }
  .link_btns a.other_btn {
    padding: 16px 10px;
    font-size: 14px;
  }
  .link_btn {
    margin-bottom: 16px;
  }
  .link_btn:last-child {
    margin-bottom: 0px;
  }
  .desc1 {
    text-align: left;
  }
  .desc2 {
    text-align: left;
  }
  .item01 {
    display: block;
    padding: 37px 23px 36px 30px;
  }
  .item1_img {
    text-align: center;
  }
  .item01_detail {
    margin-left: unset;
  }
  .item01_detail_title {
    margin-top: 43px;
  }
  .items {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    padding: 12px 30px;
  }
  .item_list {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    min-height: 108px;
  }
  .item_list:nth-child(3) {
    padding-top: 18px;
    min-height: 90px;
  }
  .item_list:nth-child(6) {
    padding-top: 18px;
    min-height: 90px;
  }
  .item_list:nth-child(9) {
    padding-top: 18px;
    min-height: 90px;
  }
  .chk {
    font-size: 14px;
    padding: 20px 30px;
  }
  .ref_text {
    font-size: 13px;
    margin-top: 17px;
    text-align: left;
  }
  .ref_text1 {
    font-size: 13px;
  }
  .guid_sec02 {
    margin-top: 40px;
  }
  .menu_lists {
    flex-wrap: wrap;
    gap: 5px;
  }
  .menu_list {
    width: calc((100% - 25px) / 4);
    font-size: 12px;
    border-radius: 4px;
  }
  .menu_active {
    background: #f3efef;
    border-bottom: unset;
    border-radius: 4px;
    background: #000;
    color: #fff;
  }
  .menu_detail.c_bg_02 {
    background: #fff;
  }
  .menu_desc.c_bg_02 {
    background: #fff;
    font-size: 14px;
    padding: 0px 10px;
    margin-bottom: unset;
  }
  .menu_item {
    border-radius: 4px;
    border: 1px solid #e1dddd;
    min-height: 370px;
  }
  /* the slides */
  .slick-slide {
    margin: 0 27px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -27px;
  }
  .menu_detail {
    padding: 8px 0px;
    gap: initial;
  }
  .guid_sec01 {
    padding-top: 40px;
  }
  .desc1 {
    font-size: 14px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .desc2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .table_header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .table_content tr td:nth-child(1) {
    width: calc(100vw - 30px);
  }
  .table_content tr td:nth-child(2) {
    display: none;
  }
  .table_content tr td:nth-child(3) {
    display: none;
  }
  .table_content tr td:nth-child(4) {
    display: none;
  }
  .table_content {
    max-height: 504px;
    display: block;
    overflow: auto;
  }
}
.c_purchase_lead_txt {
  margin-top: 50px;
  text-align: left;
  padding: 0px 36px;
}

.detail_img {
  width: 100%;
}

.link_detail_btn {
  width: 580px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .link_detail_btn {
    width: 100%;
    margin: 0 auto;
  }
}
.detail01 {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdbdb;
}

.detail01.end {
  border: none;
}

.detail01 .detail_img {
  width: 50%;
}

.detail_info:nth-child(even) {
  margin-left: 49px;
}

.detail01 .detail_img:nth-child(even) {
  margin-left: 49px;
}

.detail_info .detail_mark {
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.detail_info .detail_mark p:first-child {
  margin-bottom: 5px;
  font-size: 15px;
}

.detail_info .detail_mark p:nth-child(2) {
  font-size: 20px;
}

.title_part .title01 {
  margin-left: 20px;
}

.detail_info .detail_title01 {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 26px;
  color: #9e0411;
  line-height: 1.2;
}

.detail_info .detail_title01 span {
  color: #000;
  font-size: 26px;
}

.detail_info .detail_title02 {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}

.detail_info .title_part {
  display: flex;
}

.detail_info .detail_desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #000;
  margin-top: 43px;
}

.detail01.next_item {
  padding-top: 60px;
}

.reward_img {
  width: 100%;
}

.detail01.show_sp {
  display: none;
}

@media all and (max-width: 767px) {
  .detail_img img {
    width: 100%;
  }
  .c_purchase_lead_txt {
    padding: unset;
    font-size: 14px;
    margin: 40px 0px;
  }
  .link_detail_btn .link_btn {
    width: 100%;
  }
  .link_btn {
    margin-left: unset;
    font-size: 14px;
  }
  .reward_img img {
    width: 100vw;
  }
  .detail01.show_pc {
    display: none;
  }
  .detail01.show_sp {
    display: block;
  }
  .detail_info .detail_mark {
    width: 50px;
    height: 50px;
  }
  .detail_info .detail_mark p:first-child {
    font-size: 10px;
  }
  .detail_info .detail_mark p:nth-child(2) {
    font-size: 16px;
  }
  .detail_info .detail_title01 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
  }
  .detail_info .detail_title02 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }
  .detail01 .title_part {
    padding: 20px 32px 20px 16px;
    position: relative;
    cursor: pointer;
  }
  .detail01 .title_part:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    display: block;
    width: 7.57px;
    height: 12.88px;
    margin: auto;
    transform: rotate(90deg);
    background: url(../img/icon/arrow.svg) no-repeat center/contain;
  }
  .detail01.detail_active .title_part:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    display: block;
    width: 7.57px;
    height: 12.88px;
    margin: auto;
    transform: rotate(270deg);
    background: url(../img/icon/arrow.svg) no-repeat center/contain;
  }
  .detail01 .detail_img {
    width: 100%;
  }
  .detail01 .detail_img:nth-child(even) {
    margin-left: unset;
  }
  .detail_info {
    background: #fff;
    border: 1px solid #c9c8c8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .detail_info .detail_desc {
    font-size: 14px;
    padding: 35px 16px 21px 16px;
    margin-top: unset;
  }
  .detail01 .detail_img {
    display: none;
  }
  .detail01 .detail_desc {
    display: none;
  }
  .detail01.detail_active .detail_img {
    display: block;
  }
  .detail01.detail_active .detail_desc {
    display: block;
  }
  .detail_mark {
    /*padding: 8px 4px 4px 4px;*/
  }
  .title_part .title01 {
    margin-left: 10px;
  }
  .detail_info .detail_title01 span {
    font-size: 14px;
  }
  .detail01 {
    padding-bottom: 0;
  }
  .detail01 + .detail01 {
    margin-top: 20px;
  }
}
/* スライダー共通設定 */
.splide__arrows .splide__arrow--prev {
  left: -1em;
  height: 3em;
  width: 3em;
}
.splide__arrows .splide__arrow--next {
  right: -1em;
  height: 3em;
  width: 3em;
}/*# sourceMappingURL=difficult.css.map */