@charset "UTF-8";

/* CSS Document */
.link-list {
  margin-top: 10px;
}

.link-list-item>a {
  padding-left: 20px;
  padding-top: 6px;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: #00a273;
  font-size: 90%;
}

.link-list-item>a::before {
  content: '';
  position: absolute;
  left: 0;
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  border-top: solid 2px #00a273;
  border-right: solid 2px #00a273;
  width: 10px;
  height: 10px;
  display: inline-block;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  bottom: auto;
}

.item ul.disc_type {
  list-style-type: disc;
  margin-left: 25px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .item ul {
    margin-left: 5px;
  }
}

.item dd {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .item dd {
    margin-left: 10px;
  }
}

.btn {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 45px 20px 45px;
  width: 100%;
  max-width: 480px;
  border: solid 1px #00a273;
  -webkit-box-shadow: 0 1px 1px #e3e3e3;
  box-shadow: 0 1px 1px #e3e3e3;
  display: table;
  position: relative;
  background-color: #00a273;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}

a.btn {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  a.btn {
    font-size: 1.5rem;
  }
}



.back_link:hover .btn,
a.btn:hover {
  background-color: #fff;
  color: #00a273;
}

.btn::before {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 12px;
  height: 12px;
  display: inline-block;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn02 {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 45px 20px 45px;
  width: 100%;
  max-width: 480px;
  border: solid 1px #00a273;
  /* -webkit-box-shadow: 0 1px 1px #e3e3e3;
              box-shadow: 0 1px 1px #e3e3e3; */
  display: table;
  position: relative;
  background-color: #00a273;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}

.back_link:hover .btn02,
a.btn:hover {
  background-color: #fff;
  color: #00a273;
}

.btn02::before {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 12px;
  height: 12px;
  display: inline-block;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[data-category="home"] .btn {
  max-width: 540px;
  font-size: 30px;
  font-size: 3rem;
}

[data-category="home"] .btn02 {
  max-width: 540px;
  font-size: 30px;
  font-size: 3rem;
}

@media all and (min-width: 1020px),
print {
  .btn {
    margin: 0;
    padding: 10px 45px 10px 20px;
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 1px #e3e3e3;
    box-shadow: 0 1px 1px #e3e3e3;
    display: inline-block;
  }

  .btn::before {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background-image: url("../img/icon_arrow_m.png?$staticlink$");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 6px auto;
    -webkit-transform: none;
    transform: none;
  }

  .back_link:hover .btn::before,
  .btn:hover:before {
    background-position: 0 -16px;
  }

  [data-category="home"] .btn {
    max-width: none;
    font-size: 13px;
    font-size: 1.3rem;
  }

  [data-category="home"] .btn::before {
    right: 10px;
  }

  .btn02 {
    margin: 0;
    padding: 10px 45px 10px 30px;
    width: auto;
    max-width: 100%;
    /* -webkit-box-shadow: 0 1px 1px #e3e3e3;
                  box-shadow: 0 1px 1px #e3e3e3; */
    display: inline-block;
  }

  .btn02::before {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background-image: url("../img/icon_arrow_m.png?$staticlink$");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 6px auto;
    -webkit-transform: none;
    transform: none;
  }

  .back_link:hover .btn02::before,
  .btn02:hover:before {
    background-position: 0 -16px;
  }

  [data-category="home"] .btn02 {
    max-width: none;
    font-size: 13px;
    font-size: 1.3rem;
  }

  [data-category="home"] .btn02::before {
    right: 10px;
  }
}

@media all and (min-width: 1020px),
print {
  .btn-text-narrow {
    letter-spacing: 0.05em;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .btn-blank {
    padding: 20px 35px 20px 10px;
  }

}

.btn-blank::after {
  content: '';
  margin-left: 10px;
  width: 22px;
  height: 18px;
  display: inline-block;
  background-image: url("../img/icon_blank.png?$staticlink$");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px auto;
}

@media all and (max-width: 1019px) {
  .btn-blank::after {
    margin-left: 5px;
    width: 15px;
    height: 10px;
    background-size: 11px auto;
  }
}

.btn-blank:hover:after {
  background-position: 0 bottom;
}

@media all and (min-width: 1020px),
print {
  .btn-blank {
    padding-right: 60px;
  }

  .btn-blank::after {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    width: 11px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 39px;
    background-size: 11px auto;
  }

  .btn-blank:hover:after {
    background-position: 0 bottom;
  }
}



.btn-has-recommended-item {
  margin-top: 5px;
}

.btn-has-recommended-item:first-child {
  margin-top: 0;
}

.btn-full {
  width: 100%;
}

@media all and (min-width: 1020px),
print {
  .btn-list {
    width: 100%;
    display: table;
  }

  .btn-list+.list-note {
    margin-top: 15px;
  }
}

.btn-list-item {
  margin-top: 20px;
}

.btn-list-item+.btn-list-item {
  margin-top: 30px;
}

@media all and (min-width: 1020px),
print {
  .btn-list-item {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
  }

  .btn-list-item:first-child {
    margin-left: 0;
  }

  .btn-list-item+.btn-list-item {
    margin-top: 0;
  }
}

.btn-list-vertical-item {
  margin-top: 20px;
}

.btn-list-vertical-item+.btn-list-vertical-item {
  margin-top: 30px;
}

@media all and (min-width: 1020px),
print {
  .btn-list-vertical-item {
    margin-top: 10px;
  }

  .btn-list-vertical-item:first-child {
    margin-top: 0;
  }

  .btn-list-vertical-item+.btn-list-vertical-item {
    margin-top: 10px;
  }
}

.btn-02 {
  margin-right: auto;
  margin-left: auto;
  padding: 19px 44px;
  border: solid 2px #00a273;
  -webkit-box-shadow: 0 1px 1px #e3e3e3;
  box-shadow: 0 1px 1px #e3e3e3;
  width: 100%;
  max-width: 480px;
  display: table;
  position: relative;
  background-color: #fff;
  color: #00a273;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}

.btn-02::after {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: '';
  border-top: solid 2px #00a273;
  border-right: solid 2px #00a273;
  width: 12px;
  height: 12px;
  display: inline-block;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 1020px),
print {
  .btn-02 {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 45px 10px 30px;
    border: solid 1px #00a273;
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .btn-02::after {
    border: none;
    width: 6px;
    height: 11px;
    display: block;
    right: 10px;
    background: url("../img/icon_arrow_green.svg?$staticlink$") no-repeat 0 0;
    background-size: 6px auto;
    -webkit-transform: none;
    transform: none;
  }

  .btn-02:hover {
    background-color: rgba(0, 162, 115, 0.1);
  }
}

#vup img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#vup p {
  color: #333;
  letter-spacing: 0.05em;
}

#vup .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#vup .mv {
  width: 1045px;
  margin: 0 auto 150px;
  position: relative;
}

#vup .mv h1 img {
  width: 460px;
}

#vup .mv>img {
  width: 480px;
  position: absolute;
  top: 0;
  right: 0;
}

#vup .mv p {
  width: 465px;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 15px;
}

#vup .point {
  padding-bottom: 130px;
}

#vup h1.line {
  font-size: 30px;
  line-height: 1;
  color: #191919;
  font-weight: bold;
  text-align: center;
  padding: 35px 0;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

#vup h1.line::before,
#vup h1.line::after {
  content: "";
  width: 203px;
  border-top: 2px dashed #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#vup h1.line::after {
  top: auto;
  bottom: 0;
}

