@charset "utf-8";
/* BASE RESET*/
body {
  color: #333;
}
#container {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.column2R #main {
  float: none;
  width: auto;
}
.breadCrumb {
  width: 970px;
  margin: 0 auto 12px;
}
.pagetop {
  width: 970px;
  margin: 0 auto;
}
/* BASE */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* PARTS */
._bgSky {
  background: #00a0e9;
}
._txtWht {
  color: #fff !important;
}
._txtWht:before, ._txtWht:after {
  background: #fff !important;
}
._fade {
  opacity: 0;
  transition: all 1.5s;
}
._on {
  opacity: 1;
}
._yen {
  font-size: 0.6em;
  line-height: 0.8em;
}
._reverse {
  flex-direction: row-reverse;
}
/* mainVisual */
.mainVisual {
  width: 100%;
  background: #fbfbf9;
  height: 500px;
  margin: 0 auto;
  background-image: url(/5info/img/review_sa505i/main_visual_bg.jpg);
  background-size: cover;
  background-position: center;
}
.mainVisualInner {
  position: relative;
  width: 970px;
  margin: 0px auto;
  height: 500px;
  box-sizing: border-box;
}
.mainVisualBox {
  display: block;
  background: #03A9F4;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 120px;
  left: 80px;
  opacity: 0.85;
  text-align: center;
  background: linear-gradient(45deg, #06afea 50%, #3193ea);
}
.mainVisualTtl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.mainVisualTtl span {
  font-size: 42px;
  display: block;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.25;
}
.mainVisualImg {
  display: block;
  margin: 0 auto 30px;
  margin-bottom: 20px;
}
.mainVisualTxt {
  font-size: 14px;
}
.mainVisualModel {
  position: absolute;
  right: 0;
  bottom: 0;
}
.mainVisualPrice {
  position: absolute;
  bottom: 110px;
  left: 75px;
  font-size: 24px;
  font-weight: 600;
}
.mainVisualPrice span {
  font-size: 65px;
  color: #dd0000;
  line-height: 1.2;
}
.mainVisualPrice span._yen {
  font-size: 35px;
}
.mainVisualPrice span#deliveryMVP {
  font-size: 24px;
  color: #0300a3;
  display: block;
  margin-left: 120px;
}
.mainVisualBtn {
  width: 225px;
  background: #d00;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 6px 0;
  border-radius: 24px;
  position: absolute;
  bottom: 45px;
  left: 155px;
  backface-visibility: hidden;
}
.mainVisualBtn:hover {
  transform: scale(0.95);
  transition: 0.3s;
  box-shadow: 0 0;
}
.areaInner {
  text-align: center;
  padding: 50px 0;
}
.areaTtl {
  position: relative;
  display: inline-block;
  padding: 0px 130px;
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 100px;
}
.areaTtl:before {
  left: 0;
}
.areaTtl:before, .areaTtl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #333;
}
.areaTtlMain {
  padding: 20px;
}
.areaTtlSub {
  position: absolute;
  top: 55px;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 18px;
}

