@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
/* headerSPWrap 
*****************************************/
#headerSPWrap .site-header {
  position: absolute !important;
}

textarea#etc {
  resize: vertical;
}

textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  a {
    word-break: break-all;
  }
}

@media screen and (max-width: 767px) {
  #footer04 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .partsBox02 select {
    color: #505050;
    background: #fff;
    font-size: 14px;
    padding: 3px 7px 2px;
    line-height: 1.5;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
  }
}
.partsColumn01,
.partsColumn02,
.partsColumn03 {
  clear: both;
}

.partsColumn02 .partsColLeft02 {
  float: left;
  width: 148px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .partsColumn02 .partsColLeft02 {
    width: 100%;
  }
}

.partsColumn02 .partsColRight02 {
  float: right;
  width: 574px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .partsColumn02 .partsColRight02 {
    width: 92%;
    margin-right: 10px;
  }
}

.partsColumn03 .partsColLeft03 {
  float: left;
  width: 210px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .partsColumn03 .partsColLeft03 {
    width: 100%;
  }
}

.partsColumn03 .partsColRight03 {
  float: right;
  width: 512px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .partsColumn03 .partsColRight03 {
    width: 92%;
  }
}

/* partsBox01 */
.partsBox01 {
  clear: both;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fcfdfd;
  border-radius: 5px;
  margin-bottom: 6px;
}
.partsBox01 .freeColumn01 > .col01 {
  width: 313px;
  margin-left: 57px;
}
@media screen and (max-width: 767px) {
  .partsBox01 .freeColumn01 > .col01 {
    width: 46%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 320px) {
  .partsBox01 .freeColumn01 > .col01 {
    width: 45%;
  }
}
.partsBox01 .freeColumn01 > .col02 {
  width: 313px;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .partsBox01 .freeColumn01 > .col02 {
    width: 46%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 320px) {
  .partsBox01 .freeColumn01 > .col02 {
    width: 45%;
  }
}

.partsBox01 p {
  padding-right: 0.7em;
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .partsBox01 .partsColLeft01 p {
    padding-right: 0;
  }
}

.partsBox01 .inner .inner {
  padding: 8px 6px 0 4px;
  padding: 0 0 0 0;
}

.partsBox01 .inner .inner .partsColLeft01 {
  float: left;
  width: 168px;
}
@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner .partsColLeft01 {
    width: 100%;
  }
}

.partsBox01 .inner .inner .partsColRight01 {
  float: left;
  width: 565px;
}
@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner .partsColRight01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner .partsColRight01 .freeColumn01 .col p {
    margin-left: 9px;
  }
}

.partsBox01 .inner .inner li span.price {
  /*position:absolute;
  right:5px;*/
}

.layoutType01 .mainContents .partsColumn01 .partsTitle {
  font-weight: 600;
  font-size: 1.2rem;
  position: relative;
  color: #007dff;
  line-height: 1.25;
  min-height: 15px;
  cursor: pointer;
  margin-bottom: 0px;
  padding: 8px 0 7px 30px;
}
.layoutType01 .mainContents .partsColumn01 .partsTitle::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #007dff;
  transform: translate(0, -50%);
}
.layoutType01 .mainContents .partsColumn01 .partsTitle::after {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.75px 0 3.75px;
  border-color: #fff transparent transparent transparent;
  transform: translate(0, -50%);
}
.layoutType01 .mainContents .partsColumn01 .partsTitle.guarantee {
  color: #F66;
}
.layoutType01 .mainContents .partsColumn01 .partsTitle.guarantee::before {
  background: #646464;
}
.layoutType01 .mainContents .partsColumn01 .partsTitle.guarantee::after {
  transform: translate(0, -63%) rotate(180deg);
}
.layoutType01 .mainContents .partsColumn01.on .partsTitle {
  padding-left: 30px;
  position: relative;
  color: #007dff;
}
.layoutType01 .mainContents .partsColumn01.on .partsTitle::after {
  transform: translate(0, -63%) rotate(180deg);
}
.layoutType01 .mainContents .partsColumn01.on .partsTitle.guarantee {
  color: #F66;
}
.layoutType01 .mainContents .partsColumn01.on .partsTitle.guarantee::before {
  background: #646464;
}

.selectProducts {
  font-weight: 500;
  font-size: 1.2rem;
  background: url(../../bto/img/icon-01.png) no-repeat 5px 8px;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  margin-bottom: 0px;
  padding: 8px 17px 7px 24px;
}

.selectProducts span.name {
  width: 430px;
  display: inline-block;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .selectProducts span.name {
    width: 100%;
  }
}

.selectProducts span.price {
  position: absolute;
  right: 10px;
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .selectProducts span.price {
    position: inherit;
    right: inherit;
    width: 100%;
    display: inline-block;
  }
}

#CPU .selectProducts span.price.strong02 {
  color: #505050 !important;
}

.partsBox01 .inner .inner .detail {
  margin-top: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.partsBox01 .inner .inner ul.partsList {
  padding-right: 9px;
}
@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner ul.partsList {
    padding-left: 9px;
  }
}

@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner ul.partsList + .note {
    margin-top: 5px;
    padding-left: 0.7em;
  }
}

@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner ul.partsList + .cautionList {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner ul.partsList + .cautionList + p {
    margin-left: 9px;
  }
}

.partsBox01 .inner .inner ul.partsList li {
  font-weight: 500;
  font-size: 1.2rem;
  padding: 6px 0 6px 26px;
  border-bottom: #e6e6e6 1px solid;
  line-height: 1.05;
  position: relative;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 26px;
}

.partsBox01 .inner .inner ul.partsList li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../custom/img/ic01.png) no-repeat 0 0;
  text-indent: -9999px;
  margin-left: 5px;
  vertical-align: middle;
}

.partsBox01 .inner .inner ul.partsList li a:hover {
  background: url(../../custom/img/ic01.png) no-repeat 100% 0;
}

.partsBox01 .inner .inner ul.partsList li.hover a,
.partsBox01 .inner .inner ul.partsList li.on a {
  background: url(../../custom/img/ic01.png) no-repeat 0 100%;
}

.partsBox01 .inner .inner ul.partsList li.hover a:hover,
.partsBox01 .inner .inner ul.partsList li.on a:hover {
  background: url(../../custom/img/ic01.png) no-repeat 100% 100%;
}

.partsBox01 .inner .inner ul.partsList li.stopOrder span.name {
  color: #aaa;
}

.partsBox01 .inner .inner ul.partsList li.stopOrder span.price {
  color: #aaa;
}

.partsBox01 .inner .inner ul.partsList li.hover,
.partsBox01 .inner .inner ul.partsList li.on {
  cursor: pointer;
  background: linear-gradient(0deg, #007dff 0%, #47a1ff 100%);
  color: #FFF;
}

.partsBox01 .inner .inner ul.partsList li.on span.name,
.partsBox01 .inner .inner ul.partsList li span.name {
  float: left;
  width: 436px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner ul.partsList li.on span.name,
  .partsBox01 .inner .inner ul.partsList li span.name {
    width: 96%;
  }
}

.partsBox01 .inner .inner ul.partsList li.on span.price,
.partsBox01 .inner .inner ul.partsList li span.price {
  float: right;
  /*position:absolute;
  top:0.4em;
  _top:9px;
  right:6px;*/
  width: 94px;
  text-align: right;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner ul.partsList li.on span.price,
  .partsBox01 .inner .inner ul.partsList li span.price {
    width: auto;
    padding-right: 9px;
  }
}

.partsBox01 .inner .inner ul.partsList li.on span.price em,
.partsBox01 .inner .inner ul.partsList li span.price em {
  font-weight: normal;
  text-decoration: line-through;
}

.partsBox01 .inner .inner .partsColumn01 .partsColRight01 .selectProducts .price img,
.partsBox01 .inner .inner ul.partsList li.on span.price img,
.partsBox01 .inner .inner ul.partsList li span.price img {
  width: 20px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  .partsBox01 .inner .inner .partsColumn01 .partsColRight01 .selectProducts .price img,
  .partsBox01 .inner .inner ul.partsList li.on span.price img,
  .partsBox01 .inner .inner ul.partsList li span.price img {
    width: 18px;
    height: 18px;
    margin-left: 1px;
  }
}

.partsBox01 .inner .inner ul.partsList li.on input,
.partsBox01 .inner .inner ul.partsList li input {
  position: absolute;
  left: 5px;
  top: 0.3em;
  top: 0.4em;
  line-height: 1.05;
}

*:first-child + html .partsBox01 .inner .inner ul.partsList li.on input,
*:first-child + html .partsBox01 .inner .inner ul.partsList li input {
  top: 0.2em;
}

/*
.partsBox01 .inner .inner ul.partsList li:nth-child(odd) {
	background-color:#f5f5f5;
}
*/
.detail .freeColumn01 .partsColLeft01 .illust {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .detail .freeColumn01 .partsColLeft01 .illust {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detail .freeColumn01 .partsColLeft01 .illust + .center {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .detail .freeColumn01 .partsColLeft01 .illust + .center img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .detail .freeColumn01 .partsColLeft01 .center img {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .detail .freeColumn01 .partsColLeft01 [class*="per-sp"] {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .detail .freeColumn01 .partsColLeft01 [class*="per-sp"] img {
    width: 100%;
  }
}

.detail .freeColumn01 .partsColLeft01 .illust a {
  /*border:#fcfdfd 1px solid;*/
  width: 123px;
  padding: 6px 0 3px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .detail .freeColumn01 .partsColLeft01 .illust a {
    width: 100%;
  }
}

a.allOpen,
a.allClose {
  background: url(../../bto/img/button-01.png) no-repeat 0 50%;
  padding: 5px 0 0 30px;
  min-height: 24px;
  display: inline-block;
  color: #878787;
  text-decoration: none;
}

a.allOpen:hover,
a.allClose:hover {
  background: url(../../bto/img/button-01on.png) no-repeat 0 50%;
}

a.allOpen:active,
a.allClose:active {
  background: url(../../bto/img/button-01active.png) no-repeat 0 50%;
}

.partsSetting {
  font-size: 86%;
  font-size: 12px;
  color: #878787;
  padding-top: 10px;
  padding-right: 25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .partsSetting {
    padding-right: 0;
  }
}

.partsSetting img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 3px;
}

/* switch */
#partsSwitch {
  position: absolute;
  right: 25px;
  top: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #partsSwitch {
    position: inherit;
    right: inherit;
    top: inherit;
    white-space: inherit;
  }
}

#partsSwitchTxt {
  margin: 0 110px 0 30px;
  padding-top: 10px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #partsSwitchTxt {
    padding-top: 0;
    margin: 0 0 0 0;
  }
}

