@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 .txtList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .txtList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--or {
  color: #DC9E0C;
}

.txt--pk {
  color: #e3007f;
}

.txt--bl {
  color: #00A7AC;
}

.bg--pk {
  background: #e3007f;
  padding: 20px 15px;
}

.bg--w {
  background: #fff;
  padding: 20px 15px;
}

.txt--r-pk p .fcRD {
  color: #e3007f !important;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  background: #FCFFF1;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.pageTtl {
  display: none !important;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner02 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px;
}

.bg-wrap {
  z-index: -1;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/lovelive-oka/img_sites/img_bg.jpg) repeat-y center top fixed;
  background-size: 100%;
  padding-bottom: 40px;
}
@media screen and (min-width: 740px) {
  .bg-wrap {
    padding-bottom: 80px;
  }
}

.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.sec-btn {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
.sec-btn a {
  border-radius: 50px;
  padding: 16px 30px 15px 20px !important;
  background-color: #e3007f !important;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .sec-btn a {
    font-size: 1.6rem;
  }
}

.sec-btn--gry {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
.sec-btn--gry a {
  border-radius: 50px;
  padding: 16px 30px 15px 20px !important;
  background-color: #BCBCBC !important;
  font-size: 1.4rem;
  pointer-events: none;
}
@media screen and (min-width: 740px) {
  .sec-btn--gry a {
    font-size: 1.6rem;
  }
}

.coming-soon {
  background: #e3007f;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .coming-soon {
    padding: 30px;
  }
}

.lead {
  background: #e3007f;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .lead {
    padding: 30px;
  }
}
.lead .lead__main-txt {
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .lead .lead__main-txt {
    font-size: 3.2rem;
  }
}
.lead .lead__main-txt .fs3L {
  font-size: 3.2rem !important;
}
@media screen and (min-width: 740px) {
  .lead .lead__main-txt .fs3L {
    font-size: 4.6rem !important;
  }
}
.lead .lead__sub-txt {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 15px 4px;
  margin: 0 auto;
}

.mv {
  padding: 30px 0;
}
@media screen and (min-width: 740px) {
  .mv {
    padding: 40px 0 60px 0;
  }
}
.mv .mv__logo-img .colWrap {
  align-items: center;
  justify-content: center;
}
.mv .mv__logo-img .colWrap .col:first-of-type {
  width: 50%;
}
@media screen and (min-width: 740px) {
  .mv .mv__logo-img .colWrap .col:first-of-type {
    width: 25%;
  }
}
.mv .mv__logo-img .colWrap .col:last-of-type {
  margin-top: 0;
  width: 45%;
}
@media screen and (min-width: 740px) {
  .mv .mv__logo-img .colWrap .col:last-of-type {
    width: 30%;
  }
}
.mv .mv__main-img {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  overflow: hidden;
}

.cont_ttl {
  position: relative;
}
.cont_ttl .ttlLv1 {
  background: #e3007f;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  margin: 40px 0 0 0 !important;
}
@media screen and (min-width: 740px) {
  .cont_ttl .ttlLv1 {
    margin: 80px 0 0 0 !important;
  }
}
.cont_ttl .ttlLv1 .heading {
  font-size: 1.8rem !important;
  color: #fff;
  padding: 10px 0;
  text-align: left;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 740px) {
  .cont_ttl .ttlLv1 .heading {
    display: block;
    font-size: 2.2rem !important;
    padding: 15px 0 15px 90px;
  }
}
.cont_ttl .ttlLv1 .heading img {
  width: 55px;
}
@media screen and (min-width: 740px) {
  .cont_ttl .ttlLv1 .heading img {
    width: 120px;
    position: absolute;
    left: -30px;
    top: -40px;
  }
}

.cont_box {
  background: #fff;
  padding: 10px;
  border: 4px solid #e3007f;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 740px) {
  .cont_box {
    padding: 40px;
  }
}
.cont_box .cont_tag {
  background: #56c4fd;
  color: #Fff;
  display: inline-block;
  padding: 5px 20px 4px;
  border-radius: 20px;
}
.cont_box .cont_subttl .ttlLv2 {
  margin: 0;
  text-align: left;
}
.cont_box .cont_subttl .ttlLv2 .heading {
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .cont_box .cont_subttl .ttlLv2 .heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 740px) {
  .cont_box .cont_box__fit-cont {
    max-width: 470px;
    margin: 0 auto;
  }
}