#vup h1.line strong {
  font-size: 120%;
  color: #00a273;
}

#vup h1.line span {
  font-size: 18px;
  line-height: 1;
  color: #00a173;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}

#vup .point ol {
  display: flex;
  margin-bottom: 80px;
}

#vup .point ol img {
  width: 100%;
  height: auto;
  align-items: flex-start;
  padding-top: 12px;
}

#vup .point ol li {
  width: 320px;
}

#vup .point ol li:first-child img {
  padding-top: 0;
}

#vup .point ol li+li {
  margin-left: 70px;
}

#vup .point ol li p.num {
  font-size: 56px;
  line-height: 1.2;
  color: #00a273;
  text-align: center;
  margin-bottom: 30px;
  background: url("../img/point_no.gif?$staticlink$") center bottom no-repeat;
  background-size: 88px auto;
}

#vup .point ol li h2 {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  font-weight: bold;
}

#vup .point ol li p {
  font-size: 16px;
  line-height: 2;
  margin-top: 45px;
}

#vup .point ol li p.note {
  font-size: 13px;
  margin-top: 25px;
}

#vup .point .box {
  border: 1px solid #00a273;
  border-radius: 15px;
  padding: 50px 55px 60px;
  position: relative;
}

#vup .point .box h2 {
  font-size: 24px;
  line-height: 1;
  color: #00a273;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  font-weight: bold;
}

#vup .point .box img {
  width: 415px;
  position: absolute;
  top: 115px;
  left: 60px;
}

#vup .point .box div {
  width: 490px;
  margin-left: 480px;
  box-sizing: border-box;
}

#vup .point .box div p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}

