@media screen and (max-width: 768px) {
 .pc {
  display: none !important;
 }
}

@media screen and (min-width: 769px) {
 .sp {
  display: none !important;
 }
}

.ov {
 -webkit-transition: opacity 0.3s;
 transition: opacity 0.3s;
}
.ov:hover {
 opacity: 0.8;
}

.staticBody {
 overflow: hidden;
}

#wrapper {
 padding-top: 100px;
}
@media screen and (min-width: 769px) {
 #wrapper {
  min-width: 1100px;
 }
}
@media screen and (max-width: 768px) {
 #wrapper {
  padding-top: 80px;
 }
}

header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 width: 100%;
 justify-content: space-between;
 align-items: center;
 padding-left: 15px;
 background-color: #ffffff;

 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
}
@media screen and (max-width: 768px) {
 header {
  height: 80px;
 }
}
header a.logo img {
 height: 75px;
}
@media screen and (max-width: 1000px) {
 header a.logo img {
  height: 65px;
 }
}
@media screen and (max-width: 930px) {
 header a.logo img {
  height: 60px;
 }
}
@media screen and (max-width: 768px) {
 header a.logo img {
  height: 50px;
 }
}
header .spNavTgl {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 z-index: 9;
 width: 80px;
 height: 80px;
 justify-content: center;
 align-items: center;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
header .spNavTgl.ex i {
 background-color: #4f4f4f;
}
header .spNavTgl.ex i::before,header .spNavTgl.ex i::after {
 background-color: #ffffff;
}
header .spNavTgl.ex i::before {
 top: 0;
 transform: rotate(40deg);

 -webkit-transform: rotate(40deg);
}
header .spNavTgl.ex i::after {
 bottom: 0;
 transform: rotate(-40deg);

 -webkit-transform: rotate(-40deg);
}
header .spNavTgl.ex +nav {
 transform: translateX(0);

 -webkit-transform: translateX(0);
}
header .spNavTgl i {
 position: relative;
}
header .spNavTgl i,header .spNavTgl i::before,header .spNavTgl i::after {
 width: 40px;
 height: 2px;
 border-radius: 2px;
 background-color: #000000;
}
header .spNavTgl i::before,header .spNavTgl i::after {
 content: "";
 position: absolute;
 left: 0;
}
header .spNavTgl i::before {
 top: -15px;
}
header .spNavTgl i::after {
 bottom: -15px;
}
header nav {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 gap: 30px 40px;
 font-size: 18px;

 -webkit-box-pack: end;
 -ms-flex-pack: end;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
@media screen and (max-width: 1000px) {
 header nav {
  gap: 30px;
 }
}
@media screen and (max-width: 768px) {
 header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 10% 0;
  background-color: #4f4f4f;
  transform: translateX(100%);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-transform: translateX(100%);
 }
}
header nav ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 0 45px;

 -webkit-box-pack: start;
 -ms-flex-pack: start;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
@media screen and (max-width: 1200px) {
 header nav ul {
  gap: 0 35px;
 }
}
@media screen and (max-width: 1100px) {
 header nav ul {
  gap: 0 30px;
 }
}
@media screen and (max-width: 1000px) {
 header nav ul {
  gap: 0 25px;
 }
}
@media screen and (max-width: 930px) {
 header nav ul {
  gap: 0 20px;
 }
}
@media screen and (max-width: 768px) {
 header nav ul {
  width: 100%;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
 }
}
header nav ul li {
 position: relative;
}
header nav ul li a {
 opacity: 0.5;
}
@media screen and (max-width: 1100px) {
 header nav ul li a {
  font-size: 16px;
 }
}
@media screen and (max-width: 930px) {
 header nav ul li a {
  font-size: 15px;
 }
}
@media screen and (max-width: 768px) {
 header nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  align-items: center;
  color: #ffffff;
  opacity: 1;
  font-weight: bold;
  font-size: 20px;

  -webkit-box-align: center;
  -ms-flex-align: center;
 }
}
header nav ul li a span {
 display: inline-block;
 margin-right: 2px;
 color: #ff5069;
}
@media screen and (max-width: 768px) {
 header nav ul li a span {
  font-weight: 600;
 }
}
header nav ul li a.current_nav {
 opacity: 1;
}
header nav ul li a.current_nav::after {
 width: 100%;
}
@media screen and (min-width: 769px) {
 header nav ul li a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
 }
 header nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  border-top: 3px solid #ff5069;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
 }
 header nav ul li a:hover {
  opacity: 1;
 }
 header nav ul li a:hover::after {
  width: 100%;
 }
}
@media screen and (max-width: 768px) {
 header nav ul li {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
 }
 header nav ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20px;
  border-top: 1px solid #ff5069;
 }
}
header nav .nav-r {
 position: relative;
}
@media screen and (max-width: 768px) {
 header nav .nav-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
 }
}
header nav .nav-r a.contact {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 120px;
 height: 100px;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 color: #ffffff;
 background-color: #4f4f4f;

 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
 header nav .nav-r a.contact {
  width: 80%;
  max-width: 280px;
  height: 60px;
  flex-direction: row;
  order: 3;
  column-gap: 10px;
  border-radius: 30px;
  color: #301f17;
  background-color: #ffffff;
  font-weight: bold;

  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
 }
}
header nav .nav-r a.contact p {
 display: none;
}
@media screen and (max-width: 768px) {
 header nav .nav-r a.contact p {
  display: block;
  font-weight: 500;
 }
}
header nav .nav-r a.contact img {
 width: 47px;
 height: auto;
}
@media screen and (max-width: 768px) {
 header nav .nav-r a.contact img {
  width: 24px;
 }
}
header nav .nav-r a.contact ~a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 120px;
 height: 50px;
 justify-content: center;
 align-items: center;
 border: 1px solid #4f4f4f;
 border-right: none;
 border-radius: 25px 0 0 25px;
 color: #4f4f44;
 background-color: #ffffff;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
