@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1024px) {
  html body .contents {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 734px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
span.fz08 {
  font-size: 0.8em;
  color: #252366;
}
span.fz05 {
  font-size: 0.5em;
  color: #252366;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  background: #fff;
}
html h1 {
  font-size: 41px;
  line-height: 0.9;
  font-weight: 500;
}
@media (max-width: 1024px) {
  html h1 {
    font-size: 5vw;
  }
}
html h2 {
  font-size: 32px;
  line-height: 1.23;
  margin: 80px 0 30px;
  font-weight: 700;
}
html h3 {
  font-size: 18px;
  line-height: 1.27;
  margin: 80px 0 10px;
}
html h4 {
  font-size: 2.1rem;
  line-height: 140%;
}
html h5 {
  font-size: 1.18rem;
  font-weight: bold;
  line-height: 140%;
}
html p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 30px;
  font-weight: 400;
}
html b {
  font-size: 16px;
}
html a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}
html li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
p,
b,
li,
a,
tr,
td,
span {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: black;
}

header {
  width: 100%;
  margin: 0 auto;
}

section {
  width: 100%;
}

.contents {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
}

/*
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 {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  color: black;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: black;
}

.header__swiperarea {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background: #eee;
}
.header__slider--img {
  max-width: 252px;
  max-height: 51px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.header__bar {
  width: 95%;
  padding: 10px 0 20px 0;
  margin: 0 auto;
}
.header__nav {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  margin: 0 auto;
}
.header__nav--items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 100%;
}
.header__nav--items a {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 3px solid #fff;
  font-size: 15px;
}
.header__nav--items .current-menu-item > a {
  display: inline-block;
  padding-bottom: 15px;
  color: orange;
  border-bottom: 3px solid orange;
}
.footer {
  background-color: #333;
  padding: 30px 0;
}
.footer__contents {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.footer__info--img {
  width: 40%;
}
.footer__info--text {
  line-height: 2.5;
  color: #fff;
}
.footer__sitemap {
  display: flex;
}
.footer__sitemap--link a {
  color: #fff;
  line-height: 2.5;
}
.footer__Copyright {
  text-align: center;
}
.footer__Copyright small {
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .footer .footer__contents {
    flex-flow: column;
  }
  .footer .footer__sitemap {
    flex-flow: column;
  }
}
table.sortableTable {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
  overflow: scroll;
  table-layout: fixed;
}

/* ヘッダーのスタイル */
table.sortableTable th {
  cursor: pointer;
  position: relative;
  background-color: #D9EDF7;
  border-bottom: 1px solid F9F9F9;
  padding: 10px;
}

/* ヘッダーの縦ボーダーを削除 */
table.sortableTable th:not(:first-child) {
  border-left: none;
  border-right: none;
}

/* 偶数行の背景色を #F9F9F9 に設定 */
table.sortableTable tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}

/* テーブルのデータ部分 */
table.sortableTable tbody tr {
  border-bottom: 1px solid #ddd;
}

table.sortableTable td {
  padding: 10px;
  word-wrap: break-word; /* 単語が長すぎると折り返す */
  word-break: break-word; /* 日本語と英語の両方に対応 */
  overflow-wrap: break-word; /* 新しいブラウザ用 */
  white-space: normal; /* 自然に折り返す */
  vertical-align: middle;
}

/* ロゴ画像の列用 */
table.sortableTable td.logo {
  text-align: center;
}

table.sortableTable td.logo img {
  max-width: 252px;
  max-height: 51px;
  width: 100%;
  height: auto;
}

/* インジケーター（ソート矢印）を復活 */
table.sortableTable th::before,
table.sortableTable th::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 5px solid transparent;
  right: 10px;
  top: 50%;
}

/* 初期状態で薄い矢印を表示 */
table.sortableTable th:not(:first-child)::before {
  border-bottom-color: #aaa;
  margin-top: -10px;
}

table.sortableTable th:not(:first-child)::after {
  border-top-color: #aaa;
  margin-top: 2px;
}

/* 昇順（▲）のとき */
table.sortableTable th.asc::before {
  border-bottom-color: #444;
}

/* 降順（▼）のとき */
table.sortableTable th.desc::after {
  border-top-color: #444;
}

.drow {
  display: none;
}

