/* nav */

.menu_wrap {
  display: none;
}

.mv_sub {
  background: url(/menuandprice/settlement/images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 200px;
  position: relative;
}


/* section01 */

#section01 {
  background: #fffafa;
  border-top: 2px solid #fff;
}

.listNmb ul {
  padding: 30px;
  border: 1px solid #ed2f38;
  border-radius: 5px;
  background-color: #fff;
}

.listNmb ul li {
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
}

.listNmb ul li:last-child {
  margin-bottom: 0;
}

p.lineTitle {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

p.lineTitle span.arrow_bottom {
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

p.lineTitle span.arrow_bottom img {
  width: 100%;
}



/* section02 */

.pointList {
  display: flex;
  justify-content: center;
}

.pointList .content {
  margin-right: 30px;
  padding: 30px;
  position: relative;
  width: 33%;
  border: 1px solid #ed2f38;
  border-radius: 5px;
  background-color: #fff;

}

.pointList .content:last-child {
  margin-right: 0;
}

.pointList .content .sub {
  position: absolute;
  width: 66px;
  top: -25px;
  left: -25px;
}

.pointList .content .sub img {
  width: 100%;
}

.pointList .content .title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #ed2f38;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.pointList .content .text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}


/* section03 */


#section03 {
  padding-bottom: 0;
}

.wrapper {
  padding: 50px 0;
}

.planBox .title::before {
  content: '';
  width: 35px;
  height: 1px;
  margin: 0 auto 15px;
  background-color: #e4e4e4;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin-right: 5px;
}

.planBox .title {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: left;
  font-style: italic;
  color: #5c5b5b;
}

.planBox .title .en {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: left;
  font-style: italic;
  color: #ed2f38;
}

.planBox .text {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: left;
  font-style: italic;
  color: #5c5b5b;
}

.planBox .subTtl {
  text-align: center;
  background: #ed2f38;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.planBox .contents {
  border: 1px solid #ed2f38;
  padding: 30px;
  margin-bottom: 10px;
  background: #fff;
}

.planBox .contents .Box {
  display: flex;
  justify-content: center;
  padding: 0 0 10px 0;
  align-items: center;
}

.planBox .contents .Box .mainTtl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ed2f38;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.planBox .contents ul {
  display: flex;
  justify-content: center;
}

.planBox .contents ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 20px;
  background-color: #f7f7f7;
  margin-right: 30px;
}

.planBox .contents ul li:last-child {
  margin-right: 0;
}

/* support */

#support {
  padding: 50px 0 100px;
}

.support ul {
  display: flex;
  justify-content: center;
}

.support ul li {
  margin-right: 10px;
  width: 50%;
}

.support ul li:last-child {
  margin-right: 0;
}


.support ul li .img {
  width: 100%;
}

.support ul li .img img {
  width: 100%;
}

.support ul li .title {
  font-size: 18px;
  line-height: 1.5;
  margin: 5px 0;
  color: #ed2f38;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.support ul li .text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 10px;
}

.support ul li .btn a {
  background: #ed2f38;
  color: #fff;
  font-size: 14px;
  padding: 8px 8px 8px 18px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 1px solid #ed2f38;
}

.support ul li .btn a:hover {
  background: #fff;
  color: #ed2f38;
  opacity: 1;
  border: 1px solid #ed2f38;
}

.support ul li .btn span {
  display: inline-block;
  margin-left: 10px;
  width: 22px;
}


@media screen and (max-width: 800px) {

  /* section01 */

  .listNmb ul {
    padding: 20px;
  }

  .listNmb ul li {
    font-size: 16px;
  }

  .listNmb ul li:first-child .circleNmb {
    border-radius: 100%;
    width: 56px;
    height: 27px;
  }

  .listNmb .circleNmb {
    border-radius: 100%;
    width: 43px;
    height: 27px;
  }

  .pointList {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .pointList .content {
    margin-right: 0;
    margin-bottom: 40px;
    padding: 20px;
    width: 100%;
  }

  .pointList .content .sub {
    width: 56px;
  }

  .planBox .title .en {
    display: block;
    margin-left: 45px;
    margin-top: 10px;
  }

  .planBox .text {
    font-size: 14px;
  }

  .planBox .subTtl {
    font-size: 16px;
  }

  .planBox .contents .Box {
    flex-wrap: wrap;
  }

  .planBox .contents .Box .mainTtl {
    display: block;
    margin-bottom: 5px;
  }

  .planBox .contents ul {
    flex-wrap: wrap;
  }

  .planBox .contents ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }






  p.info {
    font-size: 12px;
  }

}