.sec-ttl {
  position: relative;
}
.sec-ttl .ttlLv1 {
  background: #F4436C;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }
}
.sec-ttl .ttlLv1 .heading {
  color: #fff;
  font-size: 2.2rem !important;
  text-align: left;
  padding-left: 30px;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading {
    padding-left: 0;
    font-size: 2.6rem !important;
    text-align: center;
  }
}
.sec-ttl .sec-ttl__img {
  position: absolute;
  bottom: 0;
  width: 35%;
  max-width: 230px;
  left: 77%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .sec-ttl .sec-ttl__img {
    width: 20%;
    left: 70%;
  }
}
@media screen and (min-width: 740px) {
  .sec-ttl.ttl02 .sec-ttl__img {
    width: 11%;
    left: 30%;
  }
}

.width-fit p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.point-anc {
  padding: 20px 0px;
  border-top: 2px dotted #e3007f;
  border-bottom: 2px dotted #e3007f;
}
@media screen and (min-width: 740px) {
  .point-anc {
    padding: 30px 0px;
    border-top: 4px dotted #e3007f;
    border-bottom: 4px dotted #e3007f;
  }
}
.point-anc .point-anc__btn a {
  background-color: #e3007f !important;
  border: 3px solid #f79cc7;
  font-weight: bold;
}

.point.point-01 .point-01__box {
  background: #fdfbe2;
  padding: 15px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 740px) {
  .point.point-01 .point-01__box {
    padding: 30px;
    border-radius: 15px;
  }
}
.point.point-01 .point-01__box p .fcWT {
  background: #00A7AC;
  padding: 4px 15px 2px;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-right: 10px;
}
.point.point-01 .point-01__box .border-top {
  border-top: 3px dashed #f4d2e5;
  padding-top: 20px;
}
.point.point-01 .point-01__box--flex .colWrap .col {
  background: #fdfbe2;
  padding: 15px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 740px) {
  .point.point-01 .point-01__box--flex .colWrap .col {
    padding: 30px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 740px) {
  .point.point-01 .point-01__flex .colWrap .col {
    width: calc(33.3333333333% - 18px);
  }
}
.point.point-01 .point-01__map .colWrap {
  flex-direction: column-reverse;
}
@media screen and (min-width: 740px) {
  .point.point-01 .point-01__map .colWrap {
    flex-direction: inherit;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 740px) {
  .point.point-01 .point-01__map .colWrap .col:first-of-type {
    max-width: 380px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .point.point-01 .point-01__map .colWrap .col:last-of-type {
    width: calc(40% - 15px);
  }
}
.point.point-01 .point-01__map .point-01__map--tab {
  background: #00A7AC;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px 2px;
  border-radius: 5px;
}
.point.point-01 .point-01__sub-ttl-wrap {
  position: relative;
}
.point.point-01 .point-01__sub-ttl-wrap .point-01__sub-ttl-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  transform: translateY(40px);
}
.point.point-01 .point-01__sub-ttl-wrap .point-01__sub-ttl {
  position: relative;
  z-index: 2;
}
.point.point-01 .point-01__sub-ttl-wrap .point-01__sub-ttl .ttlLv2 {
  margin-top: 0 !important;
}
.point.point-01 .point-01__sub-ttl-wrap .point-01__sub-ttl .ttlLv2 .heading {
  font-size: 1.8rem !important;
  color: #e3007f;
}
@media screen and (min-width: 740px) {
  .point.point-01 .point-01__sub-ttl-wrap .point-01__sub-ttl .ttlLv2 .heading {
    font-size: 2rem !important;
  }
}
.point.point-01 .model-course__ttl.ttl01 {
  background: #50a9ed;
  color: #fff;
  padding: 10px;
}
.point.point-01 .model-course__ttl.ttl02 {
  background: #7EBC54;
  color: #fff;
  padding: 10px;
}
.point.point-01 .point-01__btm-box {
  background: #fff0f8;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .point.point-01 .point-01__btm-box {
    padding: 20px;
  }
}

.point-02 .point-02__tab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #f19400;
  color: #fff;
  padding: 3px 15px 2px;
}