@media screen and (min-width: 769px) {
 header nav .nav-r a.contact ~a {
  position: absolute;
  right: 0;
 }
 header nav .nav-r a.contact ~a:nth-of-type(2) {
  top: 130px;
 }
 header nav .nav-r a.contact ~a:nth-of-type(3) {
  top: 190px;
 }
 header nav .nav-r a.contact ~a:nth-of-type(4) {
  top: 280px;
  right: 30%;
  width: auto;
  height: auto;
  border: none;
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }
 header nav .nav-r a.contact ~a:nth-of-type(4):hover {
  opacity: 0.5;
 }
 header nav .nav-r a.contact ~a:nth-of-type(4) img {
  width: 44px;
  height: auto;
 }
 header nav .nav-r a.contact ~a:nth-child(5) {
  top: 350px;
  right: 30%;
  width: auto;
  height: auto;
  border: none;
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }
 header nav .nav-r a.contact ~a:nth-child(5):hover {
  opacity: 0.5;
 }
 header nav .nav-r a.contact ~a:nth-child(5) img {
  width: 43px;
  height: auto;
 }
}
@media screen and (max-width: 768px) {
 header nav .nav-r a.contact ~a {
  width: 50%;
  height: 30px;
  border: none;
  color: #ffffff;
  background: none;
  font-weight: bold;
  font-size: 20px;
 }
 header nav .nav-r a.contact ~a:nth-of-type(2) {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
 }
 header nav .nav-r a.contact ~a:nth-of-type(4) {
  position: absolute;
  right: 0;
  bottom: -50%;
  width: auto;
  transform: translateY(100%);

  -webkit-transform: translateY(100%);
 }
 header nav .nav-r a.contact ~a:nth-of-type(4) img {
  width: 32px;
 }
 header nav .nav-r a.contact ~a:nth-of-type(5) {
  position: absolute;
  right: 60px;
  bottom: -50%;
  width: auto;
  transform: translateY(100%);

  -webkit-transform: translateY(100%);
 }
 header nav .nav-r a.contact ~a:nth-of-type(5) img {
  width: 33px;
 }
}

section.secWrap {
 width: 100%;
 max-width: 1500px;
 margin-right: auto;
 margin-left: auto;
}
section .inner {
 width: 90%;
 max-width: 1200px;
 margin: 0 auto;
}
section.secTtl_area {
 position: relative;
 width: 100%;
 max-width: 1500px;
 height: auto;
 margin: 0 auto;
}

