@charset "utf-8";
/*----------
/* 基本
-----------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
  position: relative;
}
h1, h2, h3, h4, h5 {
  font-size: 1.8em;
  font-weight: 800;
}
p {
  margin-bottom: 0;
}
.no-display {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.footer-bottom {
  margin-top: -5px;
}
@media screen and (max-width:590px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
/*----------
/* タイトル　
-----------------------------*/
.head-title {
  font-size: 4.0rem;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.head-title::after {
  content: "";
  display: inline-block;
  background: url("../../../../images/lp/InsuranceSupport/title-obi.png");
  background-size: cover;
  width: 300px;
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width:1480px) {
  .head-title {
    font-size: 3.0rem;
  }
}
@media screen and (max-width:590px) {
  .head-title {
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
/*----------
/* KVエリア
-----------------------------*/
.kv {
  position: relative;
  max-width: 1280px;
  padding-left: 45px;
  padding-right: 45px;
  margin: 0 auto;
}
.kv figure img {
  width: 100%;
  object-fit: cover;
}
/*お問い合わせボタン*/
.contact-btn-wrap {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
}
.contact-btn {
  width: 350px;
  padding: 15px 95px;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #FCB10A;
  font-weight: 600;
}
.contact-btn img {
  width: 60px;
  padding-right: 20px;
}
.contact-btn:hover {
  color: #fff;
  background: #FF9216;
  text-decoration: none;
}
.contact-btn:active, .contact-btn:visited, .contact-btn:focus {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width:1080px) {
  .contact-btn {
    padding: 10px 95px;
    font-size: 1.8rem;
  }
  .contact-btn img {
    width: 35px;
    padding-right: 10px;
  }
}
@media screen and (max-width:768px) {
  .kv {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-btn-wrap {
    margin: 0 auto;
    text-align: center;
  }
  .contact-btn {
    border-radius: 5px;
    padding: 10px 55px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:590px) {
  .contact-btn-wrap {
    position: relative;
    bottom: 0;
  }
}
/*----------
  インナーテキスト
-----------------------------*/
.inner-text {
  font-size: 1.8rem;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width:768px) {
  .inner-text br {
    display: none;
  }
}
@media screen and (max-width:590px) {
  .inner-text {
    font-size: 1.6rem;
    text-align: left;
  }
}
/*----------
  関連サービス
-----------------------------*/
.l-service {
  margin: 100px auto 60px;
}
.l-service .topics {
  position: relative;
  max-width: 980px;
  padding: 20px 45px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.0rem;
  background: #0B4784;
  color: #fff;
}
.l-service .topics::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #0B4784;
}
.chart-wrap {
  position: relative;
  width: 100%;
  background: #F5F5F5;
  padding: 60px 45px 200px;
  margin-top: 100px;
  box-sizing: border-box;
}
.chart-img {
  max-width: 1180px;
  margin: 60px auto;
}
.chart-title {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin-top: 20px;
}
.topics-list {
  max-width: 800px;
  margin: 0 auto;
}
.chart-item p {
  color: #FFF;
  background: #000;
  border-radius: 15px;
  font-size: 2.2rem;
  padding: 15px;
  text-align: center;
}
.shape-chart {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 980px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
@media screen and (max-width:1480px) {
  .chart-wrap {
    padding: 60px 40px 200px;
  }
}
@media screen and (max-width:1080px) {
  .topics-list {
    width: 80%;
  }
  .chart-item p {
    font-size: 2.0rem;
  }
}
@media screen and (max-width:590px) {
  .l-service {
    margin: 0 auto 60px;
  }
  .l-service .topics {
    font-size: 1.8rem;
    padding: 20px 15px;
  }
  .l-service .topics br {
    display: none;
  }
  .chart-wrap {
    padding: 30px 15px 60px;
  }
  .chart-title {
    font-size: 2.2rem;
  }
}
/*----------
  関連サービス特長
-----------------------------*/
.l-features {
  max-width: 1180px;
  margin: 160px auto 60px;
  padding-left: 65px;
  padding-right: 65px;
}
.features-box-wrap {
  margin-top: 60px;
  margin-bottom: 100px;
}
.features-box p:first-child {
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
}
.features-box p {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.75;
}
@media screen and (max-width:590px) {
  .l-features {
    margin: 100px auto 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-features h2 br {
    display: none;
  }
}
/*----------
  提供サービス一覧
-----------------------------*/
.l-service-list {
  max-width: 1280px;
  margin: 160px auto;
  padding-left: 65px;
  padding-right: 65px;
}
.customer {
  border-top: 8px solid #1B71C8;
  border-bottom: 1px solid #1B71C8;
  border-right: 1px solid #1B71C8;
  border-left: 1px solid #1B71C8;
  padding: 25px;
}
span.title-custom-jp, span.title-outbound-jp, span.title-security-jp, span.title-back-office-jp {
  position: relative;
  padding: 5px 60px 5px 60px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  z-index: -2;
}
span.title-custom-jp {
  background: #1B71C8;
}
span.title-outbound-jp {
  background: #FF7C80;
}
span.title-security-jp {
  background: #F9AC47;
}
span.title-back-office-jp {
  background: #128576;
}
span.title-custom-jp:before, span.title-outbound-jp:before, span.title-security-jp:before, span.title-back-office-jp:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 50px #fff;
  border-bottom: solid 50px transparent;
  z-index: 1;
}
span.title-custom-jp:after, span.title-outbound-jp:after, span.title-security-jp:after, span.title-back-office-jp:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -3px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 50px transparent;
  border-bottom: solid 50px #fff;
  z-index: 1;
}
span.title-custom-en, span.title-outbound-en, span.title-security-en, span.title-back-office-en {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
span.title-custom-en {
  color: #1B71C8;
}
span.title-outbound-en {
  color: #FF7C80;
}
span.title-security-en {
  color: #F9AC47;
}
span.title-back-office-en {
  color: #128576;
}
.outbound h2, .security h2, .back-office h2 {
  margin-top: 0;
  padding-top: 0;
}
.custom-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
.custom-box {
  border: 1px dotted #000;
  padding: 15px;
}
.custom-box p {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 40px;
}
.custom-box p::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '●';
  color: #1B71C8;
  font-size: 1.2rem;
  padding-left: 20px;
}
.custom-box-flex {
  display: flex;
}
.custom-box:first-child {
  width: 48%;
}
.custom-box:nth-child(2), .custom-box:nth-child(3) {
  width: 24%;
}
ul.custom-list {
  line-height: 2.0;
}
ul.custom-list li {
  list-style: none;
}
ul.custom-list ul {
  padding-left: 10px;
}
.outbound {
  border-top: 8px solid #FF7C80;
  border-bottom: 1px solid #FF7C80;
  border-right: 1px solid #FF7C80;
  border-left: 1px solid #FF7C80;
  padding: 25px 10px;
}
.security {
  border-top: 8px solid #F9AC47;
  border-bottom: 1px solid #F9AC47;
  border-right: 1px solid #F9AC47;
  border-left: 1px solid #F9AC47;
  padding: 25px;
}
.back-office {
  border-top: 8px solid #128576;
  border-bottom: 1px solid #128576;
  border-right: 1px solid #128576;
  border-left: 1px solid #128576;
  padding: 25px;
}
.service-list-title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
}
ul.circle-list {
  padding-left: 15px;
  padding-right: 15px;
  height: 150px;
  font-weight: 500;
  margin-top: 25px;
}
ul.circle-list li {
  font-size: 1.8rem;
  position: relative;
  list-style: none;
  padding-left: 40px;
  line-height: 2.0;
}
ul.circle-list li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '●';
  font-size: 1.2rem;
  padding-left: 20px;
}
.outbound ul.circle-list li::before {
  color: #FF7C80;
}
.security ul.circle-list li::before {
  color: #F9AC47;
}
.back-office ul.circle-list li::before {
  color: #128576;
}
@media screen and (max-width:1480px) {
  span.title-custom-jp, span.title-outbound-jp, span.title-security-jp, span.title-back-office-jp {
    position: relative;
    padding: 5px 30px 5px 30px;
  }
  .service-list-title br {
    display: none;
  }
  span.title-custom-jp:before, span.title-outbound-jp:before, span.title-security-jp:before, span.title-back-office-jp:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 20px #fff;
    border-bottom: solid 50px transparent;
    z-index: 1;
  }
  span.title-custom-jp:after, span.title-outbound-jp:after, span.title-security-jp:after, span.title-back-office-jp:after {
    position: absolute;
    content: '';
    right: -3px;
    top: -3px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 20px transparent;
    border-bottom: solid 50px #fff;
    z-index: 1;
  }
}
@media screen and (max-width:1280px) {
  .custom-box p, ul.circle-list li {
    padding-left: 20px;
  }
  .custom-box p::before, ul.circle-list li::before {
    padding-left: 0;
  }
  .customer {
    padding: 25px 10px;
  }
  .outbound, .security, .back-office {
    padding: 25px 10px;
  }
  span.title-custom-jp, span.title-outbound-jp, span.title-security-jp, span.title-back-office-jp {
    font-size: 1.8rem;
  }
  span.title-custom-en, span.title-outbound-en, span.title-security-en, span.title-back-office-en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:1080px) {
  .custom-box:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .custom-box:nth-child(2), .custom-box:nth-child(3) {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:590px) {
  .l-service-list {
    margin: 100px auto 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-box-flex {
    display: block;
  }
  .service-list-title {
    font-size: 1.8rem;
  }
  ul.custom-list {
    padding-left: 15px;
  }
}
/*----------
  こんな困りごとありませんか？
-----------------------------*/
.l-l-problem {
  max-width: 1340px;
  margin: 40px auto;
  padding: 10px 45px 60px;
  background: #F5F5F5;
  border-radius: 30px;
}
.tab-wrap {
  background: #fff;
  padding: 50px 60px;
  border-radius: 30px;
}
.cparts-id177__head-block ol li span {
  font-weight: 700;
  font-size: 1.8rem;
}
.dec-bg--light, .dec-bg-pe--light::before, .dec-bg-pe--light::after, .dec-bg--primary, .dec-bg-pe--primary::before, .dec-bg-pe--primary::after {
  border-radius: 10px;
  font-size: 2.0rem;
}
.btn-tab-01 .dec-bg--primary, .dec-bg-pe--primary::before, .dec-bg-pe--primary::after {
  background: #1B71C8;
  color: #fff;
}
.btn-tab-02 .dec-bg--primary, .dec-bg-pe--primary::before, .dec-bg-pe--primary::after {
  background: #FF7C80;
  color: #fff;
}
.btn-tab-03 .dec-bg--primary, .dec-bg-pe--primary::before, .dec-bg-pe--primary::after {
  background: #F9AC47;
  color: #fff;
}
.btn-tab-04 .dec-bg--primary, .dec-bg-pe--primary::before, .dec-bg-pe--primary::after {
  background: #128576;
  color: #fff;
}
.tab-wrap .cparts-txt-block {
  padding-top: 30px;
}
.tab-item {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #000;
  padding: 20px 10px;
}
.tab-item div {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.tab-item div:first-child {
  padding-right: 45px;
}
.tab-item .merit {
  display: flex;
  flex-direction: row;
  width: 50%;
}
.tab-item p {
  position: relative;
  text-align: left;
  padding-left: 40px;
}
.tab-01 .tab-item p::before, .tab-02 .tab-item p::before, .tab-03 .tab-item p::before, .tab-04 .tab-item p::before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 2px;
}
.tab-01 .tab-item p::before {
  content: '●';
  color: #2D7DCF;
  font-size: 1.2rem;
}
.tab-02 .tab-item p::before {
  content: '●';
  color: #FF7C80;
  font-size: 1.2rem;
}
.tab-03 .tab-item p::before {
  content: '●';
  color: #F9AC47;
  font-size: 1.2rem;
}
.tab-04 .tab-item p::before {
  content: '●';
  color: #128576;
  font-size: 1.2rem;
}
span.item-cat {
  display: block;
  background: #a1a1a1;
  color: #fff;
  padding: 3px 15px;
  font-size: 1.6rem;
  width: auto;
  margin-bottom: 5px;
}
.suggest img {
  height: 45px;
  margin: 0 auto;
}
.suggest::before {
  content: 'ご提案サービス';
  color: #FFF;
  font-size: 1.4rem;
  background: #1B71C8;
  padding: 3px 15px;
  border-radius: 100vh;
  margin: 0 auto 5px;
  width: auto;
}
@media screen and (max-width:1480px) {
  .l-l-problem {
    width: 90%;
    border-radius: 20px;
  }
  .tab-wrap {
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
  }
  .cparts-id177__head-block ol li {
    padding: 0 5px !important;
  }
  .dec-bg--light, .dec-bg-pe--light::before, .dec-bg-pe--light::after, .dec-bg--primary, .dec-bg-pe--primary::before, .dec-bg-pe--primary::after {
    border-radius: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1080px) {
  .tab-item {
    display: block;
  }
  .tab-item div {
    display: block;
    width: 100%;
  }
  .tab-item .merit {
    display: flex;
    width: auto;
    margin-top: 15px;
  }
  .tab-item .merit:first-child {
    width: 65%;
  }
  .l-l-problem {
    padding: 10px 25px 60px;
  }
  .suggest::before {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 3px 15px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  .tab-item .merit {
    display: block;
  }
  .tab-item div:first-child {
    padding-right: 0;
  }
  .tab-wrap .cparts-txt-block {
    padding-left: 0;
    padding-right: 0;
  }
  .suggest::before {
    margin-top: 10px;
  }
}
@media screen and (max-width:590px) {
  .suggest img {
    margin: 0;
  }
  .tab-item p {
    padding-left: 20px;
  }
  .tab-01 .tab-item p::before, .tab-02 .tab-item p::before, .tab-03 .tab-item p::before, .tab-04 .tab-item p::before {
    left: 0;
  }
}
/*----------
  サービス紹介
-----------------------------*/
.l-introduction {
  max-width: 1180px;
  margin: 160px auto 60px;
  padding-left: 65px;
  padding-right: 65px;
}
.l-introduction img {
  border-radius: 30px;
}
.l-introduction p:first-child {
  color: #000;
  font-weight: 600;
  font-size: 2.0rem;
}
.l-introduction p {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.75;
}
@media screen and (max-width:590px) {
  .l-introduction {
    margin: 60px auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-introduction img {
    border-radius: 15px;
  }
  .sp.to-top-wrap {
    display: none;
  }
}
/*----------
  事例
-----------------------------*/
.l-examples {
  max-width: 1280px;
  margin: 100px auto 60px;
  padding-left: 65px;
  padding-right: 65px;
}
.l-examples img {
  border-radius: 20px;
}
.l-examples p:first-child {
  color: #000;
  font-weight: 500;
  padding-top: 15px;
}
.l-examples p:nth-child(2) {
  color: #959595;
}
.l-examples p {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.contents-case .cparts-txt-block a {
  color: #000;
  font-weight: 600;
}
.contents-case .cparts-txt-block a:hover {
  text-decoration: none;
}
.contents-case .cparts-img-block img:hover {
  filter: brightness(30%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contents-case .cparts-img-block:hover {
  filter: brightness(90%);
}
.contents-case .cparts-img-block:hover::after {
  content: "";
  display: inline-block;
  background: url(/images/lp/cardbpo/case-shape.png);
  background-size: cover;
  width: 137px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 9;
}
.contents-case .cparts-link-block p:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
}
.contents-case .cparts-link-block p a {
  color: #000;
}
.contents-case .cparts-link-block p a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.contents-case .cparts-img-block img {
  border-radius: 15px;
}
/*続きを読む*/
.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 75px;
}
.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
.readmore label::before {
  content: '続きを見る';
}
.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}
.readmore input[type="checkbox"] {
  display: none;
}
.readmore-content {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  z-index: 2;
}
.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}
.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
@media screen and (max-width:1080px) {
  .l-examples p:first-child {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:590px) {
  .l-examples {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-examples img {
    border-radius: 15px;
  }
}
/*----------
  お問い合わせ
-----------------------------*/
.l-contact {
  background: #d4e4ec;
  padding: 60px 85px;
}
.contact-wrap {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 60px 85px;
}
.contact-title {
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 60px;
}
form#mktoForm_2877 {
  font-size: 16px !important;
}
.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoFormCol {
  width: 100%;
}
.mktoForm .mktoFieldWrap {
  width: 100%;
}
#mktoForm_2877.mktoForm .mktoFormRow:nth-child(4) .mktoFormCol:nth-child(1) {
  width: calc((100% - 310px) / 2 + 300px) !important;
}
#mktoForm_2877.mktoForm .mktoFormRow:nth-child(4) .mktoFormCol:nth-child(2) {
  width: calc((100% - 310px) / 2) !important;
}
.mktoForm input#LastName, #mktoForm_2877.mktoForm input#LastName {
  width: calc(100% - 310px) !important;
}
.mktoForm input#FirstName, #mktoForm_2877.mktoForm input#FirstName {
  width: calc(100% - 10px) !important;
}
label#LblFirstName {
  display: none;
}
.mktoLayoutLeft {
  margin: 30px auto;
}
.mktoForm .mktoOffset {
  display: none;
}
.mktoForm .mktoFieldWrap .mktoInstruction {
  display: none;
}
.mktoForm .mktoCheckboxList {
  width: auto !important;
}
#mktoForm_2877.mktoForm input[type=text], #mktoForm_2877.mktoForm input[type=url], #mktoForm_2877.mktoForm input[type=email], #mktoForm_2877.mktoForm input[type=tel], #mktoForm_2877.mktoForm input[type=number], #mktoForm_2877.mktoForm input[type=date], #mktoForm_2877.mktoForm textarea.mktoField, #mktoForm_2877.mktoForm select.mktoField {
  width: calc(100% - 320px) !important;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 15px !important;
}
#mktoForm_2877.mktoForm textarea.mktoField {
  height: 200px;
}
.mktoForm .mktoLabel {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
  width: 300px !important;
}
.mktoForm .mktoLabel {
  padding-top: 1em !important;
  padding-bottom: 1em;
  border-radius: 5px;
  padding-left: 5px;
}
.mktoButtonRow {
  display: block !important;
}
button.mktoButton {
  min-width: 350px;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border: 1px solid #085CB2 !important;
  padding: 0.8em 1em !important;
  background-color: #085CB2 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#085CB2), to(#085CB2)) !important;
  background-image: -webkit-linear-gradient(top, #085CB2, #085CB2) !important;
  background-image: -moz-linear-gradient(top, #085CB2, #085CB2) !important;
  background-image: linear-gradient(to bottom, #085CB2, #085CB2) !important;
  border-radius: 5px;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  opacity: .8;
}
span.mktoButtonWrap.mktoSimple {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:1200px) {
  .contact-wrap {
    padding: 60px 35px;
  }
}
@media screen and (max-width:1080px) {
.contact-title {
  max-width: 350px;
  }

}
@media screen and (max-width:590px) {
  .l-contact {
    padding-left: 15px;
    padding-right: 15px;
  }
  form#mktoForm_2877 {
    font-size: 16px !important;
  }
  .mktoForm .mktoLabel {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .mktoForm .mktoFormRow {
    width: 100%;
  }
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    min-width: unset;
    width: 100% !important;
  }
  #mktoForm_2877.mktoForm .mktoFormRow:nth-child(4) .mktoFormCol:nth-child(1), #mktoForm_2877.mktoForm .mktoFormRow:nth-child(4) .mktoFormCol:nth-child(2), #mktoForm_1191.mktoForm .mktoFormRow:nth-child(6) .mktoFormCol:nth-child(1), #mktoForm_1191.mktoForm .mktoFormRow:nth-child(6) .mktoFormCol:nth-child(2) {
    width: 100% !important;
  }
  #mktoForm_2877.mktoForm input[type=text], #mktoForm_2877.mktoForm input[type=url], #mktoForm_2877.mktoForm input[type=email], #mktoForm_2877.mktoForm input[type=tel], #mktoForm_2877.mktoForm input[type=number], #mktoForm_2877.mktoForm input[type=date], #mktoForm_2877.mktoForm textarea.mktoField, #mktoForm_2877.mktoForm select.mktoField {
    width: 100% !important;
  }
  .mktoForm input#LastName, #mktoForm_2877.mktoForm input#LastName {
    width: 100% !important;
  }
  .mktoForm input#FirstName, #mktoForm_2877.mktoForm input#FirstName {
    width: 100% !important;
  }
  span.mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
  }
  .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm select.mktoField {
    height: 2.5em !important;
  }
  .mktoForm .mktoFormRow {
    margin: 0 auto !important;
  }
}
.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  max-width: 100%;
}
input#mktoCheckbox_8826_0 {
  width: 20px;
  height: 20px;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  padding-top: 15px;
}
.pageTop {
  text-align: right;
}
span#cms-inlineedit-textbox-site-copyright- {
  display: block;
  text-align: center;
  padding-top: 15px;
}