@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

#main {
  float: none;
  width: auto;
  padding-bottom: 20px;
  color: #333333;
}

/*html {
  overflow: auto;
}*/
* html {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

body {
  min-width: 970px;
  overflow-x: hidden;
  position: relative;
}

* html body {
  height: 100%;
  overflow-y: auto;
}

.breadCrumb {
  padding: 14px 0;
}

.breadCrumbMb30 {
  padding: 0px 0 26px;
}

#lp_page a:hover {
  opacity: 0.7;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 25px;
    right: 10px;
  }
}

#pagetop a {
  color: #fff !important;
  background-color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}

/*-------------------------------------
　ページ内共通設定
---------------------------------------*/
.innerBox {
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .innerBox {
    padding: 0 15px;
    width: 100%;
  }
}

.areaTtl {
  font-size: 35px;
  background: url(../images/line_title.webp) no-repeat scroll center 0;
  line-height: 60px;
  color: #e31e2f;
  margin: 0 0 40px;
  height: 60px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .areaTtl {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}

.areaTtl.mainTtl {
  font-size: 32px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .areaTtl.mainTtl {
    font-size: 4.6vw;
    display: block;
    height: auto;
    background-size: cover;
    line-height: 1.4;
    padding: 10px 4px;
  }
}

.areaTtl.line2 {
  line-height: 1.2;
  position: relative;
  font-size: 30px;
}

.areaTtl.line2>span {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .areaTtl.line2>span {
    font-size: 4.7vw;
  }
}

.areaTtlB {
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

@media screen and (max-width: 767px) {
  .areaTtlB {
    font-size: 8vw;
    line-height: 1;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.areaMb {
  margin-bottom: 80px;
}

.red {
  color: #e31e2f;
}

.areaBox {
  background: #fff;
  padding: 30px 20px;
  width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .areaBox {
    width: auto;
  }
}

/*-------------------------------------
　.mainVisual
---------------------------------------*/
.mainVisual {
  background: #ddebf6 url(../images/main_visual_bg.webp) no-repeat scroll center 0;
}

.mainVisualTtl {
  padding: 68px 0;
}

/*-------------------------------------
　.navMenu
---------------------------------------*/
.navMenu {
  background: #154f9e;
}

.navMenu ul {
  display: flex;
  text-align: center;
}

.navMenu li {
  width: calc(100% /3);
  padding: 16px 0;
  font-size: 24px;
}

.navMenu a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}

.rateArea table tbody.normal_tb {
  table-layout: fixed;
  font-size: 14px;
}

/*-------------------------------------
　.catchArea
---------------------------------------*/
.catchArea {
  background: #e21c2d url(../images/catch_bg.webp) repeat scroll center 0;
  color: #fff;
  padding: 40px 0 80px;
  text-align: center;
}

.catchArea .areaTtl {
  margin: 0 0 10px;
}

.catchTxt {
  font-size: 30px;
  margin-bottom: 50px;
  line-height: 40px;
  letter-spacing: 1px;
}

.catchTxtB {
  font-size: 60px;
  font-weight: 900;
}

.catchTxtB span {
  border-bottom: 10px solid #f9cb09;
  display: inline-block;
  line-height: 55px;
  margin: 10px;
}

.catchTxtC {
  font-size: 30px;
  margin: 20px 0;
  line-height: 40px;
  letter-spacing: 1px;
}

.catchNote {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 22px;
}

.catchNote a {
  color: #f9cb09;
  font-weight: 600;
}

.catchBox {
  background: #fff;
  border-radius: 10px;
  border: 3px solid #f9c504;
  box-sizing: border-box;
  color: #333;
  margin: 0 auto;
  line-height: 1.4;
  padding: 20px;
  text-align: left;
  width: 930px;
}

.catchBoxTtl {
  font-size: 36px;
  text-align: center;
  color: #e31e2f;
  margin-bottom: 20px;
}

.catchBoxTxt {
  font-size: 26px;
  margin-bottom: 20px;
}

.catchBoxList {
  margin-bottom: 50px;
}

.catchBoxList li {
  font-size: 22px;
}

.catchBoxListNote {
  margin-bottom: 30px;
}

.catchBoxListNote li:before {
  content: "※"
}

.catchBoxB {
  width: 930px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #f9c504;
  color: #333;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  margin: 30px auto;
}

.catchBoxB .inBox {
  margin-bottom: 20px;
}

.catchBoxB .inBox li {
  text-indent: -1em;
  margin-left: 1em;
}

.catchBoxB .inBox .noindent li {
  text-indent: 0;
  margin-left: 0;
}

.catchBoxB .catchBoxListNote {
  margin-bottom: 0;
}

.catchBoxB h5 {
  font-size: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.campBtn {
  margin-bottom: 30px;
}

.campBtn a {
  text-decoration: none;
  background: #ff6c31;
  color: #fff;
  font-size: 30px;
  border-radius: 8px;
  padding: 12px 40px;
  display: inline-block;
  border: 1px solid #FFF;
}

/*-------------------------------------
　.detailArea
---------------------------------------*/
.detailArea {
  padding: 80px 0;
  background: linear-gradient(90deg, #e5e5e5 5%, #fafafa 50%, #e5e5e5 95%);
}

/*-------------------------------------
　.rateArea
---------------------------------------*/
.rateArea table tbody {
  border: 1px solid #808080;
  font-size: 16px;
  text-align: center;
  background: #fff;
}

.rateTableSp {
  display: none;
}

.rateTableTtl {
  background: #333;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

.rateTxt {
  font-size: 30px;
  line-height: 1.6;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rateTxt {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 2px;
  }
}

.rateTxt span {
  color: #e31e2f;
  border-bottom: 10px solid #ffde51;
  line-height: 20px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .rateTxt span {
    border-bottom: 5px solid #ffde51;
    line-height: 16px;
  }
}

.rateTxt span span {
  font-size: 50px;
  border-bottom: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .rateTxt span span {
    font-size: 40px;
  }
}

/*-------------------------------------
　.campArea
---------------------------------------*/
.campIcon {
  align-items: center;
}

.campIcon:before {
  content: url(../images/camp_icon.webp);
}

.campIcon.line2:before {
  content: url(../images/camp_icon.webp);
  display: block;
  padding-right: .2em;
  position: relative;
  z-index: 10;
}

.campIcon.line2:after {
  content: '';
  width: 80%;
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, #dfa200 7%, #dfa200 9%, transparent 9%, transparent 91%, #dfa200 92%, #dfa200 94%, transparent 95%, transparent 100%), linear-gradient(to right, #f4c400 1%, #ffe30b 25%, #ffe98a 50%, #FFFDDE 69%, #ffe30b 94%, #f4c400 100%);
  height: 150%;
  position: absolute;
  z-index: 0;
  border-bottom: 1px solid #dfa200;
  left: 10%;
  top: -25%;
}

.campTxt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}

.campBox {
  font-size: 16px;
}

.campBox dt {
  font-weight: 600;
  margin-bottom: 15px;
}

.campBox dd {
  font-weight: 300;
  margin-bottom: 40px;
}

/*-------------------------------------
　.simArea
---------------------------------------*/
.simTxt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.simBox {
  display: table;
  width: 55%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 15px 15px;
  font-size: 32px;
}

.simBox ul {
  display: table-row;
}

.simBox ul li:nth-child(1) {
  border-radius: 9px 0 0 9px;
  width: 38%;
  text-align: center;
}

.simBox ul li {
  display: table-cell;
  width: 62%;
}

.simBox ul li.arrowDown {
  position: relative;
}

.simBox ul li.arrowDown:after {
  display: block;
  content: ' ';
  background: url(../images/icon_arrow_down.webp) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin-top: -13px;
  pointer-events: none;
}

.simBox ul li select {
  width: 100%;
  height: 60px;
  padding: 0 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.rstArea {
  width: 205%;
  font-size: 90%;
  margin-top: 1em;
  text-align: center;
}

.installmentAmt {
  color: #e31e2f;
  font-size: 150%;
  font-weight: bold;
}

/*-------------------------------------
　.expArea
---------------------------------------*/
.reviews_wrap {
  background: #fff;
}

/*-------------------------------------
　.recArea
---------------------------------------*/
.recArea {
  padding: 80px 0;
  background: linear-gradient(90deg, #fffdc7 0%, #fffff5 30%, #fffff5 70%, #fffdc7 100%);
}

.recTtl {
  font-size: 34px;
  text-align: center;
  color: #e31e2f;
  margin: 50px 0 20px;
  font-weight: 600;
}

.recTtl span {
  font-size: 44px;
}

.recTtl span:first-child {
  font-size: 64px;
  font-weight: 600;
  display: inline-block;
  margin: 0 3px;
}

.recTtl2 {
  font-size: 34px;
  text-align: center;
  color: #e31e2f;
  margin: 150px 0 0;
  font-weight: 600;
  line-height: 44px;
}

.recNote {
  font-size: 16px;
  color: #e31e2f;
  text-align: center;
  margin-bottom: 50px;
}

.recList {
  display: flex;
  justify-content: space-between;
}

.recItem {
  /*width: calc((100%/3) - 16px);*/
  background: #fff;
  /*border: 2px solid #e31e2f;*/
  /*box-sizing: border-box;*/
  position: relative;
}

.recModel .recItem:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

/*.recItem ul {
  padding: 20px;
  height: 340px;
}*/

.recItem ul.h370 {
  height: 370px;
}

.recItemTtl {
  background: #f11e2f;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  padding: 5px 10px;
}

.recItemName {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.recItemSpec {
  font-size: 18px;
  font-weight: 300;
}

.recItemIcon {
  background: #e31e2f;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  bottom: 90px;
}

.recItemPrice {
  color: #f11e2f;
  font-size: 20px;
}

.recItemPrice span {
  font-size: 40px;
  font-weight: 600;
}

.recParts {
  margin-bottom: 50px;
}

.recParts .recItem {
  border: 2px solid #e31e2f;
}

.recParts .recItem ul {
  height: auto;
  padding: 20px;
}

.recParts .recItemImg img {
  display: block;
  margin: 0 auto 20px;
  height: auto;
  width: 80%;
}

.recTxt {
  font-size: 22px;
  margin: 90px 0 20px;
}

.recItemLink {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 3;
}

.recItemLink:hover {
  opacity: 0 !important;
  background: #fff;
  z-index: 2;
}

.faqArea {
  padding: 80px 0;
}

.faqTtl {
  font-size: 35px;
  color: #333;
  text-align: center;
}

.faqBox {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .faqBox {
    margin: 30px auto;
  }
}

.faqList {
  margin-bottom: 50px;
}

.faqListTtl {
  display: table;
  width: 100%;
  padding: 0.4rem 0.8rem;
  background-color: #ffd2d5;
  color: #333;
  font-size: 1.4rem;
}

.faqListTtl .icon {
  display: table-cell;
  vertical-align: middle;
  height: 2.4rem;
  width: 2.3rem;
  background-color: #fff;
  color: #e31e2f;
  font-size: 1.4rem;
  text-align: center;
}

.faqListTtl p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
  line-height: 1.2;
  font-size: 18px;
}

.faqListCont {
  position: relative;
  display: block !important;
  padding: 20px 0 20px 65px;
}

.faqListCont .icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e31e2f;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  height: 2.4rem;
  width: 2.3rem;
}

.faqListCont p {
  font-size: 16px;
  line-height: 1.6;
}

.faqList .faqTxt {
  font-size: 14px;
}

.faqList .faqInquiry {
  display: block;
  margin: 30px 40px 0 0;
  background: #f3f3f3;
  padding: 20px;
}

.faqInquiry dt {
  font-size: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .faqInquiry dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.faqInquiry dd {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .faqInquiry dd {
    font-size: 18px;
  }
}

.faqInquiry dd:last-child {
  margin-bottom: 30px;
}

.faqInquiry p {
  font-size: 14px;
  line-height: 1.4;
}

.faqInquiryIcon {
  margin-right: 5px;
}

.faqNote {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faqNote {
    width: 100%;
  }
}

.faqNote li {
  font-size: 16px;
  line-height: 2;
}

.faqNote li:before {
  content: "※";
}

.normal_rate {
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .normal_rate {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

.recItemPrice_02 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #e31e2f;
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 1;
}

.recItemImg_02 {
  max-width: 400px;
  position: absolute;
  bottom: 60px;
  right: 0;
}

.recItemImg_03 {
  max-width: 300px;
  position: absolute;
  bottom: 80px;
  right: 50px;
}

.recItemPrice_02 span {
  font-size: 40px;
  font-weight: 600;
}

.recItemName_02 {
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
  width: 500px;
}

.recItemTtl_02 {
  font-size: 26px;
  background: #f11e2f;
  color: #fff;
  padding: 5px 40px;
  font-weight: 600;
  line-height: 32px;
}

.one_a01 {
  width: 90%;
}

.one_a01 ul {
  padding: 20px 40px;
  height: 320px;
}

@media screen and (max-width: 479px) {




  #lp_page {
    padding: 0;
    width: 100% !important;
  }



  .mainVisualTtl {
    padding: 20px 0;
  }

  .navMenu {
    display: none;
  }






  .catchTxt,
  .catchTxtC {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    padding: 0 2px;
    margin-bottom: 20px;
  }

  .catchTxtB {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .catchTxtB span {
    border-bottom: 5px solid #f9cb09;
    line-height: 30px;
    margin: 5px;
  }

  .catchNote {
    font-size: 14px;
    text-align: left;
    padding: 2px 0;
  }

  .catchBox,
  .catchBoxB {
    width: auto;
    padding: 20px 10px;
  }

  .catchBoxTtl {
    font-size: 2rem;
  }

  .catchBoxTxt {
    font-size: 1rem;
  }

  .catchBoxList li {
    font-size: 1.2rem;
  }

  .catchBoxListNote {
    font-size: 0.8rem;
  }

  .detailArea {
    padding: 35px 0;
    background: #f7f7f7;
  }



  .campIcon:before {
    content: "さらに";
  }

  .campTxt {
    font-size: 16px;
    text-align: left;
    padding: 0 2px;
    margin-bottom: 30px;
  }



  .campBox .campBoxB {
    font-size: 18px;
    box-sizing: border-box;
    border: 5px solid #f7f7f7;
  }

  .catchBoxB .inBox li {
    font-size: 0.8rem;
  }

  .catchBoxB .inBox .noindent li {
    text-indent: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .campBox dd {
    font-size: 16px;
  }

  .campArea p {
    font-size: 16px;
  }

  .simTxt {
    font-size: 16px;
    text-align: left;
    padding: 0 2px;
  }

  .simArea .areaBox {
    padding: 20px 0;
    border: 5px solid #f7f7f7;
  }

  .simBox {
    width: auto;
  }

  .rstArea {
    width: auto;
  }

  #installmentSimulator {
    display: block;
    width: 96%;
    font-size: 150%;
  }

  #installmentSimulator ul {
    display: block;
  }

  #installmentSimulator ul>li:nth-child(1) {
    border-radius: 0;
    padding: 0.6em 0;
    margin-top: 1em;
    background: #000;
    color: #fff;
    width: 100%;
  }

  #installmentSimulator ul li {
    display: block;
    width: 100%;
  }

  #installmentSimulator ul li select {
    height: 50px;
    border-radius: 0;
  }

  .recTtl {
    font-size: 18px;
    margin: 25px 0 20px;
  }

  .recTtl span {
    font-size: 22px;
  }

  .recTtl span:first-child {
    font-size: 40px;
  }

  .recList {
    display: block;
  }

  .recItem {
    width: 100%;
    margin-bottom: 20px;
  }

  .recModel .recItem {
    border: 2px solid #e31e2f;
  }

  /*.recItem ul {
    height: 210px;
  }*/
  .recItem ul.h370 {
    height: 240px;
  }

  .recItemTtl {
    font-size: 20px;
    line-height: 30px;
  }

  .recItemName {
    /*font-size: 18px;*/
    margin-bottom: 5px;
    line-height: 24px;
  }

  .recParts .recItemName {
    text-align: left;
  }

  .recItemSpec {
    font-size: .9rem;
    letter-spacing: .9px;
    line-height: 1.2;
  }

  .recItemIcon {
    font-size: 16px;
    bottom: 60px;
  }

  .recItemPrice {
    font-size: 2rem;
    line-height: 50px;
  }

  .recItemPrice span {
    font-size: 3rem;
    line-height: 50px;
  }

  .recItemImg {
    margin: 0 auto;
    width: 80%;
  }

  .recTtl2 {
    font-size: 22px;
    margin: 50px 0 0;
    line-height: 32px;
  }

  .recNote {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .recTxt {
    font-size: 18px;
    margin: 50px 0 20px;
  }

  .recImgSp {
    width: 80%;
    margin: 0 auto;
  }

  .faqArea {
    padding: 40px 0;
  }

  .faqTtl {
    font-size: 22px;
  }

  .faqList .faqInquiry {
    margin: 0;
    margin-top: 10px;
    padding: 10px;
  }

  .faqListTtl p {
    padding-left: 0.5rem;
  }

  .rateTable {
    display: none;
  }

  .rateTableSp {
    display: table;
  }



  .campIcon.line2:after {
    width: 180vw;
    left: -40vw;
  }

  /*追加191029*/
  .one_a01 {
    width: 100%;
  }

  .recItemTtl_02 {
    font-size: 20px;
    line-height: 30px;
  }

  .recItemTtl_02 {
    padding: 5px 10px;
  }

  .one_a01 ul {
    padding: 10px;
    height: 325px;
  }

  .recItemName_02 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 500;
    width: 58%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .recParts .recItemName_02 {
    font-size: 16px;
  }

  .recItemImg_02 {
    width: 50%;
    position: absolute;
    right: 0;
    top: 80px;
  }

  .recItemImg_03 {
    width: 50%;
    position: absolute;
    right: 0;
    top: 80px;
  }

  .recItemPrice_02 span {
    font-size: 50px;
    line-height: 50px;
  }

  .sp_t01 {
    position: absolute;
    z-index: 1;
    bottom: 55px;
  }

  .sp_t02 {
    position: absolute;
    z-index: 1;
    bottom: 115px;
  }

  .recItemPrice_02 {
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 10px;
  }

  .recItemPrice_02 span {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .campBtn a {
    font-size: 18px;
    padding: 12px 13px;
  }
}

/* ----------------------------------------
   追加：2019.01.25
---------------------------------------- */

.induction_for48 {
  display: block;
  width: 970px;
  margin: 20px auto;
  position: relative;
  padding: 14px 0 15px;
  background: #ff4200;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}

.induction_for48::after {
  content: '»';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.4em;
}

.detailArea table tbody td {
  border: 1px solid #808080;
  padding: 6px 2px;
  vertical-align: middle;
}

/* ----------------------------------------
   追加：2019.10.04 /footer_links部分/
---------------------------------------- */

.hiddenj {
  display: none
}

.anchor_link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.anchor_link li {
  width: calc((100%/3) - 16px);
}

@media screen and (max-width: 767px) {
  .anchor_link li {
    width: calc((100%/3) - 2%);
  }
}

.anchor_link li a {
  border: 1px solid #a3a3a3;
  background-color: #fff;
  border-color: #e31e2f;
  border-radius: 2px;
  color: #e31e2f;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .anchor_link li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0 20px;
  }
}

.anchor_link li a::after {
  border-color: #e31e2f;
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid;
  border-bottom: 2px solid;
  content: '';
}

@media screen and (max-width: 767px) {
  .anchor_link li a::after {
    top: auto;
    bottom: calc(17% - 4px);
    right: calc(50% - 4px);
  }
}

.recommend-parts+div {
  margin-top: 80px;
}

.recommend-parts__header {
  color: #e31e2f;
  font-size: 34px;
  font-weight: 600;
  margin: 50px 0 40px;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommend-parts__header {
    margin-bottom: 20px;
  }
}

.recommend-parts__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .recommend-parts__inner {
    display: block;
  }
}

.recommend-parts__inner>div {
  width: calc((100%/3) - 7px);
}

@media screen and (max-width: 767px) {
  .recommend-parts__inner>div {
    width: 100%;
  }
}

.recommend-parts__inner>div a {
  display: block;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #e31e2f;
  line-height: 1.4;
}

.recommend-parts__inner img {
  height: auto;
  width: 80%;
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .recommend-parts__inner img {
    width: 70%;
  }
}

.recommend-parts__name {
  font-size: 14px;
  font-weight: 600;
}

.recommend-parts__spec {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.recommend-parts__price {
  color: #f11e2f;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.recommend-parts__price span {
  padding-left: .4em;
}

.recommend-parts__inner .recItemIcon {
  font-size: 18px;
  margin-right: 10px;
  position: static;
}

.recommend-parts__inner .recItemIcon span.SmbcAuto {
  font-size: 14px;
}

.recommend-parts__inner .recItemPrice {
  display: inline;
}

@media screen and (max-width: 479px) {










  .recommend-parts__inner>div+div {
    margin-top: 40px;
  }



  .recommend-parts__inner .recItemPrice {
    font-size: 24px;
  }

  .recommend-parts__inner .recItemPrice span {
    font-size: 46px;
  }
}

.pagetop {
  clear: both;
  color: #0062b0;
  font-size: 12px;
  margin-right: 60px;
  padding: 20px 0;
  text-align: right;
  text-decoration: underline;
}

.pagetop a {
  background: url(../images/iconArrowWhite2.webp) left center no-repeat;
  padding-left: 14px;
}

.areaTtl {
  font-weight: bold;
}

.detailArea table tbody {
  border: 1px solid #808080;
  font-size: 16px;
  text-align: center;
  background: #fff;
}

#container {
  width: auto !important;
}

.navMenu a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}

.reviews_item a {
  color: #C30D23 !important;
}

.test_0613_a {
  display: none;
}

.test_0613_b {
  display: block;
}

.faqListTtl {
  font-weight: normal !important;
}

ol.circle_decimal {
  list-style-type: none;
  counter-reset: cd-counter;
}

ol.circle_decimal>li:nth-of-type(n+2) {
  margin-top: 5px;
}

ol.circle_decimal>li:before {
  content: .used_notepc_mv_wrapper>.section_inner .title_img3counter(cd-counter);
  counter-increment: cd-counter;
  /*border:1px solid #ccc;*/
  background-color: #999;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: 0;
  margin-right: .5em;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

ul.attention {
  margin-left: 1.2em;
}

ul.attention>li {
  text-indent: -1.2em;
}

ul.attention>li::before {
  content: '※';
  padding-right: .2em;
}

.entry_link {
  display: block;
  margin: 30px auto;
  width: 450px;
}

.entry_link>img {
  width: 100%;
}

.todo {
  background: rgba(255, 0, 0, .4);
  padding: 1em;
  color: #fff;
  position: absolute;
  transform: translate(-100%, -100%);
  cursor: grabbing;
}

.todo::before {
  content: 'TODO：';
}

.pointPresent {
  background-color: gold;
  font-size: 3.6em;
  font-weight: 700;
  padding: 24px 0;
  text-align: center;
}

.pointPresent_a {
  font-size: 20px;
}

.pointPresent_b {
  font-size: 10px;
}

@media screen and (max-width: 479px) {
  .pointPresent_a {
    font-size: 16px;
  }

  .pointPresent {
    font-size: 2.2em;
    line-height: 1.4;
  }

  #ultraHighendPC60 {
    width: 100%;
  }

  #ultraHighendPC60 p a {
    padding: 10px 0 7px;
    font-size: 5.5vw;
  }

  ol.circle_decimal>li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .entry_link {
    width: 90vw;
  }
}

.recList.recModel.mt {
  margin-top: 40px;
}

/*#pcItemList .recItemIcon, #pcItemList .recItemPrice {display: none !important;}*/

@media screen and (max-width: 479px) {
  .recList.recModel.mt {
    margin-top: 20px;
  }
}

@media screen and (min-width: 480px) {
  tbody td.desk-mapB-data {
    background: #fff;
  }

  .p-gaming-pc-sub__model__contents__inr .desk-mapB-data.recItem {
    background: #fff;
    width: auto;
    border-left: none;
  }

  .p-gaming-pc-sub__model__contents__inr .desk-mapB-data.recItem ul {
    height: auto;
    padding: 0;
  }

  .p-gaming-pc-sub__model__contents__inr .desk-mapB-data.recItem .recItemIcon {
    font-size: 12px;
    color: #fff;
    position: relative;
    bottom: auto;
  }

  .p-gaming-pc-sub__model__contents__inr .desk-mapB-data.recItem .recItemIcon span {
    color: #fff;
  }

  .p-gaming-pc-sub__model__contents__inr .desk-mapB-data.recItem .recItemPrice {
    color: #e43344;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    text-shadow: none;
    position: relative;
    z-index: unset;
    bottom: auto;
    display: contents;
  }

  .p-gaming-pc-sub__model__contents__inr .desk-mapB-data.recItem .recItemPrice span {
    font-size: 16px;
    color: #e43344;
  }

  .p-gaming-pc-sub__model__contents__inr .desk-mapB-data.recItem .recItemPrice_02 {
    font-size: 14px;
    position: relative;
    right: auto;
    bottom: auto;
    z-index: unset;
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 4px;
    border-top: 2px dotted #c8c8c8;
  }

  .p-gaming-pc-sub__model__contents__inr .desk-mapB-data.recItem .recItemPrice_02 span {
    font-size: 14px;
    color: #e31e2f;
  }

  .p-gaming-pc-sub__model__contents__inr table.u-mt-ss {
    /*width: 1050px;*/
  }

  .p-gaming-pc-sub__model__contents__inr table.u-mt-ss .desk-map-price.aj_wide {
    max-width: 14em;
  }

  #lp_page .p-gaming-pc-sub__model__contents a:hover {
    opacity: inherit;
  }

  #rid_6156_b_map {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  #rid_6156_b_map {
    display: none !important;
  }

  #rid_6156_b_recopc {
    display: block;
  }
}