.point-03 .point-03__top {
  background: #ffdca4;
  padding: 80px 10px 20px;
  color: #e3007f;
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__top {
    margin-top: 0;
    padding: 50px 10px 20px;
  }
}
.point-03 .point-03__top .point-03__top--ttl {
  background: #F19400;
  width: 90%;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__top .point-03__top--ttl {
    width: 80%;
    padding: 10px 30px;
    top: -20px;
  }
}
.point-03 .point-03__top .point-03__top--ttl::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/lovelive-oka/img_sites/240730/img_fukidashi_01.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  left: -30px;
  bottom: -20px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__top .point-03__top--ttl::before {
    width: 60px;
    height: 60px;
    background-size: contain;
    position: absolute;
    left: -38px;
    bottom: -26px;
  }
}
.point-03 .point-03__top .point-03__top--ttl::after {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/lovelive-oka/img_sites/240730/img_fukidashi_02.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: -20px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__top .point-03__top--ttl::after {
    width: 60px;
    height: 60px;
    background-size: contain;
    position: absolute;
    right: -38px;
    bottom: -26px;
  }
}
.point-03 .point-03__top .point-03__top--ttl p strong {
  color: #fff !important;
}
.point-03 .point-03__top .point-03__top--ttl p strong::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/lovelive-oka/img_sites/240730/ico_reservation.svg) no-repeat;
  width: 65px;
  height: 65px;
  background-size: contain;
  position: absolute;
  left: -43px;
  bottom: 32px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__top .point-03__top--ttl p strong::before {
    width: 70px;
    height: 70px;
    background-size: contain;
    position: absolute;
    left: 3px;
    bottom: -3px;
  }
}
.point-03 .point-03__top .fcWT {
  background: #e3007f;
  font-size: 1.2rem;
  padding: 3px 5px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__top .fcWT {
    font-size: 1.4rem;
  }
}
.point-03 .point-03__box-ttl {
  position: relative;
}
.point-03 .point-03__box-ttl.ttl01 .ttlLv2 {
  padding: 10px;
  margin: 0 !important;
  background: #FF88C4;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box-ttl.ttl01 .ttlLv2 {
    padding: 15px;
  }
}
.point-03 .point-03__box-ttl.ttl01 .ttlLv2 .heading {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box-ttl.ttl01 .ttlLv2 .heading {
    font-size: 2rem;
  }
}
.point-03 .point-03__box-ttl.ttl02 .ttlLv2 {
  padding: 10px;
  margin: 0 !important;
  background: #B6F58A;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box-ttl.ttl02 .ttlLv2 {
    padding: 15px;
  }
}
.point-03 .point-03__box-ttl.ttl02 .ttlLv2 .heading {
  font-size: 1.8rem;
  font-weight: 400;
}
.point-03 .point-03__box-ttl .point-03__box-ttl--tab {
  background: #e3007f;
  font-size: 1.2rem;
  padding: 3px 5px;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box-ttl .point-03__box-ttl--tab {
    font-size: 1.4rem;
    padding: 7px 10px;
    margin-right: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box .colWrap {
    align-items: center;
  }
}
.point-03 .point-03__box.box01 {
  background: #fff0f8;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box.box01 {
    padding: 20px;
  }
}
.point-03 .point-03__box.box02 {
  background: #E6F7DC;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box.box02 {
    padding: 20px;
  }
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box .point-03__box--height {
    min-height: 190px;
  }
}
.point-03 .point-03__box--label {
  background: #faffa3;
  padding: 4px 10px 0px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__flex .colWrap .col {
    width: calc(33.3333333333% - 18px);
  }
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__flex .colWrap .col .point-03__box {
    min-height: 500px;
  }
}
@media screen and (min-width: 740px) {
  .point-03 .indent p {
    text-indent: -2.2em;
    padding-left: 2.5em;
  }
}