.breadcrumb_area {
 margin: -80px auto -10px;
}
@media screen and (max-width: 768px) {
 .breadcrumb_area {
  margin: -50px auto 0;
 }
}
.breadcrumb_area .inner {
 width: 90%;
 max-width: 1200px;
 margin: 0 auto;
}
.breadcrumb_area .inner ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: auto;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center;
 padding: 20px 0;

 -webkit-box-align: center;
 -ms-flex-align: center;
 -ms-flex-wrap: wrap;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
}
@media screen and (max-width: 768px) {
 .breadcrumb_area .inner ul {
  padding: 15px 0;
 }
}
.breadcrumb_area .inner ul li {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 justify-content: flex-start;
 align-items: center;

 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
}
.breadcrumb_area .inner ul li:after {
 content: "";
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 width: 5px;
 height: 14px;
 justify-content: center;
 align-items: center;
 margin: 0 12px -2px 8px;
 border-left: 1px solid #301f17;
 transform: rotate(-160deg);

 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-transform: rotate(-160deg);
}
.breadcrumb_area .inner ul li:last-child:after {
 content: "";
 margin: 0;
 border: none;
}
.breadcrumb_area .inner ul li a {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 color: #301f17;
 opacity: 0.5;
 font-size: 12px;
}
.breadcrumb_area .inner ul li a span {
 display: inline-block;
}
.breadcrumb_area .inner ul li a:hover {
 text-decoration: underline;
}
.breadcrumb_area .inner ul li a::after {
 content: ".";
 display: inline-block;
 width: 0;
 color: transparent;
 pointer-events: none;
}
.breadcrumb_area .inner ul li:last-child span {
 color: #301f17;
 opacity: 1;
 font-size: 12px;
}

.category_area {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 90%;
 height: auto;
 justify-content: center;
 align-items: center;
 margin: 120px auto 0;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
 .category_area {
  margin: 0 auto;
 }
}
.category_area .inner {
 overflow: auto;
 margin: 0 auto;
 padding: 60px 0 0;
}
.category_area .inner::-webkit-scrollbar {
 width: 100%;
 height: 2px;
}
.category_area .inner::-webkit-scrollbar-track {
 background-color: #c6c6c6;
}
.category_area .inner::-webkit-scrollbar-thumb {
 background-color: #ff5069;
}
.category_area .inner ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding-bottom: 10px;

 -webkit-box-pack: start;
 -ms-flex-pack: start;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
.category_area .inner ul li {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: auto;
 justify-content: center;
 align-items: center;
 padding: 0 40px;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
.category_area .inner ul li:nth-child(n+2) {
 border-left: 1px solid #c6c6c6;
}
.category_area .inner ul li a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: auto;
 justify-content: center;
 align-items: center;
 color: #301f17;
 font-size: 18px;
 white-space: nowrap;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
 .category_area .inner ul li a {
  font-size: 14px;
 }
}
.category_area .inner ul li a:hover {
 color: #ff5069;
}
.category_area .inner ul li.act_item {
 position: relative;
}
.category_area .inner ul li.act_item:before {
 content: "";
 position: absolute;
 top: -15px;
 left: 50%;
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: #ff5069;
 transform: translateX(-50%);

 -webkit-transform: translateX(-50%);
}
.category_area .inner ul li.act_item a {
 color: #ff5069;
}