@media (max-width: 1024px) {
  .drow {
    display: block;
  }
  .mobile-menu-icon {
    background-color: transparent;
    border: none;
    position: fixed;
    right: 2%;
    top: 2%;
    z-index: 2000000;
  }
  .mobile-menu-icon span {
    background-color: #20c3d1;
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 9px;
    transition: transform 0.7s;
  }
  .mobile-menu-icon span:last-child {
    margin-bottom: 0;
  }
  button.menu-open > span {
    background-color: #20c3d1;
  }
  button.menu-open > span:nth-child(1) {
    transform: translateY(11px) rotate(135deg);
  }
  button.menu-open > span:nth-child(2) {
    transform: translateX(-18px) scaleX(0);
  }
  button.menu-open > span:nth-child(3) {
    transform: translateY(-11px) rotate(-135deg);
  }
  .menu-open {
    transform: none !important;
    transition: transform 0.7s;
  }
  body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
  }
  .header__wrap {
    display: flex;
    flex-flow: column;
  }
  .header__swiperarea {
    order: 2;
  }
  .header__bar {
    order: 1;
    transform: translateY(-100%);
    transition: transform 0.7s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
    background-color: #fff;
    width: 100%;
  }
  .header__nav--items {
    display: flex;
    align-items: baseline;
    justify-content: stretch;
    gap: 10px;
    width: 95%;
    margin: 0 auto;
    flex-flow: column;
  }
  .header__nav {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .header__logoarea {
    margin-bottom: 10px;
  }
}
.fv__wrap {
  position: relative;
}
.fv__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 35px;
}
.fv__title--span {
  color: #fff;
  display: inline-block;
  background-color: #252366;
  font-size: 0.655em;
  padding: 15px 24px;
}
@media (max-width: 1024px) {
  .fv .fv__title {
    font-size: 5vw;
  }
  .fv .fv__title--span {
    padding: 8px 12px;
  }
}
.kinki-info {
  text-align: center;
}
.kinki-info__title {
  font-size: 20px;
  color: #252366;
}
.kinki-info__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
}
.kinki-info__item {
  display: block;
  width: 24%;
}
.kinki-info__item:nth-of-type(1) .kinki-info__item--wrap, .kinki-info__item:nth-of-type(2) .kinki-info__item--wrap {
  display: flex;
  align-items: center;
  width: 95%;
  justify-content: center;
  gap: 0;
}
.kinki-info__item:nth-of-type(1) .kinki-info__item--text, .kinki-info__item:nth-of-type(2) .kinki-info__item--text {
  text-align: center;
  width: auto;
  font-size: 15px;
}
.kinki-info__item:nth-of-type(1) .kinki-info__link span, .kinki-info__item:nth-of-type(2) .kinki-info__link span {
  display: flex;
  width: auto;
}
.kinki-info__item:nth-of-type(1) .kinki-info__link span img, .kinki-info__item:nth-of-type(2) .kinki-info__link span img {
  width: 90%;
}
.kinki-info__item--wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 95%;
}
.kinki-info__item--text {
  text-align: center;
  width: 69%;
}
.kinki-info__link {
  width: 100%;
  height: 60px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.kinki-info__link span {
  display: flex;
  width: 30%;
}
.kinki-info__link span img {
  width: 100%;
}
@media (max-width: 1024px) {
  .kinki-info .kinki-info__title {
    margin-top: 50px;
  }
  .kinki-info .kinki-info__item {
    width: 48%;
  }
  .kinki-info .kinki-info__item--text {
    font-size: 3vw;
  }
  .kinki-info .kinki-info__item:nth-of-type(1) .kinki-info__link span,
  .kinki-info .kinki-info__item:nth-of-type(2) .kinki-info__link span {
    width: 34%;
  }
}
.country-info {
  text-align: center;
}
.country-info__title {
  font-size: 20px;
  color: #252366;
}
.country-info__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
}
.country-info__item {
  display: block;
  width: 24%;
}
.country-info__item--wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 95%;
}
.country-info__item--text {
  text-align: center;
  width: 69%;
}
.country-info__link {
  width: 100%;
  height: 60px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.country-info__link span {
  display: flex;
  width: 30%;
}
.country-info__link span img {
  width: 100%;
}
@media (max-width: 1024px) {
  .country-info .country-info__title {
    margin-top: 50px;
  }
  .country-info .country-info__item {
    width: 48%;
  }
  .country-info .country-info__link {
    font-size: 3.5vw;
  }
}
.news {
  text-align: center;
}
.news__title {
  font-size: 20px;
  color: #252366;
}
.news__posts {
  margin: 50px auto;
}
.news__post {
  display: flex;
  justify-content: start;
  gap: 30px;
  text-align: left;
  margin: 20px auto;
}
.news__post--thumbnail {
  width: 41%;
}
.news__post--thumbnail a {
  display: block;
}
.news__post--thumbnail a img {
  width: 100%;
}
.news__post--time {
  margin-right: 10px;
  color: #252366;
}
.news__post--title {
  margin: 15px auto;
  color: #252366;
}
.news__post--description {
  margin: 0;
}
.news__post--link {
  color: #252366;
}
.news__post--category {
  color: #252366;
}
.news__btn {
  color: #252366;
  border: solid 1px #252366;
  border-radius: 5px;
  padding: 10px 40px;
  margin: 30px auto;
}
@media (max-width: 1024px) {
  .news .news__post {
    flex-flow: column;
  }
  .news .news__post--thumbnail {
    width: 100%;
  }
}
.instagram__wrap {
  background: #F2F2F2;
  margin: 80px auto;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.instagram__feedarea {
  position: relative;
  z-index: 1;
}
.instagram__bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}
.instagram__feed {
  width: 80%;
  margin: 0 auto;
}
.instagram__posts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}
.instagram__post {
  width: 33%;
}
.instagram__post--img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.instagram__account {
  width: 25%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .instagram__feed {
    width: 100%;
  }
  .instagram__account {
    width: 50%;
  }
  .instagram__post {
    width: 100%;
  }
}
.calendar {
  text-align: center;
}
.calendar__title {
  font-size: 20px;
  color: #252366;
}
.map iframe {
  margin: 50px auto 0 auto;
}
.introduction {
  text-align: center;
  margin-bottom: 50px;
  /* 各アイテム */
  /* 最終行の左寄せ */
}
.introduction__title {
  font-size: 20px;
  color: #252366;
  position: relative;
  display: inline-block;
}
.introduction__title::before {
  position: absolute;
  content: "";
  background: url(../../../uploads/character.webp) no-repeat;
  width: 100px;
  height: 100px;
  left: -27%;
  top: -19px;
}
.introduction__logoarea {
  background-color: #eee;
}
.introduction__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 常に4列レイアウト */
  gap: 10px;
  margin: 10px auto;
  width: 95%;
  padding: 10px 0;
}
.introduction__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introduction__item--img {
  max-width: 252px;
  max-height: 51px;
  width: 100%;
  height: auto;
}
.introduction__item--text {
  margin: 0;
  line-height: 1.2;
}
.introduction__link {
  display: block;
  width: 100%;
}
.introduction__item:nth-last-child(1):nth-child(4n+1) {
  grid-column: 1/span 1;
  /* 左端に配置 */
}
@media (max-width: 1024px) {
  .introduction .introduction__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .introduction .introduction__title {
    margin-left: 15%;
  }
}
.kinki-fv__wrap {
  position: relative;
}
.kinki-fv__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 35px;
}
.kinki-fv__title--span {
  color: #fff;
  display: inline-block;
  background-color: #252366;
  font-size: 0.655em;
  padding: 15px 24px;
}
@media (max-width: 1024px) {
  .kinki-fv .kinki-fv__title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.pro__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro__item {
  width: 48%;
}
@media (max-width: 1024px) {
  .pro .pro__items {
    flex-flow: column;
  }
  .pro .pro__item {
    width: 100%;
  }
}
.overview__title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
}
.overview__contents {
  max-width: 900px;
  margin: 0 auto;
}
.overview__profile--title {
  width: 200px;
}
.overview__profile {
  display: flex;
  justify-content: start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: solid 1px #eee;
}
.overview__profile--title {
  font-weight: bold;
}
.overview__profile--link {
  color: blue;
}
@media (max-width: 1024px) {
  .overview .overview__profile {
    flex-flow: column;
  }
}
.kinki-map__wrap {
  margin-top: 50px;
}

