@charset "UTF-8";
@media screen and (max-width: 767px) {
  #about-nav2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #about-nav2 ul li:nth-child(4) a:before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}

section {
  padding: 60px 0px 70px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section {
    padding: 10px 0px 80px;
    font-size: 12px;
    line-height: 1.8;
  }
}
section h2 {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #7c583c;
}
@media screen and (max-width: 767px) {
  section h2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section nav.about-nav2 {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 35px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
section nav.about-nav2 ul {
  margin-bottom: 0;
  border-right: 1px solid #dcdcdc;
}
section nav.about-nav2 ul:after {
  content: "";
  display: table;
  clear: both;
}
section nav.about-nav2 ul li {
  display: inline-block;
  width: 25%;
  height: 50px;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
  border: 1px solid #dcdcdc;
  border-right: 0;
  background-color: #fff;
  position: relative;
  z-index: 0;
  float: left;
  color: #7c583c;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  clear: none !important;
}
@media screen and (max-width: 1099px) {
  section nav.about-nav2 ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 ul li {
    width: 50%;
  }
  section nav.about-nav2 ul li:nth-child(1), section nav.about-nav2 ul li:nth-child(2), section nav.about-nav2 ul li:nth-child(3) {
    border-bottom: 1px solid #e5e5e5;
  }
  section nav.about-nav2 ul li:nth-child(1), section nav.about-nav2 ul li:nth-child(3) {
    border-right: 0;
  }
}
section nav.about-nav2 ul li.active {
  z-index: 1;
}
section nav.about-nav2 ul li.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border: 3px solid #b49883;
  box-sizing: border-box;
}
section nav.about-nav2 ul li:nth-child(1) a {
  border-left: 3px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 ul li:nth-child(1) {
    margin-left: 0;
  }
  section nav.about-nav2 ul li:nth-child(1) a {
    border-left: 3px solid #f0f0f0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 ul li:nth-child(2) {
    margin-left: 0;
  }
  section nav.about-nav2 ul li:nth-child(2) a {
    border-right: 3px solid #f0f0f0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 ul li:nth-child(3) {
    margin-left: 0;
    margin-top: -1px;
  }
  section nav.about-nav2 ul li:nth-child(3) a {
    border-left: 3px solid #f0f0f0;
    border-top: 0;
  }
}
section nav.about-nav2 ul li:nth-child(4) a {
  border-right: 3px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 ul li:nth-child(4) {
    margin-left: 0;
    margin-top: -1px;
  }
  section nav.about-nav2 ul li:nth-child(4) a {
    border-right: 3px solid #f0f0f0;
    border-top: 0;
  }
  section nav.about-nav2 ul li:nth-child(4) a:before {
    top: 44%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  section nav.about-nav2 ul li:nth-child(4) a br {
    display: inline;
  }
}
section nav.about-nav2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  border-top: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  box-sizing: border-box;
  position: relative;
  color: #7c583c;
}
@media screen and (max-width: 1099px) {
  section nav.about-nav2 ul li a {
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 ul li a {
    padding-left: 24px;
  }
}
section nav.about-nav2 ul li a:before {
  content: "";
  display: block;
  width: 5.5px;
  height: 10px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../../img/common/icon_arrow5_brown.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  section nav.about-nav2 ul li a:before {
    left: 10px;
  }
}
section nav.about-nav2 ul li a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1099px) {
  section nav.about-nav2 ul li a span {
    padding-right: 6px;
  }
}
@media screen and (max-width: 1099px) {
  section nav.about-nav2 ul li a span br {
    display: none;
  }
}
section nav.about-nav2 .innav {
  width: 95%;
  padding-top: 10px;
  position: absolute;
  left: 50%;
  top: 47px;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav {
    display: none;
    width: 50%;
    padding-right: 15px;
    padding-top: 0;
    box-sizing: border-box;
    left: auto;
    right: 0;
    top: 99px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
section nav.about-nav2 .innav:before {
  content: "";
  display: block;
  width: 12.5px;
  height: 12px;
  margin-right: 10px;
  position: absolute;
  right: 8%;
  top: -1px;
  z-index: 10;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  background-image: url(../../img/about/nav_tri.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav:before {
    display: none;
  }
}
section nav.about-nav2 .innav ul {
  width: 100%;
  position: absolute;
  top: 10px;
  border: 0px;
  background-color: #7c583c;
}
section nav.about-nav2 .innav ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav ul {
    position: static;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    line-height: 1;
  }
}
section nav.about-nav2 .innav li {
  width: 25%;
  height: 40px;
  box-sizing: border-box;
  margin-left: 0px;
  border: 0;
  font-size: 10px;
  float: left;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav li {
    width: 100%;
    height: 30px;
    float: none;
  }
}
section nav.about-nav2 .innav li:first-child {
  border-top: 0;
}
section nav.about-nav2 .innav li:first-child a {
  border-left: 0;
}
section nav.about-nav2 .innav li:nth-child(1) {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav li:nth-child(1) a {
    border-left: 0;
  }
}
section nav.about-nav2 .innav li:nth-child(2) {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav li:nth-child(2) a {
    border-right: 0;
  }
}
section nav.about-nav2 .innav li:nth-child(3) {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav li:nth-child(3) a {
    border-left: 0;
  }
}
section nav.about-nav2 .innav li:nth-child(4) {
  position: relative;
  z-index: 1;
}
section nav.about-nav2 .innav li:nth-child(4) a {
  border-right: 0;
  background-color: #946847;
}
section nav.about-nav2 .innav li:nth-child(4) a:before {
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav li:nth-child(4) a:before {
    top: 50%;
  }
}
section nav.about-nav2 .innav li:nth-child(4) a:after {
  display: none;
}
section nav.about-nav2 .innav li a {
  display: block;
  width: 100%;
  padding-left: 35px;
  position: relative;
  border: 0;
  color: #fff;
  background-color: #7c583c;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background-color 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}
@media screen and (max-width: 1099px) {
  section nav.about-nav2 .innav li a {
    padding-left: 20px;
  }
}
section nav.about-nav2 .innav li a:hover {
  opacity: 1.0;
  background-color: #946847;
}
section nav.about-nav2 .innav li a:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #99806c;
}
@media screen and (max-width: 767px) {
  section nav.about-nav2 .innav li a:after {
    display: none;
  }
}
section nav.about-nav2 .innav li a:before {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  left: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../../img/common/icon_arrow6.png);
}
@media screen and (max-width: 1099px) {
  section nav.about-nav2 .innav li a:before {
    left: 10px;
  }
}
section nav.about-nav2 .innav li a span {
  display: inline-block;
  position: relative;
  left: 0;
}
section .inwrap {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  section .inwrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section .inwrap > .img {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section .inwrap > .img {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
section .inwrap > .img img {
  width: 100%;
}
section .title-wrap {
  height: 200px;
  box-sizing: border-box;
  margin-bottom: 65px;
  position: relative;
  background-image: url(../../img/concept03/titlebg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  section .title-wrap {
    height: auto;
    padding-top: 62px;
    padding-bottom: 61px;
    margin-bottom: 35px;
    background-image: url(../../img/concept03/titlebg_sp.jpg);
  }
}
section .title-wrap .title {
  padding-left: 35px;
  padding-right: 35px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  section .title-wrap .title {
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
section .title-wrap h3 {
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section .title-wrap h3 {
    padding-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0;
  }
}
section .title-wrap p {
  max-width: 550px;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section .title-wrap p {
    line-height: 1.7;
  }
}
section .bar {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #b5b5b5;
}
@media screen and (max-width: 767px) {
  section .bar {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
section .col-wrap:after {
  content: "";
  display: table;
  clear: both;
}
section .col-wrap .col {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 767px) {
  section .col-wrap .col {
    width: 100%;
    float: none;
  }
}
section .col-wrap .col:nth-child(2n+1) {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  section .col-wrap .col:nth-child(2n+1) {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
section .col-wrap .col:nth-child(2n) {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  section .col-wrap .col:nth-child(2n) {
    padding-left: 0;
  }
}
section .col-wrap .col p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section .col-wrap .col p {
    line-height: 2;
  }
}
section .col-wrap#col-wrap1 {
  margin-top: 40px;
  margin-bottom: 30px;
}
section .col-wrap#col-wrap2 {
  margin-bottom: 35px;
}
section .col-wrap#col-wrap3 {
  margin-bottom: 20px;
}
section .col-wrap#col-wrap4 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  section .col-wrap#col-wrap4 {
    margin-bottom: 20px;
  }
}
section h4 {
  margin-bottom: 18px;
  color: #7c583c;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section h4 {
    margin-bottom: 25px;
    line-height: 1.5;
  }
}
section p {
  line-height: 1.75;
  letter-spacing: 0;
}
section p.attention {
  margin-bottom: 0px;
  font-size: 12px;
}
section p.lead {
  margin-bottom: 32px;
}
section p a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 34px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section p a {
    margin-bottom: 40px;
  }
}
section p a:link, section p a:visited, section p a:hover, section p a:active {
  color: #7c583c;
}
section p a:before {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../../img/common/icon_arrow5_brown.png);
  background-size: contain;
  background-repeat: no-repeat;
}
section .case {
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
section .case h5 {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  background-color: #222;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  section .case h5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 349px) {
  section .case h5 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
}
section .case .case-inwrap {
  padding: 40px 20px 32px;
  margin-top: -14px;
  position: relative;
  text-align: center;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 767px) {
  section .case .case-inwrap {
    padding: 35px 20px 25px;
    margin-top: -15px;
  }
}
section .case .case-inwrap > p {
  text-align: left;
  font-size: 12px;
  line-height: 1.7;
}
section .case .case-inwrap ul {
  text-align: left;
}
section .case .case-inwrap ul li {
  padding-left: 10px;
  margin-bottom: 3px;
  position: relative;
  color: #7c583c;
  font-size: 14px;
}
section .case .case-inwrap ul li:before {
  content: "･";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
section .case .col-wrap {
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap {
    margin-bottom: 0;
  }
}
section .case .col-wrap .col {
  width: 33.3%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  section .case .col-wrap .col:after {
    content: "";
    display: table;
    clear: both;
  }
}
section .case .col-wrap .col.right {
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col.right {
    padding-right: 0;
  }
}
section .case .col-wrap .col.both {
  padding-right: 3px;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col.both {
    padding-right: 0;
    padding-left: 0;
  }
}
section .case .col-wrap .col.left {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col.left {
    padding-left: 0;
  }
}
section .case .col-wrap .col .arrow {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 8px;
  position: relative;
  background-color: #996c33;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col .arrow {
    display: table-cell;
    width: 50px;
    height: 100%;
  }
}
section .case .col-wrap .col .arrow img {
  width: 100%;
  max-width: 205px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col .arrow img {
    width: auto;
    max-width: 13.5px;
    height: auto;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section .case .col-wrap .col .arrow:before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 25px solid #996c33;
  border-right: 20px solid #fff;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col .arrow:before {
    border-top: 20px solid #996c33;
    border-right: 25px solid #fff;
  }
}
section .case .col-wrap .col .arrow:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 25px solid #fff;
  border-left: 20px solid #996c33;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col .arrow:after {
    top: auto;
    bottom: 0;
    left: 0%;
    right: auto;
    border-top: 20px solid #996c33;
    border-left: 25px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col .text {
    display: table-cell;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
section .case .col-wrap .col .text h6 {
  margin-bottom: 8px;
  color: #996c33;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col .text h6 {
    margin-top: -5px;
  }
}
section .case .col-wrap .col .text p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  section .case .col-wrap .col .text p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  section .case#case1 .col-wrap .col:nth-child(3) {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  section .case#case2 {
    margin-bottom: 30px;
  }
}
section .case#case2 .col-wrap {
  margin-bottom: 0;
}
section .case#case2 .col-wrap .col {
  width: 22%;
}
@media screen and (max-width: 767px) {
  section .case#case2 .col-wrap .col {
    width: 100%;
  }
}
section .case#case2 .col-wrap .col:nth-child(1) {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  section .case#case2 .col-wrap .col:nth-child(1) {
    margin-right: 0;
  }
}
section .case#case2 .col-wrap .col:nth-child(2) {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  section .case#case2 .col-wrap .col:nth-child(2) {
    margin-right: 0;
  }
}
section .case#case2 .col-wrap .col:nth-child(3) {
  width: 31%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  section .case#case2 .col-wrap .col:nth-child(3) {
    width: 100%;
    margin-right: 0;
    min-height: 200px;
  }
}
section .case#case2 .col-wrap .col:nth-child(4) {
  width: 22%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  section .case#case2 .col-wrap .col:nth-child(4) {
    width: 100%;
    margin-right: 0;
  }
}
section .imgs {
  margin-top: 40px;
  margin-bottom: 40px;
}
section .imgs:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  section .imgs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
section .imgs .img-wrap {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  float: left;
}
@media screen and (max-width: 767px) {
  section .imgs .img-wrap {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
}
section .imgs .img-wrap:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  section .imgs .img-wrap:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  section .imgs .img-wrap:nth-child(2n) {
    margin-right: 0;
  }
}
section .imgs .img-wrap .img {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  section .imgs .img-wrap .img {
    margin-bottom: 4px;
  }
}
section .imgs .img-wrap .img img {
  width: 100%;
}
section .imgs .img-wrap p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  section .imgs .img-wrap p {
    font-size: 10px;
  }
}
section .btns {
  margin-bottom: 115px;
}
section .btns:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  section .btns {
    margin-bottom: 50px;
  }
}
section .btns .btn {
  display: block;
  width: 48%;
  margin-right: 4%;
  float: left;
  position: relative;
  border: 1px solid #7c583c;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section .btns .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
section .btns .btn:nth-child(2) {
  margin-right: 0;
}
section .btns .btn p {
  color: #7c583c;
  text-align: center;
  font-size: 14px;
  line-height: 3.5;
}
@media screen and (max-width: 767px) {
  section .btns .btn p {
    font-size: 10px;
  }
}
section .btns .btn img {
  width: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