#partsSwitchButton {
  position: absolute;
  top: 2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #partsSwitchButton {
    position: inherit;
    right: inherit;
    top: inherit;
  }
}

#partsSwitchOn {
  display: inline-block;
  width: 50px;
  height: 32px;
  background: url(../../bto/img/button-06.png) no-repeat 0 100%;
}

#partsSwitchOn:hover {
  background: url(../../bto/img/button-06on.png) no-repeat 0 0%;
}

#partsSwitchOn.on {
  width: 47px;
  background: url(../../bto/img/button-05.png) no-repeat 0 100%;
}

#partsSwitchOn.on:hover {
  background: url(../../bto/img/button-05on.png) no-repeat 0 0%;
}

#partsSwitchOn span {
  visibility: hidden;
}

#partsSwitchOff {
  display: inline-block;
  width: 52px;
  height: 32px;
  background: url(../../bto/img/button-05.png) no-repeat -47px 0;
}

#partsSwitchOff:hover {
  background: url(../../bto/img/button-05on.png) no-repeat -47px 0;
}

#partsSwitchOff.off {
  width: 49px;
  background: url(../../bto/img/button-06.png) no-repeat -50px 0;
}

#partsSwitchOff.off:hover {
  background: url(../../bto/img/button-06on.png) no-repeat -50px 0;
}

#partsSwitchOff span {
  visibility: hidden;
}

a.autoOn,
a.autoOff {
  background: url(../../bto/img/button-01.png) no-repeat 0 50%;
  padding: 0 0 0 30px;
  min-height: 24px;
  display: inline-block;
  color: #505050;
  text-decoration: none;
}

a.autoOn:hover,
a.autoOff:hover {
  background: url(../../bto/img/button-01on.png) no-repeat 0 50%;
  padding: 0 0 0 30px;
  min-height: 24px;
  display: inline-block;
  color: #505050;
}

a.autoOn:active,
a.autoOff:active {
  background: url(../../bto/img/button-01active.png) no-repeat 0 50%;
  padding: 0 0 0 30px;
  min-height: 24px;
  display: inline-block;
  color: #505050;
}

.cautionBox {
  background-color: #fff7f7;
  border: #DB0000 1px solid;
  padding: 7px;
  font-size: 86%;
  margin-right: 8px;
}

.cautionList li {
  padding-left: 10px;
  padding-right: 0.7em;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cautionList li {
    margin-left: 9px;
    margin-right: 9px;
  }
}

.cautionList li::before, .cautionList li::after {
  content: '';
  position: absolute;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 1.5px;
  background: #505050;
  top: calc(10px - 1.5px / 2);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: calc(100% - 1.5px / 2) 50%;
  transform-origin: calc(100% - 1.5px / 2) 50%;
}

.cautionList li::after {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.cautionList li.type02 {
  padding-left: 10px;
  margin-bottom: 2px;
  font-size: 86%;
}

.cautionList li.type02::before, .cautionList li.type02::after {
  background: #4293f7;
}

.chipMenuRed {
  clear: both;
  background: url(../../bto/img/background-04.gif) no-repeat 0 0;
  margin: 0 0 15px 5px;
  padding-top: 9px;
  display: inline-block;
}

.chipMenuRed .inner {
  background: url(../../bto/img/background-02.gif) no-repeat 0% 100%;
}

.chipMenuRed .inner .inner {
  color: #dc0000;
  font-size: 86%;
  padding: 5px 8px 6px;
  background: url(../../bto/img/background-03.gif) no-repeat 100% 100%;
}

.chipMenuBlue {
  clear: both;
  background: url(../../bto/img/background-07.gif) no-repeat 0 0;
  margin: 0 0 15px 5px;
  padding-top: 9px;
  display: inline-block;
}

.chipMenuBlue .inner {
  background: url(../../bto/img/background-05.gif) no-repeat 0% 100%;
}

.chipMenuBlue .inner .inner {
  color: #007dff;
  font-size: 86%;
  padding: 5px 8px 6px;
  background: url(../../bto/img/background-06.gif) no-repeat 100% 100%;
}

.orderNumber {
  position: relative;
  margin: 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .orderNumber {
    background: none;
    height: auto;
    padding: 0;
  }
}

.orderNumber p input.num {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  width: 2em;
  text-align: right;
  border: none;
  background: none;
}

.numSelect {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  width: 4.8em;
  padding: 2px;
  text-align: right;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .numSelect {
    color: #505050;
    text-align: left;
    width: 3.8em;
    font-size: 14px;
    padding: 4px;
  }
}

.orderNumber .numSelect {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  width: 4em;
  padding: 2px;
  text-align: right;
  background: none;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .orderNumber .numSelect {
    color: #505050;
    text-align: left;
    width: 3em;
    font-size: 14px;
    padding: 4px;
  }
}

.orderNumber .up {
  position: absolute;
  top: 0;
  right: 0;
}

.orderNumber .down {
  position: absolute;
  top: 10px;
  right: 0;
}

#rightNavigation2 .inner .section .freeColumn01 .col:nth-child(2) p {
  line-height: 1;
}

#rightNavigation2 select {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

.orderNumber .up p,
.orderNumber .down p {
  line-height: 0 !important;
  margin-bottom: 0;
}

.orderNumber .up p img,
.orderNumber .down p img {
  vertical-align: bottom;
}

/* partsBox02 */
.partsBox02 {
  width: 696px;
  margin-bottom: 10px;
  margin-left: 19px;
}
@media screen and (max-width: 767px) {
  .partsBox02 {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  .spwCaution .partsBox02 {
    width: calc(100% - 15px);
  }
}
.partsBox02 .inner2 {
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
}
.partsBox02 .inner2 .inner2 {
  border: 1px solid #fff;
  padding: 8px 6px 0 25px;
}
@media screen and (max-width: 767px) {
  .partsBox02 .inner2 .inner2 {
    padding: 8px 6px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .partsBox02 .inner2 .inner2 p img {
    width: 21%;
    margin-bottom: 5px;
  }
}

/* partsBox03 */
.partsBox03 {
  width: 560px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .partsBox03 {
    width: calc(100% - 1px);
  }
}
.partsBox03 .inner2 {
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
}
.partsBox03 .inner2 .inner2 {
  border: 1px solid #fff;
  padding: 8px 12px 3px;
}
@media screen and (max-width: 767px) {
  .partsBox03 .inner2 .inner2 {
    padding: 8px 10px 3px;
  }
}
.partsBox03 ul li {
  float: left;
  width: 23%;
  font-size: 86%;
}
@media screen and (max-width: 767px) {
  .partsBox03 ul li {
    width: 48%;
  }
}
.partsBox03 ul li.wide {
  width: 70%;
}
.partsBox03 ul.noflow li {
  float: none;
  width: auto;
  font-size: 86%;
  margin-bottom: 4px;
}

/* partsBox04 */
.partsBox04 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .partsBox04 {
    width: 100%;
  }
}
.partsBox04 .inner2 {
  border: 1px solid #dedede;
  display: inline-block;
}
.partsBox04 .inner2 .inner2 {
  padding: 3px 6em 3px;
  background-color: #f7f7f7;
  border: 1px solid #FFF;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .partsBox04 .inner2 .inner2 {
    padding: 3px 1em 3px;
  }
}

