/* mv */

.mv_sub {
  background: url(/menuandprice/settlement/doc/images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 200px;
  position: relative;
}


/* nav */

.menu_wrap {
  display: none;
}

section h2.titleSub {
  margin-bottom: 10px;
}

section h4.text {
  margin-bottom: 20px;
  font-size: 18px;
}

/* section01 */

#section01 {
  padding: 30px 0 0;
}


/* section02 */

#section02 {
  padding: 30px 0 50px;
}


.subject {
  padding: 10px;
  background-color: #fffafa;
  margin-bottom: 30px;
}

.subject ul {
  display: flex;
  justify-content: center;
}

.subject ul li {
  margin-right: 10px;
  color: #ed2f38;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.subject ul li:last-child {
  margin-right: 0x;
}

#section02 .contents {
  padding: 30px;
  border: 1px solid #ed2f38;
  border-radius: 5px;
}

.contents .flowBox .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #ed2f38;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.contents .flowBox .txt {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.arrow_bottom {
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.arrow_bottom img {
  width: 100%;
}

.contents {
  margin-bottom: 20px;
}

.contents .innerBox {
  padding: 20px;
  background-color: #fffafa;
}

.contents .innerBox h5.title {
  color: #ed2f38;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contents .innerBox h5.title::before {
  content: '';
  background: linear-gradient(#ed2f38, #ef757b);
  width: 8px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}


.contents .innerBox .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.contents .innerBox .list {
  margin-bottom: 15px;
}

.contents .innerBox .list ul li {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}

.contents .innerBox .list ul li span {
  display: inline-block;
  color: #ed2f38;
  font-size: 10px;
  text-align: left;
  margin-right: 5px;
}

.contents .info {
  font-size: 12px;
  display: block;
}

.planBox {
  margin-top: 50px;
}


.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: center;
  color: #5c5b5b;
}

.planBox .text .info {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.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 .mainTtl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ed2f38;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.planBox .contents .plan {
  font-size: 20px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.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) {

  /* よく使うパーツ */
  .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: 10px;
    font-size: 23px;
  }

  .planBox .contents ul {
    flex-wrap: wrap;
  }

  .planBox .contents ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* コンテンツ */

  section h4.text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }

  .subject ul {
    flex-wrap: wrap;
    text-align: center;
  }

  .subject ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #section02 .contents {
    padding: 20px;
  }

  .contents .flowBox .title {
    font-size: 20px;
  }

  .circleNmb {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .contents .flowBox .txt {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .planBox .text {
    font-size: 14px;
  }



}
