@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body * {
  max-height: 99999em;
}
body img {
  max-height: none;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: 0 0;
  font: inherit;
  line-height: 1;
}
button:focus,
input:focus,
select:focus {
  outline: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  display: none;
}
textarea {
  overflow: auto;
  white-space: pre-line;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  body,
  html {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
body {
  background-color: #fff;
  color: #4d4d4d;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.ft-serif {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo";
}
a {
  color: #4d4d4d;
  text-decoration: none;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.container {
  min-width: 1100px;
  overflow: hidden;
}
.wrapper {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.img {
  max-width: 100%;
  display: block;
}
.flex-cm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, (min-width: 751px) {
  body {
    position: static !important;
    top: auto !important;
  }
  .sm {
    display: none !important;
  }
  .trans {
    opacity: 1;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  .md {
    display: none !important;
  }
  html {
    font-size: 13.33333vw;
  }
  body {
    font-size: 0.24rem;
  }
  .container {
    width: auto;
    min-width: 320px;
  }
  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .sm-xs {
    display: none !important;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes bgbox {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes bgbox {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes bgbox-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgbox-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  color: #333;
  -webkit-animation: fade-out 1.2s ease 1.8s 1 normal forwards;
  animation: fade-out 1.2s ease 1.8s 1 normal forwards;
}
.title-main .wrapper {
  padding: 0;
}
.title-main-txt {
  display: table;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: auto;
  padding: 5px 0;
}
.title-main-txt:nth-child(1):before {
  -webkit-animation: bgbox 1s ease 0.2s 1 normal forwards;
  animation: bgbox 1s ease 0.2s 1 normal forwards;
}
.title-main-txt:nth-child(2):before {
  -webkit-animation: bgbox 1s ease 0.5s 1 normal forwards;
  animation: bgbox 1s ease 0.5s 1 normal forwards;
}
.title-main-txt + .title-main-txt {
  margin-top: 10px;
}
.title-main-txt-en {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.title-main-txt-en {
  font-size: 32px;
  -webkit-animation: bgbox-txt 0.5s ease 0.8s 1 normal forwards;
  animation: bgbox-txt 0.5s ease 0.8s 1 normal forwards;
}
@media only screen and (min-width: 750px) {
  .title-main-txt-en {
    font-size: 24px;
  }
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
header {
  position: relative;
  z-index: 9990;
  background-color: #000;
}
header .header-logo-txt {
  display: block;
  margin-top: 5px;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  color: #fff;
}
header .navigation-list > li a {
  position: relative;
  display: block;
}
@media print, (min-width: 751px) {
  header .wrapper {
    position: relative;
    padding: 25px 0;
  }
  header .header-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .header-logo img {
    margin: auto;
  }
  header .navigation {
    display: block !important;
    margin-left: auto;
  }
  header .navigation-list {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  header .navigation-list > li {
    padding-left: 45px;
  }
  header .navigation-list > li a {
    color: #fff;
  }
  header .navigation-list > li a::before {
    margin: -4px 0 0 -16px;
  }
}
@media only screen and (max-width: 750px) {
  header .wrapper {
    padding: 0;
  }
  header .header-logo {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2005;
  }
  header .header-logo img {
    margin: 0 auto;
  }
  header .header-logo-txt {
    font-size: 12px;
  }
  header .navigation {
    position: fixed;
    top: 0;
    padding-top: 68px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 2000;
  }
  header .navigation-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .navigation-list {
    padding: 0 15px;
    background: rgba(244, 243, 244, 0.95);
  }
  header .navigation-list > li {
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 3.06;
    border-bottom: 1px solid #4d4d4d;
  }
  header .navigation-list > li:last-child {
    border-bottom: none;
  }
  header .navigation-list a {
    padding-left: 20px;
    color: #4d4d4d;
  }
  header .navigation-list a:before {
    margin-top: -5px;
  }
  header .btn-menu {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 3000;
  }
  header .btn-menu > span {
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 15px;
    background: #fff;
  }
  header .btn-menu > span:nth-child(1) {
    -webkit-animation: menu-bar01 0.75s forwards;
    animation: menu-bar01 0.75s forwards;
    top: 18px;
  }
  header .btn-menu > span:nth-child(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
    top: 25px;
  }
  header .btn-menu > span:nth-child(3) {
    -webkit-animation: menu-bar02 0.75s forwards;
    animation: menu-bar02 0.75s forwards;
    top: 32px;
  }
  header .btn-menu.is-active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.75s forwards;
    animation: active-menu-bar01 0.75s forwards;
  }
  header .btn-menu.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  header .btn-menu.is-active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.75s forwards;
    animation: active-menu-bar03 0.75s forwards;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navigation-list > li a::before {
    margin: -7px 0 0 -16px !important;
  }
}
.section-module {
  position: relative;
}
.section-module::after {
  position: absolute;
  content: "";
  background: #f4f3f4;
  width: 200%;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  bottom: 20px;
  left: 50%;
  z-index: -1;
  margin-left: -100%;
}
.section-module .sec-title {
  line-height: 1;
  font-weight: 700;
  color: #b9b7e8;
}
.section-module .sec-title span {
  display: inline-block;
  color: #fff;
  background: #4d4d4d;
  font-weight: 500;
  line-height: 1;
}
.section-module .title {
  font-weight: 900;
  color: #333;
}
.section-module .title span {
  display: block;
}
.section-module .txt-msg {
  margin: 30px auto;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
.section-module .txt-msg2 {
  margin: 30px auto;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

.section-no-line::after {
  display: none;
}
@media print, (min-width: 751px) {
  .section-module {
    margin-top: 100px;
  }
  .section-module::after {
    height: 190px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    bottom: 20px;
  }
  .section-module .about-container {
    padding-bottom: 100px;
  }
  .section-module .sec-title {
    font-size: 21px;
  }
  .section-module .sec-title span {
    padding: 5px 5px 7px;
    font-size: 19px;
  }
  .section-module .txt-lg {
    font-size: 30px;
  }
  .section-module .txt-content {
    font-size: 15px;
    line-height: 1.66667;
  }
  .section-module .ttl-vision {
    width: 324px;
  }
  .section-module .txt-pad {
    margin-top: 25px;
  }
  .section-module .about-message .txt-pad {
    margin: 25px -10px 0 0;
  }
  .section-module .about-message .txt-large {
    font-size: 15px;
  }
  .section-module table {
    width: 100%;
  }
  .section-module table tr {
    padding: 5px 0;
  }
  .section-module table td,
  .section-module table th {
    line-height: 1.642;
    font-size: 14px;
  }
  .section-module table th {
    width: 100px;
  }
  .section-module table td {
    padding-bottom: 4px;
  }
  .section-module .about-service .txt-pad {
    margin: 20px -25px 0 0;
  }
  .section-module .para-third .txt-pad {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .section-module {
    margin-top: 22px;
  }
  .section-module::after {
    height: 110px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    bottom: 30px;
  }
  .section-module .sec-title {
    font-size: 19px;
  }
  .section-module .sec-title span {
    font-weight: 500;
    background: #4d4d4d;
    color: #fff;
    padding: 5px 5px 6px;
    line-height: 1;
    display: inline-block;
  }
  .section-module .txt-lg {
    font-size: 27px;
  }
  .section-module .txt-content {
    font-size: 13px;
    line-height: 1.73;
  }
  .section-module .about-vision .txt-pad {
    margin-top: 20px;
  }
  .section-module .about-vision .col-right {
    margin-top: 35px;
  }
  .section-module .about-message .txt-pad {
    margin: 25px -10px 0 0;
  }
  .section-module table {
    width: 100%;
    display: block;
  }
  .section-module table tbody {
    display: block;
  }
  .section-module table tr {
    border-bottom: 1px solid #4d4d4d;
    padding: 5px 0;
    display: block;
  }
  .section-module table tr:last-child {
    border-bottom: none;
  }
  .section-module table td,
  .section-module table th {
    line-height: 1.541;
    font-size: 13px;
    display: block;
    padding-top: 2px;
  }
  .section-module table td {
    padding: 0 0 4px;
  }
  .section-module .ttl-head {
    font-size: 13px;
    margin-top: 40px;
    background: #4d4d4d;
    color: #fff;
    padding: 3px 0 0 5px;
  }
  .section-module .about-service .txt-pad {
    margin-top: 20px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
footer {
  background: #000;
}
footer .wrapper {
  position: relative;
}
footer .address,
footer .copyright,
footer .tel {
  color: #e3e3e3;
}
footer .copyright,
footer .tel {
  font-family: "Open Sans", sans-serif;
}
footer .footer-logo {
  position: absolute;
  top: 0;
  right: 0;
}
footer .copyright {
  letter-spacing: -0.03em;
}
@media print, (min-width: 751px) {
  footer {
    padding: 20px 0 20px;
  }
  footer .address,
  footer .tel {
    font-size: 14px;
    line-height: 1.4;
  }
  footer .copyright {
    font-size: 12px;
    line-height: 1.625;
    padding-top: 15px;
  }
  footer .footer-logo {
    width: 61px;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 20px 0 20px;
  }
  footer .address {
    font-size: 12px;
    line-height: 1.344;
    margin-bottom: 5px;
  }
  footer .tel {
    font-size: 14px;
    line-height: 0.696;
  }
  footer .copyright {
    font-size: 10px;
    line-height: 1.625;
    padding-top: 25px;
  }
  footer .footer-logo {
    width: 45px;
    margin-right: 30px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 374px) {
  footer .footer-logo {
    margin-right: 20px;
    margin-top: 30px;
  }
}
.section-company-profile {
  background: #efefef;
}
.section-company-profile .sec-title span {
  display: inline-block;
  color: #fff;
  background: #4d4d4d;
  font-weight: 500;
  line-height: 1;
}
.section-company-profile .company-profile td,
.section-company-profile .company-profile th {
  font-size: 15px;
  line-height: 2.99;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  padding: 5px 0;
  border-bottom: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  vertical-align: baseline;
}
.section-company-profile .company-profile th {
  padding-left: 15px;
  width: 130px;
  vertical-align: top;
}
.section-company-profile .company-profile [colspan="2"] {
  border: none;
}
.section-company-profile .map {
  width: 100%;
}
.section-company-profile .map iframe {
  width: 100%;
  border: none;
}
@media print, (min-width: 751px) {
  .section-company-profile {
    padding: 60px 0 65px;
  }
  .section-company-profile .sec-title {
    width: 120px;
  }
  .section-company-profile .sec-title span {
    font-size: 19px;
    padding: 6px 6px 8px;
  }
  .section-company-profile .company-profile {
    width: 87%;
    margin-bottom: 85px;
  }
  .section-company-profile .company-profile td,
  .section-company-profile .company-profile th {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 8px 0;
  }
  .section-company-profile .company-profile td .data,
  .section-company-profile .company-profile th .data {
    margin-bottom: 7px;
  }
  .section-company-profile .company-profile th {
    width: 130px;
  }
  .section-company-profile .company-profile .imgWrap {
    margin-bottom: -30px;
  }
  .section-company-profile iframe {
    height: 410px;
  }
}
@media only screen and (max-width: 750px) {
  .section-company-profile {
    padding: 33px 0 35px;
  }
  .section-company-profile .sec-title {
    width: 90px;
  }
  .section-company-profile .sec-title span {
    padding: 5px 5px 7px;
    font-size: 19px;
  }
  .section-company-profile .company-profile {
    width: 100%;
    margin: 20px 0 27px;
  }
  .section-company-profile .company-profile td,
  .section-company-profile .company-profile th {
    font-size: 13px;
    line-height: 1.73;
    letter-spacing: 0.05em;
    padding: 9px 0 9px 9px;
  }
  .section-company-profile .company-profile th {
    width: 21%;
    line-height: 0.96;
  }
  .section-company-profile iframe {
    height: 219px;
  }
}
@media only screen and (max-width: 374px) {
  .section-company-profile .company-profile td,
  .section-company-profile .company-profile th {
    font-size: 11px;
  }
  .section-company-profile .company-profile th {
    width: 22%;
  }
}
.section-contact .sec-title .txt-bg {
  font-weight: 500;
  background: #4d4d4d;
  color: #fff;
  padding: 5px 5px 6px;
  line-height: 1;
  display: inline-block;
}
.section-contact .sec-title .txt-no-bg {
  color: #4d4d4d;
}
.section-contact .form-list {
  width: 100%;
  letter-spacing: 0.05em;
}
.section-contact .form-list .label {
  font-size: 14px;
  line-height: 2.985;
}
.section-contact .form-list .label-box {
  padding-top: 0;
}
.section-contact .form-list .form-element {
  background: #fff;
  width: 100%;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid grey;
  padding: 10px;
}
.section-contact .form-list .form-element::-ms-clear {
  display: none;
}
.section-contact .form-list .check-box span {
  font-size: 15px;
  color: #4d4d4d;
}
.section-contact .form-list .first {
  padding-left: 0;
}
.section-contact .form-list .required {
  color: #db0000;
}
.section-contact .form-list .error-message {
  display: none;
  padding: 4px 0;
  line-height: 1.2;
  font-size: 12px;
}
.section-contact .form-list .error-message.is-visible {
  display: block;
}
.section-contact .btn-contact {
  border: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(#ccc)
  );
  background: linear-gradient(#000, #ccc);
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.section-contact .btn-contact:hover {
  opacity: 0.8;
}
.section-contact .txt-msg {
  margin: 30px auto;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

.section-contact .txt-msg-err {
  color: red;
}
@media print, (min-width: 751px) {
  .section-contact {
    padding: 50px 0;
  }
  .section-contact .sec-title .txt-bg {
    font-size: 19px;
  }
  .section-contact .sec-title .txt-no-bg {
    font-size: 15px;
    padding-left: 10px;
    letter-spacing: 0.05em;
  }
  .section-contact .form-list {
    display: table;
    margin: 35px 0 20px;
  }
  .section-contact .form-list > li {
    display: table-row;
  }
  .section-contact .form-list .col-r,
  .section-contact .form-list .label {
    display: table-cell;
    vertical-align: initial;
    padding: 14px 0;
  }
  .section-contact .form-list .label {
    width: 240px;
    font-size: 17px;
  }
  .section-contact .form-list .form-element {
    height: 55px;
    font-size: 17px;
  }
  .section-contact .form-list .form-textarea {
    min-height: 190px;
    font-size: 17px;
    resize: vertical;
  }
  .section-contact .form-list .check-box span {
    font-size: 15px;
  }
  .section-contact .form-list .first {
    padding-left: 0;
  }
  .section-contact .form-list .middle {
    margin-right: 5px;
    text-align: right;
  }
  .section-contact .btn-contact {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
  }
  .section-contact .txt-msg {
    margin: 80px auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .section-contact {
    padding: 35px 0 40px;
  }
  .section-contact .sec-title .txt-bg {
    font-size: 19px;
  }
  .section-contact .sec-title .txt-no-bg {
    font-size: 14px;
    padding-left: 10px;
  }
  .section-contact .form-list {
    margin: 50px 0 20px;
  }
  .section-contact .form-list .col-r {
    padding-bottom: 15px;
  }
  .section-contact .form-list .label-box {
    padding-top: 0;
    margin-bottom: -10px;
  }
  .section-contact .form-list .form-element {
    height: 40px;
    font-size: 15px;
  }
  .section-contact .form-list .form-textarea {
    height: 190px;
    font-size: 14px;
  }
  .section-contact .form-list .check-box span {
    font-size: 14px;
  }
  .section-contact .form-list .sm-box {
    padding-left: 0;
  }
  .section-contact .form-list .first {
    padding-left: 0;
  }
  .section-contact .form-list .list-check {
    margin-left: -15px;
  }
  .section-contact .form-list .list-check .check-box {
    margin: 20px 0 0 15px;
    padding-left: 0;
  }
  .section-contact .btn-contact {
    width: 100%;
    height: 55px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .section-contact .sec-title .txt-bg {
    font-size: 16px;
  }
  .section-contact .sec-title .txt-no-bg {
    font-size: 11px;
    padding-left: 10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-module .title-underline span:after {
    bottom: 10px;
  }
  .section-company-profile .sec-title span {
    padding: 10px 6px 6px;
  }
  .section-contact .sec-title .txt-bg {
    padding: 9px 5px 4px;
  }
}
@media only screen and (max-width: 320px) {
  .section-contact .form-list .check-box span {
    font-size: 12.5px;
  }
}
.boldy {
  font-weight: bold;
}