/*	table
*****************************************/
.order_table01 {
  width: 100%;
  margin-bottom: 15px;
}
.order_table01 th,
.order_table01 td {
  padding: 5px 0 4px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .order_table01 th,
  .order_table01 td {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
}

.order_table02 {
  width: 696px;
  margin-left: 19px;
}
@media screen and (max-width: 767px) {
  .order_table02 {
    width: calc(100% - 38px);
  }
}

.order_table02 th,
.order_table02 td {
  color: #00316D;
  padding: 2px 3px 2px;
  font-size: 86%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .order_table02 th,
  .order_table02 td {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .order_table02 th {
    text-align: left;
  }
}

.order_table02 td {
  background-color: #FFF;
  border-top: #c7c7c7 1px solid;
  border-right: #c7c7c7 1px solid;
  border-left: #c7c7c7 1px solid;
  border-bottom: #c7c7c7 1px solid;
  padding: 0;
}

.order_table02 td span {
  background-color: #FFF;
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
  border-left: #FFF 1px solid;
  border-bottom: #f7f7f7 1px solid;
  padding: 2px 8px 2px;
  display: block;
}

.order_table03 {
  width: 696px;
  margin-left: 19px;
}
@media screen and (max-width: 767px) {
  .order_table03 {
    width: calc(100% - 38px);
  }
}

.order_table03 th,
.order_table03 td {
  color: #00316D;
  padding: 2px 3px 2px;
  font-size: 129%;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .order_table03 th,
  .order_table03 td {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .order_table03 th {
    text-align: left;
  }
}

.order_table03 td {
  background-color: #fefaf9;
  border-top: #e4403f 1px solid;
  border-right: #e4403f 1px solid;
  border-left: #e4403f 1px solid;
  border-bottom: #e4403f 1px solid;
  padding: 0;
}

.order_table03 td span {
  background-color: #fefaf9;
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
  border-left: #FFF 1px solid;
  border-bottom: #fefaf9 1px solid;
  padding: 2px 8px 2px;
  display: block;
}

/*	icCaution
*****************************************/
.icCaution {
  background: url(../../bto/img/icon-06.png) no-repeat 0 40%;
  padding-left: 17px;
  display: inline-block;
}

.icCaution span {
  background: url(../../bto/img/icon-08.png) no-repeat 100% 50%;
  padding-right: 17px;
  display: inline-block;
  cursor: pointer;
}

.icCaution.on span {
  background: url(../../bto/img/icon-07.png) no-repeat 100% 50%;
  padding-right: 17px;
  display: inline-block;
}

.icCaution2 span {
  background: url(../../bto/img/icon-06.png) no-repeat 0 40%;
  padding-left: 17px;
  display: inline-block;
}

.icCaution3 {
  background: url(../../bto/img/icon-06.png) no-repeat 0 0.2em;
  padding-left: 17px;
  display: inline-block;
}

/*	セレクトボックスの幅指定
*****************************************/
#spw_dammy span {
  width: 28em !important;
  font-size: 86%;
}

#spw_mat {
  width: 31em !important;
}

#prefecture_dammy span,
#send_prefecture_dammy span {
  font-size: 86%;
  width: 8em !important;
}

#prefecture_mat,
#send_prefecture_mat {
  width: 550px !important;
}

#prefecture_mat span,
#send_prefecture_mat span {
  font-size: 86%;
}

#DUMMY_select_dammy,
#DUMMY_select_mat {
  display: none;
}

/*	input focus
*****************************************/
.inputBg {
  margin-top: -4px;
  display: inline-block;
}

.inputBg.amazonpayMailInput.active {
  margin-top: -4px;
  background: #eccbcb;
  background-image: linear-gradient(180deg, #e2b0af 0%, #f4e2e2 100%);
  background-image: linear-gradient(180deg, #e2b0af 0%, #f2dada 100%);
  padding: 1px 2px 1px;
  border-radius: 3px;
  display: inline-block;
}

.inputBg input {
  padding: 3px 7px 2px;
  line-height: 1.5;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  margin-top: 1px;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .inputBg input {
    width: 97%;
  }
}

.inputBg input:focus {
  border: 2px solid #007cff;
  padding: 3px 6px 2px;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.inputBg.amazonpayMailInput.active input {
  border: 1px solid #d4908e;
  border-radius: 4px;
  padding: 3px 7px 2px;
  line-height: 1.5;
  margin-top: 1px;
  margin-bottom: 1px;
}

.inputBg.focus input {
  border: 2px solid #007cff;
  padding: 3px 6px 2px;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.inputBg input:focus {
  outline: none;
}

.inputBg + a {
  display: inline-block;
}
.inputBg + a img {
  width: auto;
  height: 24px;
}

*:first-child + html .inputBg {
  display: inline;
}

*:first-child + html .inputBg input {
  background-position: 100% -1px;
}

.inputTextareaBg,
.inputTextareaBg02 {
  margin-top: -4px;
  width: 513px;
}
@media screen and (max-width: 767px) {
  .inputTextareaBg,
  .inputTextareaBg02 {
    width: 100%;
  }
}

.inputTextareaBg .inner3,
.inputTextareaBg02 .inner3 {
  padding-bottom: 2px;
}

.inputTextareaBg textarea,
.inputTextareaBg02 textarea {
  min-height: 128px;
  _height: 128px;
  padding: 7px 8px 7px;
  padding: 4px 8px 4px;
  line-height: 1.5;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background: #fff;
  width: 492px;
}
@media screen and (max-width: 767px) {
  .inputTextareaBg textarea,
  .inputTextareaBg02 textarea {
    width: 98%;
  }
}

.inputTextareaBg02 {
  width: 491px;
}
@media screen and (max-width: 767px) {
  .inputTextareaBg02 {
    width: 100%;
  }
}

.inputTextareaBg02 textarea {
  width: 470px;
  margin-top: 1px;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .inputTextareaBg02 textarea {
    width: 100%;
  }
}

.inputTextareaBg02 textarea:focus {
  width: 470px;
  padding: 7px 7px 7px;
  padding: 4px 7px 4px;
  border: 2px solid #007cff;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .inputTextareaBg02 textarea:focus {
    width: 100%;
  }
}

#estimateBt,
#orderBt {
  cursor: pointer;
}

.column-layout-imgR {
  display: flex;
  justify-content: space-between;
}

.partsBox01 .partsBox02 .column-layout-imgR .column-item {
  margin: 0 0 0;
}

.payList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 691px;
  margin-top: 15px;
  gap: 9px;
}
.payList::after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .payList {
    width: calc(100% - 10px);
    justify-content: space-between;
    gap: 9px 4%;
  }
}
.payList li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .payList li {
    width: 48%;
  }
}
.payList li input {
  display: none;
}
.payList li img {
  vertical-align: bottom;
  cursor: pointer;
}
.payList li .chip {
  font-size: 12px;
  position: absolute;
  bottom: 52px;
  left: 50%;
  width: 13em;
  margin-left: -6.5em;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  padding: 5px 8px 16px;
  background: url("../../custom/img/bg01.png") no-repeat 50% 100%;
  background-size: 300px auto;
  display: none;
}
.payList li:hover .chip {
  display: block;
}

.spwCaution {
  margin-top: 35px;
  display: none;
}

.noflow .strong02,
.partsBox03 ul li.wide .strong02,
.heading05 .strong02 {
  font-weight: normal;
  margin-left: 1em;
  display: none;
}

input + label {
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

a.submitBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.submitBtn {
  width: 364px;
  height: 45px;
  border-radius: 5px !important;
  background: #50a2f8;
  cursor: pointer;
  color: #fff;
  font-size: 20px !important;
}
@media screen and (max-width: 767px) {
  .submitBtn {
    width: 100%;
    height: 11vw;
  }
}
.submitBtn:disabled {
  background: #b0b0b0;
  cursor: not-allowed;
}
.submitBtn:disabled:hover {
  opacity: 1;
}
.submitBtn:hover {
  opacity: 0.7;
  color: #fff;
}

.backBtn02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 45px;
  border-radius: 5px !important;
  background: #ebebec;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .backBtn02 {
    width: 100%;
    height: 11vw;
  }
}
.backBtn02:hover {
  opacity: 0.7;
  color: #000;
  text-decoration: none;
}

/*	btn01
*****************************************/
.btn01 {
  width: 437px;
  margin: 0 auto;
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00a9ff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  padding: 0.7em 0;
}
@media screen and (max-width: 767px) {
  .btn01 {
    width: 100%;
  }
}

.btn01:hover {
  color: #fff;
  background: rgba(0, 169, 255, 0.7);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn01:hover {
    background: #00a9ff;
  }
}

.f_25 {
  font-size: 25px;
}

.f_27 {
  font-size: 27px;
}

.f_30 {
  font-size: 30px;
}

.f_36 {
  font-size: 36px;
}

.loading {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;
  margin: 0 auto 150px;
}

