.zen {
	font-family: "Zen Old Mincho", serif;

}

* img {
    display: block;
    width: 100%;
    height: auto;
}

.wrapper.guide_choritsu{
	max-width: 100%;
}

.wrapper.guide_choritsu #header.fixed{
	max-width: 100%;
}

.wrap_guide_choritsu {
    margin: 0 auto;
    display: flex;
}

.right_guide_choritsu {
    width: calc(100% - 359px);
}

.banner_area.guide_choritsu{
	display: none;
}

.ttl_page {
  margin: 0 40px 15px 40px;
  padding: 45px 0 13px 0;
  border-bottom: 1px solid #000;
  text-align: center;
}
.ttl_page h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 900;
}

.breadcrumb{
	padding: 0 0 25px 67px;
	color: #000;
	font-size: 11px;
}
.breadcrumb.pc_none{
	display: none;
}
.breadcrumb.sp_none{
	display: block;
}
.breadcrumb a{
	color: #000;
}
.breadcrumb .current {
	color: #b2b2b2;
}

.page_menu {
  margin: 0 auto 38px;
  max-width: 693px;
  display: flex;
  justify-content: space-between;
}
.page_menu .item {
  width: 23.665%;
}
.page_menu .item a {
  padding: 0 0 0 11px;
  width: 100%;
  height: 33px;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s 0s ease-in-out;
}
.page_menu .item a::after {
  width: 4px;
  height: 8px;
  content: "";
  background: url("../../img/maintenance/arrow_01.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0,-50%);
}
.page_menu .item a:hover {
  color: #fff;
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
}
.page_menu .item a:hover::after {
  background: url("../../img/maintenance/arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
}
.page_menu .item a.current {
  color: #fff;
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
}
.page_menu .item a.current::after {
  background: url("../../img/maintenance/arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
}
/* ---------------------------------------------------------------
	1260px ～ 1001px
--------------------------------------------------------------- */
@media only screen and (min-width: 1001px) and (max-width: 1260px) { /* 1260 */
  .ttl_page {
    margin: 0 3.175vw 1.19vw 3.175vw;
    padding: 3.571vw 0 1.032vw 0;
  }
  .ttl_page h2 {
    line-height: 1.2em;
    font-size: 1.587vw;
    font-weight: 900;
  }
  .breadcrumb{
    padding: 0 0 1.984vw 5.317vw;
    font-size: 0.873vw;
  }
  .breadcrumb.pc_none{
    display: none;
  }
  .breadcrumb a{
  }
  .breadcrumb .current {
  }

  .page_menu {
    margin: 0 auto 3.016vw;
    max-width: 55vw;
  }
  .page_menu .item {
    width: 23.665%;
  }
  .page_menu .item a {
    padding: 0 0 0 0.873vw;
    width: 100%;
    height: 2.619vw;
    text-align: left;
    line-height: 1.4em;
    font-size: 1.111vw;
    font-weight: 500;
  }
  .page_menu .item a::after {
    width: 0.317vw;
    height: 0.635vw;
    right: 0.635vw;
  }
  .page_menu .item a:hover {
  }
  .page_menu .item a:hover::after {
  }
  .page_menu .item a.current {
  }
  .page_menu .item a.current::after {
  }
}
/* ---------------------------------------------------------------
	1000px ～ 741px
--------------------------------------------------------------- */
@media only screen and (min-width: 741px) and (max-width: 1000px) { /* 1500 */
  .ttl_page {
    margin: 0 2.667vw 1vw 2.667vw;
    padding: 3vw 0 0.867vw 0;
    text-align: center;
  }
  .ttl_page h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 1.333vw;
    font-weight: 900;
  }

  .breadcrumb{
    padding: 0 0 1.667vw 4.467vw;
    font-size: 0.733vw;
  }
  .breadcrumb.pc_none{
  }
  .breadcrumb a{
  }
  .breadcrumb .current {
  }

  .page_menu {
    margin: 0 auto 2.533vw;
    max-width: 46.2vw;
  }
  .page_menu .item {
    width: 23.665%;
  }
  .page_menu .item a {
    padding: 0 0 0 0.733vw;
    width: 100%;
    height: 2.2vw;
    text-align: left;
    line-height: 1.4em;
    font-size: 0.933vw;
    font-weight: 500;
  }
  .page_menu .item a::after {
    width: 0.267vw;
    height: 0.533vw;

    top: 50%;
    right: 0.533vw;
    transform: translate(0,-50%);
  }
  .page_menu .item a:hover {

  }
  .page_menu .item a:hover::after {

  }
  .page_menu .item a.current {

  }
  .page_menu .item a.current::after {

  }
}
/* ---------------------------------------------------------------
	start max 740px
--------------------------------------------------------------- */
@media print,screen and ( max-width: 740px ) {
  .ttl_page {
    margin: 0 auto 0 auto;
    padding: 2.703vw 0 3.378vw 0;
    width: 91.351vw;
    border-bottom: none;
    text-align: left;
  }
  .ttl_page h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 5.405vw;
    font-weight: 900;
  }

  .breadcrumb{
    padding: 0 0 0 9.054vw;
    font-size: 1.486vw;
  }
  .breadcrumb.pc_none{
    padding: min(2.3vw, 17px) 0 min(2.3vw, 17px) min(4.1vw, 30px);
    font-size: min(2.2vw, 16px);
    display: block;
  }
  .breadcrumb.sp_none{
    display: none;
  }
  .breadcrumb a{
  }
  .breadcrumb .current {
  }

  .page_menu {
    margin: 0 auto 3.378vw;
    max-width: 91.351vw;
    flex-wrap: wrap;
  }
  .page_menu .item {
    margin: 0 0 2.703vw 0;
    width: 44.459vw;
  }
  .page_menu .item a {
    padding: 0 0 0 3.243vw;
    width: 100%;
    height: 8.919vw;
    text-align: left;
    line-height: 1.4em;
    font-size: 3.784vw;
    font-weight: 500;

  }
  .page_menu .item a::after {
    width: 1.081vw;
    height: 2.162vw;
    top: 50%;
    right: 1.622vw;
    transform: translate(0,-50%);
  }
  .page_menu .item a:hover {
  }
  .page_menu .item a:hover::after {
  }
  .page_menu .item a.current {
  }
  .page_menu .item a.current::after {
  }
}




/* --------------- guide_choritsu -------------- */
.box_tuning {
  margin: 0 0 0 0;
  padding: 45px 45px 50px 45px;
  width: 100%;
  box-sizing: border-box;
  background: #edf7f7;
}
.box_tuning img {
  display: block;
}
.box_tuning h3 {
  margin: 0 0 35px 0;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 900;
}
.box_tuning .box1 {
  margin: 0 auto 45px auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 762px;
  display: flex;
  justify-content: space-between;
}
.box_tuning .box1 .left {
  width: 42.25%;
}
.box_tuning .box1 .left .image {
  margin: 0 0 27px 0;
  width: 100%;
}
.box_tuning .box1 .left table {
  margin: 0 0 0 0;
  width: 100%;
	empty-cells:  show;
	border-collapse: collapse;
	border-spacing: 0;
}
.box_tuning .box1 .left table th {
  margin: 0 0 0 0;
  padding: 8px 5px;
  width: 100%;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #008b89;
  border: 2px solid #008b89;
  box-sizing: border-box;
}
.box_tuning .box1 .left table td {
  margin: 0 0 0 0;
  padding: 8px 5px;
  width: 50%;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  text-align: center;
  border: 2px solid #008b89;
  box-sizing: border-box;
}
.box_tuning .box1 .left table td.bg01 {
  padding: 12px 5px;
  background: #fdeadf;
}
.box_tuning .box1 .left table td.bg02 {
  padding: 12px 5px;
  background: #e2e8f5;
}
.box_tuning .box1 .left table td .color01 {
  color: #ea5533;
}
.box_tuning .box1 .left table td .color02 {
  color: #006cb8;
}
.box_tuning .box1 .left table td em {
  font-style: normal;
  color: #e40012;
}
.box_tuning .box1 .left table td .line {
  line-height: 1.6em;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.box_tuning .box1 .left table td .line::after {
  width: 100%;
  height: 8px;
  content: "";
  background: #fff46e;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.box_tuning .box1 .description {
  width: 52.2%;
}
.box_tuning .box1 .description h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  color: #008b89;
}
.box_tuning .box1 .description p {
  margin: 0 0 0 0;
  padding: 12px 0 0 0;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  color: #1a1311;
}
.box_tuning .message01 {
  margin: 0 0 0 0;
  padding: 0 0 38px 0;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 400;
  color: #1a1311;
  text-align: center;
}
.box_tuning .box2 {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 673px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_tuning .box2 h4 {
  margin: 0 0 11px 0;
  padding: 0 0 16px 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  color: #008b89;
  text-align: center;
  background: url("../../img/maintenance/text_deco_01.png") no-repeat center bottom;
  background-size: auto 10px;
}
.box_tuning .box2 p {
  margin: 0 0 0 0;
  padding: 0 0 35px 0;
  width: 100%;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 400;
  color: #1a1311;
  text-align: center;
}
.box_tuning .box2 .note {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.8em;
  font-size: 12px;
  font-weight: 400;
  color: #1a1311;
  text-align: left;
  list-style: none;
}
.box_tuning .box2 .note li {
  margin: 0 0 0 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.box_tuning .box2 .note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.box_tuning .box2 .box_piano {
  margin: 0 0 15px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box_tuning .box2 .box_piano .piano {
  width: 48.29%;
  min-height: 105px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.box_tuning .box2 .box_piano .piano:nth-of-type(1) {
  border: 2px solid #5c7eac;
}
.box_tuning .box2 .box_piano .piano:nth-of-type(2) {
  border: 2px solid #c37466;
}
.box_tuning .box2 .box_piano .piano .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
}
.box_tuning .box2 .box_piano .piano:nth-of-type(1) .image {
  width: 96px;
  bottom: 8px;
  right: 15px;
}
.box_tuning .box2 .box_piano .piano:nth-of-type(2) .image {
  width: 94px;
  bottom: 4px;
  right: 18px;
}
.box_tuning .box2 .box_piano .piano .label {
  margin: 0 0 10px 0;
  padding: 0 15px;
  width: fit-content;
  height: 30px;
  color: #fff;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
}
.box_tuning .box2 .box_piano .piano:nth-of-type(1) .label {
  background: #5c7eac;
}
.box_tuning .box2 .box_piano .piano:nth-of-type(2) .label {
  background: #c37466;
}
.box_tuning .box2 .box_piano .piano .label::after {
  width: 20px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
}
.box_tuning .box2 .box_piano .piano:nth-of-type(1) .label::after {
  background: url("../../img/maintenance/label_back_01.png") no-repeat center center;
  background-size: 100% 100%;
}
.box_tuning .box2 .box_piano .piano:nth-of-type(2) .label::after {
  background: url("../../img/maintenance/label_back_02.png") no-repeat center center;
  background-size: 100% 100%;
}
.box_tuning .box2 .box_piano .piano .excluding_tax {
  margin: 0 0 5px 20px;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: left;
}
.box_tuning .box2 .box_piano .piano .excluding_tax .yen {
  line-height: 1.2em;
  font-size: 21px;
  font-weight: 500;
}
.box_tuning .box2 .box_piano .piano .excluding_tax strong {
  line-height: 1.2em;
  font-size: 26px;
  font-weight: 500;
}
.box_tuning .box2 .box_piano .piano .tax_included {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  text-align: left;
}

.box_after_service {
  margin: 0 0 0 0;
  padding: 45px 0 0 0;
}
.box_after_service h3 {
  margin: 0 45px 30px 45px;
  padding: 0 0 13px 0;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 900;
  border-bottom: 1px solid #000;
  text-align: center;
}
.box_after_service .box1 {
  margin: 0 0 0 0;
  padding: 0 0 36px 0;
  text-align: center;
}
.box_after_service .box1 h4 {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  color: #b78a00;
}
.box_after_service .box1 p {
  margin: 0 auto;
  padding: 15px 30px 15px 30px;
  width: fit-content;
  line-height: 1.2em;
  font-size: 17px;
  font-weight: bold;
  color: #1a1311;
  border: 1px solid #c5ad7c;
  position: relative;
}
.box_after_service .box1 p::before {
  width: 16px;
  height: 16px;
  content: "";
  background: url("../../img/maintenance/text_deco_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -2px;
  left: -2px;
}
.box_after_service .box1 p::after {
  width: 16px;
  height: 16px;
  content: "";
  background: url("../../img/maintenance/text_deco_03.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.box_after_service .box1 p em {
  font-style: normal;
  color: #e40012;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.box_after_service .box1 p em::after {
  width: 100%;
  height: 8px;
  content: "";
  background: #fff46e;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.box_after_service .box2 {
  margin: 0 auto;
  padding: 38px 0 38px 0;
  width: 90%;
  max-width: 778px;
  background: #f7f3ec;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.box_after_service .box2 h4 {
  margin: 0 auto 24px auto;
  padding: 0 0 0 0;
  width: fit-content;
  line-height: 1.3em;
  font-size: 18px;
  font-weight: bold;
  color: #1a1311;  
  position: relative;
}
.box_after_service .box2 h4 strong {
  line-height: 1.3em;
  font-size: 21px;
  font-weight: bold;
}
.box_after_service .box2 h4::before {
  width: 218px;
  height: 1px;
  content: "";
  background: #1a1311;
  position: absolute;
  top: 15px;
  left: 100%;
  transform: translate(10px,0);
}
.box_after_service .box2 h4::after {
  width: 218px;
  height: 1px;
  content: "";
  background: #1a1311;
  position: absolute;
  top: 15px;
  right: 100%;
  transform: translate(-10px,0);
}
.box_after_service .box2 .service {
  padding: 20px 13px 15px 13px;
  border: 1px solid #ac8a43;
  background: #fff url("../../img/maintenance/service_back_01.png") no-repeat left top;
  background-size: 78px auto;
  box-sizing: border-box;
  position: relative;
}
.box_after_service .box2 .service.service1 {
  margin: 0 44px 25px 44px;
  width: calc( 100% - 88px );
}
.box_after_service .box2 .service.service2 {
  margin: 0 10px 25px 44px;
  width: calc( 50% - 54px );
}
.box_after_service .box2 .service.service3 {
  margin: 0 44px 25px 10px;
  width: calc( 50% - 54px );
}
.box_after_service .box2 .service.service4 {
  margin: 0 10px 25px 44px;
  width: calc( 50% - 54px );
}
.box_after_service .box2 .service.service5 {
  margin: 0 44px 25px 10px;
  width: calc( 50% - 54px );
}
.box_after_service .box2 .service.service6 {
  margin: 0 44px 0 44px;
  width: calc( 100% - 88px );
}
.box_after_service .box2 .service .label {
  width: 36px;
  position: absolute;
  top: 18px;
  left: 16px;
}
.box_after_service .box2 .service h5 {
  margin: 0 0 10px 0;
  padding: 0 0 12px 60px;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #1a1311;
  border-bottom: 1px solid #ac8a43;
}
.box_after_service .box2 .service.service3 h5 {
  padding: 0 0 18px 60px;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: bold;
}
.box_after_service .box2 .service.service5 h5 {
  margin: 0 0 0 0;
  padding: 0 0 0 60px;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: bold;
  border-bottom: none;
}
.box_after_service .box2 .service.service1 h5 {
  text-align: center;
}
.box_after_service .box2 .service.service6 h5 {
  text-align: center;
}
.box_after_service .box2 .service h5 em {
  font-style: normal;
  line-height: 1.6em;
  font-size: 19px;
  font-weight: bold;
  color: #ac8a43;
}
.box_after_service .box2 .service.service3 h5 em {
  line-height: 1.6em;
  font-size: 23px;
  font-weight: bold;
}
.box_after_service .box2 .service.service5 h5 em {
  line-height: 1.6em;
  font-size: 23px;
  font-weight: bold;
}
.box_after_service .box2 .service h5 .min {
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
}
.box_after_service .box2 .service h6 {
  margin: 0 37px 0 37px;
  padding: 0 0 12px 0;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #1a1311;
  border-bottom: 1px solid #1a1311;
}
.box_after_service .box2 .service .note {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: fit-content;
  list-style: none;
  line-height: 1.6em;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.box_after_service .box2 .service .note li {
  margin: 0 0 0 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.box_after_service .box2 .service .wrap2 .note {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.box_after_service .box2 .service .wrap2 .note li {
  margin: 0 0 12px 0;
}
.box_after_service .box2 .service .wrap2 .note li:last-child {
  margin: 0 0 0 0;
}
.box_after_service .box2 .service .note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.box_after_service .box2 .service .note li em {
  font-style: normal;
  color: #e40012;
}



.box_after_service .box2 .service .message {
  margin: 0 0 0 0;
  padding: 0 0 13px 0;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #1a1311;
}
.box_after_service .box2 .service .message em {
  font-style: normal;
  color: #e40012;
}
.box_after_service .box2 .service .wrap1 {
  margin: 0 37px 32px 37px;
  padding: 28px 0 0 0;
  width: calc( 100% - 74px );
  display: flex;
  justify-content: space-between;
}
.box_after_service .box2 .service .wrap1 .left {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 47.88%;
}
.box_after_service .box2 .service .wrap1 .right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 47.88%;
}
.box_after_service .box2 .service .wrap1 table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
	empty-cells:  show;
	border-collapse: collapse;
	border-spacing: 0;
}
.box_after_service .box2 .service .wrap1 table th {
  margin: 0 0 0 0;
  padding: 8px;
  width: 100%;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.box_after_service .box2 .service .wrap1 table.tb01 th {
  background: #ba697e;
  border: 2px solid #ba697e;
}
.box_after_service .box2 .service .wrap1 table.tb02 th {
  background: #4c7aab;
  border: 2px solid #4c7aab;
}
.box_after_service .box2 .service .wrap1 table.tb03 th {
  padding: 8px 0;
  width: 20.6%;
  background: #ececec;
  border: 2px solid #717171;
}
.box_after_service .box2 .service .wrap1 table.tb03 th.bg01 {
  width: 39.7%;
  background: #ba697e;
}
.box_after_service .box2 .service .wrap1 table.tb03 th.bg02 {
  width: 39.7%;
  background: #4c7aab;
}
.box_after_service .box2 .service .wrap1 table td {
  margin: 0 0 0 0;
  padding: 7px;
  width: 50%;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.box_after_service .box2 .service .wrap1 table.tb01 td {
  border: 2px solid #ba697e;
  border-top: none;
  border-bottom: none;
}
.box_after_service .box2 .service .wrap1 table.tb02 td {
  border: 2px solid #4c7aab;
  border-top: none;
  border-bottom: none;
}
.box_after_service .box2 .service .wrap1 table td.bg01 {
  background: #ececec;
}
.box_after_service .box2 .service .wrap1 table.tb01 td.bg01 {
  border-bottom: 2px solid #ba697e;
}
.box_after_service .box2 .service .wrap1 table.tb02 td.bg01 {
  border-bottom: 2px solid #4c7aab;
}
.box_after_service .box2 .service .wrap1 table td.bg02 {
  background: #f8f1f2;
  border-bottom: 2px solid #ba697e;
}
.box_after_service .box2 .service .wrap1 table td.bg03 {
  background: #f1f3f9;
  border-bottom: 2px solid #4c7aab;
}
.box_after_service .box2 .service .wrap1 table.tb03 td {
  padding: 7px 0;
  width: 20.6%;
  border: 2px solid #717171;
}
.box_after_service .box2 .service .wrap1 table.tb03 td.bg02 {
  width: 39.7%;
}
.box_after_service .box2 .service .wrap1 table.tb03 td.bg03 {
  width: 39.7%;
}
.box_after_service .box2 .service .wrap1 table td.option_cost {
  padding: 7px 15px 7px 15px;
  text-align: left;
}
.box_after_service .box2 .service .wrap1 table td .text01 {
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
}
.box_after_service .box2 .service .wrap1 table td .color01 {
  color: #ba697e;
}
.box_after_service .box2 .service .wrap1 table td .color02 {
  color: #4c7aab;
}
.box_after_service .box2 .service .wrap1 table td .excluding_tax {
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
}
.box_after_service .box2 .service .wrap1 table td .excluding_tax strong {
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 400;
}
.box_after_service .box2 .service .wrap1 table td .excluding_tax em {
  font-weight: 500;
  font-style: normal;
  color: #e40012;
}
.box_after_service .box2 .service .wrap1 table td .tax_included {
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
}
.box_after_service .box2 .service .wrap1 table td .tax_included em {
  font-weight: 500;
  font-style: normal;
  color: #e40012;
}
.box_after_service .box2 .service .wrap1 table td .plus {
  line-height: 1.4em;
  font-size: 19px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 0 0 0;
}
.box_after_service .box2 .service .wrap1 .pr_message {
  margin: 0 0 19px 16px;
  padding: 0 0 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #ac8a43;
  position: relative;
}
.box_after_service .box2 .service .wrap1 .pr_message img {
  width: 55px;
  position: absolute;
  top: 5px;
  left: 180px;
}
.box_after_service .box2 .service .wrap1 .option_cost {
  margin: 0 0 10px 16px;
  padding: 5px;
  text-align: center;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  border: 1px solid #000000;
}
.box_after_service .box2 .service .wrap1 .contact_message {
  margin: 0 0 10px 16px;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  letter-spacing: -0.02em;
}
.box_after_service .box2 .service .wrap1 .note_text {
  margin: 0 0 15px 16px;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 1.6em;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.box_after_service .box2 .service .wrap1 .tel_message {
  margin: 0 0 0 16px;
  padding: 10px 5px 10px 50px;
  text-align: left;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  border: 2px solid #ac8a43;
  position: relative;
}
.box_after_service .box2 .service .wrap1 .tel_message::after {
  width: 15px;
  height: 28px;
  content: "";
  background: #fff url("../../img/maintenance/deco_03.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0,-50%);
}
.box_after_service .box2 .service .wrap1 .tel_message::before {
  width: 24px;
  height: 24px;
  content: "";
  background: #fff url("../../img/maintenance/icon_tel_01.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(0,-50%);
}

.box_after_service .box2 .service .wrap1 .tel_message em {
  font-style: normal;
  color: #e40012;
}
.box_after_service .box2 .service .wrap1 .info {
  margin: 25px 0 0 0;
  padding: 10px 16px 12px 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.box_after_service .box2 .service .wrap1 .left .info {
  border: 2px solid #ba697e;
}
.box_after_service .box2 .service .wrap1 .right .info {
  border: 2px solid #4c7aab;
}
.box_after_service .box2 .service .wrap1 .info::before {
  width: 25px;
  height: 18px;
  content: "";
  position: absolute;
  top: -18px;
  right: 55px;
}
.box_after_service .box2 .service .wrap1 .left .info::before {
  background: #fff url("../../img/maintenance/deco_01.png") no-repeat center center;
  background-size: 100% 100%;
}
.box_after_service .box2 .service .wrap1 .right .info::before {
  background: #fff url("../../img/maintenance/deco_02.png") no-repeat center center;
  background-size: 100% 100%;
}
.box_after_service .box2 .service .wrap1 .info p {
  margin: 0 0 0 0;
  padding: 0 0 7px 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.box_after_service .box2 .service .wrap1 .left .info p {
  border-bottom: 1px solid #ba697e;
}
.box_after_service .box2 .service .wrap1 .right .info p {
  border-bottom: 1px solid #4c7aab;
}

.box_after_service .box2 .service .wrap1 .info p strong {
  font-weight: bold;
}
.box_after_service .box2 .service .wrap1 .info dl {
  margin: 0 0 0 0;
  padding: 10px 0;
  width: 100%;
  display: flex;
}
.box_after_service .box2 .service .wrap1 .left .info dl {
  border-bottom: 1px dashed #ba697e;
}
.box_after_service .box2 .service .wrap1 .right .info dl {
  border-bottom: 1px dashed #4c7aab;
}
.box_after_service .box2 .service .wrap1 .left .info dl:last-child {
  border-bottom: none;
}
.box_after_service .box2 .service .wrap1 .right .info dl:last-child {
  border-bottom: none;
}
.box_after_service .box2 .service .wrap1 .info dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
}
.box_after_service .box2 .service .wrap1 .info dl.year dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
}
.box_after_service .box2 .service .wrap1 .info dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
}
.box_after_service .box2 .service .wrap1 .info dl.year dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
}
.box_after_service .box2 .service .wrap1 .info dl dd em {
  font-style: normal;
  color: #e40012;
}
.box_after_service .box2 .service .wrap1 .info dl dd strong {
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 400;
}
.box_after_service .box2 .service .wrap1 .info dl dd .note {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.box_after_service .box2 .service .wrap2 {
  margin: 0 37px 32px 37px;
  padding: 28px 0 0 0;
  width: calc( 100% - 74px );
  display: flex;
  justify-content: space-between;
}
.box_after_service .box2 .service .wrap2 .left {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 50%;
  text-align: center;
}
.box_after_service .box2 .service .wrap2 .right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 44%;
}
.box_after_service .box2 .service .wrap2 .left .text01 {
  margin: 0 auto 8px auto;
  padding: 0 0 0 0;
  width: fit-content;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.box_after_service .box2 .service .wrap2 .left .text01::before {
  width: 15px;
  height: 20px;
  content: "";
  background: #fff url("../../img/maintenance/deco_04.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translate(0,-50%);
}
.box_after_service .box2 .service .wrap2 .left .text01::after {
  width: 15px;
  height: 20px;
  content: "";
  background: #fff url("../../img/maintenance/deco_05.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(0,-50%);
}
.box_after_service .box2 .service .wrap2 .left .text02 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  color: #ac8a43;
  position: relative;
}
.box_after_service .box2 .service .wrap2 table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
	empty-cells:  show;
	border-collapse: collapse;
	border-spacing: 0;
}
.box_after_service .box2 .service .wrap2 table th {
  margin: 0 0 0 0;
  padding: 8px;
  width: 50%;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #8d8d8d;
}
.box_after_service .box2 .service .wrap2 table.tb01 th.bg01 {
  background: #ba697e;
}
.box_after_service .box2 .service .wrap2 table.tb01 th.bg02 {
  background: #4c7aab;
}
.box_after_service .box2 .service .wrap2 table td {
  margin: 0 0 0 0;
  padding: 7px;
  width: 50%;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #8d8d8d;
}
.box_after_service .box2 .service .wrap2 table td.bg01 {
  background: #f8f1f2;
}
.box_after_service .box2 .service .wrap2 table td.bg02 {
  background: #f1f3f9;
}
.box_after_service .box2 .service .wrap2 table td .excluding_tax {
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 500;
  color: #e40012;
}
.box_after_service .box2 .service .wrap2 table td .excluding_tax strong {
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 500;
}
.box_after_service .box2 .service .wrap2 table td .tax_included {
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 500;
  color: #e40012;
}
.box_extended_warranty_service {
  margin: 0 0 0 0;
  padding: 47px 0 57px 0;
  text-align: center;
}
.box_extended_warranty_service h3 {
  margin: 0 0 13px 0;
  padding: 0 0 18px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #ac8a43;
  background: url("../../img/maintenance/text_deco_04.png") no-repeat center bottom;
  background-size: auto 10px;
}
.box_extended_warranty_service h4 {
  margin: 0 0 0 0;
  padding: 0 0 13px 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  color: #1a1311;
}
.box_extended_warranty_service .wrap1 {
  margin: 0 auto 30px auto;
  padding: 17px;
  width: 690px;
  height: 315px;
  border: 1px solid #80756f;
  text-align: left;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: normal;
  color: #1a1311;
  box-sizing: border-box;
  overflow: auto;
}
.box_extended_warranty_service .wrap1 ol {
  margin: 0 0 0 1.2em;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: normal;
  list-style: decimal;
}
.box_extended_warranty_service .wrap1 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: normal;
  list-style: none;
}
.box_extended_warranty_service .wrap1 ul.note {
  text-align: left;
}
.box_extended_warranty_service .wrap1 ul.note li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.box_extended_warranty_service .wrap1 ul.note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.box_extended_warranty_service .catch {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: fit-content;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: bold;
  color: #1a1311;
  position: relative;
}
.box_extended_warranty_service .catch::before {
  width: 15px;
  height: 20px;
  content: "";
  background: #fff url("../../img/maintenance/deco_04.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translate(0,-50%);
}
.box_extended_warranty_service .catch::after {
  width: 15px;
  height: 20px;
  content: "";
  background: #fff url("../../img/maintenance/deco_05.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(0,-50%);
}
.box_extended_warranty_service dl {
  margin: 0 auto 17px auto;
  width: 356px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #bb9f53;
  display: flex;
}
.box_extended_warranty_service dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 108px;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #bb9f53;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_extended_warranty_service dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 248px;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  color: #1a1311;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_extended_warranty_service dl dd em {
  font-style: normal;
  color: #e40012;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.box_extended_warranty_service dl dd em::after {
  width: 100%;
  height: 7px;
  content: "";
  background: #fff46e;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.box_extended_warranty_service .text01 {
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.box_extended_warranty_service .text01 em {
  font-style: normal;
  color: #e40012;
}
.box_extended_warranty_service .list01 {
  margin: 0 auto;
  padding: 0 0 15px 0;
  width: 690px;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: normal;
  color: #1a1311;
  text-align: left;
  list-style: none;
}
.box_extended_warranty_service .list01 li {
  margin: 0 0 0 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.box_extended_warranty_service .list01 li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.box_extended_warranty_service .list02 {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 690px;
  line-height: 1.8em;
  font-size: 12px;
  font-weight: normal;
  color: #1a1311;
  text-align: center;
  list-style: none;
}
.box_extended_warranty_service .list02 li {
  margin: 0 0 0 0;
  padding: 0 0 0 1.2em;
  position: relative;
  display: inline-block;
}
.box_extended_warranty_service .list02 li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.box_new_purchase_service {
  margin: 0 0 168px 0;
  padding: 45px 45px 62px 45px;
  width: 100%;
  box-sizing: border-box;
  background: #edf7f7;
}
.box_new_purchase_service img {
  display: block;
}
.box_new_purchase_service h3 {
  margin: 0 0 25px 0;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 900;
}
.box_new_purchase_service h4 {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: fit-content;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: bold;
  color: #008b89;
  position: relative;
}
.box_new_purchase_service h4::before {
  width: 15px;
  height: 20px;
  content: "";
  background: url("../../img/maintenance/deco_06.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translate(0,-50%);
}
.box_new_purchase_service h4::after {
  width: 15px;
  height: 20px;
  content: "";
  background: url("../../img/maintenance/deco_07.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(0,-50%);
}
.box_new_purchase_service .wrap1 {
  margin: 0 auto 95px auto;
  padding: 0 0 0 0;
  width: 614px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.box_new_purchase_service .wrap1 .case {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 45.92%;
  height: 82px;
  line-height: 1.8em;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #1a1311;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box_new_purchase_service .wrap1 .case.case01 {
  border: 1px solid #4c7aab;
}
.box_new_purchase_service .wrap1 .case.case02 {
  border: 1px solid #ba697e;
}
.box_new_purchase_service .wrap1 .case.case01::after {
  width: 11px;
  height: 120px;
  content: "";
  background: url("../../img/maintenance/arrow_04.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
}
.box_new_purchase_service .wrap1 .case.case02::after {
  width: 11px;
  height: 29px;
  content: "";
  background: url("../../img/maintenance/arrow_05.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
}
.box_new_purchase_service .wrap1 .case em {
  font-style: normal;
  color: #e40012;
}
.box_new_purchase_service .wrap1 .or {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 8.16%;
  max-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_new_purchase_service .wrap1 .case .link {
  width: 130px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,33px);
}
.box_new_purchase_service .wrap1 .case .link a {
  padding: 0 0 0 24px;
  width: 100%;
  height: 38px;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background: #8f003c;
  border: 1px solid #8f003c;
  border-radius: 180px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.box_new_purchase_service .wrap1 .case .link a::after {
  width: 6px;
  height: 11px;
  content: "";
  background: url("../../img/maintenance/arrow_06.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0,-50%);
}
.box_new_purchase_service .wrap2 {
  margin: 0 auto 0 auto;
  padding: 40px 63px 35px 63px;
  width: 778px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.box_new_purchase_service .wrap2 h5 {
  margin: 0 auto 24px auto;
  padding: 0 0 0 0;
  width: fit-content;
  line-height: 1.3em;
  font-size: 18px;
  font-weight: bold;
  color: #4c7aab;
  position: relative;
}
.box_new_purchase_service .wrap2 h5::before {
  width: 201px;
  height: 1px;
  content: "";
  background: #4c7aab;
  position: absolute;
  top: 15px;
  left: 100%;
  transform: translate(17px,0);
}
.box_new_purchase_service .wrap2 h5::after {
  width: 201px;
  height: 1px;
  content: "";
  background: #4c7aab;
  position: absolute;
  top: 15px;
  right: 100%;
  transform: translate(-17px,0);
}
.box_new_purchase_service .wrap2 .box1 {
  margin: 0 0 25px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box_new_purchase_service .wrap2 .box1 .image {
  width: 33.23%;
}
.box_new_purchase_service .wrap2 .box1 .description {
  width: 60.49%;
  text-align: left;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: normal;
}
.box_new_purchase_service .wrap2 .box1 .description em {
  font-style: normal;
  color: #e40012;
}
.box_new_purchase_service .wrap2 .box1 .description .note {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 12px;
  font-weight: normal;
  color: #1a1311;
  text-align: left;
  list-style: none;
}
.box_new_purchase_service .wrap2 .box1 .description .note li {
  margin: 0 0 0 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.box_new_purchase_service .wrap2 .box1 .description .note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.box_new_purchase_service .wrap2 .box2 {
  margin: 0 0 0 0;
  width: 100%;
}
.box_new_purchase_service .wrap2 .box2 ol {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box_new_purchase_service .wrap2 .box2 ol li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 21.559%;
  position: relative;
}
.box_new_purchase_service .wrap2 .box2 ol li::after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 9px;
  height: 21px;
  content: "";
  background: url("../../img/maintenance/arrow_03.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 60px;
  right: -18px;
}
.box_new_purchase_service .wrap2 .box2 ol li:last-child::after {
  display: none;
}
.box_new_purchase_service .wrap2 .box2 ol li .label {
  margin: 0 0 0 0;
  padding: 8px 0 0 0;
  display: block;
  text-align: center;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 500;
  color: #4c7aab;
}
/* ---------------------------------------------------------------
	1260px ～ 1001px
--------------------------------------------------------------- */
@media only screen and (min-width: 1001px) and (max-width: 1260px) { /* 1260 */
  .box_tuning {
    margin: 0 0 0 0;
    padding: 3.571vw 3.571vw 3.968vw 3.571vw;
  }
  .box_tuning h3 {
    margin: 0 0 2.778vw 0;
    padding: 0 0 1.032vw 0;
    line-height: 1.2em;
    font-size: 1.587vw;
    font-weight: 900;
  }
  .box_tuning .box1 {
    margin: 0 auto 3.571vw auto;
    padding: 0 0 0 0;
    width: 90%;
    max-width: 60.476vw;
  }
  .box_tuning .box1 .left {
    width: 42.25%;
  }
  .box_tuning .box1 .left .image {
    margin: 0 0 2.143vw 0;
    width: 100%;
  }
  .box_tuning .box1 .left table {
  }
  .box_tuning .box1 .left table th {
    margin: 0 0 0 0;
    padding: 0.635vw 0.397vw;
    width: 100%;
    line-height: 1.4em;
    font-size: 1.19vw;
    font-weight: 400;
  }
  .box_tuning .box1 .left table td {
    margin: 0 0 0 0;
    padding: 0.635vw 0.397vw;
    width: 50%;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: 400;
  }
  .box_tuning .box1 .left table td.bg01 {
    padding: 0.952vw 0.397vw;
  }
  .box_tuning .box1 .left table td.bg02 {
    padding: 0.952vw 0.397vw;
  }
  .box_tuning .box1 .left table td .color01 {
  }
  .box_tuning .box1 .left table td .color02 {
  }
  .box_tuning .box1 .left table td em {
  }
  .box_tuning .box1 .left table td .line {
    line-height: 1.6em;
    font-size: 1.349vw;
    font-weight: 500;
  }
  .box_tuning .box1 .left table td .line::after {
    width: 100%;
    height: 0.635vw;
  }
  .box_tuning .box1 .description {
    width: 52.2%;
  }
  .box_tuning .box1 .description h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1.429vw;
  }
  .box_tuning .box1 .description p {
    margin: 0 0 0 0;
    padding: 0.952vw 0 0 0;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: 400;
  }
  .box_tuning .message01 {
    margin: 0 0 0 0;
    padding: 0 0 3.016vw 0;
    line-height: 1.8em;
    font-size: 1.19vw;
    font-weight: 400;
  }
  .box_tuning .box2 {
    padding: 0 0 0 0;
    width: 90%;
    max-width: 53.413vw;
  }
  .box_tuning .box2 h4 {
    margin: 0 0 0.873vw 0;
    padding: 0 0 1.27vw 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 1.429vw;
    background: url("../../img/maintenance/text_deco_01.png") no-repeat center bottom;
    background-size: auto 0.794vw;
  }
  .box_tuning .box2 p {
    margin: 0 0 0 0;
    padding: 0 0 2.778vw 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 1.19vw;
    font-weight: 400;
  }
  .box_tuning .box2 .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 0.952vw;
    font-weight: 400;
  }
  .box_tuning .box2 .note li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
  }
  .box_tuning .box2 .note li::before {
  }
  .box_tuning .box2 .box_piano {
    margin: 0 0 1.19vw 0;
    width: 100%;
  }
  .box_tuning .box2 .box_piano .piano {
    width: 48.29%;
    min-height: 8.333vw;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) {

  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) {

  }
  .box_tuning .box2 .box_piano .piano .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .image {
    width: 7.619vw;
    bottom: 0.635vw;
    right: 1.19vw;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .image {
    width: 7.46vw;
    bottom: 0.317vw;
    right: 1.429vw;
  }
  .box_tuning .box2 .box_piano .piano .label {
    margin: 0 0 0.794vw 0;
    padding: 0 1.19vw;
    width: fit-content;
    height: 2.381vw;
    line-height: 1.4em;
    font-size: 1.19vw;
    font-weight: 400;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .label {

  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .label {

  }
  .box_tuning .box2 .box_piano .piano .label::after {
    width: 1.587vw;
    height: 100%;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .label::after {
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .label::after {
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax {
    margin: 0 0 0.397vw 1.587vw;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 1.27vw;
    font-weight: 500;
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax .yen {
    line-height: 1.2em;
    font-size: 1.667vw;
    font-weight: 500;
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax strong {
    line-height: 1.2em;
    font-size: 2.063vw;
    font-weight: 500;
  }
  .box_tuning .box2 .box_piano .piano .tax_included {
    margin: 0 0 0 1.587vw;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 1.111vw;
    font-weight: 500;
  }

  .box_after_service {
    margin: 0 0 0 0;
    padding: 3.571vw 0 0 0;
  }
  .box_after_service h3 {
    margin: 0 3.571vw 2.381vw 3.571vw;
    padding: 0 0 1.032vw 0;
    line-height: 1.2em;
    font-size: 1.587vw;
    font-weight: 900;
  }
  .box_after_service .box1 {
    margin: 0 0 0 0;
    padding: 0 0 2.857vw 0;
  }
  .box_after_service .box1 h4 {
    margin: 0 0 0 0;
    padding: 0 0 1.587vw 0;
    line-height: 1.2em;
    font-size: 1.429vw;
    font-weight: bold;
  }
  .box_after_service .box1 p {
    margin: 0 auto;
    padding: 1.19vw 2.381vw 1.19vw 2.381vw;
    width: fit-content;
    line-height: 1.2em;
    font-size: 1.349vw;
    font-weight: bold;
  }
  .box_after_service .box1 p::before {
    width: 1.27vw;
    height: 1.27vw;
    content: "";
    top: -0.159vw;
    left: -0.159vw;
  }
  .box_after_service .box1 p::after {
    width: 1.27vw;
    height: 1.27vw;
    bottom: -0.159vw;
    right: -0.159vw;
  }

  .box_after_service .box1 p em {
    font-style: normal;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .box_after_service .box1 p em::after {
    width: 100%;
    height: 0.635vw;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .box_after_service .box2 {
    margin: 0 auto;
    padding: 3.016vw 0 3.016vw 0;
    width: 90%;
    max-width: 61.746vw;
  }
  .box_after_service .box2 h4 {
    margin: 0 auto 24px auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.3em;
    font-size: 1.429vw;
    font-weight: bold;
  }
  .box_after_service .box2 h4 strong {
    line-height: 1.3em;
    font-size: 1.667vw;
    font-weight: bold;
  }
  .box_after_service .box2 h4::before {
    width: 17.302vw;
    height: 0.079vw;
    top: 1.19vw;
    left: 100%;
    transform: translate(0.794vw,0);
  }
  .box_after_service .box2 h4::after {
    width: 17.302vw;
    height: 0.079vw;
    top: 1.19vw;
    right: 100%;
    transform: translate(-0.794vw,0);
  }
  .box_after_service .box2 .service {
    padding: 1.587vw 1.032vw 1.19vw 1.032vw;
    background: #fff url("../../img/maintenance/service_back_01.png") no-repeat left top;
    background-size: 6.19vw auto;
    box-sizing: border-box;
    position: relative;
  }
  .box_after_service .box2 .service.service1 {
    margin: 0 3.492vw 1.984vw 3.492vw;
    width: calc( 100% - 6.984vw );
  }
  .box_after_service .box2 .service.service2 {
    margin: 0 0.794vw 1.984vw 3.492vw;
    width: calc( 50% - 4.286vw );
  }
  .box_after_service .box2 .service.service3 {
    margin: 0 3.492vw 1.984vw 0.794vw;
    width: calc( 50% - 4.286vw );
  }
  .box_after_service .box2 .service.service4 {
    margin: 0 0.794vw 1.984vw 3.492vw;
    width: calc( 50% - 4.286vw );
  }
  .box_after_service .box2 .service.service5 {
    margin: 0 3.492vw 1.984vw 0.794vw;
    width: calc( 50% - 4.286vw );
  }
  .box_after_service .box2 .service.service6 {
    margin: 0 3.492vw 0 3.492vw;
    width: calc( 100% - 6.984vw );
  }
  .box_after_service .box2 .service .label {
    width: 2.857vw;
    position: absolute;
    top: 1.429vw;
    left: 1.27vw;
  }
  .box_after_service .box2 .service h5 {
    margin: 0 0 0.794vw 0;
    padding: 0 0 0.952vw 4.762vw;
    line-height: 1.6em;
/*    font-size: 1.19vw;*/
    font-size: 1.0vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service3 h5 {
    padding: 0 0 1.429vw 4.762vw;
    line-height: 1.6em;
/*    font-size: 1.429vw;*/
    font-size: 1.229vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service5 h5 {
    margin: 0 0 0 0;
    padding: 0 0 0 4.762vw;
/*    font-size: 1.429vw;*/
    font-size: 1.229vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service1 h5 {
    text-align: center;
  }
  .box_after_service .box2 .service.service6 h5 {
    text-align: center;
  }
  .box_after_service .box2 .service h5 em {
    font-style: normal;
    line-height: 1.6em;
/*    font-size: 1.508vw;*/
    font-size: 1.308vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service3 h5 em {
    line-height: 1.6em;
/*    font-size: 1.825vw;*/
    font-size: 1.625vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service5 h5 em {
    line-height: 1.6em;
/*    font-size: 1.825vw;*/
    font-size: 1.625vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service h5 .min {
    line-height: 1.6em;
/*    font-size: 1.111vw;*/
    font-size: 0.911vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service h6 {
    margin: 0 2.937vw 0 2.937vw;
    padding: 0 0 0.952vw 0;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: bold;
    text-align: center;
  }
  .box_after_service .box2 .service .note {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: fit-content;
    list-style: none;
    line-height: 1.6em;
    font-size: 0.952vw;
    font-weight: 400;
    text-align: left;
  }
  .box_after_service .box2 .service .note li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_after_service .box2 .service .wrap2 .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap2 .note li {
    margin: 0 0 0.952vw 0;
  }
  .box_after_service .box2 .service .wrap2 .note li:last-child {
    margin: 0 0 0 0;
  }
  .box_after_service .box2 .service .note li::before {
  }
  .box_after_service .box2 .service .note li em {
  }



  .box_after_service .box2 .service .message {
    margin: 0 0 0 0;
    padding: 0 0 1.032vw 0;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .message em {
  }
  .box_after_service .box2 .service .wrap1 {
    margin: 0 2.937vw 2.54vw 2.937vw;
    padding: 2.222vw 0 0 0;
    width: calc( 100% - 5.873vw );
  }
  .box_after_service .box2 .service .wrap1 .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 47.88%;
  }
  .box_after_service .box2 .service .wrap1 .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 47.88%;
  }
  .box_after_service .box2 .service .wrap1 table {

  }
  .box_after_service .box2 .service .wrap1 table th {
    margin: 0 0 0 0;
    padding: 0.635vw;
    width: 100%;
    line-height: 1.4em;
    /*font-size: 1.349vw;*/
    font-size: 1.149vw;
    
    font-weight: bold;
  }
  .box_after_service .box2 .service .wrap1 table.tb01 th {

  }
  .box_after_service .box2 .service .wrap1 table.tb02 th {

  }
  .box_after_service .box2 .service .wrap1 table.tb03 th {
    padding: 0.635vw 0;
    width: 20.6%;

  }
  .box_after_service .box2 .service .wrap1 table.tb03 th.bg01 {
    width: 39.7%;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 th.bg02 {
    width: 39.7%;
  }
  .box_after_service .box2 .service .wrap1 table td {
    margin: 0 0 0 0;
    padding: 0.556vw 0.2vw;
    width: 50%;
    line-height: 1.6em;
    /*font-size: 1.19vw;*/
    font-size: 1.0vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table.tb01 td {

  }
  .box_after_service .box2 .service .wrap1 table.tb02 td {

  }
  .box_after_service .box2 .service .wrap1 table td.bg01 {

  }
  .box_after_service .box2 .service .wrap1 table.tb01 td.bg01 {

  }
  .box_after_service .box2 .service .wrap1 table.tb02 td.bg01 {

  }
  .box_after_service .box2 .service .wrap1 table td.bg02 {

  }
  .box_after_service .box2 .service .wrap1 table td.bg03 {

  }
  .box_after_service .box2 .service .wrap1 table.tb03 td {
    padding: 0.556vw 0;
    width: 20.6%;

  }
  .box_after_service .box2 .service .wrap1 table.tb03 td.bg02 {
    width: 39.7%;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 td.bg03 {
    width: 39.7%;
  }
  .box_after_service .box2 .service .wrap1 table td.option_cost {
    padding: 0.556vw 0.6vw 0.556vw 0.6vw;
    text-align: left;
  }
  .box_after_service .box2 .service .wrap1 table td .text01 {
    line-height: 1.4em;
/*    font-size: 1.19vw;*/
    font-size: 1.0vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .color01 {

  }
  .box_after_service .box2 .service .wrap1 table td .color02 {

  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax {
    line-height: 1.4em;
/*    font-size: 1.19vw;*/
    font-size: 1.0vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax strong {
    line-height: 1.4em;
/*    font-size: 1.429vw;*/
    font-size: 1.229vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax em {
    font-weight: 500;

  }
  .box_after_service .box2 .service .wrap1 table td .tax_included {
    line-height: 1.4em;
/*    font-size: 1.19vw;*/
    font-size: 1.0vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .tax_included em {
    font-weight: 500;

  }
  .box_after_service .box2 .service .wrap1 table td .plus {
    line-height: 1.4em;
/*    font-size: 1.508vw;*/
    font-size: 1.308vw;
    font-weight: 400;
    display: inline-block;
    padding: 0.397vw 0 0 0;
  }
  .box_after_service .box2 .service .wrap1 .pr_message {
    margin: 0 0 1.508vw 1.27vw;
    padding: 0 0 0.794vw 0;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: bold;

  }
  .box_after_service .box2 .service .wrap1 .pr_message img {
    width: 4.365vw;
    position: absolute;
    top: 0.397vw;
    left: 14.286vw;
  }
  .box_after_service .box2 .service .wrap1 .option_cost {
    margin: 0 0 0.794vw 1.27vw;
    padding: 0.397vw 0;
    text-align: center;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: normal;

  }
  .box_after_service .box2 .service .wrap1 .contact_message {
    margin: 0 0 0.794vw 1.27vw;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.8em;
/*    font-size: 1.19vw;*/
    font-size: 1.0vw;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
  .box_after_service .box2 .service .wrap1 .note_text {
    margin: 0 0 1.19vw 1.27vw;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.6em;
    font-size: 0.952vw;
    font-weight: normal;
  }
  .box_after_service .box2 .service .wrap1 .tel_message {
    margin: 0 0 0 1.27vw;
    padding: 0.794vw 0.197vw 0.794vw 3.968vw;
    text-align: left;
    line-height: 1.6em;
/*    font-size: 1.19vw;*/
    font-size: 1.0vw;
    font-weight: normal;

    position: relative;
  }
  .box_after_service .box2 .service .wrap1 .tel_message::after {
    width: 1.19vw;
    height: 2.222vw;

    top: 50%;
    left: -1.19vw;
    transform: translate(0,-50%);
  }
  .box_after_service .box2 .service .wrap1 .tel_message::before {
    width: 1.905vw;
    height: 1.905vw;

    top: 50%;
    left: 1.032vw;
    transform: translate(0,-50%);
  }

  .box_after_service .box2 .service .wrap1 .tel_message em {

  }
  .box_after_service .box2 .service .wrap1 .info {
    margin: 1.984vw 0 0 0;
    padding: 0.794vw 1.27vw 0.952vw 1.27vw;
    width: 100%;
    box-sizing: border-box;

  }
  .box_after_service .box2 .service .wrap1 .left .info {

  }
  .box_after_service .box2 .service .wrap1 .right .info {

  }
  .box_after_service .box2 .service .wrap1 .info::before {
    width: 1.984vw;
    height: 1.429vw;

    top: -1.429vw;
    right: 4.365vw;
  }
  .box_after_service .box2 .service .wrap1 .left .info::before {

  }
  .box_after_service .box2 .service .wrap1 .right .info::before {

  }
  .box_after_service .box2 .service .wrap1 .info p {
    margin: 0 0 0 0;
    padding: 0 0 0.556vw 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 1.19vw;
    font-weight: 400;

  }
  .box_after_service .box2 .service .wrap1 .left .info p {

  }
  .box_after_service .box2 .service .wrap1 .right .info p {

  }

  .box_after_service .box2 .service .wrap1 .info p strong {

  }
  .box_after_service .box2 .service .wrap1 .info dl {
    margin: 0 0 0 0;
    padding: 0.794vw 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap1 .left .info dl {

  }
  .box_after_service .box2 .service .wrap1 .right .info dl {

  }
  .box_after_service .box2 .service .wrap1 .left .info dl:last-child {

  }
  .box_after_service .box2 .service .wrap1 .right .info dl:last-child {

  }
  .box_after_service .box2 .service .wrap1 .info dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1.19vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl.year dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1.111vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1.19vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl.year dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1.111vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd em {

  }
  .box_after_service .box2 .service .wrap1 .info dl dd strong {
    line-height: 1.4em;
    font-size: 1.429vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd .note {
    margin: 0.794vw 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 0.952vw;
    font-weight: 400;
    text-align: left;
  }
  .box_after_service .box2 .service .wrap2 {
    margin: 0 2.937vw 2.54vw 2.937vw;
    padding: 2.222vw 0 0 0;
    width: calc( 100% - 5.873vw );

  }
  .box_after_service .box2 .service .wrap2 .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 50%;

  }
  .box_after_service .box2 .service .wrap2 .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 44%;
  }
  .box_after_service .box2 .service .wrap2 .left .text01 {
    margin: 0 auto 8px auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: bold;
    position: relative;
  }
  .box_after_service .box2 .service .wrap2 .left .text01::before {
    width: 1.19vw;
    height: 1.587vw;

    top: 50%;
    left: -1.429vw;
    transform: translate(0,-50%);
  }
  .box_after_service .box2 .service .wrap2 .left .text01::after {
    width: 1.19vw;
    height: 1.587vw;

    position: absolute;
    top: 50%;
    right: -1.429vw;
    transform: translate(0,-50%);
  }
  .box_after_service .box2 .service .wrap2 .left .text02 {
    margin: 0 0 0.794vw 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: bold;
    position: relative;
  }
  .box_after_service .box2 .service .wrap2 table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap2 table th {
    margin: 0 0 0 0;
    padding: 0.635vw;
    width: 50%;
    line-height: 1.4em;
    font-size: 1.349vw;
    font-weight: bold;

  }
  .box_after_service .box2 .service .wrap2 table.tb01 th.bg01 {

  }
  .box_after_service .box2 .service .wrap2 table.tb01 th.bg02 {

  }
  .box_after_service .box2 .service .wrap2 table td {
    margin: 0 0 0 0;
    padding: 0.556vw;
    width: 50%;
    line-height: 1.6em;
    font-size: 1.19vw;
    font-weight: 400;

  }
  .box_after_service .box2 .service .wrap2 table td.bg01 {

  }
  .box_after_service .box2 .service .wrap2 table td.bg02 {

  }
  .box_after_service .box2 .service .wrap2 table td .excluding_tax {
    line-height: 1.4em;
    font-size: 1.19vw;
    font-weight: 500;

  }
  .box_after_service .box2 .service .wrap2 table td .excluding_tax strong {
    line-height: 1.4em;
    font-size: 1.429vw;
    font-weight: 500;
  }
  .box_after_service .box2 .service .wrap2 table td .tax_included {
    line-height: 1.4em;
    font-size: 1.19vw;
    font-weight: 500;

  }
  .box_extended_warranty_service {
    margin: 0 0 0 0;
    padding: 3.73vw 0 4.524vw 0;
    text-align: center;
  }
  .box_extended_warranty_service h3 {
    margin: 0 0 1.032vw 0;
    padding: 0 0 1.429vw 0;
    line-height: 1.4em;
    font-size: 1.587vw;
    font-weight: bold;

    background: url("../../img/maintenance/text_deco_04.png") no-repeat center bottom;
    background-size: auto 0.794vw;
  }
  .box_extended_warranty_service h4 {
    margin: 0 0 0 0;
    padding: 0 0 1.032vw 0;
    line-height: 1.4em;
    font-size: 1.429vw;
    font-weight: bold;
  }
  .box_extended_warranty_service .wrap1 {
    margin: 0 auto 2.381vw auto;
    padding: 1.349vw;
    width: 54.762vw;
    height: 25vw;
    text-align: left;
    line-height: 1.8em;
    font-size: 1.19vw;
    font-weight: normal;
  }
  .box_extended_warranty_service .wrap1 ol {
    margin: 0 0 0 1.2em;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 1.19vw;
    font-weight: normal;
  }
  .box_extended_warranty_service .wrap1 ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 1.19vw;
    font-weight: normal;
  }
  .box_extended_warranty_service .wrap1 ul.note {

  }
  .box_extended_warranty_service .wrap1 ul.note li {
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_extended_warranty_service .wrap1 ul.note li::before {
  }
  .box_extended_warranty_service .catch {
    margin: 0 auto 1.587vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 1.429vw;
    font-weight: bold;
  }
  .box_extended_warranty_service .catch::before {
    width: 1.19vw;
    height: 1.587vw;
    top: 50%;
    left: -1.429vw;
    transform: translate(0,-50%);
  }
  .box_extended_warranty_service .catch::after {
    width: 1.19vw;
    height: 1.587vw;
    top: 50%;
    right: -1.429vw;
    transform: translate(0,-50%);
  }
  .box_extended_warranty_service dl {
    margin: 0 auto 1.349vw auto;
    width: 28.254vw;
    height: 3.492vw;
    box-sizing: border-box;
  }
  .box_extended_warranty_service dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 8.571vw;
    line-height: 1.2em;
    font-size: 1.111vw;

  }
  .box_extended_warranty_service dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 19.683vw;
    line-height: 1.2em;
    font-size: 1.429vw;

  }
  .box_extended_warranty_service dl dd em {

  }
  .box_extended_warranty_service dl dd em::after {
    width: 100%;
    height: 0.556vw;

  }
  .box_extended_warranty_service .text01 {
    padding: 0 0 1.984vw 0;
    line-height: 1.8em;
    font-size: 1.27vw;
    font-weight: 500;
  }
  .box_extended_warranty_service .text01 em {

  }
  .box_extended_warranty_service .list01 {
    margin: 0 auto;
    padding: 0 0 1.19vw 0;
    width: 54.762vw;
    line-height: 1.8em;
    font-size: 1.19vw;
    font-weight: normal;
  }
  .box_extended_warranty_service .list01 li {

  }
  .box_extended_warranty_service .list01 li::before {

  }
  .box_extended_warranty_service .list02 {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 54.762vw;
    line-height: 1.8em;
    font-size: 0.952vw;

  }
  .box_extended_warranty_service .list02 li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_extended_warranty_service .list02 li::before {

  }
  .box_new_purchase_service {
    margin: 0 0 13.333vw 0;
    padding: 3.571vw 3.571vw 4.921vw 3.571vw;
    width: 100%;

  }
  .box_new_purchase_service img {

  }
  .box_new_purchase_service h3 {
    margin: 0 0 1.984vw 0;
    padding: 0 0 1.032vw 0;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.587vw;
    font-weight: 900;
  }
  .box_new_purchase_service h4 {
    margin: 0 auto 1.587vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 1.429vw;
    font-weight: bold;
  }
  .box_new_purchase_service h4::before {
    width: 1.19vw;
    height: 1.587vw;

    left: -1.429vw;
  }
  .box_new_purchase_service h4::after {
    width: 1.19vw;
    height: 1.587vw;

    right: -1.429vw;

  }
  .box_new_purchase_service .wrap1 {
    margin: 0 auto 7.54vw auto;
    padding: 0 0 0 0;
    width: 48.73vw;
  }
  .box_new_purchase_service .wrap1 .case {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 45.92%;
    height: 6.508vw;
    line-height: 1.8em;
    font-size: 1.349vw;
    font-weight: 500;
    text-align: center;
  }
  .box_new_purchase_service .wrap1 .case.case01 {

  }
  .box_new_purchase_service .wrap1 .case.case02 {

  }
  .box_new_purchase_service .wrap1 .case.case01::after {
    width: 0.873vw;
    height: 9.524vw;

    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
  }
  .box_new_purchase_service .wrap1 .case.case02::after {
    width: 0.873vw;
    height: 2.302vw;

    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
  }
  .box_new_purchase_service .wrap1 .case em {

  }
  .box_new_purchase_service .wrap1 .or {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 8.16%;
    max-width: 1.429vw;

  }
  .box_new_purchase_service .wrap1 .case .link {
    width: 10.317vw;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,2.619vw);
  }
  .box_new_purchase_service .wrap1 .case .link a {
    padding: 0 0 0 1.905vw;
    width: 100%;
    height: 3.016vw;
    line-height: 1.2em;
    font-size: 1.111vw;
    font-weight: 500;
  }
  .box_new_purchase_service .wrap1 .case .link a::after {
    width: 0.476vw;
    height: 0.873vw;
    top: 50%;
    right: 1.111vw;
    transform: translate(0,-50%);
  }
  .box_new_purchase_service .wrap2 {
    margin: 0 auto 0 auto;
    padding: 3.175vw 5vw 2.778vw 5vw;
    width: 61.746vw;

  }
  .box_new_purchase_service .wrap2 h5 {
    margin: 0 auto 1.905vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.3em;
    font-size: 1.429vw;
    font-weight: bold;
  }
  .box_new_purchase_service .wrap2 h5::before {
    width: 15.952vw;
    height: 0.079vw;
    top: 1.19vw;
    left: 100%;
    transform: translate(1.349vw,0);
  }
  .box_new_purchase_service .wrap2 h5::after {
    width: 15.952vw;
    height: 0.079vw;
    top: 1.19vw;
    right: 100%;
    transform: translate(-1.349vw,0);
  }
  .box_new_purchase_service .wrap2 .box1 {
    margin: 0 0 1.984vw 0;
    width: 100%;
  }
  .box_new_purchase_service .wrap2 .box1 .image {
    width: 33.23%;
  }
  .box_new_purchase_service .wrap2 .box1 .description {
    width: 60.49%;
    text-align: left;
    line-height: 1.8em;
    font-size: 1.19vw;
    font-weight: normal;
  }
  .box_new_purchase_service .wrap2 .box1 .description .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 0.952vw;

  }
  .box_new_purchase_service .wrap2 .box1 .description .note li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_new_purchase_service .wrap2 .box1 .description .note li::before {

  }
  .box_new_purchase_service .wrap2 .box2 {
    margin: 0 0 0 0;
    width: 100%;
  }
  .box_new_purchase_service .wrap2 .box2 ol {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box_new_purchase_service .wrap2 .box2 ol li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 21.559%;
    position: relative;
  }
  .box_new_purchase_service .wrap2 .box2 ol li::after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 0.714vw;
    height: 1.667vw;
    top: 4.762vw;
    right: -1.429vw;
  }
  .box_new_purchase_service .wrap2 .box2 ol li:last-child::after {

  }
  .box_new_purchase_service .wrap2 .box2 ol li .label {
    margin: 0 0 0 0;
    padding: 0.635vw 0 0 0;
    line-height: 1.4em;
    font-size: 1.19vw;
    font-weight: 500;
  }

}
/* ---------------------------------------------------------------
	1000px ～ 741px
--------------------------------------------------------------- */
@media only screen and (min-width: 741px) and (max-width: 1000px) { /* 1500 */
  .box_tuning {
    margin: 0 0 0 0;
    padding: 3vw 3vw 3.333vw 3vw;
    width: 100%;
    box-sizing: border-box;
  }
  .box_tuning img {
    display: block;
  }
  .box_tuning h3 {
    margin: 0 0 2.333vw 0;
    padding: 0 0 0.867vw 0;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.333vw;
    font-weight: 900;
  }
  .box_tuning .box1 {
    margin: 0 auto 3vw auto;
    padding: 0 0 0 0;
    width: 90%;
    max-width: 50.8vw;
  }
  .box_tuning .box1 .left {
    width: 42.25%;
  }
  .box_tuning .box1 .left .image {
    margin: 0 0 1.8vw 0;
    width: 100%;
  }
  .box_tuning .box1 .left table {
    margin: 0 0 0 0;
    width: 100%;
  }
  .box_tuning .box1 .left table th {
    margin: 0 0 0 0;
    padding: 0.533vw 0.333vw;
    width: 100%;
    line-height: 1.4em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_tuning .box1 .left table td {
    margin: 0 0 0 0;
    padding: 0.533vw 0.333vw;
    width: 50%;
    line-height: 1.6em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_tuning .box1 .left table td.bg01 {
    padding: 0.8vw 0.333vw;
  }
  .box_tuning .box1 .left table td.bg02 {
    padding: 0.8vw 0.333vw;
  }
  .box_tuning .box1 .left table td .color01 {
  }
  .box_tuning .box1 .left table td .color02 {
  }
  .box_tuning .box1 .left table td em {

  }
  .box_tuning .box1 .left table td .line {
    line-height: 1.6em;
    font-size: 1.133vw;
    font-weight: 500;
  }
  .box_tuning .box1 .left table td .line::after {
    width: 100%;
    height: 0.533vw;
  }
  .box_tuning .box1 .description {
    width: 52.2%;
  }
  .box_tuning .box1 .description h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1.2vw;
    font-weight: bold;
  }
  .box_tuning .box1 .description p {
    margin: 0 0 0 0;
    padding: 0.8vw 0 0 0;
    line-height: 1.6em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_tuning .message01 {
    margin: 0 0 0 0;
    padding: 0 0 2.533vw 0;
    line-height: 1.8em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_tuning .box2 {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 90%;
    max-width: 44.867vw;
  }
  .box_tuning .box2 h4 {
    margin: 0 0 0.733vw 0;
    padding: 0 0 1.067vw 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 1.2vw;
    font-weight: bold;
    color: #008b89;
    text-align: center;
    background: url("../../img/maintenance/text_deco_01.png") no-repeat center bottom;
    background-size: auto 0.667vw;
  }
  .box_tuning .box2 p {
    margin: 0 0 0 0;
    padding: 0 0 2.333vw 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_tuning .box2 .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 0.8vw;
    font-weight: 400;
  }
  .box_tuning .box2 .note li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
  }
  .box_tuning .box2 .note li::before {

  }
  .box_tuning .box2 .box_piano {
    margin: 0 0 1vw 0;
    width: 100%;
  }
  .box_tuning .box2 .box_piano .piano {
    width: 48.29%;
    min-height: 7vw;
  }

  .box_tuning .box2 .box_piano .piano:nth-of-type(1) {

  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) {

  }
  .box_tuning .box2 .box_piano .piano .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .image {
    width: 6.4vw;
    bottom: 0.533vw;
    right: 1vw;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .image {
    width: 6.267vw;
    bottom: 0.267vw;
    right: 1.2vw;
  }
  .box_tuning .box2 .box_piano .piano .label {
    margin: 0 0 0.667vw 0;
    padding: 0 1vw;
    width: fit-content;
    height: 2vw;
    line-height: 1.4em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .label {

  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .label {

  }
  .box_tuning .box2 .box_piano .piano .label::after {
    width: 1.333vw;
    height: 100%;
    left: 100%;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .label::after {
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .label::after {
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax {
    margin: 0 0 0.333vw 1.333vw;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 1.067vw;
    font-weight: 500;
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax .yen {
    line-height: 1.2em;
    font-size: 1.4vw;
    font-weight: 500;
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax strong {
    line-height: 1.2em;
    font-size: 1.733vw;
    font-weight: 500;
  }
  .box_tuning .box2 .box_piano .piano .tax_included {
    margin: 0 0 0 1.333vw;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 0.933vw;
    font-weight: 500;
  }

  .box_after_service {
    margin: 0 0 0 0;
    padding: 3vw 0 0 0;
  }
  .box_after_service h3 {
    margin: 0 3vw 2vw 3vw;
    padding: 0 0 0.867vw 0;
    line-height: 1.2em;
    font-size: 1.333vw;
    font-weight: 900;
  }
  .box_after_service .box1 {
    margin: 0 0 0 0;
    padding: 0 0 2.4vw 0;
  }
  .box_after_service .box1 h4 {
    margin: 0 0 0 0;
    padding: 0 0 1.333vw 0;
    line-height: 1.2em;
    font-size: 1.2vw;
  }
  .box_after_service .box1 p {
    margin: 0 auto;
    padding: 1vw 2vw 1vw 2vw;
    width: fit-content;
    line-height: 1.2em;
    font-size: 1.133vw;
    font-weight: bold;
  }
  .box_after_service .box1 p::before {
    width: 1.067vw;
    height: 1.067vw;
    top: -0.133vw;
    left: -0.133vw;
  }
  .box_after_service .box1 p::after {
    width: 1.067vw;
    height: 1.067vw;
    bottom: -0.133vw;
    right: -0.133vw;
  }

  .box_after_service .box1 p em {

  }
  .box_after_service .box1 p em::after {
    width: 100%;
    height: 0.533vw;
  }
  .box_after_service .box2 {
    margin: 0 auto;
    padding: 2.533vw 0 2.533vw 0;
    width: 90%;
    max-width: 51.867vw;

  }
  .box_after_service .box2 h4 {
    margin: 0 auto 1.6vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.3em;
    font-size: 1.2vw;
    font-weight: bold;
  }
  .box_after_service .box2 h4 strong {
    line-height: 1.3em;
    font-size: 1.4vw;
    font-weight: bold;
  }
  .box_after_service .box2 h4::before {
    width: 14.533vw;
    height: 0.067vw;
    top: 1vw;
    left: 100%;
    transform: translate(0.667vw,0);
  }
  .box_after_service .box2 h4::after {
    width: 14.533vw;
    height: 0.067vw;
    top: 1vw;
    right: 100%;
    transform: translate(-0.667vw,0);
  }
  .box_after_service .box2 .service {
    padding: 1.333vw 0.867vw 1vw 0.867vw;
    background: #fff url("../../img/maintenance/service_back_01.png") no-repeat left top;
    background-size: 5.2vw auto;
  }
  .box_after_service .box2 .service.service1 {
    margin: 0 2.933vw 1.667vw 2.933vw;
    width: calc( 100% - 5.867vw );
  }
  .box_after_service .box2 .service.service2 {
    margin: 0 0.667vw 1.667vw 2.933vw;
    width: calc( 50% - 3.6vw );
  }
  .box_after_service .box2 .service.service3 {
    margin: 0 2.933vw 1.667vw 0.667vw;
    width: calc( 50% - 3.6vw );
  }
  .box_after_service .box2 .service.service4 {
    margin: 0 0.667vw 1.667vw 2.933vw;
    width: calc( 50% - 3.6vw );
  }
  .box_after_service .box2 .service.service5 {
    margin: 0 2.933vw 1.667vw 0.667vw;
    width: calc( 50% - 3.6vw );
  }
  .box_after_service .box2 .service.service6 {
    margin: 0 2.933vw 0 2.933vw;
    width: calc( 100% - 5.867vw );
  }
  .box_after_service .box2 .service .label {
    width: 2.4vw;
    position: absolute;
    top: 1.2vw;
    left: 1.067vw;
  }
  .box_after_service .box2 .service h5 {
    margin: 0 0 0.667vw 0;
    padding: 0 0 0.8vw 4vw;
    line-height: 1.6em;
    font-size: 1vw;
  }
  .box_after_service .box2 .service.service3 h5 {
    padding: 0 0 1.2vw 4vw;
    line-height: 1.6em;
    font-size: 1.2vw;
  }
  .box_after_service .box2 .service.service5 h5 {
    margin: 0 0 0 0;
    padding: 0 0 0 4vw;
    line-height: 1.6em;
    font-size: 1.2vw;
  }
  .box_after_service .box2 .service.service1 h5 {
  }
  .box_after_service .box2 .service.service6 h5 {

  }
  .box_after_service .box2 .service h5 em {
    font-style: normal;
    line-height: 1.6em;
    font-size: 1.267vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service3 h5 em {
    line-height: 1.6em;
    font-size: 1.533vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service5 h5 em {
    line-height: 1.6em;
    font-size: 1.533vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service h5 .min {
    line-height: 1.6em;
    font-size: 0.933vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service h6 {
    margin: 0 2.467vw 0 2.467vw;
    padding: 0 0 0.8vw 0;
    line-height: 1.6em;
    font-size: 1vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service .note {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: fit-content;
    list-style: none;
    line-height: 1.6em;
    font-size: 0.8vw;
    font-weight: 400;
    text-align: left;
  }
  .box_after_service .box2 .service .note li {

  }
  .box_after_service .box2 .service .wrap2 .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap2 .note li {
    margin: 0 0 0.8vw 0;
  }
  .box_after_service .box2 .service .wrap2 .note li:last-child {
    margin: 0 0 0 0;
  }
  .box_after_service .box2 .service .note li::before {

  }
  .box_after_service .box2 .service .note li em {

  }



  .box_after_service .box2 .service .message {
    margin: 0 0 0 0;
    padding: 0 0 0.867vw 0;
    line-height: 1.6em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .message em {

  }
  .box_after_service .box2 .service .wrap1 {
    margin: 0 2.467vw 2.133vw 2.467vw;
    padding: 1.867vw 0 0 0;
    width: calc( 100% - 4.933vw );

  }
  .box_after_service .box2 .service .wrap1 .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 47.88%;
  }
  .box_after_service .box2 .service .wrap1 .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 47.88%;
  }
  .box_after_service .box2 .service .wrap1 table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;

  }
  .box_after_service .box2 .service .wrap1 table th {
    margin: 0 0 0 0;
    padding: 0.533vw;
    width: 100%;
    line-height: 1.4em;
    font-size: 1.133vw;

  }
  .box_after_service .box2 .service .wrap1 table.tb01 th {

  }
  .box_after_service .box2 .service .wrap1 table.tb02 th {

  }
  .box_after_service .box2 .service .wrap1 table.tb03 th {
    padding: 0.533vw 0;
    width: 20.6%;

  }
  .box_after_service .box2 .service .wrap1 table.tb03 th.bg01 {
    width: 39.7%;

  }
  .box_after_service .box2 .service .wrap1 table.tb03 th.bg02 {
    width: 39.7%;

  }
  .box_after_service .box2 .service .wrap1 table td {
    margin: 0 0 0 0;
    padding: 0.467vw;
    width: 50%;
    line-height: 1.6em;
    font-size: 1vw;
    font-weight: 400;

  }
  .box_after_service .box2 .service .wrap1 table.tb01 td {

  }
  .box_after_service .box2 .service .wrap1 table.tb02 td {

  }
  .box_after_service .box2 .service .wrap1 table td.bg01 {

  }
  .box_after_service .box2 .service .wrap1 table.tb01 td.bg01 {

  }
  .box_after_service .box2 .service .wrap1 table.tb02 td.bg01 {

  }
  .box_after_service .box2 .service .wrap1 table td.bg02 {

  }
  .box_after_service .box2 .service .wrap1 table td.bg03 {

  }
  .box_after_service .box2 .service .wrap1 table.tb03 td {
    padding: 0.467vw 0;
    width: 20.6%;

  }
  .box_after_service .box2 .service .wrap1 table.tb03 td.bg02 {
    width: 39.7%;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 td.bg03 {
    width: 39.7%;
  }
  .box_after_service .box2 .service .wrap1 table td.option_cost {
    padding: 0.467vw 1vw 0.467vw 1vw;
    text-align: left;
  }
  .box_after_service .box2 .service .wrap1 table td .text01 {
    line-height: 1.4em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .color01 {

  }
  .box_after_service .box2 .service .wrap1 table td .color02 {

  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax {
    line-height: 1.4em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax strong {
    line-height: 1.4em;
    font-size: 1.2vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax em {
    font-weight: 500;
    font-style: normal;
  }
  .box_after_service .box2 .service .wrap1 table td .tax_included {
    line-height: 1.4em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .tax_included em {
    font-weight: 500;
    font-style: normal;

  }
  .box_after_service .box2 .service .wrap1 table td .plus {
    line-height: 1.4em;
    font-size: 1.267vw;
    font-weight: 400;
    display: inline-block;
    padding: 0.333vw 0 0 0;
  }
  .box_after_service .box2 .service .wrap1 .pr_message {
    margin: 0 0 1.267vw 1.067vw;
    padding: 0 0 0.667vw 0;
    line-height: 1.6em;
    font-size: 1vw;

  }
  .box_after_service .box2 .service .wrap1 .pr_message img {
    width: 3.667vw;
    position: absolute;
    top: 0.333vw;
    left: 12vw;
  }
  .box_after_service .box2 .service .wrap1 .option_cost {
    margin: 0 0 0.667vw 1.067vw;
    padding: 0.333vw;
    text-align: center;
    line-height: 1.6em;
    font-size: 1vw;

  }
  .box_after_service .box2 .service .wrap1 .contact_message {
    margin: 0 0 0.667vw 1.067vw;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 1vw;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
  .box_after_service .box2 .service .wrap1 .note_text {
    margin: 0 0 1vw 1.067vw;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.6em;
    font-size: 0.8vw;
    font-weight: normal;
  }
  .box_after_service .box2 .service .wrap1 .tel_message {
    margin: 0 0 0 1.067vw;
    padding: 0.667vw 0.333vw 0.667vw 3.333vw;
    text-align: left;
    line-height: 1.6em;
    font-size: 1vw;

  }
  .box_after_service .box2 .service .wrap1 .tel_message::after {
    width: 1vw;
    height: 1.867vw;

    top: 50%;
    left: -1vw;
    transform: translate(0,-50%);
  }
  .box_after_service .box2 .service .wrap1 .tel_message::before {
    width: 1.6vw;
    height: 1.6vw;

    top: 50%;
    left: 0.867vw;
    transform: translate(0,-50%);
  }

  .box_after_service .box2 .service .wrap1 .tel_message em {

  }
  .box_after_service .box2 .service .wrap1 .info {
    margin: 1.667vw 0 0 0;
    padding: 0.667vw 1.067vw 0.8vw 1.067vw;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .box_after_service .box2 .service .wrap1 .left .info {

  }
  .box_after_service .box2 .service .wrap1 .right .info {

  }
  .box_after_service .box2 .service .wrap1 .info::before {
    width: 1.667vw;
    height: 1.2vw;
    content: "";
    position: absolute;
    top: -1.2vw;
    right: 3.667vw;
  }
  .box_after_service .box2 .service .wrap1 .left .info::before {

  }
  .box_after_service .box2 .service .wrap1 .right .info::before {

  }
  .box_after_service .box2 .service .wrap1 .info p {
    margin: 0 0 0 0;
    padding: 0 0 0.467vw 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 1vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 .left .info p {

  }
  .box_after_service .box2 .service .wrap1 .right .info p {

  }

  .box_after_service .box2 .service .wrap1 .info p strong {
    font-weight: bold;
  }
  .box_after_service .box2 .service .wrap1 .info dl {
    margin: 0 0 0 0;
    padding: 0.667vw 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap1 .left .info dl {
  }
  .box_after_service .box2 .service .wrap1 .right .info dl {
  }
  .box_after_service .box2 .service .wrap1 .left .info dl:last-child {
  }
  .box_after_service .box2 .service .wrap1 .right .info dl:last-child {
  }
  .box_after_service .box2 .service .wrap1 .info dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl.year dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 0.933vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl.year dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 0.933vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd em {

  }
  .box_after_service .box2 .service .wrap1 .info dl dd strong {
    line-height: 1.4em;
    font-size: 1.2vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd .note {
    margin: 0.667vw 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 0.8vw;
    font-weight: 400;
    text-align: left;
  }
  .box_after_service .box2 .service .wrap2 {
    margin: 0 2.467vw 2.133vw 2.467vw;
    padding: 1.867vw 0 0 0;
    width: calc( 100% - 4.933vw );

  }
  .box_after_service .box2 .service .wrap2 .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
  }
  .box_after_service .box2 .service .wrap2 .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 44%;
  }
  .box_after_service .box2 .service .wrap2 .left .text01 {
    margin: 0 auto 8px auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 1vw;
    font-weight: bold;
    position: relative;
  }
  .box_after_service .box2 .service .wrap2 .left .text01::before {
    width: 1vw;
    height: 1.333vw;

    top: 50%;
    left: -1.2vw;
    transform: translate(0,-50%);
  }
  .box_after_service .box2 .service .wrap2 .left .text01::after {
    width: 1vw;
    height: 1.333vw;

    top: 50%;
    right: -1.2vw;
    transform: translate(0,-50%);
  }
  .box_after_service .box2 .service .wrap2 .left .text02 {
    margin: 0 0 0.667vw 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 1vw;

  }
  .box_after_service .box2 .service .wrap2 table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;

  }
  .box_after_service .box2 .service .wrap2 table th {
    margin: 0 0 0 0;
    padding: 0.533vw;
    width: 50%;
    line-height: 1.4em;
    font-size: 1.133vw;
    font-weight: bold;

  }
  .box_after_service .box2 .service .wrap2 table.tb01 th.bg01 {

  }
  .box_after_service .box2 .service .wrap2 table.tb01 th.bg02 {

  }
  .box_after_service .box2 .service .wrap2 table td {
    margin: 0 0 0 0;
    padding: 0.467vw;
    width: 50%;
    line-height: 1.6em;
    font-size: 1vw;
    font-weight: 400;

  }
  .box_after_service .box2 .service .wrap2 table td.bg01 {

  }
  .box_after_service .box2 .service .wrap2 table td.bg02 {

  }
  .box_after_service .box2 .service .wrap2 table td .excluding_tax {
    line-height: 1.4em;
    font-size: 1vw;
    font-weight: 500;

  }
  .box_after_service .box2 .service .wrap2 table td .excluding_tax strong {
    line-height: 1.4em;
    font-size: 1.2vw;
    font-weight: 500;
  }
  .box_after_service .box2 .service .wrap2 table td .tax_included {
    line-height: 1.4em;
    font-size: 1vw;
    font-weight: 500;

  }
  .box_extended_warranty_service {
    margin: 0 0 0 0;
    padding: 3.133vw 0 3.8vw 0;
  }
  .box_extended_warranty_service h3 {
    margin: 0 0 0.867vw 0;
    padding: 0 0 1.2vw 0;
    line-height: 1.4em;
    font-size: 1.333vw;
    font-weight: bold;
    background: url("../../img/maintenance/text_deco_04.png") no-repeat center bottom;
    background-size: auto 0.667vw;
  }
  .box_extended_warranty_service h4 {
    margin: 0 0 0 0;
    padding: 0 0 0.867vw 0;
    line-height: 1.4em;
    font-size: 1.2vw;
  }
  .box_extended_warranty_service .wrap1 {
    margin: 0 auto 2vw auto;
    padding: 1.133vw;
    width: 46vw;
    height: 21vw;
    text-align: left;
    line-height: 1.8em;
    font-size: 1vw;
  }
  .box_extended_warranty_service .wrap1 ol {
    margin: 0 0 0 1.2em;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 1vw;
    font-weight: normal;
    list-style: decimal;
  }
  .box_extended_warranty_service .wrap1 ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 1vw;
    font-weight: normal;
    list-style: none;
  }
  .box_extended_warranty_service .wrap1 ul.note {
    text-align: left;
  }
  .box_extended_warranty_service .wrap1 ul.note li {
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_extended_warranty_service .wrap1 ul.note li::before {

  }
  .box_extended_warranty_service .catch {
    margin: 0 auto 1.333vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 1.2vw;
    font-weight: bold;
  }
  .box_extended_warranty_service .catch::before {
    width: 1vw;
    height: 1.333vw;
    top: 50%;
    left: -1.2vw;
    transform: translate(0,-50%);
  }
  .box_extended_warranty_service .catch::after {
    width: 1vw;
    height: 1.333vw;
    top: 50%;
    right: -1.2vw;
    transform: translate(0,-50%);
  }
  .box_extended_warranty_service dl {
    margin: 0 auto 1.133vw auto;
    width: 23.733vw;
    height: 2.933vw;
  }
  .box_extended_warranty_service dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 7.2vw;
    line-height: 1.2em;
    font-size: 0.933vw;
    font-weight: bold;
  }
  .box_extended_warranty_service dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 16.533vw;
    line-height: 1.2em;
    font-size: 1.2vw;
    font-weight: bold;
  }
  .box_extended_warranty_service dl dd em {

  }
  .box_extended_warranty_service dl dd em::after {
    width: 100%;
    height: 0.467vw;
  }
  .box_extended_warranty_service .text01 {
    margin: 0 0 0 0;
    padding: 0 0 1.667vw 0;
    line-height: 1.8em;
    font-size: 1.067vw;
    font-weight: 500;
  }
  .box_extended_warranty_service .text01 em {

  }
  .box_extended_warranty_service .list01 {
    margin: 0 auto;
    padding: 0 0 1vw 0;
    width: 46vw;
    line-height: 1.8em;
    font-size: 1vw;
  }
  .box_extended_warranty_service .list01 li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
  }
  .box_extended_warranty_service .list01 li::before {

  }
  .box_extended_warranty_service .list02 {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 46vw;
    line-height: 1.8em;
    font-size: 0.8vw;
  }
  .box_extended_warranty_service .list02 li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;

  }
  .box_extended_warranty_service .list02 li::before {

  }
  .box_new_purchase_service {
    margin: 0 0 11.2vw 0;
    padding: 3vw 3vw 4.133vw 3vw;
    width: 100%;
  }
  .box_new_purchase_service img {

  }
  .box_new_purchase_service h3 {
    margin: 0 0 1.667vw 0;
    padding: 0 0 0.867vw 0;
    line-height: 1.2em;
    font-size: 1.333vw;
    font-weight: 900;
  }
  .box_new_purchase_service h4 {
    margin: 0 auto 1.333vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 1.2vw;
    font-weight: bold;
    position: relative;
  }
  .box_new_purchase_service h4::before {
    width: 1vw;
    height: 1.333vw;
    top: 50%;
    left: -1.2vw;
    transform: translate(0,-50%);
  }
  .box_new_purchase_service h4::after {
    width: 1vw;
    height: 1.333vw;
    top: 50%;
    right: -1.2vw;
    transform: translate(0,-50%);
  }
  .box_new_purchase_service .wrap1 {
    margin: 0 auto 6.333vw auto;
    padding: 0 0 0 0;
    width: 40.933vw;
  }
  .box_new_purchase_service .wrap1 .case {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 45.92%;
    height: 5.467vw;
    line-height: 1.8em;
    font-size: 1.133vw;
    font-weight: 500;
  }
  .box_new_purchase_service .wrap1 .case.case01 {
  }
  .box_new_purchase_service .wrap1 .case.case02 {
  }
  .box_new_purchase_service .wrap1 .case.case01::after {
    width: 0.733vw;
    height: 8vw;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
  }
  .box_new_purchase_service .wrap1 .case.case02::after {
    width: 0.733vw;
    height: 1.933vw;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
  }
  .box_new_purchase_service .wrap1 .case em {

  }
  .box_new_purchase_service .wrap1 .or {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 8.16%;
    max-width: 1.2vw;
  }
  .box_new_purchase_service .wrap1 .case .link {
    width: 8.667vw;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,2.2vw);
  }
  .box_new_purchase_service .wrap1 .case .link a {
    padding: 0 0 0 1.6vw;
    width: 100%;
    height: 2.533vw;
    line-height: 1.2em;
    font-size: 0.933vw;
    font-weight: 500;
  }
  .box_new_purchase_service .wrap1 .case .link a::after {
    width: 0.4vw;
    height: 0.733vw;
    top: 50%;
    right: 0.933vw;
    transform: translate(0,-50%);
  }
  .box_new_purchase_service .wrap2 {
    margin: 0 auto 0 auto;
    padding: 2.667vw 4.2vw 2.333vw 4.2vw;
    width: 51.867vw;
  }
  .box_new_purchase_service .wrap2 h5 {
    margin: 0 auto 24px auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.3em;
    font-size: 1.2vw;
    font-weight: bold;
  }
  .box_new_purchase_service .wrap2 h5::before {
    width: 13.4vw;
    height: 0.067vw;
    top: 1vw;
    left: 100%;
    transform: translate(1.133vw,0);
  }
  .box_new_purchase_service .wrap2 h5::after {
    width: 13.4vw;
    height: 0.067vw;
    top: 1vw;
    right: 100%;
    transform: translate(-1.133vw,0);
  }
  .box_new_purchase_service .wrap2 .box1 {
    margin: 0 0 1.667vw 0;
    width: 100%;
  }
  .box_new_purchase_service .wrap2 .box1 .image {
    width: 33.23%;
  }
  .box_new_purchase_service .wrap2 .box1 .description {
    width: 60.49%;
    text-align: left;
    line-height: 1.8em;
    font-size: 1vw;
    font-weight: normal;
  }
  .box_new_purchase_service .wrap2 .box1 .description .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 0.8vw;
    font-weight: normal;
  }
  .box_new_purchase_service .wrap2 .box1 .description .note li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_new_purchase_service .wrap2 .box1 .description .note li::before {

  }
  .box_new_purchase_service .wrap2 .box2 {
    margin: 0 0 0 0;
    width: 100%;
  }
  .box_new_purchase_service .wrap2 .box2 ol {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .box_new_purchase_service .wrap2 .box2 ol li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 21.559%;
    position: relative;
  }
  .box_new_purchase_service .wrap2 .box2 ol li::after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 0.6vw;
    height: 1.4vw;
    top: 4vw;
    right: -1.2vw;
  }
  .box_new_purchase_service .wrap2 .box2 ol li:last-child::after {

  }
  .box_new_purchase_service .wrap2 .box2 ol li .label {
    margin: 0 0 0 0;
    padding: 0.533vw 0 0 0;
    display: block;
    text-align: center;
    line-height: 1.4em;
    font-size: 1vw;
    font-weight: 500;
  }
}


/* ---------------------------------------------------------------
	start max 740px
--------------------------------------------------------------- */
@media print,screen and ( max-width: 740px ) {
  .box_tuning {
    margin: 0 0 0 0;
    padding: 6.081vw 0 7.838vw 0;
    width: 100%;
    box-sizing: border-box;
    background: #edf7f7;
  }
  .box_tuning img {
    display: block;
  }
  .box_tuning h3 {
    margin: 0 auto 5.405vw auto;
    padding: 0 0 1.757vw 0;
    width: 92.838vw;
    border-bottom: 1px solid #000;
    text-align: center;
    line-height: 1.2em;
    font-size: 5.405vw;
    font-weight: 900;
  }
  .box_tuning .box1 {
    margin: 0 auto 5.405vw auto;
    padding: 0 0 0 0;
    width: 87.027vw;
    max-width: 87.027vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .box_tuning .box1 .left {
    padding: 6.081vw 0 0 0;
    width: 100%;
  }
  .box_tuning .box1 .left .image {
    margin: 0 0 3.649vw 0;
    width: 100%;
  }
  .box_tuning .box1 .left table {
    margin: 0 0 5.405vw 0;
    width: 100%;
    empty-cells:  show;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .box_tuning .box1 .left table th {
    margin: 0 0 0 0;
    padding: 1.622vw 0.676vw;
    width: 100%;
    line-height: 1.4em;
    font-size: 4.054vw;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #008b89;
    border: 2px solid #008b89;
    box-sizing: border-box;
  }
  .box_tuning .box1 .left table td {
    margin: 0 0 0 0;
    padding: 1.622vw 0.676vw;
    width: 50%;
    line-height: 1.6em;
    font-size: 4.054vw;
    font-weight: 400;
    background: #fff;
    text-align: center;
    border: 2px solid #008b89;
    box-sizing: border-box;
  }
  .box_tuning .box1 .left table td.bg01 {
    padding: 1.622vw 0.676vw;
    background: #fdeadf;
  }
  .box_tuning .box1 .left table td.bg02 {
    padding: 1.622vw 0.676vw;
    background: #e2e8f5;
  }
  .box_tuning .box1 .left table td .color01 {
    color: #ea5533;
  }
  .box_tuning .box1 .left table td .color02 {
    color: #006cb8;
  }
  .box_tuning .box1 .left table td em {
    font-style: normal;
    color: #e40012;
  }
  .box_tuning .box1 .left table td .line {
    line-height: 1.6em;
    font-size: 4.73vw;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .box_tuning .box1 .left table td .line::after {
    width: 100%;
    height: 1.892vw;
    content: "";
    background: #fff46e;
    position: absolute;
    bottom: 0.8vw;
    left: 0;
    z-index: -1;
  }
  .box_tuning .box1 .description {
    width: 100%;
  }
  .box_tuning .box1 .description h4 {
    margin: 0 0 0 0;
    padding: 0 0 5.135vw 0;
    line-height: 1.4em;
    font-size: 4.865vw;
    font-weight: bold;
    color: #008b89;
    text-align: center;
  }
  .box_tuning .box1 .description p {
    margin: 0 0 0 0;
    padding: 4.054vw 0 0 0;
    line-height: 1.6em;
    font-size: 3.784vw;
    font-weight: 400;
    color: #1a1311;
  }
  .box_tuning .message01 {
    margin: 0 auto;
    padding: 0 0 7.027vw 0;
    width: 87.027vw;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: 400;
    color: #1a1311;
    text-align: left;
  }
  .box_tuning .box2 {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 88.108vw;
    max-width: 88.108vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_tuning .box2 h4 {
    margin: 0 0 4.73vw 0;
    padding: 0 0 4.73vw 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #008b89;
    text-align: center;
    background: url("../../img/maintenance/sp/text_deco_01.png") no-repeat center bottom;
    background-size: auto 2.162vw;
  }
  .box_tuning .box2 p {
    margin: 0 0 0 0;
    padding: 0 0 5.405vw 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: 400;
    color: #1a1311;
    text-align: left;
  }
  .box_tuning .box2 .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: 400;
    color: #1a1311;
    text-align: left;
    list-style: none;
  }
  .box_tuning .box2 .note li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_tuning .box2 .note li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_tuning .box2 .box_piano {
    margin: 0 0 6.081vw 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box_tuning .box2 .box_piano .piano {
    width: 100%;
    min-height: 27.973vw;
    background: #fff;
    position: relative;
    box-sizing: border-box;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) {
    margin: 0 0 4.73vw 0;
    border: 2px solid #5c7eac;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) {
    border: 2px solid #c37466;
  }
  .box_tuning .box2 .box_piano .piano .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .image {
    width: 25.946vw;
    bottom: 2.162vw;
    right: 4.054vw;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .image {
    width: 25.27vw;
    bottom: 1.081vw;
    right: 4.865vw;
  }
  .box_tuning .box2 .box_piano .piano .label {
    margin: 0 0 2.703vw 0;
    padding: 0 3.378vw;
    width: fit-content;
    height: 7.703vw;
    color: #fff;
    line-height: 1.4em;
    font-size: 4.054vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .label {
    background: #5c7eac;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .label {
    background: #c37466;
  }
  .box_tuning .box2 .box_piano .piano .label::after {
    width: 5.405vw;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(1) .label::after {
    background: url("../../img/maintenance/label_back_01.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .box_tuning .box2 .box_piano .piano:nth-of-type(2) .label::after {
    background: url("../../img/maintenance/label_back_02.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax {
    margin: 0 0 1.351vw 5.405vw;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 4.189vw;
    font-weight: 500;
    color: #231815;
    text-align: left;
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax .yen {
    line-height: 1.2em;
    font-size: 5.541vw;
    font-weight: 500;
  }
  .box_tuning .box2 .box_piano .piano .excluding_tax strong {
    line-height: 1.2em;
    font-size: 7.027vw;
    font-weight: 500;
  }
  .box_tuning .box2 .box_piano .piano .tax_included {
    margin: 0 0 0 5.405vw;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 3.919vw;
    font-weight: 500;
    color: #231815;
    text-align: left;
  }
  
  .box_after_service {
    margin: 0 0 0 0;
    padding: 6.081vw 0 0 0;
  }
  .box_after_service h3 {
    margin: 0 auto 4.054vw auto;
    padding: 0 0 2.027vw 0;
    width: 92.973vw;
    line-height: 1.2em;
    font-size: 5.405vw;
    font-weight: 900;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  .box_after_service .box1 {
    margin: 0 0 0 0;
    padding: 0 0 6.757vw 0;
    text-align: center;
  }
  .box_after_service .box1 h4 {
    margin: 0 0 0 0;
    padding: 0 0 4.054vw 0;
    line-height: 1.2em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #b78a00;
  }
  .box_after_service .box1 p {
    margin: 0 auto;
    padding: 3.378vw 6.081vw 3.378vw 6.081vw;
    width: fit-content;
    line-height: 1.6em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #1a1311;
    border: 1px solid #c5ad7c;
    position: relative;
  }
  .box_after_service .box1 p::before {
    width: 3.784vw;
    height: 3.784vw;
    content: "";
    background: url("../../img/maintenance/text_deco_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -0.405vw;
    left: -0.405vw;
  }
  .box_after_service .box1 p::after {
    width: 3.784vw;
    height: 3.784vw;
    content: "";
    background: url("../../img/maintenance/text_deco_03.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.405vw;
    right: -0.405vw;
  }

  .box_after_service .box1 p em {
    font-style: normal;
    color: #e40012;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .box_after_service .box1 p em::after {
    width: 100%;
    height: 1.892vw;
    content: "";
    background: #fff46e;
    position: absolute;
    bottom: 0.676vw;
    left: 0;
    z-index: -1;
  }
  .box_after_service .box2 {
    margin: 0 auto;
    padding: 4.865vw 0 5.135vw 0;
    width: 89.865vw;
    max-width: 89.865vw;
    background: #f7f3ec;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
  }
  .box_after_service .box2 h4 {
    margin: 0 auto 3.243vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.3em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #1a1311;  
    position: relative;
  }
  .box_after_service .box2 h4 strong {
    line-height: 1.3em;
    font-size: 5.541vw;
    font-weight: bold;
  }
  .box_after_service .box2 h4::before {
    width: 8.108vw;
    height: 0.135vw;
    content: "";
    background: #1a1311;
    position: absolute;
    top: 4.054vw;
    left: 100%;
    transform: translate(1.351vw,0);
  }
  .box_after_service .box2 h4::after {
    width: 8.108vw;
    height: 0.135vw;
    content: "";
    background: #1a1311;
    position: absolute;
    top: 4.054vw;
    right: 100%;
    transform: translate(-1.351vw,0);
  }
  .box_after_service .box2 .service {
    padding: 3.378vw 2.838vw 2.027vw 2.838vw;
    border: 1px solid #ac8a43;
    background: #fff url("../../img/maintenance/service_back_01.png") no-repeat left top;
    background-size: 17.568vw auto;
    box-sizing: border-box;
    position: relative;
  }
  .box_after_service .box2 .service.service1 {
    margin: 0 auto 5.405vw auto;
    width: 81.351vw;
  }
  .box_after_service .box2 .service.service2 {
    margin: 0 auto 5.405vw auto;
    width: 81.351vw;
  }
  .box_after_service .box2 .service.service3 {
    margin: 0 auto 5.405vw auto;
    width: 81.351vw;
  }
  .box_after_service .box2 .service.service4 {
    margin: 0 auto 5.405vw auto;
    width: 81.351vw;
  }
  .box_after_service .box2 .service.service5 {
    margin: 0 auto 5.405vw auto;
    width: 81.351vw;
  }
  .box_after_service .box2 .service.service6 {
    margin: 0 auto 5.405vw auto;
    width: 81.351vw;
  }
  .box_after_service .box2 .service .label {
    width: 7.838vw;
    position: absolute;
    top: 4.054vw;
    left: 3.784vw;
  }
  .box_after_service .box2 .service h5 {
    margin: 0 0 2.432vw 0;
    padding: 0 0 2.432vw 13.514vw;
    line-height: 1.4em;
    font-size: 3.919vw;
    font-weight: bold;
    text-align: left;
    color: #1a1311;
    border-bottom: 1px solid #ac8a43;
  }
  .box_after_service .box2 .service.service3 h5 {
    padding: 0 0 2.432vw 13.514vw;
    line-height: 1.4em;
    font-size: 3.919vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service5 h5 {
    margin: 0 0 0 0;
    padding: 0 0 2.432vw 13.514vw;
    line-height: 1.4em;
    font-size: 3.919vw;
    font-weight: bold;
    border-bottom: none;
  }
  .box_after_service .box2 .service.service1 h5 {
    text-align: left;
  }
  .box_after_service .box2 .service.service6 h5 {
    text-align: left;
  }
  .box_after_service .box2 .service h5 em {
    font-style: normal;
    line-height: 1.6em;
    font-size: 4.865vw;
    font-weight: bold;
    color: #ac8a43;
  }
  .box_after_service .box2 .service.service3 h5 em {
    line-height: 1.4em;
    font-size: 4.865vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service.service5 h5 em {
    line-height: 1.4em;
    font-size: 4.865vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service h5 .min {
    line-height: 1.4em;
    font-size: 3.514vw;
    font-weight: bold;
  }
  .box_after_service .box2 .service h6 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 4.054vw;
    font-weight: bold;
    text-align: center;
    color: #1a1311;
    border-bottom: none;
  }
  .box_after_service .box2 .service .note {
    margin: 0 1.351vw;
    padding: 0 0 0 0;
    width: fit-content;
    list-style: none;
    line-height: 1.6em;
    font-size: 3.649vw;
    font-weight: 400;
    text-align: left;
  }
  .box_after_service .box2 .service .note li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
  }
    
  .box_after_service .box2 .service.service2 .note {
    margin: 0 auto;
  }
  .box_after_service .box2 .service.service3 .note {
    margin: 0 auto;
  }
  .box_after_service .box2 .service.service4 .note {
    margin: 0 auto;
  }
  .box_after_service .box2 .service .wrap2 .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap2 .note li {
    margin: 0 0 1.622vw 0;
  }
  .box_after_service .box2 .service .wrap2 .note li:last-child {
    margin: 0 0 0 0;
  }
  .box_after_service .box2 .service .note li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_after_service .box2 .service .note li em {
    font-style: normal;
    color: #e40012;
  }



  .box_after_service .box2 .service .message {
    margin: 0 0 0 0;
    padding: 0 1.351vw 2.432vw 1.351vw;
    line-height: 1.6em;
    font-size: 3.784vw;
    font-weight: 400;
    text-align: left;
    color: #1a1311;
  }
  .box_after_service .box2 .service .message em {
    font-style: normal;
    color: #e40012;
  }
  .box_after_service .box2 .service .wrap1 {
    margin: 0 1.351vw 4.324vw 1.351vw;
    padding: 3.784vw 0 0 0;
    width: calc( 100% - 2.703vw );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box_after_service .box2 .service .wrap1 .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap1 .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap1 table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
    empty-cells:  show;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .box_after_service .box2 .service .wrap1 table th {
    margin: 0 0 0 0;
    padding: 1.622vw;
    width: 100%;
    line-height: 1.4em;
    font-size: 4.595vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
  }
  .box_after_service .box2 .service .wrap1 table.tb01 th {
    background: #ba697e;
    border: 2px solid #ba697e;
  }
  .box_after_service .box2 .service .wrap1 table.tb02 th {
    background: #4c7aab;
    border: 2px solid #4c7aab;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 th {
    padding: 1.622vw 0;
    width: 20.6%;
    background: #ececec;
    border: 2px solid #717171;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 th.bg01 {
    width: 39.7%;
    background: #ba697e;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 th.bg02 {
    width: 39.7%;
    background: #4c7aab;
  }
  .box_after_service .box2 .service .wrap1 table td {
    margin: 0 0 0 0;
    padding: 1.622vw;
    width: 50%;
    line-height: 1.6em;
    font-size: 3.784vw;
    font-weight: 400;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .box_after_service .box2 .service .wrap1 table.tb01 td {
    border: 2px solid #ba697e;
    border-top: none;
    border-bottom: none;
  }
  .box_after_service .box2 .service .wrap1 table.tb02 td {
    border: 2px solid #4c7aab;
    border-top: none;
    border-bottom: none;
  }
  .box_after_service .box2 .service .wrap1 table td.bg01 {
    background: #ececec;
  }
  .box_after_service .box2 .service .wrap1 table.tb01 td.bg01 {
    border-bottom: 2px solid #ba697e;
  }
  .box_after_service .box2 .service .wrap1 table.tb02 td.bg01 {
    border-bottom: 2px solid #4c7aab;
  }
  .box_after_service .box2 .service .wrap1 table td.bg02 {
    background: #f8f1f2;
    border-bottom: 2px solid #ba697e;
  }
  .box_after_service .box2 .service .wrap1 table td.bg03 {
    background: #f1f3f9;
    border-bottom: 2px solid #4c7aab;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 td {
    padding: 0.946vw 0;
    width: 20.6%;
    border: 2px solid #717171;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 td.bg02 {
    width: 39.7%;
  }
  .box_after_service .box2 .service .wrap1 table.tb03 td.bg03 {
    width: 39.7%;
  }
  .box_after_service .box2 .service .wrap1 table td.option_cost {
    padding: 1.622vw 2.027vw 1.622vw 4.054vw;
    text-align: left;
    line-height: 1.3em;
    font-size: 3.784vw;
  }
  .box_after_service .box2 .service .wrap1 table td.option_cost sup {
    line-height: 1.3em;
    font-size: 1.892vw;
  }
  .box_after_service .box2 .service .wrap1 table td .text01 {
    line-height: 1.4em;
    font-size: 3.784vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .color01 {
    color: #ba697e;
  }
  .box_after_service .box2 .service .wrap1 table td .color02 {
    color: #4c7aab;
  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax {
    line-height: 1.4em;
    font-size: 3.784vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax strong {
    line-height: 1.4em;
    font-size: 4.73vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .excluding_tax em {
    font-weight: 500;
    font-style: normal;
    color: #e40012;
  }
  .box_after_service .box2 .service .wrap1 table td .tax_included {
    line-height: 1.4em;
    font-size: 3.784vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 table td .tax_included em {
    font-weight: 500;
    font-style: normal;
    color: #e40012;
  }
  .box_after_service .box2 .service .wrap1 table td .plus {
    line-height: 1.4em;
    font-size: 5.135vw;
    font-weight: 400;
    display: inline-block;
    padding: 0.676vw 0 0 0;
  }
  .box_after_service .box2 .service .wrap1 .pr_message {
    margin: 0 0 2.973vw 0;
    padding: 0 0 2.297vw 5.135vw;
    line-height: 1.6em;
    font-size: 4.054vw;
    font-weight: bold;
    border-bottom: 2px solid #ac8a43;
    position: relative;
  }
  .box_after_service .box2 .service .wrap1 .pr_message img {
    width: 17.568vw;
    position: absolute;
    top: 0.676vw;
    left: 52.703vw;
  }
  .box_after_service .box2 .service .wrap1 .option_cost {
    margin: 0 auto 1.351vw auto;
    padding: 1.081vw 4.054vw;
    width: fit-content;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.6em;
    font-size: 4.054vw;
    font-weight: normal;
    color: #000;
    border: 1px solid #000000;
  }
  .box_after_service .box2 .service .wrap1 .contact_message {
    margin: 0 0 2.027vw 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: normal;
    color: #000;
    letter-spacing: -0.02em;
  }
  .box_after_service .box2 .service .wrap1 .note_text {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.6em;
    font-size: 3.784vw;
    font-weight: normal;
    color: #000;
  }
  .box_after_service .box2 .service .wrap1 .tel_message {
    margin: 8.108vw 0 7.432vw 0;
    padding: 2.703vw 0.676vw 2.703vw 16.216vw;
    text-align: left;
    line-height: 1.6em;
    font-size: 3.784vw;
    font-weight: normal;
    color: #000;
    border: 2px solid #ac8a43;
    position: relative;
  }
  .box_after_service .box2 .service .wrap1 .tel_message::after {
    width: 4.865vw;
    height: 6.757vw;
    content: "";
    background: #fff url("../../img/maintenance/deco_03.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -5.811vw;
    left: 4.73vw;
    transform: translate(0,0) rotate(90deg);
  }
  .box_after_service .box2 .service .wrap1 .tel_message::before {
    width: 6.351vw;
    height: 6.351vw;
    content: "";
    background: #fff url("../../img/maintenance/icon_tel_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 4.324vw;
    transform: translate(0,-50%);
  }

  .box_after_service .box2 .service .wrap1 .tel_message em {
    font-style: normal;
    color: #e40012;
  }
  .box_after_service .box2 .service .wrap1 .info {
    margin: 7.432vw 0 7.432vw 0;
    padding: 1.351vw 2.162vw 1.622vw 2.162vw;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .box_after_service .box2 .service .wrap1 .left .info {
    border: 2px solid #ba697e;
  }
  .box_after_service .box2 .service .wrap1 .right .info {
    border: 2px solid #4c7aab;
  }
  .box_after_service .box2 .service .wrap1 .info::before {
    width: 7.297vw;
    height: 4.595vw;
    content: "";
    position: absolute;
    top: -4.595vw;
    right: 14.189vw;
  }
  .box_after_service .box2 .service .wrap1 .left .info::before {
    background: #fff url("../../img/maintenance/deco_01.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .box_after_service .box2 .service .wrap1 .right .info::before {
    background: #fff url("../../img/maintenance/deco_02.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .box_after_service .box2 .service .wrap1 .info p {
    margin: 0 0 0 0;
    padding: 0 0 0.946vw 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: 400;
    color: #000;
  }
  .box_after_service .box2 .service .wrap1 .left .info p {
    border-bottom: 1px solid #ba697e;
  }
  .box_after_service .box2 .service .wrap1 .right .info p {
    border-bottom: 1px solid #4c7aab;
  }

  .box_after_service .box2 .service .wrap1 .info p strong {
    font-weight: bold;
    line-height: 1.8em;
    font-size: 4.054vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl {
    margin: 0 0 0 0;
    padding: 1.351vw 0;
    width: 100%;
    display: flex;
  }
  .box_after_service .box2 .service .wrap1 .left .info dl {
    border-bottom: 1px dashed #ba697e;
  }
  .box_after_service .box2 .service .wrap1 .right .info dl {
    border-bottom: 1px dashed #4c7aab;
  }
  .box_after_service .box2 .service .wrap1 .left .info dl:last-child {
    border-bottom: none;
  }
  .box_after_service .box2 .service .wrap1 .right .info dl:last-child {
    border-bottom: none;

  }
  .box_after_service .box2 .service .wrap1 .info dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.784vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl.year dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.784vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.784vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl.year dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.784vw;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd em {
    font-style: normal;
    color: #e40012;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd strong {
    line-height: 1.4em;
    font-size: 4.73vw;
    font-weight: 400;
  }
  .box_after_service .box2 .service .wrap1 .info dl dd .note {
    margin: 1.351vw 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.784vw;
    font-weight: 400;
    text-align: left;
  }
  .box_after_service .box2 .service .wrap2 {
    margin: 0 auto 3.378vw auto;
    padding: 3.784vw 0 0 0;
    width: 76.216vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .box_after_service .box2 .service .wrap2 .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
  }
  .box_after_service .box2 .service .wrap2 .right {
    margin: 0 0 0 0;
    padding: 0 0 4.73vw 0;
    width: 100%;
  }
  .box_after_service .box2 .service .wrap2 .left .text01 {
    margin: 0 auto 3.784vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.4em;
    font-size: 4.054vw;
    font-weight: bold;
    position: relative;
  }
  .box_after_service .box2 .service .wrap2 .left .text01::before {
    width: 6.216vw;
    height: 9.189vw;
    content: "";
    background: #fff url("../../img/maintenance/sp/deco_04.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -6.757vw;
    transform: translate(0,-50%);
  }
  .box_after_service .box2 .service .wrap2 .left .text01::after {
    width: 6.216vw;
    height: 9.189vw;
    content: "";
    background: #fff url("../../img/maintenance/sp/deco_05.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -6.757vw;
    transform: translate(0,-50%);
  }
  .box_after_service .box2 .service .wrap2 .left .text02 {
    margin: 0 0 2.432vw 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 4.054vw;
    font-weight: bold;
    color: #ac8a43;
    position: relative;
  }
  .box_after_service .box2 .service .wrap2 table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    empty-cells:  show;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .box_after_service .box2 .service .wrap2 table th {
    margin: 0 0 0 0;
    padding: 1.622vw 0;
    width: 50%;
    line-height: 1.4em;
    font-size: 4.054vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #8d8d8d;
  }
  .box_after_service .box2 .service .wrap2 table.tb01 th.bg01 {
    background: #ba697e;
  }
  .box_after_service .box2 .service .wrap2 table.tb01 th.bg02 {
    background: #4c7aab;
  }
  .box_after_service .box2 .service .wrap2 table td {
    margin: 0 0 0 0;
    padding: 1.622vw;
    width: 50%;
    line-height: 1.6em;
    font-size: 3.784vw;
    font-weight: 400;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #8d8d8d;
  }
  .box_after_service .box2 .service .wrap2 table td.bg01 {
    background: #f8f1f2;
  }
  .box_after_service .box2 .service .wrap2 table td.bg02 {
    background: #f1f3f9;
  }
  .box_after_service .box2 .service .wrap2 table td .excluding_tax {
    line-height: 1.4em;
    font-size: 3.784vw;
    font-weight: 500;
    color: #e40012;
  }
  .box_after_service .box2 .service .wrap2 table td .excluding_tax strong {
    line-height: 1.4em;
    font-size: 4.73vw;
    font-weight: 500;
  }
  .box_after_service .box2 .service .wrap2 table td .tax_included {
    line-height: 1.4em;
    font-size: 3.784vw;
    font-weight: 500;
    color: #e40012;
  }
  .box_extended_warranty_service {
    margin: 0 0 0 0;
    padding: 6.351vw 0 7.703vw 0;
    text-align: center;
  }
  .box_extended_warranty_service h3 {
    margin: 0 0 2.027vw 0;
    padding: 0 0 4.054vw 0;
    line-height: 1.4em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #ac8a43;
    background: url("../../img/maintenance/sp/text_deco_04.png") no-repeat center bottom;
    background-size: auto 2.432vw;
  }
  .box_extended_warranty_service h4 {
    margin: 0 0 0 0;
    padding: 0 0 2.432vw 0;
    line-height: 1.4em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #1a1311;
  }
  .box_extended_warranty_service .wrap1 {
    margin: 0 auto 8.108vw auto;
    padding: 3.784vw;

    width: 89.865vw;
    height: 85.135vw;
    border: 1px solid #80756f;
    text-align: left;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: normal;
    color: #1a1311;
    box-sizing: border-box;
    overflow: auto;
  }
  .box_extended_warranty_service .wrap1 ol {
    margin: 0 0 0 1.2em;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: normal;
    list-style: decimal;
  }
  .box_extended_warranty_service .wrap1 ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: normal;
    list-style: none;
  }
  .box_extended_warranty_service .wrap1 ul.note {
    text-align: left;
  }
  .box_extended_warranty_service .wrap1 ul.note li {
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_extended_warranty_service .wrap1 ul.note li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_extended_warranty_service .catch {
    margin: 0 auto 5.405vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.4em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #1a1311;
    position: relative;
    z-index: 1;
  }
  .box_extended_warranty_service .catch::before {
    width: 7.568vw;
    height: 11.081vw;
    content: "";
    background: #fff url("../../img/maintenance/sp/deco_04.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -6.081vw;
    transform: translate(0,-50%);
    z-index: -1;
  }
  .box_extended_warranty_service .catch::after {
    width: 7.568vw;
    height: 11.081vw;
    content: "";
    background: #fff url("../../img/maintenance/sp/deco_05.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -6.081vw;
    transform: translate(0,-50%);
    z-index: -1;
  }
  .box_extended_warranty_service dl {
    margin: 0 auto 6.486vw auto;
    width: 88.514vw;
    height: 15.541vw;
    box-sizing: border-box;
    border: 1px solid #bb9f53;
    display: flex;
  }
  .box_extended_warranty_service dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 22.973vw;
    line-height: 1.2em;
    font-size: 3.784vw;
    font-weight: bold;
    color: #fff;
    background: #bb9f53;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box_extended_warranty_service dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 65.541vw;
    line-height: 1.2em;
    font-size: 4.865vw;
    font-weight: bold;
    color: #1a1311;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box_extended_warranty_service dl dd em {
    font-style: normal;
    color: #e40012;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .box_extended_warranty_service dl dd em::after {
    width: 100%;
    height: 0.946vw;
    content: "";
    background: #fff46e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .box_extended_warranty_service .text01 {
    margin: 0 auto;
    padding: 0 0 5.405vw 0;
    width: 88.514vw;
    line-height: 1.8em;
    font-size: 4.324vw;
    font-weight: 500;
    color: #000;
    text-align: left;
  }
  .box_extended_warranty_service .text01 em {
    font-style: normal;
    color: #e40012;
  }
  .box_extended_warranty_service .list01 {
    margin: 0 auto;
    padding: 0 0 3.378vw 0;
    width: 88.514vw;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: normal;
    color: #1a1311;
    text-align: left;
    list-style: none;
  }
  .box_extended_warranty_service .list01 li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_extended_warranty_service .list01 li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_extended_warranty_service .list02 {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 88.514vw;

    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: normal;
    color: #1a1311;
    text-align: left;
    list-style: none;
  }
  .box_extended_warranty_service .list02 li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
    display: inline-block;
  }
  .box_extended_warranty_service .list02 li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_new_purchase_service {
    margin: 0 0 22.703vw 0;
    padding: 6.081vw 3.378vw 8.378vw 3.378vw;
    width: 100%;
    box-sizing: border-box;
    background: #edf7f7;
  }
  .box_new_purchase_service img {
    display: block;
  }
  .box_new_purchase_service h3 {
    margin: 0 0 4.73vw 0;
    padding: 0 0 1.757vw 0;
    border-bottom: 1px solid #000;
    text-align: center;
    line-height: 1.2em;
    font-size: 5.405vw;
    font-weight: 900;
  }
  .box_new_purchase_service h4 {
    margin: 0 auto 4.054vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #008b89;
    position: relative;
  }
  .box_new_purchase_service h4::before {
    width: 4.054vw;
    height: 5.946vw;
    content: "";
    background: url("../../img/maintenance/deco_06.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -4.73vw;
    transform: translate(0,-50%);
  }
  .box_new_purchase_service h4::after {
    width: 4.054vw;
    height: 5.946vw;
    content: "";
    background: url("../../img/maintenance/deco_07.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -4.73vw;
    transform: translate(0,-50%);
  }
  .box_new_purchase_service .wrap1 {
    margin: 0 auto 25vw auto;
    padding: 0 0 0 0;
    width: 90.135vw;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .box_new_purchase_service .wrap1 .case {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 38.649vw;
    height: 23.919vw;
    line-height: 1.5em;
    font-size: 4.324vw;
    font-weight: 500;
    text-align: center;
    color: #1a1311;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .box_new_purchase_service .wrap1 .case.case01 {
    border: 1px solid #4c7aab;
  }
  .box_new_purchase_service .wrap1 .case.case02 {
    border: 1px solid #ba697e;
  }
  .box_new_purchase_service .wrap1 .case.case01::after {
    width: 2.703vw;
    height: 29.459vw;
    content: "";
    background: url("../../img/maintenance/sp/arrow_04.png") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
  }
  .box_new_purchase_service .wrap1 .case.case02::after {
    width: 2.703vw;
    height: 7.568vw;
    content: "";
    background: url("../../img/maintenance/sp/arrow_05.png") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
  }
  .box_new_purchase_service .wrap1 .case em {
    font-style: normal;
    color: #e40012;
  }
  .box_new_purchase_service .wrap1 .or {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 5.405vw;
    max-width: 5.405vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box_new_purchase_service .wrap1 .case .link {
    width: 35.135vw;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,8.919vw);
  }
  .box_new_purchase_service .wrap1 .case .link a {
    padding: 0 0 0 6.216vw;
    width: 100%;
    height: 10.27vw;
    line-height: 1.2em;
    font-size: 3.784vw;
    font-weight: 500;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background: #8f003c;
    border: 1px solid #8f003c;
    border-radius: 24.324vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
  }
  .box_new_purchase_service .wrap1 .case .link a::after {
    width: 1.622vw;
    height: 2.973vw;
    content: "";
    background: url("../../img/maintenance/arrow_06.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 3.514vw;
    transform: translate(0,-50%);
  }
  .box_new_purchase_service .wrap2 {
    margin: 0 auto 0 auto;
    padding: 6.757vw 4.324vw 4.73vw 4.324vw;
    width: 89.865vw;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .box_new_purchase_service .wrap2 h5 {
    margin: 0 auto 4.865vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.3em;
    font-size: 4.73vw;
    font-weight: bold;
    color: #4c7aab;
    position: relative;
  }
  .box_new_purchase_service .wrap2 h5::before {
    width: 8.108vw;
    height: 0.135vw;
    content: "";
    background: #4c7aab;
    position: absolute;
    top: 2.027vw;
    left: 100%;
    transform: translate(2.297vw,0);
  }
  .box_new_purchase_service .wrap2 h5::after {
    width: 8.108vw;
    height: 0.135vw;
    content: "";
    background: #4c7aab;
    position: absolute;
    top: 2.027vw;
    right: 100%;
    transform: translate(-2.297vw,0);
  }
  .box_new_purchase_service .wrap2 .box1 {
    margin: 0 0 3.378vw 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box_new_purchase_service .wrap2 .box1 .image {
    margin: 0 auto;
    width: 55.405vw;
  }
  .box_new_purchase_service .wrap2 .box1 .description {
    width: 100%;
    text-align: left;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: normal;
  }
  .box_new_purchase_service .wrap2 .box1 .description .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 3.784vw;
    font-weight: normal;
    color: #1a1311;
    text-align: left;
    list-style: none;
  }
  .box_new_purchase_service .wrap2 .box1 .description .note li {
    margin: 0 0 0 0;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .box_new_purchase_service .wrap2 .box1 .description .note li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_new_purchase_service .wrap2 .box2 {
    margin: 0 0 0 0;
    width: 100%;
  }
  .box_new_purchase_service .wrap2 .box2 ol {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box_new_purchase_service .wrap2 .box2 ol li {
    margin: 0 0 0 0;
    padding: 0 0 8.514vw 0;
    width: 100%;
    position: relative;
  }
  .box_new_purchase_service .wrap2 .box2 ol li:last-child {
    padding: 0 0 0 0;
  }
  .box_new_purchase_service .wrap2 .box2 ol li::after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 5.541vw;
    height: 2.162vw;
    content: "";
    background: url("../../img/maintenance/sp/arrow_03.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: auto;
    bottom: 4.054vw;
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
  .box_new_purchase_service .wrap2 .box2 ol li:last-child::after {
    display: none;
  }
  .box_new_purchase_service .wrap2 .box2 ol li .label {
    margin: 0 0 0 0;
    padding: 2.703vw 0 0 0;
    display: block;
    text-align: center;
    line-height: 1.4em;
    font-size: 4.054vw;
    font-weight: 500;
    color: #4c7aab;
  }
}




/* ---------------------------------------------------------------
	start max 740px
--------------------------------------------------------------- */
.pc_none {
  display: none;
}
@media print,screen and ( max-width: 740px ) {
	.pc_none{
		display: block;
	}
	
	.pc_none2{
		display: block;
	}
	.sp_none{
		display: none;
	}
}




