article {
  padding-top: 0;
}

section {
  padding-top: 65px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section > .bar {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  section > .bar {
    margin-bottom: 30px;
  }
}
section h2 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section h2 {
    margin-bottom: 25px;
  }
}
section h3 {
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  section h3 {
    margin-bottom: 25px;
    line-height: 1.5;
  }
}
section p {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section p {
    font-size: 12px;
    line-height: 1.7;
  }
}
section nav ul {
  display: inline-block;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  section nav ul {
    display: block;
    width: 100%;
    max-width: 260px;
    border-bottom: 1px solid #dcdcdc;
  }
}
section nav ul li {
  display: inline-block;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  section nav ul li {
    display: block;
    width: 100%;
    max-width: 260px;
    border-right: 0;
    border-top: 1px solid #dcdcdc;
  }
}
section nav ul li:last-child {
  border-right: 0;
}
section nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 3;
  vertical-align: middle;
  color: #7c583c;
}
@media screen and (max-width: 767px) {
  section nav ul li a {
    padding-left: 20px;
    padding-right: 0px;
    letter-spacing: -0.05em;
  }
}
section nav ul li a:link, section nav ul li a:visited, section nav ul li a:hover, section nav ul li a:active {
  color: #7c583c;
}
section nav ul li a img {
  width: 10px;
  height: 5.5px;
  padding-top: 0px;
  margin-right: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  section nav ul li a img {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
}
section .lead {
  margin-bottom: 30px;
}
section .btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 2px;
  border: 1px solid #7c583c;
  color: #7c583c;
  font-size: 14px;
  line-height: 3.6;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section .btn {
    padding: 10px 15px 10px 25px;
    box-sizing: border-box;
    text-align: left;
  }
}
section .btn p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 3.6;
}
@media screen and (max-width: 767px) {
  section .btn p {
    line-height: 1.6;
  }
}
section .btn img {
  width: 7.5px;
  height: 13.5px;
  padding-top: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
section .img {
  width: 100%;
}
section .img img {
  width: 100%;
}
section .col-wrap .col {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section .col-wrap .col {
    width: 100%;
    float: none;
  }
}
section .col-wrap .col:nth-child(1) {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  section .col-wrap .col:nth-child(1) {
    padding-right: 0;
  }
}
section .col-wrap .col:nth-child(2) {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  section .col-wrap .col:nth-child(2) {
    padding-left: 0;
  }
}
section#point {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  section#point {
    padding-top: 65px;
  }
}
section#point .point {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  section#point .point {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
section#point .point:last-child {
  padding-bottom: 0;
}
section#point .point .num {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
  color: #7c583c;
}
@media screen and (max-width: 767px) {
  section#point .point .num {
    margin-bottom: 15px;
  }
}
section#point .point .name {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #7c583c;
}
@media screen and (max-width: 767px) {
  section#point .point .name {
    margin-bottom: 25px;
  }
}
section#point .point .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section#point .point .img {
    margin-bottom: 30px;
  }
}
section#point .point .col-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section#point .point .col-wrap {
    margin-bottom: 30px;
  }
}
section#point .point .text-img {
  margin-bottom: 50px;
}
section#point .point .text-img:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  section#point .point .text-img {
    margin-bottom: 20px;
  }
}
section#point .point .text-img .text {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  section#point .point .text-img .text {
    width: 100%;
    float: none;
  }
}
section#point .point .text-img .img {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 0;
  float: left;
}
section#point .point .text-img .img:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  section#point .point .text-img .img {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    float: none;
  }
}
section#point .point .text-img .img a.piece {
  display: block;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
  float: left;
  color: #7c583c;
}
section#point .point .text-img .img a.piece:nth-child(2n) {
  padding-left: 5px;
}
section#point .point .text-img .img a.piece:nth-child(2n+1) {
  padding-right: 5px;
}
section#point .point .text-img .img a.piece:last-child {
  margin-bottom: 0;
}
section#point .point .text-img .img a.piece img {
  margin-bottom: 6px;
}
section#point .point .text-img .img a.piece p {
  font-size: 12px;
}
section#flowcost {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  section#flowcost {
    padding-top: 45px;
  }
}
section#flowcost h4 {
  margin-bottom: 40px;
  font-size: 20px;
  color: #7c583c;
}
@media screen and (max-width: 767px) {
  section#flowcost h4 {
    line-height: 1.5;
  }
}
section#flowcost > .btn {
  display: none;
}
section#flowcost .flow {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section#flowcost .flow {
    padding-bottom: 45px;
  }
}
section#flowcost .flow:last-child {
  padding-bottom: 0;
}
section#flowcost .flow .col-wrap .col {
  float: right;
}
section#flowcost .flow .col-wrap .col:nth-child(1) {
  padding-left: 15px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  section#flowcost .flow .col-wrap .col:nth-child(1) {
    padding-left: 0;
  }
}
section#flowcost .flow .col-wrap .col:nth-child(2) {
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  section#flowcost .flow .col-wrap .col:nth-child(2) {
    padding-right: 0;
  }
}
section#flowcost .flow .col-wrap .col .bar {
  width: 44px;
  height: 1px;
  margin-bottom: 30px;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  section#flowcost .flow .col-wrap .col .bar {
    display: none;
  }
}
section#flowcost .flow .col-wrap .col .case {
  margin-bottom: 10px;
  font-size: 14px;
  color: #aaaaaa;
}
section#flowcost .flow .col-wrap .col h5 {
  margin-bottom: 30px;
  font-size: 14px;
  color: #7c583c;
}
@media screen and (max-width: 767px) {
  section#flowcost .flow .col-wrap .col h5 {
    line-height: 1.5;
  }
}
section#flowcost .flow .col-wrap .col p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section#flowcost .flow .col-wrap .col .img {
    margin-bottom: 20px;
  }
}
section#flowcost .flow .col-wrap .col .btn {
  width: 130px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  section#flowcost .flow .col-wrap .col .btn {
    padding: 10px 15px 10px 15px;
    text-align: center;
  }
}
section#flowcost .flow .col-wrap .col .btn p {
  margin-bottom: 0;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  section#flowcost .flow .col-wrap .col .btn p {
    line-height: 1;
  }
}
section#flow {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  section#flow {
    padding-top: 60px;
  }
}
section#flow > p {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  section#flow > p {
    margin-bottom: 40px;
  }
}
section#flow .flow {
  padding-bottom: 45px;
}
section#flow .flow:last-child {
  padding-bottom: 0;
}
section#flow .flow .bararea {
  padding: 10px 10px 10px 20px;
  margin-bottom: 25px;
  background-color: #eeeeee;
}
section#flow .flow .bararea:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  section#flow .flow .bararea {
    padding: 10px 10px 10px 15px;
    margin-bottom: 20px;
  }
}
section#flow .flow .bararea h4 {
  float: left;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  section#flow .flow .bararea h4 {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
section#flow .flow .bararea .mark {
  padding: 8px 25px;
  float: right;
  border-radius: 30px;
  background-color: #fff;
  font-size: 12px;
  color: #7c583c;
}
@media screen and (max-width: 767px) {
  section#flow .flow .bararea .mark {
    padding: 8px 10px;
    font-size: 10px;
  }
}
section#flow .flow .col-wrap .col p {
  padding-top: 5px;
  line-height: 1.8;
}
section#cost {
  padding-top: 90px;
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  section#cost {
    padding-top: 70px;
  }
}
section#cost .col-wrap .col:nth-child(1) {
  width: 235px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  section#cost .col-wrap .col:nth-child(1) {
    width: 100%;
  }
}
section#cost .col-wrap .col:nth-child(2) {
  width: 100%;
  padding-left: 250px;
  margin-left: -235px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section#cost .col-wrap .col:nth-child(2) {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section#cost .col-wrap .col .img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section#cost .col-wrap .col .img img {
    max-width: 286px;
  }
}
section#cost .col-wrap .col h4 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #7c583c;
}
section#cost .col-wrap .col p {
  margin-bottom: 30px;
}
