@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%;
  font-weight: normal;
  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;
  text-decoration: none;
}

/* 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;
}

/*===追加記述===*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

li {
  list-style: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

address {
  font-style: normal;
}

:root,
body {
  color: #231815;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  scroll-behavior: smooth;
  min-width: 375px;
}
@media all and (max-width: 768px) {
  :root,
  body {
    line-height: 1.8;
    font-size: 15px;
  }
}

:root,
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

body {
  overflow-x: hidden;
  padding-right: 34px;
  padding-top: 66px;
}
@media all and (max-width: 1200px) {
  body {
    padding-top: 99px;
  }
}
@media all and (max-width: 768px) {
  body {
    padding-right: 0;
    padding-top: 60px;
  }
}

.meta-h1 {
  background-color: #323333;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 10px 18px;
}
@media all and (max-width: 768px) {
  .meta-h1 {
    line-height: 1.4;
    padding: 10px;
  }
}
.meta-h1.page-meta-h1 {
  background-color: #fff;
  color: #323333;
  padding: 10px 18px 20px;
}
@media all and (max-width: 768px) {
  .meta-h1.page-meta-h1 {
    padding: 0 10px 10px;
  }
}

.main-contents,
.page-main-contents {
  width: 100%;
}

img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  display: inherit;
}
@media all and (min-width: 769px) {
  a {
    transition: 0.4s;
  }
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.sp {
  display: none;
}

@media all and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*------------------- common -------------------*/
.common-heading-wrapper {
  display: flex;
}
@media all and (max-width: 768px) {
  .common-heading-wrapper {
    flex-direction: column;
  }
}
.common-heading-wrapper .common-heading-box {
  background-color: #323333;
  position: relative;
  width: 50%;
}
@media all and (max-width: 768px) {
  .common-heading-wrapper .common-heading-box {
    height: 100px;
  }
}
.common-heading-wrapper .common-heading-box .common-heading {
  font-size: 28px;
  position: absolute;
  top: 41px;
}
@media all and (max-width: 768px) {
  .common-heading-wrapper .common-heading-box .common-heading {
    font-size: 20px;
    top: 30px;
  }
}
@media all and (max-width: 768px) {
  .common-heading-wrapper .common-heading-box.recruit {
    width: 100%;
  }
}
.common-heading-wrapper .common-heading-box.recruit .common-heading {
  position: static;
  margin-top: 33px;
  text-align: center;
}