footer {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 flex-wrap: wrap;
 justify-content: center;
 border-top: 2px solid #ff5069;
 background-color: #4f4f4f;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -ms-flex-wrap: wrap;
}
footer >.cntWrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 max-width: 1500px;
 gap: 0 50px;
}
@media screen and (min-width: 769px) {
 footer >.cntWrap {
  padding-right: 30px;
 }
}
footer >.cntWrap .pic {
 width: 350px;
}
footer >.cntWrap .pic img {
 width: 100%;
 height: 100%;
 object-fit: cover;

 -o-object-fit: cover;
}
footer >.cntWrap .cntBox {
 width: calc(100% - 350px);
 max-width: 950px;
 padding: 60px 0;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox {
  width: 100%;
  padding: 28px 5%;
 }
}
footer >.cntWrap .cntBox .access,footer >.cntWrap .cntBox #contact {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: space-between;
 align-items: center;

 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .access,footer >.cntWrap .cntBox #contact {
  flex-direction: column;
  align-items: flex-start;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
 }
}
footer >.cntWrap .cntBox .ttl {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: flex-start;

 -webkit-box-pack: start;
 -ms-flex-pack: start;
}
@media screen and (min-width: 769px) {
 footer >.cntWrap .cntBox .ttl {
  width: 235px;
 }
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .ttl {
  margin-bottom: 24px;
 }
}
footer >.cntWrap .cntBox .ttl p {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 line-height: 1;
 flex-direction: column;
 align-items: flex-end;
 gap: 10px 0;
 color: #ffffff;
 font-weight: bold;
 font-size: 40px;

 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 -webkit-box-align: end;
 -ms-flex-align: end;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .ttl p {
  gap: 8px 0;
  font-size: 22px;
 }
}
footer >.cntWrap .cntBox .ttl p span {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 gap: 0 10px;
 font-weight: inherit;
 font-size: 20px;

 -webkit-box-pack: end;
 -ms-flex-pack: end;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .ttl p span {
  font-size: 14px;
 }
}
footer >.cntWrap .cntBox .ttl p span::before {
 content: "";
 width: 20px;
 border-bottom: 1px solid #ffffff;
}
footer >.cntWrap .cntBox .cnt {
 width: calc(100% - 235px);
 color: #ffffff;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .cnt {
  width: 100%;
 }
}
footer >.cntWrap .cntBox .access {
 margin-bottom: 40px;
 padding-bottom: 40px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .access {
  margin-bottom: 15px;
  padding-bottom: 15px;
 }
}
footer >.cntWrap .cntBox .access .cnt {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 30px 0;

 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 -webkit-box-align: start;
 -ms-flex-align: start;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .access .cnt {
  gap: 18px 0;
 }
}
footer >.cntWrap .cntBox .access .cnt iframe {
 display: block;
 width: 100%;
 height: 300px;
 border-radius: 20px;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .access .cnt iframe {
  height: 260px;
  border-radius: 15px;
 }
}
@media screen and (min-width: 769px) {
 footer >.cntWrap .cntBox .access .cnt address {
  font-size: 18px;
 }
}
footer >.cntWrap .cntBox .access .cnt address dl {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
footer >.cntWrap .cntBox .access .cnt address dl dt {
 width: 60px;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .access .cnt address dl dt {
  width: 40px;
 }
}
footer >.cntWrap .cntBox .access .cnt address dl dd {
 width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .access .cnt address dl dd {
  width: calc(100% - 40px);
 }
}
footer >.cntWrap .cntBox .access .cnt .cntWrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: 0 20px;
 padding-left: 60px;
 font-size: 14px;

 -webkit-box-align: start;
 -ms-flex-align: start;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox .access .cnt .cntWrap {
  padding-left: 40px;
 }
}
footer >.cntWrap .cntBox .access .cnt .cntWrap dl dt {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 140px;
 height: 30px;
 justify-content: center;
 align-items: center;
 margin-bottom: 3px;
 border: 1px solid #ffffff;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
footer >.cntWrap .cntBox #contact .cnt >p {
 margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox #contact .cnt >p {
  margin-bottom: 16px;
 }
}
footer >.cntWrap .cntBox #contact .cnt .link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 20px;

 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox #contact .cnt .link {
  align-items: flex-end;

  -webkit-box-align: end;
  -ms-flex-align: end;
 }
}
footer >.cntWrap .cntBox #contact .cnt .link ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: calc(100% - 70px);
 flex-wrap: wrap;
 gap: 20px;

 -ms-flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox #contact .cnt .link ul {
  width: calc(100% - 50px);
  max-width: 280px;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
 }
}
footer >.cntWrap .cntBox #contact .cnt .link ul li:nth-child(2) a {
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
footer >.cntWrap .cntBox #contact .cnt .link ul li:nth-child(2) a:hover {
 opacity: 0.75 !important;
}
@media screen and (min-width: 769px) {
 footer >.cntWrap .cntBox #contact .cnt .link ul li {
  width: 48%;
  max-width: 300px;
 }
 footer >.cntWrap .cntBox #contact .cnt .link ul li:nth-of-type(1) a {
  pointer-events: none;
 }
}
@media screen and (max-width: 1220px) {
 footer >.cntWrap .cntBox #contact .cnt .link ul li {
  width: 100%;
 }
}
footer >.cntWrap .cntBox #contact .cnt .link ul li a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100px;
 justify-content: center;
 align-items: center;
 gap: 0 10px;
 border-radius: 10px;
 color: #301f17;
 background-color: #ffffff;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox #contact .cnt .link ul li a {
  width: 100%;
  height: 80px;
 }
}
footer >.cntWrap .cntBox #contact .cnt .link ul li a p {
 text-align: center;
}
footer >.cntWrap .cntBox #contact .cnt .link ul li a p span {
 font-size: 22px;
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox #contact .cnt .link ul li a img {
  width: 50px;
 }
}
@media screen and (min-width: 769px) {
 footer >.cntWrap .cntBox #contact .cnt .link >a {
  min-width: 50px;
 }
}
@media screen and (max-width: 768px) {
 footer >.cntWrap .cntBox #contact .cnt .link >a {
  width: 30px;
  margin: 0 0 0 auto;
 }
}
footer small {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 40px;
 justify-content: center;
 align-items: center;
 color: #ffffff;
 background-color: #000000;
 font-size: 12px;

 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
}
/*# sourceMappingURL=common_style.css.map */