.loading::after {
  clear: both;
  content: "";
  display: block;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    -moz-transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(-45px);
  }
  50% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
  float: left;
  margin-right: 9px;
}

.dot:nth-child(1) {
  background-color: #fdde0f;
}

.dot:nth-child(2) {
  background-color: #fdd406;
}

.dot:nth-child(3) {
  background-color: #fccd00;
}

.dot:nth-child(4) {
  background-color: #fbc705;
}

.dot:nth-child(5) {
  background-color: #f8bb0f;
}

.dot:nth-child(6) {
  background-color: #f6ae19;
}

.dot:nth-child(7) {
  background-color: #f4a223;
}

.dot:nth-child(8) {
  background-color: #f1962c;
}

.dot:nth-child(9) {
  background-color: #ef862e;
}

.dot:nth-child(10) {
  background-color: #ec732d;
}

.dot:nth-child(1) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.dot:nth-child(2) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dot:nth-child(3) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot:nth-child(4) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dot:nth-child(5) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.dot:nth-child(6) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dot:nth-child(7) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.dot:nth-child(8) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dot:nth-child(9) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.dot:nth-child(10) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/*
.dot:nth-child(11) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.dot:nth-child(12) {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: fadeIn 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
*/
/*	clearfix for this files selectior
*****************************************/
*:first-child + html .partsBox01 .inner .inner ul.partsList li,
*:first-child + html .partsBox03 ul,
*:first-child + html .cautionList,
*:first-child + html .partsList,
*:first-child + html .partsBox03,
*:first-child + html .partsBox02,
*:first-child + html .partsBox01,
*:first-child + html .partsBox01 .inner .inner,
*:first-child + html .partsBox01 .inner .inner ul,
*:first-child + html .partsColumn03,
*:first-child + html .partsColumn02,
*:first-child + html .partsColumn01 {
  display: inline-table;
  zoom: 1;
}

.partsBox01 .inner .inner ul.partsList li:after,
.partsBox03 ul:after,
.cautionList:after,
.partsList:after,
.partsBox03:after,
.partsBox02:after,
.partsBox01:after,
.partsBox01 .inner .inner:after,
.partsBox01 .inner .inner ul:after,
.partsColumn03:after,
.partsColumn02:after,
.partsColumn01:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .partsBox01 .inner .inner ul.partsList li,
* html .partsBox03 ul,
* html .cautionList,
* html .partsList,
* html .partsBox03,
* html .partsBox02,
* html .partsBox01,
* html .partsBox01 .inner .inner,
* html .partsBox01 .inner .inner ul,
* html .partsColumn03,
* html .partsColumn02,
* html .partsColumn01 {
  zoom: 1;
}

/* IE6 */
img.psearch {
  vertical-align: -6px;
}
@media screen and (max-width: 767px) {
  img.psearch {
    width: 30%;
  }
}

.customizeTitle01 {
  display: block;
  color: #0d98fc;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 7px solid #0c98fb;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .customizeTitle01 {
    font-size: 1.8rem;
  }
}

.customizeTitle02 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  background: url("../../custom/img/title_aisho2.png") no-repeat 0 0/auto 100%;
  min-height: 35px;
  padding-top: 5px;
  padding-left: 40px;
}
.customizeTitle02 span {
  display: block;
  color: #0d98fc;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 2px solid #0c98fb;
}

.layoutType01 .sideContents {
  position: relative;
}

@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap {
    position: inherit;
    top: inherit;
    left: inherit;
    height: 45px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .layoutType01 .sideContents.open #rightNavigation2Wrap {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .partsBox01 .detail .partsColLeft01 [id$="_BANNER"] {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .partsBox01 .detail .partsColLeft01 [id$="_BANNER"] img {
    width: 100%;
  }
}

.cautionBox01 {
  border: 1px solid #df0000;
  background: #fdecec;
  padding: 10px 6px 8px 15px;
  margin: 4px 4px 10px 0;
}

.link06.typeLease01 {
  text-align: right;
  margin: 28px 31px 10px 0;
}
@media screen and (max-width: 767px) {
  .link06.typeLease01 {
    margin: 28px 2px 10px 0;
  }
}
.link06 a {
  display: inline-block;
  border: 1px solid #0086ff;
  border-radius: 3px;
  background: #fff url(../img/icon-05.png) no-repeat calc(100% - 11px) 50%;
  font-size: 12px;
  line-height: 1.2;
  padding: 8px 30px 8px 18px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .link06 a:hover {
    border-color: #00326E;
    text-decoration: none;
  }
}

.btnWrap.typeComposition {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .btnWrap.typeComposition {
    gap: 2vw;
  }
}
.btnWrap.typeComposition .btn-prepage01 a,
.btnWrap.typeComposition .btn-nextpage01 a {
  color: #fff;
  height: 55px;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnWrap.typeComposition .btn-prepage01 a,
  .btnWrap.typeComposition .btn-nextpage01 a {
    height: 9.5vw;
  }
}
.btnWrap.typeComposition .btn-prepage01 a span,
.btnWrap.typeComposition .btn-nextpage01 a span {
  font-weight: 700;
  font-size: 1.6rem;
  padding-bottom: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .btnWrap.typeComposition .btn-prepage01 a span,
  .btnWrap.typeComposition .btn-nextpage01 a span {
    font-size: 3.5vw;
    padding-bottom: 0.75vw;
  }
}
.btnWrap.typeComposition .btn-prepage01 a:hover,
.btnWrap.typeComposition .btn-nextpage01 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .btnWrap.typeComposition .btn-prepage01 a:hover,
  .btnWrap.typeComposition .btn-nextpage01 a:hover {
    opacity: 0.7;
  }
}
.btnWrap.typeComposition .btn-prepage01 a {
  width: 96px;
  background: url("../../order/img/button-previous.png") no-repeat 0 0;
}
.btnWrap.typeComposition .btn-prepage01 a span {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .btnWrap.typeComposition .btn-prepage01 a span {
    padding-left: 2.96vw;
  }
}
@media screen and (max-width: 767px) {
  .btnWrap.typeComposition .btn-prepage01 a {
    width: 17.76vw;
    background-size: 100% auto;
  }
}
.btnWrap.typeComposition .btn-nextpage01 a {
  width: 382px;
  background: url("../../order/img/button-next.png") no-repeat 0 0;
}
.btnWrap.typeComposition .btn-nextpage01 a span {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .btnWrap.typeComposition .btn-nextpage01 a span {
    padding-left: 0.925vw;
  }
}
@media screen and (max-width: 767px) {
  .btnWrap.typeComposition .btn-nextpage01 a {
    width: 70.67vw;
    background-size: 100% auto;
  }
}

body.endofsale .floatTotalPrice a,
body.endofsale .ModelTitleWrap a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .pagetop a {
    bottom: 55px;
  }
}
.section06 p {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .footer02 {
    display: none;
  }
}

#layer01 {
  display: none;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .productsCustomContents {
    padding-bottom: 45px;
  }
}

.Tab2Wrap {
  clear: both;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 8;
  position: sticky;
  top: 45px;
}
@media screen and (max-width: 767px) {
  .Tab2Wrap {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .Tab2Wrap {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .Tab2Wrap .sectionInner {
    height: 44px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .Tab2Wrap .sectionInner::-webkit-scrollbar {
    display: none;
  }
}
.Tab2Wrap .sectionInner #TabNavigationU {
  width: 960px;
  margin: 0 auto;
  height: 44px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .Tab2Wrap .sectionInner #TabNavigationU {
    width: auto;
    display: flex;
  }
}
.Tab2Wrap .sectionInner #TabNavigationU li {
  text-align: center;
  width: 160px;
  margin-right: 1px;
}
@media screen and (max-width: 767px) {
  .Tab2Wrap .sectionInner #TabNavigationU li {
    width: auto;
  }
}
.Tab2Wrap .sectionInner #TabNavigationU li a {
  font-weight: 500;
  font-size: 1.4rem;
  color: #007cff;
  border-bottom: 3px solid #fff;
  display: block;
  text-decoration: none;
  padding-top: 11px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .Tab2Wrap .sectionInner #TabNavigationU li a {
    font-weight: bold;
    padding-left: 1.5em;
    padding-right: 1.5em;
    white-space: nowrap;
  }
}
.Tab2Wrap .sectionInner #TabNavigationU li a:hover {
  border-bottom: 3px solid #007cff;
}
@media screen and (max-width: 767px) {
  .Tab2Wrap .sectionInner #TabNavigationU li a:hover {
    border-bottom: 3px solid #fff;
  }
}
.Tab2Wrap .sectionInner #TabNavigationU li.on a {
  border-bottom: 3px solid #007cff;
}

