#scene {
  padding: 30px 20px;
}
#scene h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
#scene h2:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
#scene h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #scene {
    padding: 30px;
  }
  #scene .inner {
    position: relative;
    padding: 0 0px 30px 30px;
  }
  #scene .inner:before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  #scene .inner:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  #scene h2 {
    position: relative;
    text-align: right;
    margin-bottom: 0px;
  }
  #scene h2:before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: inherit;
    right: 0;
    margin-top: 20px;
  }
  #scene h2:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 3px;
    right: 85px;
  }
  #scene h2 span {
    display: inline-block;
    background-color: transparent;
    padding: 0 0px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 980px) {
  #scene {
    padding: 40px 50px;
  }
  #scene .inner {
    position: relative;
    padding: 0 0px 50px 50px;
  }
  #scene h2 {
    margin-bottom: 20px;
  }
}
#about {
  background-image: url("../images/bg_pattern.png");
  background-repeat: repeat;
  background-position: center;
  padding: 25px 0px;
  background-size: 18px;
}
@media screen and (min-width: 768px) {
  #about {
    padding: 30px 0px;
    background-size: 36px;
  }
}
#about .inner {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #about .inner {
    padding: 30px;
  }
  #about .inner .ttl_style01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  #about .inner .ttl_style01 {
    margin-bottom: 40px;
  }
}
.blk_about {
  margin-bottom: 30px;
}
.blk_about .ttl_style01 {
  margin-bottom: 15px;
}
.blk_about .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.blk_about .flexbox .text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}
.blk_about .flexbox .text h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}
.blk_about .flexbox .text h3 span {
  font-size: 32px;
}
@media screen and (max-width: 320px) {
  .blk_about .flexbox .text h3 {
    font-size: 18px;
  }
  .blk_about .flexbox .text h3 span {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) {
  .blk_about .flexbox .text h3 br.none {
    display: none;
  }
}
.blk_about .flexbox .thum {
  font-weight: bold;
}
.blk_about .flexbox .thum figure {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.blk_about .flexbox .thum p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blk_about .flexbox {
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .blk_about .flexbox .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0px;
    padding-right: 40px;
  }
  .blk_about .flexbox .text h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .blk_about .flexbox .text h3 span {
    font-size: 26px;
  }
  .blk_about .flexbox .thum {
    width: 250px;
  }
  .blk_about .flexbox .thum p {
    font-size: 18px;
  }
  .blk_about .flexbox .thum p br {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #about {
    padding: 20px 30px 40px 30px;
  }
  #about .inner {
    padding: 50px 50px 40px 50px;
  }
  .blk_about {
    margin-bottom: 40px;
  }
  .blk_about .flexbox {
    width: 100%;
    max-width: 100%;
  }
  .blk_about .flexbox .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 560px;
    margin-bottom: 0px;
    padding-right: 40px;
  }
  .blk_about .flexbox .text h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .blk_about .flexbox .text h3 span {
    font-size: 32px;
  }
  .blk_about .flexbox .thum {
    padding-left: 1%;
  }
  .blk_about .flexbox .thum p {
    font-size: 18px;
    font-weight: bold;
  }
  .blk_about .flexbox .thum p br {
    display: none;
  }
}
.for-use {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .for-use {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .for-use {
    margin-bottom: 40px;
  }
}
.for-use .ttl {
  padding: 13px 40px;
  background-color: #4f3d2f;
  margin: 0 -20px 25px -20px;
}
.for-use .ttl span {
  width: 100%;
  height: 0;
  max-width: 254px;
  max-height: 17px;
  padding-top: 6.69291%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../images/ttl_foruse_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .for-use .ttl {
    background-color: transparent;
  }
  .for-use .ttl span {
    width: 100%;
    height: 0;
    max-width: 294px;
    max-height: 18px;
    padding-top: 18px;
    background-image: url("../images/ttl_foruse_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 980px) {
  .for-use .ttl {
    margin-bottom: 40px;
  }
}
.step_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto -20px auto;
}
.step_content .step {
  width: 50%;
  position: relative;
  line-height: 1.5;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.step_content .step figure {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.step_content .step p {
  max-width: 120px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}
.step_content .step:not(:first-child):before {
  content: "";
  display: block;
  width: 50px;
  height: 24px;
  background-image: url("../images/arrow01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-20px, -60px);
  -moz-transform: translate(-20px, -60px);
  -ms-transform: translate(-20px, -60px);
  -o-transform: translate(-20px, -60px);
  transform: translate(-20px, -60px);
}
@media screen and (max-width: 639px) {
  .step_content .step:last-child {
    width: 320px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step_content .step:last-child figure {
    width: 135px;
  }
  .step_content .step:last-child figure img {
    width: auto;
    max-width: 100%;
  }
  .step_content .step:last-child p {
    width: 50%;
    padding-left: 0px;
  }
  .step_content .step:last-child:before {
    top: 0%;
    left: 50% !important;
  }
  .step_content .step:nth-child(odd):before {
    width: 50px;
    height: 36px;
    background-image: url("../images/arrow02.png");
    position: absolute;
    top: 0%;
    left: 100%;
    -webkit-transform: translate(-20px, -32px);
    -moz-transform: translate(-20px, -32px);
    -ms-transform: translate(-20px, -32px);
    -o-transform: translate(-20px, -32px);
    transform: translate(-20px, -32px);
  }
}
@media screen and (min-width: 640px) {
  .step_content {
    margin-bottom: -50px;
  }
  .step_content .step {
    width: 33.3333%;
    padding-bottom: 80px;
  }
  .step_content .step:not(:first-child):before {
    content: "";
    display: block;
    width: 70px;
    height: 24px;
    background-image: url("../images/arrow01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-20px, -60px);
    -moz-transform: translate(-20px, -60px);
    -ms-transform: translate(-20px, -60px);
    -o-transform: translate(-20px, -60px);
    transform: translate(-20px, -60px);
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .step_content .step:nth-child(3n + 1):before {
    width: 60px;
    height: 38px;
    background-image: url("../images/arrow02.png");
    position: absolute;
    top: 0%;
    left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .step_content {
    margin-bottom: 40px;
  }
  .step_content .step {
    width: 20%;
    max-width: 270px;
    padding-bottom: 0px;
  }
  .step_content .step p {
    max-width: 150px;
    padding: 0 9px;
    font-size: 14px;
  }
  .step_content .step:not(:first-child):before {
    width: 50px;
    height: 24px;
    -webkit-transform: translate(-10px, -60px);
    -moz-transform: translate(-10px, -60px);
    -ms-transform: translate(-10px, -60px);
    -o-transform: translate(-10px, -60px);
    transform: translate(-10px, -60px);
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .step_content .step:not(:first-child):before {
    width: 70px;
    height: 24px;
    -webkit-transform: translate(-20px, -60px);
    -moz-transform: translate(-20px, -60px);
    -ms-transform: translate(-20px, -60px);
    -o-transform: translate(-20px, -60px);
    transform: translate(-20px, -60px);
  }
}
@media screen and (min-width: 980px) {
  .step_content {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.bootsbag figure {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.bootsbag figure img {
  width: 100%;
}
.bootsbag .box {
  max-width: 355px;
  margin: 0 auto;
}
.bootsbag h3 {
  width: 60%;
  height: 0px;
  padding-top: 10.6383%;
  overflow: hidden;
  background-image: url("../images/bootsbag_sp.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.bootsbag p {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 695px) {
  .bootsbag {
    max-width: 734px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .bootsbag figure {
    max-width: 530px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 20px;
  }
  .bootsbag .box {
    width: 150px;
    max-width: 150px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    top: 25px;
  }
  .bootsbag h3 {
    width: 184px;
    height: 0px;
    padding-top: 52px;
    margin-bottom: -15px;
    overflow: hidden;
    background-image: url("../images/bootsbag_pc.png");
  }
  .bootsbag p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.detail {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .detail {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 980px) {
  .detail {
    margin-bottom: 60px;
  }
}
.detail .ttl {
  padding: 13px 40px;
  background-color: #5e713a;
  margin: 0 -20px 25px -20px;
}
.detail .ttl span {
  width: 100%;
  height: 0;
  max-width: 254px;
  max-height: 17px;
  padding-top: 6.69291%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../images/ttl_detail_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .detail .ttl {
    background-color: transparent;
  }
  .detail .ttl span {
    width: 100%;
    height: 0;
    max-width: 155px;
    max-height: 18px;
    padding-top: 18px;
    background-image: url("../images/ttl_detail_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 980px) {
  .detail .ttl {
    margin-bottom: 40px;
  }
}
.det_content {
  padding: 10px 15px;
}
.det_content .box figure {
  display: block;
  margin-bottom: 10px;
}
.det_content .box figure img {
  width: 100%;
  height: auto;
}
.det_content .box:not(:first-child) {
  margin-top: 40px;
}
.det_content .name {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 3px;
  font-weight: bold;
}
.det_content p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .det_content {
    padding: 0 5px 0px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
  }
  .det_content .box {
    width: 33.33333%;
    max-width: 280px;
    padding: 0 10px;
  }
  .det_content .box:not(:first-child) {
    margin-top: 0px;
  }
  .det_content .name {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    font-weight: bold;
  }
  .det_content p {
    font-size: 14px;
  }
}
.color {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .color {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .color {
    margin-bottom: 50px;
  }
}
.color .ttl {
  padding: 13px 40px;
  background-color: #02385f;
  margin: 0 -20px 25px -20px;
}
.color .ttl span {
  width: 100%;
  height: 0;
  max-width: 254px;
  max-height: 17px;
  padding-top: 6.69291%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../images/ttl_color_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .color .ttl {
    background-color: transparent;
    margin-bottom: 15px;
  }
  .color .ttl span {
    width: 100%;
    height: 0;
    max-width: 230px;
    max-height: 18px;
    padding-top: 18px;
    background-image: url("../images/ttl_color_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 980px) {
  .color .ttl {
    margin-bottom: 20px;
  }
}
.cv_content {
  padding: 10px 15px;
}
.cv_content .box figure {
  display: block;
  margin-bottom: 0px;
}
.cv_content .box figure img {
  width: 100%;
  height: auto;
}
.cv_content .box:not(:first-child) {
  margin-top: 40px;
}
.cv_content .name {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 3px;
  font-weight: bold;
}
.cv_content p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
}
.color_charcoal {
  font-size: 15px;
  color: #4f3d2f;
  font-weight: bold;
}
.color_khaki {
  color: #5e713a;
  font-size: 15px;
  font-weight: bold;
}
.color_blue {
  color: #02385f;
  font-size: 15px;
  font-weight: bold;
}
.color_black {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 768px) {
  .cv_content {
    padding: 0 5px 0px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .cv_content {
    margin: 0 0px;
  }
}
@media screen and (min-width: 768px) {
  .cv_content .box {
    width: 33.33333%;
    max-width: 280px;
    padding: 0 10px;
  }
  .cv_content .box:not(:first-child) {
    margin-top: 0px;
  }
  .cv_content .box figure {
    margin-bottom: 10px;
  }
  .cv_content .name {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    font-weight: bold;
  }
  .cv_content p {
    font-size: 14px;
  }
}
.new_color {
  margin-bottom: 30px;
}
.new_color .ttl {
  padding: 13px 40px;
  background-color: #ff0000;
  margin: 0 -20px 25px -20px;
}
.new_color .ttl span {
  width: 100%;
  height: 0;
  max-width: 254px;
  max-height: 17px;
  padding-top: 6.69291%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../images/ttl_new_color_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .new_color {
    margin-bottom: 50px;
  }
  .new_color .ttl {
    background-color: transparent;
    margin-bottom: 15px;
  }
  .new_color .ttl span {
    width: 100%;
    height: 0;
    max-width: 143px;
    max-height: 24px;
    padding-top: 24px;
    background-image: url("../images/ttl_new_color_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .new_color .cv_content {
    justify-content: center;
  }
}
.spec {
  padding: 40px 20px;
}
.spec .ttl_style01 {
  margin-bottom: 20px;
}
.spec .ttl_style01:after {
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .spec {
    padding: 40px 40px;
  }
  .spec .ttl_style01 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .spec {
    padding: 50px 80px;
  }
  .spec .ttl_style01 {
    margin-bottom: 50px;
  }
}
.spec_body .thum figure {
  display: block;
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.spec_body .thum figure img {
  width: 100%;
}
.spec_body .detail > p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .spec_body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 55px;
  }
  .spec_body .thum {
    width: 410px;
    margin-bottom: 0;
  }
  .spec_body .thum figure {
    margin-bottom: 0;
  }
  .spec_body .detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    margin-bottom: 0;
  }
  .spec_body .detail > p .none {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .spec_body {
    margin-bottom: 65px;
  }
}
.size_guide {
  width: auto;
  margin: 0 auto 20px auto;
}
.size_guide p {
  font-weight: bold;
  font-size: 15px;
}
.size_guide table {
  font-size: 12px;
  font-weight: bold;
  background-color: #000;
  border-collapse: separate;
  border-spacing: 1px;
}
.size_guide table td,
.size_guide table th {
  background-color: #fff;
  padding: 4px 6px;
}
.size_guide table th {
  text-align: center;
}
.size_guide_attention {
  margin: -14px 0 20px;
}
@media screen and (min-width: 768px) {
  .size_guide {
    margin: 0 0 20px 0;
  }
  .size_guide p {
    margin-left: -0.5em;
  }
  .size_guide p .none {
    display: none;
  }
}
.spec_footer .btn {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.spec_footer .btn a {
  display: block;
  color: #fff;
  background-color: #000000;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 13px 20px;
  position: relative;
  margin: 0 auto 5px auto;
}
.spec_footer .btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spec_footer .btn .notice {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}
.spec_footer .indent_list {
  line-height: 1.6;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .spec_footer .btn a {
    font-size: 24px;
    padding: 16px 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .spec_footer .btn a:after {
    width: 16px;
    height: 16px;
    right: 40px;
    border-width: 4px;
    margin-top: -10px;
  }
  .spec_footer .btn a:hover {
    background-color: #006113;
  }
  .spec_footer .btn .notice {
    font-size: 13px;
  }
  .spec_footer .indent_list {
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  .spec_footer .btn {
    margin-bottom: 25px;
  }
  .spec_footer .btn .notice {
    font-size: 12px;
  }
  .spec_footer .indent_list {
    font-size: 12px;
  }
}
.contact {
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
}
.contact p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact p {
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  .contact p {
    display: inline;
  }
  .contact p:not(:first-child) {
    margin-left: 0.5em;
  }
}
.contact a {
  color: #333;
}
.contact a:hover {
  color: #006113;
}
.contact a.link {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 980px) {
  .contact {
    margin-top: 70px;
  }
}
/*# sourceMappingURL=style.css.map */