#rid_6156_b_recopc {
  display: none;
}

/*モーダル*/
input.popup_flg {
  display: none;
}

.popup_wrapper,
.popup_wrapper * {
  box-sizing: border-box;
}

input.popup_flg~.popup_bg_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  opacity: 0;
  background: rgba(0, 0, 0, .6);
  transition: opacity .5s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

input.popup_flg:checked~.popup_bg_layer,
input.popup_flg:checked~.popup_content_wrapper {
  opacity: 1;
  pointer-events: all;
}

input.popup_flg~.popup_content_wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  max-width: 90vw;
}

input.popup_flg~.popup_content_wrapper .popup_close_icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% - 5px));
  color: #fff;
  border: 1px solid #fff;
  width: 1.3em;
  height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

input.popup_flg~.popup_content_wrapper .popup_content {
  line-height: 1.4;
  max-height: calc(85vh - 1em);
}

input.popup_flg~.popup_content_wrapper .popup_content img {
  height: auto;
  width: 100%;
}

label.popup_trigger,
label.popup_close_icon {
  cursor: pointer;
}

label.popup_trigger img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: inherit;
}

body.scroll_stop {
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  input.popup_flg~.popup_content_wrapper {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .campaign-image {
    margin: 0 auto;
    width: calc(100% - 30px);
  }

  .campaign-image img {
    width: 100%;
  }
}