.kinki-fv__wrap {
  position: relative;
}
.kinki-fv__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 35px;
}
.kinki-fv__title--span {
  color: #fff;
  display: inline-block;
  background-color: #252366;
  font-size: 0.655em;
  padding: 15px 24px;
}

.company__contents {
  margin: 80px auto;
}
.company__table--logo {
  width: 10%;
}
.company__table--name {
  width: 22%;
}
.company__table--product {
  width: 33%;
}
.company__table--contact {
  width: 14%;
}
.company__table--person {
  width: 14%;
}
@media (max-width: 1024px) {
  .company .company__scroll {
    overflow: scroll;
  }
  .company table.sortableTable {
    width: 800px;
  }
}
.archive__post {
  width: 90%;
  margin: 100px auto;
}
.archive__items li {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  padding: 25px 0;
  border-bottom: solid 1px #eee;
}
.archive__items li:first-of-type {
  border-top: 1px solid #eee;
}
.archive__item {
  width: 120px;
}
.archive__title {
  margin: 0;
  line-height: 1;
  font-weight: 400;
  color: blue;
}
@media (max-width: 1024px) {
  .archive .archive__items li {
    flex-flow: column;
  }
  .archive .archive__items li {
    gap: 10px;
  }
  .archive .archive__post {
    width: 100%;
  }
}
.marchive__post {
  width: 90%;
  margin: 100px auto;
}
.marchive__items {
  position: relative;
  border-bottom: solid 1px #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.marchive__items li {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  padding: 25px 0;
  border-bottom: solid 1px #eee;
}
.marchive__items li:first-of-type {
  border-top: 1px solid #eee;
}
.marchive__time {
  background-color: #016cb2;
  padding: 2px 5px;
  color: #fff;
  letter-spacing: 2px;
}
.marchive__item {
  width: 120px;
}
.marchive__title {
  margin: 25px auto 15px auto;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
.marchive__link {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: underline;
  color: blue;
}
@media (max-width: 1024px) {
  .marchive .marchive__items li {
    flex-flow: column;
  }
  .marchive .marchive__items li {
    gap: 10px;
  }
  .marchive .marchive__post {
    width: 100%;
  }
}
.single h2 {
  color: #252366;
  border-bottom: solid 3px #252366;
  padding-bottom: 20px;
}
.single__contents img {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .single h2 {
    font-size: 6vw;
  }
}
.policy-fv__wrap {
  position: relative;
  background-color: #252366;
  height: 175px;
}
.policy-fv__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.policy-fv__title--span {
  color: #fff;
  display: inline-block;
  background-color: #252366;
  font-size: 0.655em;
  padding: 15px 24px;
}
@media (max-width: 1024px) {
  .policy-fv .kinki-fv__title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.policy__contents {
  max-width: 900px;
}
.policy h2 {
  color: #252366;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .policy h2 {
    font-size: 5vw;
  }
}

.sitemap h2 {
  font-size: 18px;
  font-weight: normal;
}
.sitemap h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.sitemap__contents {
  width: 900px;
  margin: 100px auto;
}
.sitemap__list li {
  padding-left: 20px;
  margin: 20px auto;
}
.sitemap li {
  margin: 20px auto;
}
.sitemap__map {
  margin: 70px auto;
}
@media (max-width: 1024px) {
  .sitemap h2 {
    font-size: 6vw;
  }
}
.contact__title {
  text-align: center;
}
.contact__contents {
  width: 900px;
}
.contact__title {
  color: #0C2F76;
}
.contact__title span {
  color: #0C2F76;
  display: block;
}
.contact__form ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin: 0 auto;
}
.contact__category {
  width: 25%;
  text-align: center;
}
.contact__input {
  display: block;
  line-height: 0;
  width: 75%;
  padding: 10px 0;
}
.contact__input input {
  width: 100%;
  padding: 15px 0;
}
.contact__input select {
  width: 100%;
  padding: 15px 0;
}
.contact__input textarea {
  width: 100%;
}
.contact .wpcf7-list-item {
  width: 30%;
}
.contact .wpcf7-list-item label {
  display: flex;
}
.contact .wpcf7-list-item label input {
  width: 12px;
  border-radius: 50%;
}
.contact__required {
  display: block;
  color: red;
  line-height: 0.5;
}
.contact .wpcf7-submit {
  text-align: center;
  padding: 10px 80px;
  background-color: #123E92;
  color: #fff;
  display: block;
  margin: 80px auto 150px auto;
}
@media (max-width: 1024px) {
  .contact .contact__form ul {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
  }
  .contact .contact__category {
    width: 100%;
    text-align: left;
  }
  .contact .contact__category p {
    margin-bottom: 10px;
  }
  .contact .contact__input {
    width: 100%;
  }
  .contact .wpcf7-list-item {
    margin-left: 0;
    width: 100%;
  }
}
.login__title--h2 {
  display: block;
  border-bottom: solid 3px #252366;
  padding-bottom: 20px;
}
.login .swpm-label {
  margin-right: 110px;
}
.login #register {
  display: none;
}
.login #forgot_pass {
  text-decoration: underline;
  color: blue;
}
.login .swpm-login-widget-form {
  text-align: center;
  margin: 50px auto 100px auto;
}
.login .swpm-login-widget-logged {
  margin: 50px auto 100px auto;
}
.login .swpm-login-widget-logged div {
  line-height: 1.5;
}
.login .swpm-pw-reset-text {
  width: 100%;
}
.login .swpm-pw-reset-widget-inside {
  width: 50%;
  margin: 50px auto 100px auto;
}
@media (max-width: 1024px) {
  .login h2 {
    font-size: 6vw;
  }
  .login .swpm-label {
    margin: 10px auto;
    display: block;
  }
}/*# sourceMappingURL=main.css.map */