.wrapSection05 {
  clear: both;
  width: 100%;
  margin: 0 auto;
}
.wrapSection05 .section05 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .wrapSection05 .section05 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* モデルタイトル　＋　合計お見積り金額　＋　カスタマイズ 
*****************************************/
.ModelTitleWrap {
  clear: both;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  background: rgba(255, 255, 255, 0.945);
}
@media screen and (min-width: 768px) {
  .ModelTitleWrap {
    position: sticky;
    top: 0;
    z-index: 11;
  }
}
.ModelTitleWrap > .area {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .ModelTitleWrap > .area {
    width: 95%;
  }
}
.ModelTitleWrap > .area > .left {
  display: flex;
  align-items: center;
}
.ModelTitleWrap > .area > .left .productName {
  color: #666;
  font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ModelTitleWrap > .area > .right {
    display: none;
  }
}
.ModelTitleWrap > .area > .right .customizeBtn01 a {
  text-align: center;
  color: #fff;
  background: #f53a00;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 0.4em 1em;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .ModelTitleWrap > .area > .right .customizeBtn01 a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.endMsg {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  height: 44px;
  display: table-cell;
  display: flex;
  align-items: center;
}

.headerImgSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .headerImgSP {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .layoutType01 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .layoutType01 {
    width: 100%;
  }
}
.layoutType01 .mainContents {
  width: 735px;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .layoutType01 .mainContents {
    padding-top: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .layoutType01 .mainContents {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    box-sizing: border-box;
  }
}
.layoutType01 .mainContents.small {
  font-size: 1.0rem;
}
.layoutType01 .mainContents.small img {
  position: relative;
  top: -3px;
}
.layoutType01 .mainContents.note {
  font-size: 1.0rem;
}
@media screen and (max-width: 767px) {
  .layoutType01 .mainContents.noMargin-sp {
    padding-left: 0;
    padding-right: 0;
  }
}
.layoutType01 .mainContents .hdg01 {
  color: #0220b1;
  font-weight: 700;
  font-size: 2.5rem;
  padding: 0 0 2px 3px;
  border-bottom: 2px solid #0220b1;
}
.layoutType01 .mainContents .hdg02 {
  color: #0220b1;
  font-weight: 700;
  font-size: 2.5rem;
  padding: 0 0 2px 3px;
  border-bottom: 2px solid #0220b1;
}
@media screen and (max-width: 767px) {
  .layoutType01 .mainContents .minusMargin-sp {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .layoutType01 .mainContents .section {
    width: 100%;
    margin: 0 0 1em 0;
    box-sizing: border-box;
  }
}
.layoutType01 .mainContents .syukkaBlock {
  position: relative;
  margin: 20px 0 25px;
}
.layoutType01 .mainContents .syukkaBlock .syukkaBlockIcon {
  position: absolute;
  top: -9px;
  left: 9px;
  width: 76px;
  height: 62px;
  background: url(../img/illust-07.png) no-repeat 0 0;
}
.layoutType01 .mainContents .syukkaBlock p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #fff;
  background: #0062FF;
  border-radius: 5px;
  padding: 0.5em 10px 0.3em 94px;
}
.layoutType01 .mainContents .syukkaBlock p .day {
  display: inline-block;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.1;
  color: #FFE700;
  padding-bottom: 5px;
  vertical-align: middle;
  margin: 0 0.2em;
}
.layoutType01 .sideContents {
  width: 180px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layoutType01 .sideContents {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents.open #rightNavigation2Wrap {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents {
    float: inherit;
    width: 100%;
    position: fixed !important;
    bottom: 0;
    left: 0;
    height: 45px;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #d4d4d4;
    box-sizing: border-box;
    transition: .3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .layoutType01 .sideContents.open {
    height: 61vh;
  }
}

#rightNavigation2Wrap {
  position: sticky;
  top: 101px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #rightNavigation2Wrap {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    height: 80%;
    overflow: auto;
    padding: 0 5px 0 5px;
  }
}
#rightNavigation2Wrap .btnWrap {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29.86%;
  width: 130px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #rightNavigation2Wrap .btnWrap {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  #rightNavigation2Wrap .btnWrap {
    width: 95px;
  }
}
#rightNavigation2Wrap .btnWrap a {
  display: block;
  background: #c00000;
  border-radius: 6px;
  text-align: center;
  padding: 3px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #rightNavigation2Wrap .btnWrap a {
    padding: 7px 3px 6px;
  }
}
@media screen and (max-width: 320px) {
  #rightNavigation2Wrap .btnWrap a {
    text-align: left;
  }
}
#rightNavigation2Wrap .btnWrap a span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  #rightNavigation2Wrap .btnWrap a span {
    font-size: 13px;
    letter-spacing: -0.03em;
  }
}
#rightNavigation2Wrap .btnWrap a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.75px 0 3.75px 6.5px;
  border-color: transparent transparent transparent #ffffff;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #rightNavigation2Wrap .btnWrap a::before {
    right: 4px;
  }
}

#rightNavigation2 {
  background: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  width: 180px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 {
    border: none;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
  }
}
#rightNavigation2 > .inner {
  padding-top: 3px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner {
    background: none;
    padding-top: 6px;
    border: none;
    width: 100%;
  }
}
#rightNavigation2 > .inner.bto {
  background: url(../img/background-21.png) no-repeat 50% 0;
}
#rightNavigation2 > .inner.kit {
  background: url(../img/background-26.png) no-repeat 50% 0;
}
#rightNavigation2 > .inner.msi_note {
  background: url(../img/background-31.png) no-repeat 50% 0;
}
#rightNavigation2 > .inner .section {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section {
    width: 100%;
  }
}
#rightNavigation2 > .inner .section .small {
  font-size: 1.2rem;
}
#rightNavigation2 > .inner .section .priceWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 5px 3px;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .priceWrap {
    justify-content: flex-start;
  }
}
#rightNavigation2 > .inner .section .priceWrap .zeikomi {
  color: #fff;
  background: #d60000;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 5px 2px;
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .priceWrap .zeikomi {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin-left: 35px;
    position: relative;
  }
  #rightNavigation2 > .inner .section .priceWrap .zeikomi::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #999999;
    border-radius: 50%;
    background: #fff;
    transform: translate(0, -60%);
  }
  #rightNavigation2 > .inner .section .priceWrap .zeikomi::after {
    content: '';
    position: absolute;
    left: -27.5px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #999999 transparent transparent transparent;
    transform: translate(0, -81%) rotate(180deg);
  }
  .sideContents.open #rightNavigation2 > .inner .section .priceWrap .zeikomi::after {
    transform: translate(0, -66%);
  }
}
@media screen and (max-width: 320px) {
  #rightNavigation2 > .inner .section .priceWrap .zeikomi {
    font-size: 10px;
  }
}
#rightNavigation2 > .inner .section .priceWrap .priceText {
  color: #d60000;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0;
}
#rightNavigation2 > .inner .section .priceWrap .priceText span.total {
  font-size: 2.5rem;
  font-size: 22.6px;
  font-weight: bold;
  margin-right: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .priceWrap .priceText span.total {
    font-size: 206%;
    margin-right: 0.1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  #rightNavigation2 > .inner .section .priceWrap .priceText span.total {
    font-size: 172%;
  }
}
#rightNavigation2 > .inner .section .priceWrap .priceText span.yen {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .priceWrap .priceText span.yen {
    font-size: 103%;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  #rightNavigation2 > .inner .section .priceWrap .priceText span.yen {
    font-size: 86%;
  }
}
#rightNavigation2 > .inner .section .price {
  margin-bottom: 4px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .price {
    margin-bottom: 15px;
    text-align: left !important;
  }
}
#rightNavigation2 > .inner .section .price .goukeiKingaku {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .price .goukeiKingaku {
    display: inline;
    color: #5b5b5b;
    font-size: 7px;
  }
}
#rightNavigation2 > .inner .section .price p {
  color: #DB0000;
}
#rightNavigation2 > .inner .section .price p span.total {
  font-size: 172%;
  margin-right: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .price p span.total {
    font-size: 206%;
    margin-right: 0.1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  #rightNavigation2 > .inner .section .price p span.total {
    font-size: 172%;
  }
}
#rightNavigation2 > .inner .section .price p span.yen {
  font-size: 86%;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .price p span.yen {
    font-size: 103%;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  #rightNavigation2 > .inner .section .price p span.yen {
    font-size: 86%;
  }
}
#rightNavigation2 > .inner .section dl dt {
  font-weight: bold;
}
#rightNavigation2 > .inner .section dl dd {
  font-size: 86%;
  margin: 2px 0 18px;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .textDaisu {
    margin-left: 0 !important;
    margin-bottom: 5px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #rightNavigation2 > .inner .section .textDaisu .col {
    float: none;
  }
}
#rightNavigation2 > .inner .section .daisuCol {
  padding: 0 5px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section .daisuCol {
    width: 54%;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section > .inner2 {
    height: calc(61vh - 85px);
    padding-top: 1px;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#rightNavigation2 > .inner .section > .inner2 .subTitle02 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
  padding: 0 5px 0;
}
#rightNavigation2 > .inner .section > .inner2 .box02 {
  border: none;
  border-top: #dedede solid 1px;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .section > .inner2 .box02 {
    width: 54%;
  }
}
#rightNavigation2 > .inner .subTitle01 {
  font-weight: 700;
  font-size: 1.45rem;
  text-align: center;
  margin-bottom: 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  #rightNavigation2 > .inner .subTitle01 {
    display: none;
  }
}

