@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ========= 共通設定 ========= */
body {
  font-family: "Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  min-width: 1200px;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* ========= top_ヘッダ ========= */
header {
  width: 100%;
  padding-bottom: 20px;
  border-top: 5px solid #da011e;
  position: relative;
}

header .header__inner {
  width: 100%;
}

header .header__inner .header__info {
  width: 80%;
  margin: 0 auto 30px;
}

header .header__inner .header__info .logo {
  float: left;
}

header .header__inner .header__info .logo h1 {
  font-size: 80%;
  padding-top: 5px;
}

header .header__inner .header__info .logo img {
  width: 55%;
  margin-top: 10px;
}

header .header__inner .header__info .contact {
  float: right;
}

header .header__inner .header__info .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header__inner .header__info .contact ul li {
  float: left;
}

header .header__inner .header__info .contact ul li.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

header .header__inner .header__info .contact ul li.tel a {
  pointer-events: none;
  display: block;
  color: #000;
  font-size: 180%;
  font-weight: bold;
  margin-left: 5px;
}

header .header__inner .header__info .contact ul li.tel img {
  width: 12%;
  height: 20%;
  padding-top: 10px;
}

header .header__inner .header__info .contact ul li.mail img {
  width: 72%;
}

header .header__inner .header__info .contact ul li.mail a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .header__inner .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header__inner .nav ul li {
  width: 13%;
  border-right: 2px solid #eaeaea;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  display: inline-block;
}

header .header__inner .nav ul li:first-child {
  border-left: 2px solid #eaeaea;
  margin-left: 10%;
}

header .header__inner .nav ul li.current a {
  color: #d9011e;
}

header .header__inner .nav ul li a {
  color: #000;
  font-size: 120%;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

header .header__inner .nav ul li a:hover {
  opacity: 0.6;
}

header .header__inner .nav ul li a span {
  font-size: 50%;
  padding-top: 5px;
  display: block;
  white-space: nowrap;
}

main.home {
  width: 100%;
}

.main__imgs {
  width: 100%;
  overflow: hidden;
}

.main_contents {
  width: 100%;
  text-align: center;
  margin-top: 90px;
}

.main_contents .about_company {
  margin-bottom: 20px;
}

.main_contents .about_company img {
  width: 5%;
  height: auto;
}

.main_contents .about_company h3 {
  color: #db001e;
  font-size: 180%;
  margin-bottom: 10px;
}

.main_contents .about_company p {
  font-size: 100%;
  padding-bottom: 15px;
}

.main_contents .about_business {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_contents .about_business dl {
  border: 2px solid #eaeaea;
  margin-right: 5px;
}

.main_contents .about_business dl dt {
  border-bottom: 2px solid #eaeaea;
  font-size: 120%;
  font-weight: bold;
  padding: 15px 10px;
}

.main_contents .about_business dl dd figcaption {
  padding: 20px 5px;
  display: block;
}

.main_contents .about_business dl dd figcaption ul li {
  font-size: 90%;
  line-height: 1.7rem;
  white-space: nowrap;
}

.wrapper_topix_shop {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.wrapper_topix_shop .topix {
  width: 50%;
}

.wrapper_topix_shop .topix .topix__inner {
  display: inline-block;
  width: 100%;
}

.wrapper_topix_shop .topix .topix__inner .topix__title {
  border-bottom: 2px solid #eaeaea;
  position: relative;
}

.wrapper_topix_shop .topix .topix__inner .topix__title h4 img {
  width: 35px;
}

.wrapper_topix_shop .topix .topix__inner .topix__title h4 span {
  color: #000;
  display: inline-block;
  border-bottom: #d9011e 2px solid;
  position: relative;
  bottom: -2px;
}

.wrapper_topix_shop .topix .topix__inner .topix__title h4 a {
  width: 20%;
  background-color: #d9011e;
  border-radius: 10px;
  color: #fff;
  font-size: 90%;
  position: absolute;
  bottom: 2px;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

.wrapper_topix_shop .topix .topix__inner .topix__title h4 a:hover {
  opacity: 0.6;
}

.wrapper_topix_shop .topix .topix__inner .topix__contents {
  margin: 20px 5px 0 0;
}

.wrapper_topix_shop .topix .topix__inner .topix__contents ul li {
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper_topix_shop .topix .topix__inner .topix__contents ul li::before {
  content: '・';
  font-weight: bold;
  line-height: 1.7em;
}

.wrapper_topix_shop .topix .topix__inner .topix__contents ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper_topix_shop .topix .topix__inner .topix__contents ul li a:hover {
  opacity: 0.6;
}

.wrapper_topix_shop .topix .topix__inner .topix__contents ul li span {
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shop {
  width: 50%;
  margin-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shop .shop__inner .shop__title {
  border-bottom: 2px solid #eaeaea;
  position: relative;
}

.shop .shop__inner .shop__title h4::after {
  content: '';
  background: #d9011e;
  height: 2px;
  width: 90px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.shop .shop__inner .shop__title h4 img {
  width: 30px;
  margin-bottom: 2px;
}

.shop .shop__inner .shop__title h4 span {
  color: #000;
}

.shop .shop__inner .shop__title h4 a {
  background-color: #d9011e;
  border-radius: 10px;
  color: #fff;
  padding: 5px;
}

.shop .shop__inner .shop__banner ul li img {
  width: 50%;
  margin-top: 20px;
}

.shop .shop__inner .shop__banner ul li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.shop .shop__inner .shop__banner ul li a:hover {
  opacity: 0.6;
}

.page_top {
  width: 10%;
  float: right;
  margin-right: 70px;
  padding: 0 5px;
  text-align: center;
  background-color: #f5f3f3;
  white-space: nowrap;
}

.page_top a {
  color: #727171;
  font-size: 100%;
  vertical-align: middle;
}

.page_top::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #d9011e transparent;
  position: relative;
  bottom: 12px;
  margin-left: 5px;
}

.page_top a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page_top a:hover {
  opacity: 0.6;
}

.about_us {
  width: 100%;
  margin: 0 auto;
  background-color: #f5f3f3;
  padding: 50px 0;
  clear: both;
}

.about_us .about_us__inner {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_us .about_us__inner .about_us__banner {
  width: 50%;
}

.about_us .about_us__inner a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about_us .about_us__inner a:hover {
  opacity: 0.6;
}

.about_us .about_us__inner .about_us__contact {
  width: 50%;
  margin-left: 20px;
}

.about_us .about_us__inner .about_us__contact dt {
  background-color: #d9011e;
  border-radius: 5px;
  color: #fff;
  font-size: 120%;
  text-align: center;
  white-space: nowrap;
}

.about_us .about_us__inner .about_us__contact dt span {
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about_us .about_us__inner .about_us__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_us .about_us__inner .about_us__contact .tel {
  width: 60%;
}

.about_us .about_us__inner .about_us__contact .tel span {
  padding-top: 10px;
  font-size: 120%;
  display: block;
  margin-left: 40px;
}

.about_us .about_us__inner .about_us__contact .tel img {
  width: 10%;
  float: left;
}

.about_us .about_us__inner .about_us__contact .tel a {
  color: #000;
  font-size: 220%;
  font-weight: bold;
  line-height: 1.0em;
  margin-left: 5px;
  pointer-events: none;
  white-space: nowrap;
}

.about_us .about_us__inner .about_us__contact .mail {
  width: 40%;
}

.about_us .about_us__inner .about_us__contact .mail img {
  width: 100%;
  padding-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about_us .about_us__inner .about_us__contact .mail a:hover {
  opacity: 0.6;
}

footer {
  width: 100%;
  background-color: #d9011e;
  color: #fff;
  padding: 20px 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .footer__inner {
  width: 70%;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer__inner .footer__logo {
  margin-top: 20px;
}

footer .footer__inner .footer__logo a {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

footer .footer__inner .footer__logo p {
  font-size: 100%;
  white-space: nowrap;
}

footer .footer__inner .footer___nav {
  width: 50%;
  padding-left: 10%;
  text-align: center;
}

footer .footer__inner .footer___nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: strech;
  -ms-flex-pack: strech;
  justify-content: strech;
}

footer .footer__inner .footer___nav ul li {
  border-right: 2px solid #fff;
  padding: 0 20px;
  margin-top: 20px;
}

footer .footer__inner .footer___nav ul li a {
  color: #fff;
  font-size: 90%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: solid 1px #d9011e;
  white-space: nowrap;
}

footer .footer__inner .footer___nav ul li a:hover {
  border-bottom: solid 1px #fff;
}

footer .copyright {
  text-align: center;
  padding-bottom: 20px;
  clear: both;
}

.fadeInUP {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.page__inner {
  width: 80%;
  margin: 0 auto;
}

.page__inner .topic_path {
  color: #000;
  margin-bottom: 45px;
  font-size: 14px;
  padding: 15px 0;
}

.page__inner .topic_path > span {
  display: inline-block;
}

.page__inner .topic_path > span:first-child::after {
  content: '>';
  padding: 0 5px;
}

.page__inner .topic_path .taxonomy.category {
  display: none;
}

.page__inner .topic_path a {
  color: #000;
}

.page__inner .page__content {
  width: 800px;
  height: auto;
  color: #000;
  font-family: 'noto sans japanese';
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 400px;
  padding: 2% 0;
  line-height: 2;
}

.page__inner .page__content img {
  margin: 3% 0;
}

.page__inner .page__content h1 {
  font-size: 140%;
  margin-bottom: 10px;
}

.page__inner .page__content h2 {
  font-size: 120%;
  margin-bottom: 10px;
}

.page__inner .page__content h3 {
  font-size: 100%;
  margin-bottom: 10px;
}

.single__inner {
  width: 80%;
  margin: 0 auto;
}

.single__inner .topic_path {
  color: #000;
  margin-bottom: 45px;
  font-size: 14px;
  padding: 15px 0;
}

.single__inner .topic_path > span {
  display: inline-block;
}

.single__inner .topic_path > span:first-child::after {
  content: '>';
  padding: 0 5px;
}

.single__inner .topic_path .taxonomy.category {
  display: none;
}

.single__inner .topic_path a {
  color: #000;
}

.single__inner .title {
  color: #d9011e;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin: 15% 0;
}

.single__inner .single__content {
  width: 800px;
  height: auto;
  color: #000;
  font-family: 'noto sans japanese';
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 400px;
  padding: 2% 0;
  line-height: 2;
}

.single__inner .single__content img {
  margin: 3% 0;
}

body.aboutus .page_content .page__inner {
  width: 80%;
  margin: 0 auto;
}

body.aboutus .page_content .page__inner .topic_path {
  color: #000;
  margin-bottom: 45px;
  font-size: 14px;
  padding: 15px 0;
}

body.aboutus .page_content .page__inner .topic_path > span {
  display: inline-block;
}

body.aboutus .page_content .page__inner .topic_path a.home {
  color: #000;
}

body.aboutus .page_content .page__inner .topic_path .taxonomy.category {
  display: none;
}

body.aboutus .page_content .page__inner .title {
  margin-top: 170px;
  text-align: center;
}

body.aboutus .page_content .page__inner .title p {
  color: #d9011e;
  font-size: 20px;
  font-weight: bold;
  margin: 0 110px -20px 0;
}

body.aboutus .page_content .page__inner .title h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 250px;
}

body.aboutus .page_content .page__inner .service {
  margin-bottom: 120px;
}

body.aboutus .page_content .page__inner .service h3 {
  color: #d9011e;
  font-size: 40px;
  text-align: center;
}

body.aboutus .page_content .page__inner .service p {
  font-size: 20px;
  margin-bottom: 75px;
  text-align: center;
}

body.aboutus .page_content .page__inner .service dl {
  border: solid 6px #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.aboutus .page_content .page__inner .service dl dt {
  width: 45%;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.aboutus .page_content .page__inner .service dl dt h4 {
  font-size: 135%;
  font-weight: bold;
  white-space: nowrap;
}

body.aboutus .page_content .page__inner .service dl dd {
  width: 55%;
  font-size: 18px;
  line-height: 2.0em;
}

body.aboutus .page_content .company {
  width: 100%;
  background-color: #f4f2f3;
  padding: 150px 0 255px 0;
  margin-bottom: 350px;
}

body.aboutus .page_content .company h3 {
  color: #d9011e;
  font-size: 40px;
  text-align: center;
}

body.aboutus .page_content .company p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 100px;
}

body.aboutus .page_content .company table {
  width: 60%;
  margin: 0 auto;
}

body.aboutus .page_content .company table tr {
  border-bottom: 1px solid #000;
}

body.aboutus .page_content .company table th {
  font-size: 18px;
  font-weight: normal;
  padding: 35px 0;
  text-align: left;
}

body.aboutus .page_content .company table td {
  padding-left: 250px;
}

body.aboutus .page_content .company table td ul li {
  padding-bottom: 20px;
}

.fadeInUP {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUP;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.content__inner {
  width: 80%;
  margin: 0 auto;
}

.content__inner .policy__inner {
  width: 800px;
  height: auto;
  color: #000;
  font-family: 'noto sans japanese';
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 400px;
  padding: 2% 0;
  line-height: 2;
}

.content__inner .policy__inner .topic_path {
  color: #000;
  margin-bottom: 45px;
  font-size: 14px;
  padding: 15px 0;
}

.content__inner .policy__inner .topic_path > span {
  display: inline-block;
}

.content__inner .policy__inner .topic_path > span:first-child::after {
  content: '>';
  padding: 0 5px;
}

.content__inner .policy__inner .topic_path .taxonomy.category {
  display: none;
}

.content__inner .policy__inner .topic_path a {
  color: #000;
}

.content__inner .policy__inner img {
  margin: 3% 0;
}

.content__inner .policy__inner h1 {
  font-size: 140%;
  margin-bottom: 10px;
}

.content__inner .policy__inner h2 {
  font-size: 120%;
  margin-bottom: 10px;
}

.content__inner .policy__inner h3 {
  font-size: 100%;
  margin-bottom: 10px;
}

body.contact .page_content .page__inner {
  width: 80%;
}

body.contact .page_content .page__inner .topic_path {
  color: #000;
  margin-bottom: 45px;
  font-size: 14px;
  text-align: left;
}

body.contact .page_content .page__inner .topic_path span {
  display: inline-block;
}

body.contact .page_content .page__inner .topic_path .taxonomy.category {
  display: none;
}

body.contact .page_content .page__inner .topic_path a.home {
  color: #000;
  font-size: 14px;
}

body.contact .page_content .page__inner .title {
  margin-top: 170px;
  text-align: center;
  margin-bottom: 250px;
}

body.contact .page_content .page__inner .title h2 {
  color: #d9011e;
  font-size: 48px;
  font-weight: bold;
}

body.contact .page_content .page__inner .title p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}

body.contact .page_content .page__inner .title span {
  font-size: 20px;
}

body.contact .page_content .page__inner .contact_form {
  width: 100%;
  background-color: #f4f2f3;
  padding: 150px 10px 150px 20px;
  margin-bottom: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.contact .page_content .page__inner .contact_form h3 {
  font-size: 28px;
  text-align: center;
}

body.contact .page_content .page__inner .contact_form input[type="text"] {
  padding: 5px;
  font-size: 16px;
  border: #dfdfdf 1px solid;
}

body.contact .page_content .page__inner .contact_form input[type="email"],
body.contact .page_content .page__inner .contact_form input[type="tel"] {
  padding: 10px;
  border: #dfdfdf 1px solid;
}

body.contact .page_content .page__inner .contact_form textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border: #dfdfdf 1px solid;
}

body.contact .page_content .page__inner .contact_form input[type="button"] {
  margin-right: 60px;
  background-color: #eaeaea;
}

body.contact .page_content .page__inner .contact_form table {
  margin: 0 auto;
  margin-bottom: 80px;
}

body.contact .page_content .page__inner .contact_form table tr th {
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  padding: 15px 40px;
}

body.contact .page_content .page__inner .contact_form table tr th em {
  width: 45px;
  background-color: #d9011e;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  margin-left: 10px;
  font-style: normal;
}

body.contact .page_content .page__inner .contact_form table tr td {
  padding: 15px 0;
}

body.contact .page_content .page__inner .contact_form table tr td span {
  font-size: 14px;
  margin-left: 10px;
}

body.contact .page_content .page__inner .contact_form table .zipcode {
  padding-left: 9px;
}

body.contact .page_content .page__inner .contact_form table .address_form input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.contact .page_content .page__inner .contact_form table .address_form input[type="text"] span {
  font-size: 14px;
  margin-left: 10px;
}

body.contact .page_content .page__inner .contact_form table .textarea {
  border: 1px solid #dfdfdf;
}

body.contact .page_content .page__inner .contact_form .btns {
  text-align: center;
  border: none;
}

body.contact .page_content .page__inner .contact_form .btns input {
  background-color: #626262;
  color: #fff;
  font-size: 18px;
  padding: 10px 70px;
  margin-bottom: 60px;
}

body.contact .page_content .page__inner .contact_form .wpcf7-response-output,
body.contact .page_content .page__inner .contact_form .wpcf7-display-none,
body.contact .page_content .page__inner .contact_form .wpcf7-custom-wpcf7c-confirmed,
body.contact .page_content .page__inner .contact_form .wpcf7-mail-sent-ok {
  display: none;
}

body.contact .page_content .page__inner .contact_form .wpcf7-response-output,
body.contact .page_content .page__inner .contact_form .wpcf7-display-none,
body.contact .page_content .page__inner .contact_form .wpcf7-validation-errors {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5vw;
}

body.contact .page_content .page__inner .topic_path,
body.confirm .page_content .page__inner .topic_path {
  color: #000;
  margin-bottom: 45px;
  font-size: 14px;
  text-align: left;
}

body.contact .page_content .page__inner .topic_path span,
body.confirm .page_content .page__inner .topic_path span {
  display: inline-block;
}

body.contact .page_content .page__inner .topic_path .taxonomy.category,
body.confirm .page_content .page__inner .topic_path .taxonomy.category {
  display: none;
}

body.contact .page_content .page__inner .topic_path a.home,
body.confirm .page_content .page__inner .topic_path a.home {
  color: #000;
  font-size: 14px;
}

body.contact .page_content .page__inner .title,
body.confirm .page_content .page__inner .title {
  margin-top: 170px;
  text-align: center;
  margin-bottom: 250px;
}

body.contact .page_content .page__inner .title h2,
body.confirm .page_content .page__inner .title h2 {
  color: #d9011e;
  font-size: 48px;
  font-weight: bold;
}

body.contact .page_content .page__inner .title p,
body.confirm .page_content .page__inner .title p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}

body.contact .page_content .page__inner .title span,
body.confirm .page_content .page__inner .title span {
  font-size: 20px;
}

body.contact .page_content .contact_form,
body.confirm .page_content .contact_form {
  width: 100%;
  background-color: #f4f2f3;
  padding: 150px 10px 200px 20px;
  margin-bottom: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.contact .page_content .contact_form h3,
body.confirm .page_content .contact_form h3 {
  font-size: 28px;
  text-align: center;
}

body.contact .page_content .contact_form .wpcf7-form,
body.confirm .page_content .contact_form .wpcf7-form {
  margin-top: -5%;
}

body.contact .page_content .contact_form input[type="text"],
body.confirm .page_content .contact_form input[type="text"] {
  padding: 5px 10px;
  font-size: 16px;
}

body.contact .page_content .contact_form input[type="textarea"],
body.confirm .page_content .contact_form input[type="textarea"] {
  padding: 10px;
  font-size: 16px;
}

body.contact .page_content .contact_form table,
body.confirm .page_content .contact_form table {
  margin: 0 auto;
  margin-bottom: 80px;
}

body.contact .page_content .contact_form table th,
body.confirm .page_content .contact_form table th {
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  padding: 0 40px 50px 0;
}

body.contact .page_content .contact_form table th em,
body.confirm .page_content .contact_form table th em {
  width: 45px;
  background-color: #d9011e;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  margin-left: 10px;
  font-style: normal;
}

body.contact .page_content .contact_form table td,
body.confirm .page_content .contact_form table td {
  margin-bottom: 10px;
}

body.contact .page_content .contact_form table td span,
body.confirm .page_content .contact_form table td span {
  font-size: 12px;
  margin-left: 10px;
}

body.contact .page_content .contact_form table .zipcode,
body.confirm .page_content .contact_form table .zipcode {
  padding-left: 9px;
}

body.contact .page_content .contact_form table .address_form input[type="text"],
body.confirm .page_content .contact_form table .address_form input[type="text"] {
  width: 100%;
}

body.contact .page_content .contact_form table .address_form input[type="text"] span,
body.confirm .page_content .contact_form table .address_form input[type="text"] span {
  font-size: 12px;
  margin-left: 10px;
}

body.contact .page_content .contact_form table .textarea,
body.confirm .page_content .contact_form table .textarea {
  border: 1px solid #dfdfdf;
}

body.contact .page_content .contact_form .btns,
body.confirm .page_content .contact_form .btns {
  text-align: center;
}

body.contact .page_content .contact_form .btns input,
body.confirm .page_content .contact_form .btns input {
  background-color: #626262;
  color: #fff;
  padding: 5px 50px;
}

body.contact .page_content .contact_form .btns input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back,
body.confirm .page_content .contact_form .btns input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  background-color: #eaeaea;
  color: #626262;
}

body.contact .page_content .contact_form .btns .input_page,
body.confirm .page_content .contact_form .btns .input_page {
  background-color: #eaeaea;
  color: #626262;
  margin-right: 30px;
}

body.thanks .page_content .page__inner .title {
  margin-top: 170px;
  text-align: center;
  margin-bottom: 250px;
}

body.thanks .page_content .page__inner .title h2 {
  color: #d9011e;
  font-size: 48px;
  font-weight: bold;
}

body.thanks .page_content .page__inner .title p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10%;
}

body.thanks .page_content .page__inner .title a {
  color: #626262;
  border: 1px solid #eaeaea;
  background-color: #eaeaea;
  padding: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.thanks .page_content .page__inner .title a:hover {
  opacity: 0.6;
}

/*# sourceMappingURL=style.css.map */