.common-heading-pair-wrapper {
  width: 50%;
  align-self: flex-end;
}
@media all and (max-width: 768px) {
  .common-heading-pair-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.common-heading-main-pict {
  width: 49.4vw;
  margin: -35px 70px 55px auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .common-heading-main-pict {
    width: 100%;
    margin: 0 auto;
  }
}

.divid-two {
  display: flex;
}
@media all and (max-width: 768px) {
  .divid-two {
    flex-direction: column;
  }
}
.divid-two .divid-two-left,
.divid-two .divid-two-right {
  width: 50%;
}
@media all and (max-width: 768px) {
  .divid-two .divid-two-left,
  .divid-two .divid-two-right {
    width: 100%;
  }
}

.divid-three {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .divid-three {
    flex-direction: column;
  }
}
.divid-three .divid-three-left,
.divid-three .divid-three-middle,
.divid-three .divid-three-right {
  width: 33.3333333333%;
}
@media all and (max-width: 768px) {
  .divid-three .divid-three-left,
  .divid-three .divid-three-middle,
  .divid-three .divid-three-right {
    width: 100%;
  }
}

.common-caption {
  font-size: 28px;
  color: #1D418F;
}
@media all and (max-width: 768px) {
  .common-caption {
    font-size: 22px;
  }
}
.common-caption .common-caption-en {
  font-size: 12px;
  color: #3283BD;
  margin-right: 5px;
}

.common-contents-title {
  font-size: 28px;
  padding: 14px 50px;
}
@media all and (max-width: 768px) {
  .common-contents-title {
    font-size: 22px;
    padding: 9px 20px;
  }
}
.common-contents-title.bg-black {
  background-color: #323333;
}
@media all and (max-width: 768px) {
  .common-contents-title.bg-black {
    font-size: 15px;
    padding: 4px 20px;
  }
}

.common-more-detail {
  margin: 24px 0 0 auto;
  background-color: #3283BD;
  line-height: 1;
  padding: 7px 0 6px 3px;
  text-align: center;
  letter-spacing: 0.05em;
  width: 130px;
}

.common-more-detail-2 {
  margin-top: 24px;
  letter-spacing: 0.05em;
  text-align: right;
}

.changeTextColor {
  color: #fff;
}

.underpage-title-wrapper {
  align-self: center;
}
@media all and (max-width: 768px) {
  .underpage-title-wrapper {
    padding: 35px 5%;
  }
}
.underpage-title-wrapper .underpage-title {
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
}
@media all and (max-width: 768px) {
  .underpage-title-wrapper .underpage-title {
    font-size: 15px;
  }
}
.underpage-title-wrapper .underpage-title .underpage-title-en {
  font-size: 28px;
  display: block;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .underpage-title-wrapper .underpage-title .underpage-title-en {
    font-size: 24px;
  }
}

.breadcrumbs {
  background-color: #323333;
  padding: 4px 18px;
  font-size: 10px;
}

.recruit .common-heading {
  right: -83px;
}
@media all and (max-width: 768px) {
  .recruit .common-heading {
    right: -63px;
  }
}
.recruit .common-heading-pair-wrapper {
  align-self: flex-end;
}
.recruit .common-heading-pair-wrapper .recruit-link {
  padding: 120px 70px 80px;
}
@media all and (max-width: 768px) {
  .recruit .common-heading-pair-wrapper .recruit-link {
    padding: 53px 5% 50px;
  }
}

.coming-soon {
  font-size: 40px;
  text-align: center;
}

.example-list-2,
.example-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.example-list-2::after,
.example-list::after {
  content: "Coming Soon";
  display: block;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .example-list-2,
  .example-list {
    flex-direction: column;
  }
}
.example-list-2 .example-list-item,
.example-list .example-list-item {
  width: calc((100% - 60px) / 4);
}
@media all and (max-width: 768px) {
  .example-list-2 .example-list-item,
  .example-list .example-list-item {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 768px) {
  .example-list-2 .example-list-item:nth-child(n+2):nth-child(-n+4),
  .example-list .example-list-item:nth-child(n+2):nth-child(-n+4) {
    display: none;
  }
}
.example-list-2 .example-list-item .example-main-pict,
.example-list .example-list-item .example-main-pict {
  height: 0;
  overflow: hidden;
  padding-bottom: 61.4%;
  position: relative;
  margin-bottom: 8px;
}
.example-list-2 .example-list-item .example-main-pict img,
.example-list .example-list-item .example-main-pict img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.example-list-2 .example-list-item .example-article-title,
.example-list .example-list-item .example-article-title {
  display: none;
}
.example-list-2 .example-item-link,
.example-list .example-item-link {
  pointer-events: none;
}

.example-list-2::after {
  display: none;
}
.example-list-2 .example-article-title {
  display: block !important;
}

@media all and (max-width: 768px) {
  .method-type .divid-two.reverse {
    flex-direction: column-reverse;
  }
}
.method-type .method-type-list .method-type-item .method-type-pict {
  height: 0;
  overflow: hidden;
  padding-bottom: 68.5%;
  background-size: cover;
  background-repeat: no-repeat;
}
.method-type .method-type-list .method-type-item:nth-child(1) .method-type-pict {
  background-image: url("../images/index/method-1.jpg");
}
.method-type .method-type-list .method-type-item:nth-child(2) .method-type-pict {
  background-image: url("../images/index/method-2.jpg");
}
.method-type .method-type-list .method-type-item:nth-child(3) .method-type-pict {
  background-image: url("../images/index/method-3.jpg");
}
.method-type .method-type-list .method-type-item:nth-child(4) .method-type-pict {
  background-image: url("../images/index/method-4.jpg");
}
@media all and (max-width: 768px) {
  .method-type .method-type-list .method-type-item:nth-child(even) .divid-two {
    flex-direction: column-reverse;
  }
}
.method-type .method-type-list .method-type-item .divid-two {
  align-items: center;
}
.method-type .method-type-list .method-type-item .divid-two .method-type-item-link {
  padding: 40px 75px;
}
@media all and (max-width: 768px) {
  .method-type .method-type-list .method-type-item .divid-two .method-type-item-link {
    padding: 40px 5%;
  }
}
.method-type .method-type-list .method-type-item .divid-two .method-type-item-link .method-type-title {
  margin-bottom: 20px;
}

.example {
  background-color: #3283BD;
  padding: 45px 45px 50px;
}
@media all and (max-width: 768px) {
  .example {
    padding: 40px 5%;
  }
}
.example .example-heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .example .example-heading {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.pagenation {
  line-height: 1;
  font-size: 18px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .pagenation {
    font-size: 15px;
  }
}
.pagenation a,
.pagenation .current {
  padding: 7px 9px;
}
.pagenation .current {
  color: #999899;
}
.pagenation .m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation .m-pagenation__body {
  display: flex;
}
.pagenation .m-pagenation__prev,
.pagenation .m-pagenation__next {
  background-color: #3283BD;
  color: #fff;
}
.pagenation .m-pagenation__prev {
  margin-right: 20px;
}
@media all and (max-width: 768px) {
  .pagenation .m-pagenation__prev {
    margin-right: 10px;
  }
}
.pagenation .m-pagenation__next {
  margin-left: 20px;
}
@media all and (max-width: 768px) {
  .pagenation .m-pagenation__next {
    margin-left: 10px;
  }
}

.single-menu-list {
  line-height: 1;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .single-menu-list {
    font-size: 15px;
  }
}
.single-menu-list .single-menu-item:nth-child(1) a {
  position: relative;
}
.single-menu-list .single-menu-item:nth-child(1) a::before {
  content: "＜";
  display: inline-block;
  color: #fff;
  background-color: #3283BD;
  padding: 7px 9px;
  margin-right: 20px;
}
@media all and (max-width: 768px) {
  .single-menu-list .single-menu-item:nth-child(1) a::before {
    margin-right: 10px;
  }
}
.single-menu-list .single-menu-item:nth-child(2) {
  margin-left: 48px;
  margin-right: 48px;
}
@media all and (max-width: 768px) {
  .single-menu-list .single-menu-item:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.single-menu-list .single-menu-item:nth-child(3) a {
  position: relative;
}
.single-menu-list .single-menu-item:nth-child(3) a::after {
  content: "＞";
  display: inline-block;
  color: #fff;
  background-color: #3283BD;
  padding: 7px 9px;
  margin-left: 20px;
}
@media all and (max-width: 768px) {
  .single-menu-list .single-menu-item:nth-child(3) a::after {
    margin-left: 10px;
  }
}
.single-menu-list .single-menu-item .single-link {
  text-decoration: underline;
}

.privacy .privacy-contents {
  max-width: 800px;
  margin: 100px auto 150px;
}
@media all and (max-width: 768px) {
  .privacy .privacy-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin: 45px auto 60px;
  }
}
.privacy .privacy-contents h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .privacy .privacy-contents h2 {
    font-size: 22px;
  }
}
.privacy .privacy-contents h2.privacy-head {
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0 30px;
  text-align: left;
}
@media all and (max-width: 768px) {
  .privacy .privacy-contents h2.privacy-head {
    font-size: 19px;
  }
}
.privacy .privacy-contents h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
}
@media all and (max-width: 768px) {
  .privacy .privacy-contents h3 {
    font-size: 19px;
  }
}
.privacy .privacy-contents strong {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
@media all and (max-width: 768px) {
  .privacy .privacy-contents strong {
    font-size: 17px;
  }
}
.privacy .privacy-contents .privacy-sub {
  margin: 20px 0 30px;
}
.privacy .privacy-contents ul {
  margin-left: 15px;
}
.privacy .privacy-contents ul li {
  margin: 10px 0;
}

/*------ Reset ------*/
input,
button,
textarea,
select {
  color: #231815;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 100%;
}

input, textarea {
  width: 100%;
  height: 100%;
}

.contact .form .form-inner {
  width: 920px;
  margin: 63px auto 100px;
  padding: 63px 90px;
  border: solid 1px #B4B3B3;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 979px) {
  .contact .form .form-inner {
    width: 700px;
    padding: 50px 60px;
  }
}
@media all and (max-width: 768px) {
  .contact .form .form-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    border: 0;
    margin: 0 auto 50px;
  }
}
.contact .form .form-inner .download-introduction {
  text-align: center;
  margin-bottom: 50px;
}
.contact .form .form-inner .form-list .form-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item {
    flex-direction: column;
  }
}
.contact .form .form-inner .form-list .form-list-item:not(:last-child) {
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.contact .form .form-inner .form-list .form-list-item.message {
  align-items: flex-start;
}
.contact .form .form-inner .form-list .form-list-item.message .topics {
  padding-top: 25px;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item.message .topics {
    padding-top: 15px;
  }
}
.contact .form .form-inner .form-list .form-list-item .hissu {
  color: #DE2726;
}
.contact .form .form-inner .form-list .form-list-item .topics {
  width: 26%;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .topics {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact .form .form-inner .form-list .form-list-item .form-input,
.contact .form .form-inner .form-list .form-list-item .area-wrapper,
.contact .form .form-inner .form-list .form-list-item .agree-wrapper,
.contact .form .form-inner .form-list .form-list-item .button-wrapper {
  width: 74%;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .form-input,
  .contact .form .form-inner .form-list .form-list-item .area-wrapper,
  .contact .form .form-inner .form-list .form-list-item .agree-wrapper,
  .contact .form .form-inner .form-list .form-list-item .button-wrapper {
    width: 100%;
  }
}
.contact .form .form-inner .form-list .form-list-item .form-input input,
.contact .form .form-inner .form-list .form-list-item .form-textarea {
  padding: 25px;
  background-color: #F2F2F2;
  border-radius: 4px;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .form-input input,
  .contact .form .form-inner .form-list .form-list-item .form-textarea {
    padding: 15px;
  }
}
.contact .form .form-inner .form-list .form-list-item .form-input {
  height: 80px;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .form-input {
    height: 60px;
  }
}
.contact .form .form-inner .form-list .form-list-item .form-textarea {
  height: 220px;
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-memo .privacy-link {
  display: inline-block;
  text-decoration: underline;
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-memo .sp-br {
  display: none;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-memo .sp-br {
    display: block;
  }
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button {
  margin-top: 20px;
  width: 74%;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button {
    width: 100%;
  }
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button label {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border: solid 1px #B4B3B3;
  padding: 10px;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button label {
    padding: 10px 10px 10px 30px;
  }
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button .radio-item + span {
  display: inline-block;
  position: relative;
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button .radio-item + span::after,
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button .radio-item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #323333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 4px;
  left: -30px;
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button .radio-item + span::after {
  opacity: 0;
  width: 10px;
  height: 10px;
  top: 9px;
  left: -25px;
  border: none;
  background: #323333;
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button .radio-item:checked + span::after {
  opacity: 1;
}
.contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button .sp-br {
  display: none;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .agree-wrapper .agree-button .sp-br {
    display: block;
  }
}
.contact .form .form-inner .form-list .form-list-item .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .button-wrapper {
    margin-top: 30px;
  }
}
.contact .form .form-inner .form-list .form-list-item .button-wrapper .submit {
  cursor: pointer;
  width: 74%;
  height: 80px;
  padding: 27px;
  background-color: #3283BD;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.contact .form .form-inner .form-list .form-list-item .button-wrapper .submit:hover {
  opacity: 0.65;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .form-list .form-list-item .button-wrapper .submit {
    width: 100%;
  }
}
.contact .form .form-inner .mw_wp_form.mw_wp_form_complete .download-box {
  text-align: center;
}
.contact .form .form-inner .mw_wp_form.mw_wp_form_complete .download-box .download-text {
  margin-bottom: 30px;
}
.contact .form .form-inner .mw_wp_form.mw_wp_form_complete .download-box .download-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74%;
  height: 80px;
  margin: 0 auto;
  background-color: #3283BD;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.contact .form .form-inner .mw_wp_form.mw_wp_form_complete .download-box .download-btn:hover {
  opacity: 0.65;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .mw_wp_form.mw_wp_form_complete .download-box .download-btn {
    width: 90%;
    height: 60px;
  }
}
.contact .form .form-inner .mw_wp_form.mw_wp_form_complete .download-box .sp-br {
  display: none;
}
@media all and (max-width: 768px) {
  .contact .form .form-inner .mw_wp_form.mw_wp_form_complete .download-box .sp-br {
    display: block;
  }
}/*# sourceMappingURL=catalog.css.map */