.shoppingNote01 {
  width: 180px;
  font-size: 8px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .shoppingNote01 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .loanWrap {
    position: absolute;
    top: 48px;
    right: 10px;
    width: 39%;
    z-index: 2;
  }
}
.loanWrap .jaccsBanner01 {
  border-top: 1px solid #c3c3c3;
  margin-bottom: 0;
}
.loanWrap .tukidukiCol {
  background: #ffffd6;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 4px 5px;
  margin-bottom: 5px;
}
.loanWrap .tukidukiCol .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .loanWrap .tukidukiCol .wrap .small {
    width: calc(100% - 5.8em);
    line-height: 1.2;
  }
}
.loanWrap .tukidukiCol .tukidukiKingaku {
  line-height: 1.2;
  text-align: center;
  color: #cb0000;
  font-weight: 500;
  font-size: 1.45rem;
  margin-top: 3px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .loanWrap .tukidukiCol .tukidukiKingaku {
    font-size: 12px;
  }
}
.loanWrap .tukidukiCol .tukidukiKingaku .kingaku {
  font-weight: bold;
  margin-left: 0.25em;
}
.loanWrap .tukidukiCol .tukidukiKingaku .alertWrap {
  padding-left: 0;
  position: relative;
}
.loanWrap .tukidukiCol .tukidukiKingaku .alertWrap .alert {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 14px;
  height: 14px;
  background: url(../../custom/img/alert_03.png) no-repeat 0 0/14px;
}
.loanWrap .tukidukiCol .tukidukiKingaku .alertWrap .alert .tukidukiKingakuChip {
  display: none;
  position: absolute;
  top: 24px;
  left: -5px;
  color: #fff;
  background: #5a5a5a;
  padding: 0.5em 0.7em;
  font-size: 12px;
  min-width: 149px;
  z-index: 2;
}
.loanWrap .tukidukiCol .tukidukiKingaku .alertWrap .alert .tukidukiKingakuChip::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #5a5a5a transparent;
}
.loanWrap .tukidukiCol .tukidukiKingaku .alertWrap .alert:hover .tukidukiKingakuChip {
  display: block;
}
@media screen and (min-width: 768px) {
  .loanWrap .tukidukiCol .tukidukiKingaku.minimum .alertWrap {
    padding-left: 18px;
  }
  .loanWrap .tukidukiCol .tukidukiKingaku.minimum .alertWrap .alert {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .loanWrap .tukidukiCol .tukidukiKingakuMin {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .loanWrap .tukidukiCol .tukidukiKingakuMin {
    display: none;
    line-height: 1;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 3px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    font-size: 10px;
  }
  .loanWrap .tukidukiCol .tukidukiKingakuMin.show {
    display: inherit;
  }
}

.bannerList-01 {
  clear: both;
  margin-left: 10px;
}

.layoutType01 .mainContents .bannerList-01 {
  clear: both;
  margin-left: -2px;
  _margin-left: -8px;
}

.bannerList-01 li {
  float: left;
  width: 195px;
  width: 175px;
  margin: 0 21px 0 0;
  padding: 0 0 5px;
  background: url(../img/background-20.png) no-repeat 50% 100%;
  line-height: 1.05;
  font-size: 86%;
  line-height: 1.5;
}

.bannerList-01 li a {
  display: block;
  margin-bottom: 6px;
}

.bannerList-01 li.backgroundNone {
  background: none;
  padding: 0 0 0 10px;
}

.bannerList-01 li.last {
  margin-right: 0;
  margin-left: 1px;
}

.bannerList-01 li.backgroundNone.last {
  margin-left: 0px !important;
}

.bannerList-02 {
  clear: both;
}
@media screen and (max-width: 767px) {
  .bannerList-02 {
    padding: 0 15px;
  }
}

.bannerList-02 li {
  width: 195px;
  margin: 0 1px;
  padding: 0 0 5px;
  text-align: center;
  background: url(../img/background-20.png) no-repeat 50% 100%;
  line-height: 1.05;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .bannerList-02 li {
    width: 40%;
    margin: 0;
    padding: 0;
  }
}

#rightNavigation + .bannerList-03 {
  margin-top: 10px;
}

.bannerList-03 {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .bannerList-03 {
    padding: 0 15px;
  }
}
.sideContents .bannerList-03 li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sideContents .bannerList-03 li + li {
    margin-top: 15px;
  }
}
.sideContents .bannerList-03 li p + p {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .sideContents .bannerList-03 li p + p {
    margin-top: 0;
  }
}
.bannerList-03 li {
  display: flex;
  flex-wrap: wrap;
}
.bannerList-03 li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .bannerList-03 li {
    justify-content: space-between;
  }
}
.bannerList-03 li p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bannerList-03 li p {
    width: 40%;
  }
  .bannerList-03 li p + p {
    width: 52%;
  }
}

.banner {
  width: 195px;
  padding: 0 0 5px;
  text-align: center;
  background: url(../img/background-20.png) no-repeat 50% 100%;
  line-height: 1.05;
}

.bannerTxt {
  width: 170px;
  margin: 0 auto 10px;
  font-size: 86%;
}

.banner2 {
  width: 391px;
  padding: 0 0 5px;
  text-align: center;
  background: url(../img/background-62.png) no-repeat 50% 100%;
  line-height: 1.05;
}

.banner3 {
  width: 980px;
  padding: 0 0 5px;
  text-align: center;
  background: url(../img/background-63.png) no-repeat 50% 100%;
  line-height: 1.05;
}

.box01 {
  border: #c7c7c7 solid 1px;
  background: #fcfdfd;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .box01 {
    padding: 12px;
  }
}
.box01 a {
  word-break: break-all;
}

.subtotalShipBannerWrap {
  width: 100%;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .subtotalShipBannerWrap {
    width: auto;
  }
}

.box02 {
  border-top: #dedede solid 1px;
  border-left: #dedede solid 1px;
  border-right: #dedede solid 1px;
}
.box02 .priceDL {
  padding: 1px;
  background-color: #f0ede8;
  border-bottom: #dedede solid 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box02 .priceDL.last {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .box02 .priceDL.last {
    border-radius: 0;
  }
}
.box02 .priceDL.borderBottomNone {
  border-bottom: none;
}
.box02 .priceDL .dt {
  font-weight: 400;
  font-size: 1.2rem;
  margin: 3px 5px 0 5px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .box02 .priceDL .dt {
    font-size: 11px;
  }
}
.box02 .priceDL .dd {
  margin: 0 0 0 auto !important;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .box02 .priceDL .dd {
    width: 7em;
  }
}
.box02 .priceDL .dd .total {
  font-weight: 700;
  margin-right: 0.2em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .box02 .priceDL .dd .total {
    margin-right: 0.1em;
    font-size: 1.4rem;
  }
}
.box02 .priceDL .dd .yen {
  margin-right: 0.4em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .box02 .priceDL .dd .yen {
    font-size: 1rem;
  }
}

.box02 .textCampaign {
  background: #f0ede8;
}
@media screen and (max-width: 767px) {
  .box02 .textCampaign img {
    width: 100px;
  }
}

.box03 {
  padding: 10px 12px;
  border: #A5A5A5 solid 1px;
}

.box04 {
  border: #A5A5A5 solid 1px;
}

.box04 .inner {
  display: block;
  border: #FFF solid 1px;
  padding: 10px 12px;
  background: #fcfdfd url(../img/background-93.png) repeat-x 0 0;
}

.box05 {
  padding: 15px 20px;
  border: #bfbfbf solid 1px;
  background: #f3f3f3;
}

