@charset "utf-8";

/*----------------------------------------------------
    PC・SP共通css
----------------------------------------------------*/
.selectionBox .selectionBoxInner {
	height: 96.8%
}
.mv .mv_box .mainTit:before{
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
    display: block;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}
/*2023.11.15*/
#index .sec01 .img_slider .title h4 {
 border-bottom: 1px solid #006894;
 font-size: 27px;
 padding: 0 16px 16px;
 text-align: center;
 margin: 0 0 20px;
}
.lp2 .small {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.lp2 .selectionBox h4 {
    background: #006894;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    font-size: 2rem;
}

.lp2 .selectionBox h4 span {
    font-size: 1.6rem;
}

.lp2 .selectionBox ul {
    background: #e8f6ff;
    padding: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
    min-height: 470px;
}

.lp2 .selectionBox ul li {
    list-style-type: disc;
    margin-bottom: 20px;
}

.lp2 .selectionBox ul li span {
    font-weight: bold;
}

.lp2 .recommendation {
    background: #006894;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 40px auto;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bold;
}

.lp2 .recommendation span {
    font-size: 2.4rem;
}

.lp2  .sec01 .price .title h4 {
    border-bottom: 1px solid #006894;
    font-size: 27px;
    padding: 0 16px 16px;
    text-align: center;
    margin-top: 60px;
}

.lp2 .price-box {
    background: #fff;
    padding: 10px;
    max-width: 810px;
    margin: 0 auto 60px;
}

.lp2 .sec01 .price .title {
    margin-bottom: 30px;
}

.lp2 .price-text {
    font-size: 2rem;
}

.lp2 .price-text span {
    font-weight: bold;
}

.lp2 .price-box h5 {
    font-size: 1.8rem;
}

.lp2 .price-box ul li {
    list-style: disc;
}

.lp2 .price-box ul {
    padding-left: 20px;
    margin: 10px auto;
}
.cst p {
    text-align: center;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
}

.cst {
    margin: 0 0 1.5rem;
    background: #e8f6ff;
    padding: 1rem;
}
.lp1 h4.ttl {
    text-align: center;
    font-size: 1.8rem;
    margin-block: 1rem;
}


.lp1 ul.future {
    background: #e8f6ff;
    padding: 10px;
    padding-left: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.lp1 ul.future li {
    list-style-type: disc;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.mv .inner .mv_box {
    padding: 83px 0 83px;
    width: 677px;
    position: relative;
    left: 9%;
}
#contents.lp1 .frameRight .frame-head {
    min-height: 50px;
}
.selectionBox .selectionBoxInner {
    height: auto;
}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.mv .mv_box .mainTit:before {
    margin-left: 10px;
}
/*2023.11.15*/	
#index .sec01 .img_slider .title h4 {
    font-size: 2rem;
    padding: 8px 1rem 1rem;
}	
}
/*----------------------------------------------------
      スライドcss
  ----------------------------------------------------*/
.slide-info {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 30px auto 64px;
  padding: 4%;
  width: 100%;
	background: #fff;
}
.slide-info .slider .slick-track {
  display: flex;
  align-items: center;
}
.slide-info .slider img {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 400px;
  max-width: 98%;
}
.slide-info .slick-prev,
.slide-info .slick-next {
  width: 50px;
  height: 50px;
  line-height: 1;
  z-index: 2;
  background: #666;
  border-radius: 50%;
}
.slide-info .slick-prev {
  left: -25px;
}
.slide-info .slick-next {
  right: -25px;
}
.slide-info .slick-prev:before,
.slide-info .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: block;
  opacity: 1;
  margin-top: -10px;
  box-sizing: border-box;
}
.slide-info .slick-prev:before {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 14px;
}
.slide-info .slick-next:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 14px;
}
.slide-info span.quote-text {
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  text-align: center;
  margin: 4px auto;
  word-break: break-all;
  color: #aaa;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #666;
}
@media screen and (max-width: 767px) {
  .slide-info {
    margin: 30px auto;
    width: 100%;
    max-width: 425px;
  }
  .slide-info .slick-prev {
    left: -10px;
    width: 26px;
    height: 26px;
    margin-top: -10px;
  }
  .slide-info .slick-prev:before {
    width: 10px;
    height: 10px;
    right: 7px;
    margin-top: -5px;
  }
  .slide-info .slick-next {
    right: -10px;
    width: 26px;
    height: 26px;
    margin-top: -10px;
  }
  .slide-info .slick-next:before {
    width: 10px;
    height: 10px;
    left: 7px;
    margin-top: -5px;
  }
.lp2 .selectionBox ul {
    min-height: auto;
}

.lp2 .recommendation {
    margin: 10px 0;
    font-size: 2rem;
}

.lp2 .recommendation span {
    font-size: 1.8rem;
}

.lp2 .recommendation {}

.lp2 .price-box {
    padding: 20px;
}

.lp2 .sec01 .price .title h4 {font-size: 2rem;padding: 10px 0;}

.lp2 .price-text {
    font-size: 1.8rem;
}


.lp1 ul.future {
    background: #e8f6ff;
    padding: 15px;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
}	