.point-04 .point-04__box-ttl {
  position: relative;
}
.point-04 .point-04__box-ttl .ttlLv2 {
  padding: 10px;
  margin: 0 !important;
  background: #A0D6FE;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 740px) {
  .point-04 .point-04__box-ttl .ttlLv2 {
    padding: 15px;
  }
}
.point-04 .point-04__box-ttl .ttlLv2 .heading {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 740px) {
  .point-04 .point-04__box-ttl .ttlLv2 .heading {
    font-size: 2rem;
  }
}
.point-04 .point-04__box {
  background: #EFF8FF;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .point-04 .point-04__box .colWrap {
    align-items: center;
  }
}
@media screen and (min-width: 740px) {
  .point-04 .point-04__box {
    padding: 20px;
  }
}
.point-04 .point-04__tab {
  background: #e3007f;
  font-size: 1.4rem;
  padding: 7px 10px;
  font-weight: bold;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btm-cont {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 740px) {
  .btm-cont {
    padding: 40px;
  }
}
.btm-cont.btm-cont-02 {
  box-shadow: none;
  border: 2px solid #e3007f;
}
.btm-cont .btm-cont__box {
  background: #fff0f8;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .btm-cont .btm-cont__box {
    padding: 20px;
  }
}

.option {
  background: #fff;
  padding: 20px;
  border: 2px solid #e3007f;
  border-radius: 10px;
}
@media screen and (min-width: 740px) {
  .option {
    padding: 40px;
  }
}

.caution {
  background: #fff;
  padding: 20px;
  border: 1px solid #c00;
}
@media screen and (min-width: 740px) {
  .caution {
    padding: 40px;
  }
}

.note_anc .txtLink.iconDown {
  border: solid #333 0.5px;
  padding: 5px 10px;
}
.note_anc .txtLink.iconDown::before {
  display: none !important;
}
.note_anc .txtLink.iconDown::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/content/dam/sites/global/Y18/img/icons_utility.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 12px;
  height: 12px;
  background-position: -53px -53px;
  margin-left: 5px;
}

/* 241010更新 */
.new__tab:first-of-type p .fcWT {
  background: #cc0000;
  padding: 3px 4px;
  font-size: 1.4rem;
  margin-right: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 740px) {
  .new__tab:first-of-type p .fcWT{
    padding: 10px 6px 10px 8px;
    margin-right: 30px;
  }
}

.new__tab:first-of-type p .fcWT::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: calc(50% - 13px);
  right: -28px;
  vertical-align: middle;
  border-top: solid 13px transparent;
  border-right: solid 14px transparent;
  border-bottom: solid 14px transparent;
  border-left: solid 14px #cc0000;
}
@media screen and (min-width: 740px) {
  .new__tab:first-of-type p .fcWT::before {
    top: calc(50% - 20px);
    right: -40px;
    vertical-align: middle;
    border-top: solid 20px transparent;
    border-right: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px #cc0000;
  }
}

.point-03 .point-03__box-ttl .point-03__box-ttl--tab {
  background: #cc0000;
  font-size: 1.2rem;
  padding: 3px 5px;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box-ttl .point-03__box-ttl--tab {
    font-size: 1.4rem;
    padding: 7px 10px;
    margin-right: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 740px) {
  .series .colWrap .col {
    width: calc(100% / 3 - 17px) !important;
  }
}

/* 241025更新 */
@media screen and (min-width: 740px) {
  .new__tab p{
    text-indent: -5em;
    padding-left: 5em;
  }
}
/* 241119更新 */
.listPdl{
padding-left:90px;
}
@media screen and (max-width: 739px) {
.listPdl{
padding-left:60px ;
}
	}
.point-03 .point-03__box-ttl .point-03__box-ttl--tab2 {
  background: #FF7500;
  font-size: 1.2rem;
  padding: 3px 5px;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
@media screen and (min-width: 740px) {
  .point-03 .point-03__box-ttl .point-03__box-ttl--tab2 {
    font-size: 1.4rem;
    padding: 7px 10px;
    margin-right: 0;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
}