.box06 {
  background: url(../img/background-103.png) no-repeat 0 100%;
}
@media screen and (max-width: 767px) {
  .box06 {
    background: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
}

.box06 .box06inner {
  background: url(../img/background-104.png) no-repeat 0 0;
  padding: 10px 11px 13px 11px;
}
@media screen and (max-width: 767px) {
  .box06 .box06inner {
    background: none;
  }
}

.box07 {
  background: url(../img/background-105.png) no-repeat 0 100%;
}
@media screen and (max-width: 767px) {
  .box07 {
    background: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
}

.box07.areaLink,
.box07.onhover {
  cursor: pointer;
}

.box07 .box07inner {
  background: url(../img/background-106.png) no-repeat 0 0;
  padding: 10px 11px 13px 11px;
}
@media screen and (max-width: 767px) {
  .box07 .box07inner {
    background: none;
  }
}

.box07.hover {
  background: url(../img/background-105on.png) no-repeat 0 100%;
}
@media screen and (max-width: 767px) {
  .box07.hover {
    background: none;
  }
}

.box07.hover .box07inner {
  background: url(../img/background-106on.png) no-repeat 0 0;
  padding: 10px 11px 13px 11px;
}
@media screen and (max-width: 767px) {
  .box07.hover .box07inner {
    background: none;
  }
}

.featureHdg02 {
  text-align: center;
  color: #007cff;
  font-size: 16px;
  padding: 2.6em 0 0.3em;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #007cff;
}
.layer.typeBlack .featureHdg02 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.featureList01 {
  width: 90%;
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featureList01 {
    width: 100%;
  }
}
.featureList01 li {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  line-height: 1.6;
}
.featureList01 li dt {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 0.8em;
}
.featureList01 li dd {
  display: inline-block;
  color: #000;
  font-size: 16px;
  vertical-align: middle;
}

.layer.typeBlack {
  background: #000;
}

@media screen and (max-width: 767px) {
  .pagetop_FIX a {
    bottom: 60px;
  }
}
.config_saving_modal {
  display: block;
  cursor: pointer;
}

.guide_config_saving_box {
  background: #f2f2f2;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 10px 12px 22px 17px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .guide_config_saving_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 12px 10px 12px;
  }
}
.guide_config_saving_box .tx01 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 11px;
}
.guide_config_saving_box .tx02 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5833333333;
  margin-bottom: 0;
}
.guide_config_saving_box .btnList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 616px;
}
@media screen and (max-width: 767px) {
  .guide_config_saving_box .btnList01 {
    width: 100%;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.guide_config_saving_box .btnList01 li {
  text-align: center;
  width: calc((100% - 20px) / 3);
  height: 46px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #b9b9b9;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .guide_config_saving_box .btnList01 li {
    width: 100%;
  }
}
.guide_config_saving_box .btnList01 li span {
  font-weight: 700;
  font-size: 12px;
  padding-left: 30px;
}
.guide_config_saving_box .btnList01 li.clipboard {
  background: #fff url("../img/icon-30.png") no-repeat 0 calc(100% + 2px)/46px;
}
.guide_config_saving_box .btnList01 li.x {
  background: #fff url("../img/icon-31.png") no-repeat 0 calc(100% + 2px)/46px;
}
.guide_config_saving_box .btnList01 li.mail {
  background: #fff url("../img/icon-32.png") no-repeat 0 calc(100% + 2px)/46px;
}
@media screen and (min-width: 768px) {
  .guide_config_saving_box .btnList01 li:hover {
    border-color: #fff;
    background-color: #414141;
    color: #fff;
  }
  .guide_config_saving_box .btnList01 li:hover.clipboard, .guide_config_saving_box .btnList01 li:hover.x, .guide_config_saving_box .btnList01 li:hover.mail {
    background-position: 0 -2px;
    background-size: 46px;
  }
}
.guide_config_saving_box .guide01 {
  text-align: right;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .guide_config_saving_box .guide01:hover {
    cursor: pointer;
  }
  .guide_config_saving_box .guide01:hover span {
    color: #404040;
    background-position: 100% 0;
  }
  .guide_config_saving_box .guide01:hover span::before {
    background-position: 0 0;
  }
}
.guide_config_saving_box .guide01 span {
  font-size: 14px;
  display: inline-block;
  color: #777777;
  text-decoration: underline;
  padding: 8px 48px 8px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide_config_saving_box .guide01 span {
    color: #404040;
  }
}
.guide_config_saving_box .guide01 span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 46px;
  height: 46px;
  background: url("../img/icon-33.png") no-repeat 0 100%/46px;
  transform: translateY(-50%);
}
.guide_config_saving_box .textWrap01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .guide_config_saving_box .textWrap01 {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .guide_config_saving_box .textWrap01 {
    flex-direction: column;
    gap: 10px;
  }
}

.configSavingContentsWrap {
  box-sizing: border-box;
}
.configSavingContentsWrap * {
  box-sizing: border-box;
}
.configSavingContentsWrap p {
  margin-bottom: 0;
}
.configSavingContentsWrap .btn01 {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .btn01 {
    margin-top: 7.25vw;
  }
}
.configSavingContentsWrap .btn01 > a {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  border: none;
  background-color: #00009a;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  padding: 20px;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .btn01 > a {
    width: 86.25vw;
    font-size: 5vw;
    padding: 4.75vw;
  }
}
@media screen and (min-width: 768px) {
  .configSavingContentsWrap .btn01 > a:hover {
    opacity: 0.7;
  }
}
.configSavingContentsWrap .area01 {
  background: #4fa2ff;
  padding-top: 77px;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area01 {
    padding-top: 6.5vw;
    padding-bottom: 7.5vw;
  }
}
.configSavingContentsWrap .area01 > .inner01 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area01 > .inner01 {
    width: 86.25vw;
  }
}
.configSavingContentsWrap .area01 .tx02 {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area01 .tx02 {
    margin-bottom: 4.25vw;
  }
}
.configSavingContentsWrap .area01 ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-left: -3px;
  margin-right: -3px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area01 ul {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 67.5vw;
    gap: 3.75vw;
  }
}
.configSavingContentsWrap .area02 {
  background: #cae3ff;
  padding-top: 53px;
  padding-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 {
    padding-top: 5vw;
    padding-bottom: 15vw;
  }
}
.configSavingContentsWrap .area02 > .inner01 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 > .inner01 {
    width: 89vw;
  }
}
.configSavingContentsWrap .area02 .btn01 {
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .btn01 {
    margin-top: 13.5vw;
  }
}
.configSavingContentsWrap .area02 .tx03 {
  background: #0078ff;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 23.45px;
  line-height: 1;
  padding: 0.57em 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .tx03 {
    font-size: 5vw;
    padding: 0.75em 0;
    font-feature-settings: "palt";
    margin-bottom: 30px;
  }
}
.configSavingContentsWrap .area02 .red {
  color: #ed0000;
}
.configSavingContentsWrap .area02 .tx04 {
  color: #0078ff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.75;
  margin-top: -7px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .tx04 {
    font-size: 5vw;
    margin-bottom: 0;
  }
}
.configSavingContentsWrap .area02 .tx05 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3888888889;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .tx05 {
    font-size: 3.75vw;
    margin-left: 0.75vw;
    font-feature-settings: "palt";
  }
}
.configSavingContentsWrap .area02 .tx06 {
  color: #000;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3888888889;
  border: 3px solid #000;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  margin-bottom: 3px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .tx06 {
    font-size: 2.7vw;
    border: 2px solid #000;
  }
}
.configSavingContentsWrap .area02 .tx07 {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .tx07 {
    font-size: 2.75vw;
    line-height: 1.8181818182;
  }
}
.configSavingContentsWrap .area02 .img01 {
  width: 506px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .img01 {
    width: 100%;
    margin-bottom: 4.5vw;
  }
}
.configSavingContentsWrap .area02 .textWrap {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap {
    width: 100%;
  }
}
.configSavingContentsWrap .area02 .textWrap .col01 {
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap .col01 {
    padding-left: 13.5vw;
  }
}
.configSavingContentsWrap .area02 .textWrap .col01 .no {
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap .col01 .no {
    width: 10vw;
  }
}
.configSavingContentsWrap .area02 .textWrap .col01.no01 {
  padding-bottom: 199px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap .col01.no01 {
    padding-bottom: 23.25vw;
  }
}
.configSavingContentsWrap .area02 .textWrap .col01.no01::before {
  content: '';
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: 112px;
  background: url("/custom/img/config_saving/arrow01.png") no-repeat 50% 100%;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap .col01.no01::before {
    bottom: 4.5vw;
    left: 50%;
    width: 17.375vw;
    height: 18.5vw;
    background: url("/custom/img/config_saving/arrow01s.png") no-repeat 50% 100%/contain;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap .col01.no02 {
    margin-top: 7.5vw;
  }
  .configSavingContentsWrap .area02 .textWrap .col01.no02 .tx04 {
    margin-bottom: 3vw;
  }
  .configSavingContentsWrap .area02 .textWrap .col01.no02 .tx05 {
    margin-left: 0;
  }
}
.configSavingContentsWrap .area02 .textWrap ul {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap ul {
    margin-top: 3vw;
  }
}
.configSavingContentsWrap .area02 .textWrap ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.configSavingContentsWrap .area02 .textWrap ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap ul li + li {
    margin-top: 3vw;
  }
}
.configSavingContentsWrap .area02 .textWrap ul li .icon {
  width: 38px;
  margin-right: 23px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap ul li .icon {
    width: 9.5vw;
    margin-right: 5vw;
    margin-top: 1.25vw;
  }
}
.configSavingContentsWrap .area02 .textWrap ul li p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .configSavingContentsWrap .area02 .textWrap ul li p {
    font-size: 2.75vw;
    line-height: 1.8181818182;
  }
}