#vup .arr {
  background: #ecf1e8;
  padding: 145px 0 105px;
}

#vup .arr h1.line {
  margin-bottom: 70px;
}

#vup .arr .inner>ul>li {
  background: #FFF;
  border-radius: 15px;
  padding: 55px;
  box-sizing: border-box;
  position: relative;
}

#vup .arr .inner>ul>li:nth-child(2) {
  min-height: 395px;
}

#vup .arr .inner>ul>li:last-child {
  min-height: 355px;
}

#vup .arr .inner>ul>li+li {
  margin-top: 40px;
}

#vup .arr h2 {
  font-size: 22px;
  line-height: 1;
  color: #00a273;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 2px dashed #56967a;
  padding-bottom: 10px;
  margin-bottom: 35px;
  display: inline-block;
}

#vup .arr h2 span {
  font-size: 160%;
  font-weight: normal;
}

#vup .arr li div {
  width: 495px;
}

#vup .arr p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}

#vup .arr .inner>ul>li ul li {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

/* #vup .arr .inner > ul > li ul li::before{
  content: "\08251";
  width: 1.2em;
  margin-left: -1.2em;
  display: inline-block;
} */
#vup .arr img {
  position: absolute;
  top: 50px;
  right: 40px;
}

#vup .order {
  width: 800px;
  margin: 135px auto 130px;
}

#vup .order h1 {
  font-size: 24px;
  line-height: 1;
  color: #191919;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 35px 0;
  margin-bottom: 30px;
  position: relative;
}

#vup .order h1::before,
#vup .order h1::after {
  width: 100%;
  content: "";
  border-top: 2px dashed #00a273;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#vup .order h1::after {
  top: auto;
  bottom: 0;
}

#vup .order h1 span {
  color: #00a273;
  font-weight: bold;
}

#vup .order h1 strong {
  font-size: 30px;
  color: #191919;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

#vup .order p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

#vup .order div.order_inner {
  text-align: center;
  padding: 30px 0;
  background: #f8f7ee;
  border-radius: 10px;
}

#vup .order div ul {
  margin-top: 20px;
}

#vup .sp {
  display: none;
}

#vup .pc {
  display: block;
}

@media all and (max-width: 1019px) {
  #vup .sp {
    display: block;
  }

  #vup .pc {
    display: none;
  }

  #vup img {
    width: 100%;
    height: auto;
  }

  #vup .mv {
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
  }

  #vup .mv h1 img {
    width: 95%;
  }

  #vup .mv>img {
    width: 90%;
    position: static;
    top: auto;
    right: auto;
    display: block;
    margin: 20px auto;
  }

  #vup .mv p {
    width: 90%;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 30px auto 0;
  }

  #vup .point {
    padding-bottom: 50px;
  }

  #vup h1.line {
    font-size: 2.2rem;
    padding: 30px 0;
    position: relative;
    margin-bottom: 50px;
  }

  #vup h1.line::before,
  #vup h1.line::after {
    width: 40%;
    border-top: 3px dashed #333;
  }

  #vup h1.line::after {
    top: auto;
    bottom: 0;
  }

  #vup h1.line span {
    font-size: 1.6rem;
    margin-top: 5px;
  }

  #vup .point ol {
    display: block;
    /* padding: 0 80px; */
    /* margin-bottom: 100px; */
    width: 76%;
    margin: 0 auto;
  }

  #vup .point ol img {
    padding-top: 0;
  }

  #vup .point ol li {
    width: 100%;
  }

  #vup .point ol li+li {
    margin-left: 0;
    margin-top: 50px;
  }

  #vup .point ol li p.num {
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 10px;
    background: url("../img/point_no.gif?$staticlink$") center bottom no-repeat;
    background-size: 20% auto;
  }

  #vup .point ol li h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
    /* white-space: nowrap; */
    font-weight: bold;
  }

  #vup .point ol li p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 30px;
  }

  #vup .point ol li p.note {
    font-size: 1.2rem;
    margin-top: 25px;
  }

  #vup .point .box {
    width: 90%;
    border: 2px solid #00a273;
    border-radius: 15px;
    padding: 30px 15px;
    margin: 50px auto 20px;
  }

  #vup .point .box h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    line-height: 1.2;
  }

  #vup .point .box img {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }

  #vup .point .box div {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }

  #vup .point .box div p {
    font-size: 1.5rem;
    line-height: 1.9;
    margin: 40px 0 30px;
  }

  #vup .arr h1.line {
    line-height: 1.6;
  }

  #vup .arr {
    width: 100%;
    background: #ecf1e8;
    padding: 75px 0;
    overflow: hidden;
  }

  #vup .arr h1.line {
    margin-bottom: 55px;
  }

  #vup .arr .inner>ul>li {
    width: 93%;
    background: #FFF;
    border-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 30px 6%;
    box-sizing: border-box;
    position: relative;
  }

  #vup .arr .inner>ul>li:nth-child(2) {
    width: 95%;
    margin-left: 5%;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  #vup .arr .inner>ul>li+li {
    margin-top: 40px;
  }

  #vup .arr h2 {
    font-size: 1.9rem;
    line-height: 1;
    border-bottom: 3px dashed #56967a;
    padding-bottom: 10px;
    margin-bottom: 35px;
    display: inline-block;
  }

  #vup .arr li div {
    width: 100%;
  }

  #vup .arr p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  #vup .arr .inner>ul>li ul li {
    font-size: 1.2rem;
  }

  #vup .arr img.sp {
    width: 123%;
    max-width: inherit;
    margin-left: -7.5%;
    margin-bottom: 30px;
    position: static;
    top: auto;
    right: auto;
    box-sizing: border-box;
  }

  #vup .arr .inner>ul>li:nth-child(2) img.sp {
    width: 120%;
    margin-left: -14%;
  }

  #vup .order {
    width: 100%;
    margin: 75px auto;
    padding: 0 5%;
    box-sizing: border-box;
  }

  #vup .order h1 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 25px 0;
    margin-bottom: 40px;
    position: relative;
  }

  #vup .order h1 strong {
    font-size: 2.6rem;
    margin-top: 0;
  }

  #vup .order p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 50px;
  }

  #vup .order div.order_inner {
    padding: 30px 10px;
  }

  #vup .order div ul {
    margin-top: 20px;
  }
}