.lineupSlider {
  display: flex !important;
  width: 970px;
  margin: 0 auto;
  justify-content: space-between;
}
.slick-track > div:not(.slick-current) {
  transform: scale(0.8);
  transition: 0.3s;
}
.lineupModel {
display: flex;
    width: 420px !important;
    background: #fff;
    padding: 20px;
    position: relative;
    border: 1px solid #aaa;
    overflow: hidden;
}
.lineupModelImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
}
.lineupModel .a_01{
margin: 30px 0 0;
}
.lineupModel .a_02{
 margin: 210px 20px 0 0; 
}
.lineupModelLink:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.lineupModelName {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.lineupModelSpec {
    text-align: left;
    font-size: 16px;
    margin-top: 30px;
}
.lineupModelPrice {
  font-size: 26px;
  color: #d00;
  font-weight: 600;
	line-height: 1.4;
}
.lineupModelPrice .deliveryLM {
  font-size: 18px;
  color: #0300a3;
  display: block;
}
.lineupModelBtn {
  width: 150px;
  background: #d00;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 3px 0;
  border-radius: 24px;
  bottom: 45px;
  left: 155px;
  backface-visibility: hidden;
  margin: 10px auto;
}
.lineupModelBtn:hover {
  transform: scale(0.95);
  transition: 0.3s;
  box-shadow: 0 0;
}
.reviewCont {
  width: 970px;
  margin: 0 auto;
  padding: 40px 0;
}
.reviewLeft, .reviewRight {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-content: center;
}
.reviewTtl {
  font-size: 30px;
}
.reviewTtl:first-letter {
  font-size: 75px;
  color: #00c0f7;
  padding-right: 5px;
}
.reviewTxt {
  font-size: 18px;
   line-height: 2;
   margin: 20px 0;
}
.areaTtl2 {
  font-size: 24px;
  margin: 0 0 30px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.areaTtl2:before, .areaTtl2:after {
  font-size: 40px;
  font-weight: 300;
  padding: 0 10px;
}
.areaTtl2:before {
  content: "[";
}
.areaTtl2:after {
  content: "]";
}
.reviewList {
  display: flex;
  width: 970px;
  margin: 0 auto 80px;
}
.reviewList li {
  width: calc(100% / 3);
  text-align: left;
}
.reviewListImg {
  width: 260px;
  margin: 0 auto 30px;
  display: block;
}
.reviewListTtl {
  font-size: 22px;
  font-weight: 500;
  width: 260px;
  margin: 0 auto 10px;
}
.reviewListTxt {
  font-size: 14px;
  width: 260px;
  margin: 0 auto;
}
.reviewListNote {
  font-size: 12px;
  display: block;
}
.reviewIfList {
  display: flex;
  width: 970px;
  margin: 0 auto;
}
.serviceList {
  display: flex;
  width: 970px;
  margin: 0 auto 80px;
  justify-content: space-around;
}
.serviceList li {
  width: calc(100% / 3);
  background: #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px #005c87;
  position: relative;
}
.serviceList li:after {
  content: "";
  border-top: 20px solid #00a0e9;
  border-right: 20px solid #00a0e9;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
  transform: rotate(90deg);
}
.serviceList li:hover {
  transform: scale(0.98);
  transition: 0.3s;
  box-shadow: 0 0;
}
.serviceList li a {
  text-decoration: none;
  padding: 25px;
  display: block;
}
.serviceListImg {
  margin-bottom: 20px;
}
.serviceListTtl {
  font-size: 28px;
  color: #00a0e9;
  margin-bottom: 30px;
}
.serviceListTxt {
  text-align: left;
  font-size: 16px;
  color: #333;
}
.prev, .next {
  display: flex;
  align-items: center;
  background: #d7d7d77d;
}
.prev:hover, .next:hover {
  cursor: pointer;
}
.cvBtn {
  position: fixed;
  bottom: 60px;
  right: 5%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 3px 3px 3px #b5b5b5;
  transition: 0.5s;
  background: #00c0f7;
  opacity: 0;
  width: 48px;
  height: 184px;
}
.cvBtn a {
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.showBtn {
  opacity: 1;
}
.review_box_img{width: 750px; margin: 20px auto;}
.review_box_img p{text-align:left; font-size: 13px; padding-top: 5px;}
.review_box_table{ width: 950px; margin: 0 auto; font-size: 14px; border:1px solid #004da1;}
.review_box_table th{ text-align: center; background: #4c82bd; padding: 7px; border:1px solid #004da1; color: #fff;}
.review_box_table td{ border:1px solid #004da1; padding: 7px;}
.review_box_table td:first-child{background: #b2c9e3; width: 75px}
.review_box_table td.bg_blue{background: #b2c9e3; text-align: center;}
.review_box_table2{ width: 750px; margin: 0 auto; font-size: 14px; border:1px solid #004da1;}
.review_box_table2 th{ text-align: center; background: #4c82bd; padding: 7px; border:1px solid #004da1; color: #fff;}
.review_box_table2 td{ border:1px solid #004da1; padding: 7px;}
.review_box_table2 td:first-child{background: #b2c9e3; width: 150px}
.reviewArea h4{border-bottom: solid 3px #004da1;font-size: 25px; margin: 30px 0 20px; color: #004da1; text-align: center;}
p.caution{ border: 1px double black; padding: 10px;}
@media screen and (max-width: 479px) {
.review_box_img{width: 100%; margin: 20px auto;}
.review_box_img img{width: 100%;}
.reviewArea{border: none;}
.table-wrap {
  overflow-x: scroll;
}
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .mainVisual {
    width: 100%;
    height: auto;
      background-image: url(/5info/img/review_sa505i/main_visual_bg_sp.jpg);
  }
  .mainVisualInner {
    width: 100%;
    height: 130vw;
  }
  .mainVisualBox {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 3vw;
    position: relative;
    top: 20px;
    left: 0;
  }
  .mainVisualImg {
    width: 70%;
  }
  .mainVisualTtl {
    font-size: 5vw;
    margin-bottom: 15px;
  }
  .mainVisualTtl span {
    font-size: 7vw;
    margin-top: 0;
  }
  .mainVisualTxt {
    font-size: 3.5vw;
  }
  .mainVisualPrice {
    left: 4vw;
    font-size: 5vw;
  }
  .mainVisualPrice span {
    font-size: 10vw;
    line-height: 10vw;
  }
  .mainVisualPrice span._yen {
    font-size: 5vw;
  }
  .mainVisualPrice span#deliveryMVP {
    font-size: 5vw;
    margin-left: 0;
  }
  .mainVisualModel {
    right: -6vw;
    width: 43vw;
  }
  .mainVisualBtn {
    width: 50vw;
    font-size: 5vw;
    left: 3vw;
    padding: 1vw;
  }
  .areaInner {
    padding: 50px 1.5vw;
  }
  .areaTtl {
    padding: 0 5vw;
    font-size: 8vw;
    margin: 0 0 20vw;
  }
  .areaTtl:before, .areaTtl:after {
    width: 8vw;
    height: 1px;
  }
  .areaTtlMain {
    padding: 2vw 4vw;
  }
  .areaTtlSub {
    top: 10vw;
    font-size: 4vw;
  }
  .review2Area {
    background-size: auto;
  }
  .reviewCont {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 20vw;
  }
  .reviewLeft, .reviewRight {
    width: 85%;
    margin-bottom: 3vw;
    margin: 0 auto 3vw;
  }
  .reviewLeft img {
    width: 100%;
  }
  .reviewTtl {
    font-size: 6vw;
  }
  .reviewTtl:first-letter {
    font-size: 9vw;
  }
  .reviewTxt {
    font-size: 4vw;
  }
  .reviewBox .reviewBg:last-of-type .reviewCont {
    margin: 0 auto;
  }
  .areaTtl2 {
    font-size: 6vw;
  }
  .areaTtl2:before, .areaTtl2:after {
    font-size: 8vw;
  }
  .reviewList {
    display: block;
    width: auto;
  }
  .reviewList li {
    width: 80%;
    margin: 0 auto 10vw;
  }
  .reviewListImg {
    margin: 0 auto 2vw;
    display: block;
    width: 100%;
  }
  .reviewListTtl {
    margin-bottom: 0;
  }
  .reviewIfList {
    display: block;
    width: 100%;
  }
  .reviewIfList img {
    width: 60%;
  }
  .serviceList {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .serviceList li {
    width: 85%;
    margin: 0 auto 5vw;
  }
  .serviceList li a {
    padding: 3.5vw;
  }
  .serviceListImg {
    width: 15vw;
    margin-bottom: 2vw;
  }
  .serviceListTtl {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .serviceListTxt {
    font-size: 3.5vw;
  }
  .prev, .next {
    position: absolute;
    display: block !important;
    background: transparent;
    top: 20%;
    z-index: 1;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .showBtn {
    opacity: 0;
  }
  /* modelList add*/
  .lineupSlider {
    width: 100%;
    display: block !important;
  }
  .lineupModel {
 width: 100% !important;
    box-sizing: border-box;
    display: block;
  }
  .lineupSlider .lineupModel:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .lineupModelImg {
    position: absolute;
    top: -7vw;
    right: 8vw;
    width: 85%;
  }
  .lineupModelName {
    margin: 56vw 0 2vw;
  }
  .lineupModelSpec {
    margin-bottom: 2vw;
  }
  .lineupModel .a_02 {
    margin: 0 20px 0 0;
  }
}