/* オーバーレイ */
.configSavingModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 1000;
}
.configSavingModalOverlay.active {
  display: flex;
}
.configSavingModalOverlay > .inner01 {
  position: relative;
  width: 1050px;
}
.configSavingModalOverlay > .inner01 .modal-close {
  position: absolute;
  top: -20px;
  right: -70px;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  background: none;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .configSavingModalOverlay > .inner01 .modal-close {
    top: -36px;
    right: 0;
    height: 30px;
    width: 30px;
  }
}
.configSavingModalOverlay > .inner01 .modal-close::before {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .configSavingModalOverlay > .inner01 .modal-close::before {
    top: 15px;
    width: 30px;
  }
}
.configSavingModalOverlay > .inner01 .modal-close::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .configSavingModalOverlay > .inner01 .modal-close::after {
    top: 15px;
    width: 30px;
  }
}
.configSavingModalOverlay > .inner01 .modal-close span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.configSavingModalOverlay > .inner01 > .inner02 {
  background: #cae3ff;
  width: 100%;
  max-width: 1050px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .configSavingModalOverlay > .inner01 > .inner02 {
    max-height: 75vh;
  }
}

/* SSL非表示
*****************************************/
@media screen and (max-width: 767px) {
  .extraContents > .twoColumn07 {
    display: none;
  }
}

/* floatTotalPrice 
*****************************************/
@media screen and (max-width: 767px) {
  .floatTotalPrice {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 0 5px 0 10px;
    background: #fafafa;
    border-top: 1px solid #d4d4d4;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 102;
  }
  .floatTotalPrice .price {
    width: calc(100% - 130px);
    margin-bottom: 0;
    padding-left: 30px;
    color: #DB0000;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .price {
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .price .zeikomi {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .floatTotalPrice .price .zeikomi {
    display: inline;
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .price .zeikomi {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .price .total {
    font-size: 172%;
    margin-right: 0.2em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .floatTotalPrice .price .total {
    font-size: 206%;
    margin-right: 0.1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .price .total {
    font-size: 172%;
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .price .yen {
    font-size: 86%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .floatTotalPrice .price .yen {
    font-size: 103%;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .price .yen {
    font-size: 86%;
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .btnWrap {
    width: 130px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .btnWrap {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .floatTotalPrice .btnWrap a {
    display: block;
    background: #00009D;
    border-radius: 6px;
    text-align: center;
    padding: 7px 3px 6px;
    text-decoration: none;
  }
  .floatTotalPrice .btnWrap a span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .floatTotalPrice .btnWrap a span {
    font-size: 13px;
    letter-spacing: -0.03em;
  }
}

.customNavBtnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .customNavBtnWrap {
    gap: 2vw;
  }
}
.customNavBtnWrap .btn-prepage01 a,
.customNavBtnWrap .btn-nextpage01 a {
  color: #fff;
  height: 55px;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .customNavBtnWrap .btn-prepage01 a,
  .customNavBtnWrap .btn-nextpage01 a {
    height: 9.5vw;
  }
}
.customNavBtnWrap .btn-prepage01 a span,
.customNavBtnWrap .btn-nextpage01 a span {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .customNavBtnWrap .btn-prepage01 a span,
  .customNavBtnWrap .btn-nextpage01 a span {
    font-size: 3.5vw;
    padding-bottom: 0.75vw;
  }
}
.customNavBtnWrap .btn-prepage01 a:hover,
.customNavBtnWrap .btn-nextpage01 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .customNavBtnWrap .btn-prepage01 a:hover,
  .customNavBtnWrap .btn-nextpage01 a:hover {
    opacity: 0.7;
  }
}
.customNavBtnWrap .btn-prepage01 a {
  width: 96px;
  background: url("../../order/img/button-previous.png") no-repeat 0 0;
}
.customNavBtnWrap .btn-prepage01 a span {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .customNavBtnWrap .btn-prepage01 a span {
    padding-left: 2.96vw;
  }
}
@media screen and (max-width: 767px) {
  .customNavBtnWrap .btn-prepage01 a {
    width: 17.76vw;
    background-size: 100% auto;
  }
}
.customNavBtnWrap .btn-nextpage01 a {
  width: 382px;
  background: url("../../order/img/button-next.png") no-repeat 0 0;
}
.customNavBtnWrap .btn-nextpage01 a span {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .customNavBtnWrap .btn-nextpage01 a span {
    padding-left: 0.925vw;
  }
}
@media screen and (max-width: 767px) {
  .customNavBtnWrap .btn-nextpage01 a {
    width: 70.67vw;
    background-size: 100% auto;
  }
}

.productsCustomContents .movieWrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .productsCustomContents .movieWrap {
    padding-bottom: 56.25%;
    width: 100%;
  }
}
.productsCustomContents .movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none !important;
  height: 100%;
}

.table01 {
  width: 100%;
  border-left: #c7c7c7 1px solid;
  border-bottom: #c7c7c7 1px solid;
}

.table01 th,
.table01 td {
  border-top: #c7c7c7 1px solid;
  border-right: #c7c7c7 1px solid;
  padding: 5px 15px 4px;
}
@media screen and (max-width: 767px) {
  .table01 th,
  .table01 td {
    display: block;
    text-align: left;
    word-break: break-all;
  }
}
.table01 th .tablePlane,
.table01 td .tablePlane {
  border-left: none;
  border-bottom: none;
}
.table01 th .tablePlane th,
.table01 th .tablePlane td,
.table01 td .tablePlane th,
.table01 td .tablePlane td {
  text-align: left;
  border-top: none;
  border-right: none;
  background: none;
  padding: 0 0 0;
}
@media screen and (max-width: 767px) {
  .table01 th .tablePlane th,
  .table01 th .tablePlane td,
  .table01 td .tablePlane th,
  .table01 td .tablePlane td {
    display: table-cell;
  }
}
.table01 th .tablePlane th,
.table01 td .tablePlane th {
  color: #505050;
  padding-right: 1em;
  white-space: nowrap;
}

.table01 th,
.table01 th.lv01 {
  color: #FFF;
  background: #666464 url(../img/background-28.gif) repeat-x 0 0;
}

.table01 th.lv02 {
  color: #505050;
  background: #f6f6f6 url(../img/background-29.gif) repeat-x 0 0;
}

.table01 td {
  background: #fcfdfd url(../img/background-30.gif) repeat-x 0 0;
}

@media screen and (max-width: 767px) {
  .tableScrollWrap-sp {
    overflow-x: auto;
  }
  .tableScrollWrap-sp .table01 th,
  .tableScrollWrap-sp .table01 td {
    display: table-cell;
    white-space: nowrap;
  }
}

.table02Bg {
  background: url(../img/background-47.jpg) no-repeat 0 100%;
  padding-bottom: 28px;
}

.table02 {
  width: 100%;
}

.table02 th,
.table02 td {
  border-bottom: #CCC 1px solid;
  padding: 5px 15px 4px;
}

.table02 th {
  color: #00326E;
  background: #f2f2f3 url(../img/background-43.png) repeat-x 0 0;
}

.table02 th.first {
  background: #f2f2f3 url(../img/background-45.png) no-repeat 0% 0;
}

.table02 th.last {
  background: #f2f2f3 url(../img/background-46.png) no-repeat 100% 0;
}

.table02 td {
  background: #fcfdfd url(../img/background-44.png) repeat-x 0 0;
}

.table03 {
  width: 100%;
  margin-bottom: 30px;
}

.table03 th,
.table03 td {
  padding: 0.3em 15px 0;
}

.table03 th {
  width: 125px;
  color: #FFF;
  background: #00177a url(../img/background-90.png) no-repeat 0 0;
  margin-right: 15px;
  text-align: center;
}

.table03 th span {
  display: block;
}

.table03 th span.title {
  font-size: 129%;
  font-weight: bold;
}

.table03 td p {
  margin-bottom: 0.3em;
}

.table03 td li {
  margin-bottom: 0.3em;
}

.table04 {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #bfbfbf;
}

.table04 th,
.table04 td {
  padding: 0.3em 15px 0.3em 1em;
  border-bottom: 1px solid #bfbfbf;
  font-size: 86%;
}

.table04 th {
  width: 125px;
  margin-right: 15px;
}

.table05 {
  width: 100%;
  border-top: #CCC 1px solid;
  margin-bottom: 35px;
}

.table05 th,
.table05 td {
  border-bottom: #CCC 1px solid;
  padding: 5px 15px 4px 5px;
  vertical-align: top;
  background: url(../img/background-96.gif) repeat-x 0 0;
}

.table05 th {
  color: #00326E;
}

.table06 {
  width: 100%;
  margin-bottom: 5px;
  border-top: 1px solid #bfbfbf;
}

.table06.topBorderNone {
  border-top: none;
}

.table06 thead th,
.table06 thead td {
  padding: 0.5em 15px 0.5em 1em;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 100%;
  font-weight: bold;
  vertical-align: top;
}

.table06 tbody th,
.table06 tbody td {
  padding: 0.75em 15px 0.75em 1em;
  border-bottom: 1px solid #bfbfbf;
  font-size: 100%;
  vertical-align: top;
}

.table06 tbody th {
  width: auto;
}

.table06.typeLeft tbody th {
  text-align: left;
}