/* 20230808追加 */



#vup .order .item .item_inner {
  width: 96%;
  margin: 0 auto;
  /* padding: 20px 30px; */
  /* background-color: #efefef; */
}

#vup .order .ttl_h3 h3 {
  padding: 10px 0 25px;
  font-size: 24px;
  font-weight: bold;
}

#vup .order .item h4 {
  font-size: 20px;
  font-weight: bold;
}



#vup .order div.DL_area {
  padding: 0;
}

/* #vup .order .DL_area.item .item_inner {
  background-color: #ddd;
} */


#vup .order .DL_area .ttl_h3 h3 {
  color: #00a273;
}

#vup .order .DL_area_inner {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #vup .order div.DL_area {
      padding: 0;
  }
  #vup .order .DL_area_inner {
    display: block;
  }

  #vup .order .ttl_h3 h3 {
    font-size: 22px;
  }
  #vup .order .item h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}

#vup .order div.DL_item {
  background-color: #fff;
  padding-bottom: 20px;
  width: 100%;
}

#vup .order div.DL_item1 {
  padding: 20px;
}

#vup .order div.DL_item2 {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  #vup .order div.DL_item2 {
    width: 100%;
    margin: 10px auto;
  }
}

#vup .order div.DL_item2 .clearfix .appbanner__box {
  width: 50%;
}

#vup .order div.DL_item3 {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  #vup .order div.DL_item3 {
    width: 100%;
    margin: 10px auto;
  }
}

#vup .order div.DL_item3 .img {
  width: 90%;
  margin: 0 auto;
}


.appbanner__box {
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  text-align: center;
}


#vup .order div.DL_item h4 {
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 3px solid #C3E8D2;
  font-weight: bold;
  line-height: 1.2;
}

.c00a273 {
  color: #00a273;
}


/* ボタンエリア */

#vup .order p.btn_g {
  margin-bottom: 0;
}
.btn_g {
  max-width: 580px;
}

.btn_g {
  background-color: #00A273;
  width: 90%;
  /* border-radius: 50px; */
  margin: 15px auto 0;
  text-align: center;
  line-height: 1.8;
  position: relative;
}

.btn_g a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px 10px 10px;
}

.btn_g::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 17px;
  transform: translateY(calc(50% - 6px));
  -webkit-transform: translateY(calc(50% - 6px));
  -ms-transform: translateY(calc(50% - 6px));
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
}


@media only screen and (min-width: 768px) {
  .DL_area .DL_area_inner .btn_g a {
      font-size: 13px;
    }
}


@media only screen and (max-width: 767px) {
  .btn_g {
      max-width: 100%;
      margin: 10px auto;
      /* border-radius: 10px; */
    }
    .btn_g a {
      padding: 15px 15px 15px 10px;
  }
}

/* ボタンエリア */


/* 20230808追加おわり */