@charset "UTF-8";
.indexSectionMain {
  background-color: #f6f6f6;
  overflow-x: hidden;
}

.indexNavMain {
  height: 134px;
  width: 100%;
  background: url(../images/navBg.jpg) no-repeat center;
  background-size: auto 100%;
  z-index: 999;
}
.indexNavMain .indexNavBox > a {
  float: left;
  line-height: 134px;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
  width: 492px;
}
.indexNavMain .indexNavBox > a img:hover {
  opacity: 0.8;
}
.indexNavMain .indexNavBox ul {
  float: right;
  width: 50%;
  box-sizing: border-box;
  text-align: right;
}
.indexNavMain .indexNavBox ul li {
  white-space: nowrap;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 134px;
  color: #fff;
  letter-spacing: 2px;
}
.indexNavMain .indexNavBox ul li a {
  display: block;
  color: #fff;
  position: relative;
}
.indexNavMain .indexNavBox ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.indexNavMain .indexNavBox ul li a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.indexNavMain .indexNavBox ul li::before {
  content: "|";
  position: absolute;
  right: -4px;
  top: 0;
}
.indexNavMain .indexNavBox ul li:last-child {
  padding-right: 0;
}
.indexNavMain .indexNavBox ul li:last-child:before {
  content: none;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}

.indexBannerBox {
  position: relative;
}
.indexBannerBox .bg {
  display: block;
  width: 100%;
  height: auto;
}
.indexBannerBox .txt {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}

.indexIntroduceMain {
  width: 80%;
  margin: -7% auto 0;
  padding: 0 30px 30px;
  background-color: #2f61be;
  box-sizing: border-box;
  position: relative;
}
.indexIntroduceMain > div {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.indexIntroduceMain > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 30px;
  background-color: #fff;
}
.indexIntroduceMain .title {
  text-align: center;
  padding-top: 40px;
}
.indexIntroduceMain .title h2 {
  font-size: 45px;
  line-height: 64px;
  color: #404040;
  font-family: "sourcehansans";
  letter-spacing: 20px;
}
.indexIntroduceMain .title span {
  font: normal 20px/50px "Jost";
  color: #404040;
  display: block;
  text-transform: uppercase;
}
.indexIntroduceMain p {
  padding: 60px 10% 150px;
  font-size: 20px;
  line-height: 52px;
  color: #999;
  text-align: center;
}
.indexIntroduceMain .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 206px;
  height: 206px;
  border-radius: 50%;
  margin-left: -103px;
  margin-bottom: -103px;
  overflow: hidden;
}
.indexIntroduceMain .btn img {
  display: block;
  transition: all 0.5s;
}
.indexIntroduceMain .btn img:hover {
  transform: scale(1.1);
}

.indexBusinessMain {
  margin-top: 120px;
  background: url(../images/indexBg01.png) no-repeat center top;
  position: relative;
}
.indexBusinessMain .title {
  position: absolute;
  left: 30px;
  top: 6.93%;
  width: 10%;
}
.indexBusinessMain .title img {
  display: block;
  max-width: 100%;
}
.indexBusinessMain .title-m {
  display: none;
}
.indexBusinessMain .businessList {
  padding-top: 80px;
  padding-bottom: 100px;
}
.indexBusinessMain .businessList > li {
  width: 100%;
}
.indexBusinessMain .businessList > li h3 {
  font-size: 30px;
  line-height: 160px;
  color: #2f61be;
  font-family: "MeiryoUI";
  text-align: right;
}
.indexBusinessMain .businessList > li h3 span {
  display: inline-block;
  position: relative;
}
.indexBusinessMain .businessList > li h3 span::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  width: 34px;
  height: 2px;
  background-color: #2f61be;
}
.indexBusinessMain .businessList > li > ul {
  margin-bottom: 50px;
  width: 80%;
  margin-left: 15%;
}
.indexBusinessMain .businessList > li > ul > li {
  float: left;
  width: 33.333%;
}
.indexBusinessMain .businessList > li > ul > li a {
  display: block;
  position: relative;
}
.indexBusinessMain .businessList > li > ul > li a div {
  width: 100%;
  overflow: hidden;
}
.indexBusinessMain .businessList > li > ul > li a .pic {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.indexBusinessMain .businessList > li > ul > li a .pic:hover {
  transform: scale(1.1);
}
.indexBusinessMain .businessList > li > ul > li a .tag {
  position: absolute;
  right: 10%;
  top: 10%;
}
.indexBusinessMain .businessList > li > ul > li a h4 {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: -47px;
  background-color: #fff;
  font-size: 20px;
  line-height: 94px;
  text-align: center;
  color: #202020;
  font-weight: normal;
}
.indexBusinessMain .businessList > li:nth-child(2) h3 {
  text-align: left;
}
.indexBusinessMain .businessList > li:nth-child(2) h3 span::before {
  left: auto;
  right: -70px;
}
.indexBusinessMain .businessList > li:nth-child(2) > ul {
  margin-left: 0;
}
.indexBusinessMain .businessList > li:nth-child(3) > ul {
  margin: 0 auto;
}

.indexWrap {
  background-image: linear-gradient(110deg, #2f61be 0, #2f61be 22%, #f6f6f6 20%);
}
.indexWrap .indexStaffing > div {
  float: right;
  margin-top: 110px;
  padding-left: 30px;
}
.indexWrap .indexStaffing a {
  display: block;
  position: relative;
  padding-left: 60px;
}
.indexWrap .indexStaffing a .bg {
  display: block;
  max-width: 100%;
}
.indexWrap .indexStaffing a h2 {
  position: absolute;
  top: 50%;
  left: 12.72%;
  transform: translateY(-50%);
}
.indexWrap .indexStaffing a h2 img {
  display: block;
  min-height: 40%;
}
.indexWrap .indexStaffing a .tag {
  position: absolute;
  left: 0;
  top: -12%;
  max-height: 40%;
}
.indexWrap .indexNewsMain {
  width: 100%;
  padding-top: 84px;
  padding-bottom: 78px;
}
.indexWrap .indexNewsMain .title {
  float: left;
  width: 30%;
  padding-left: 13%;
  box-sizing: border-box;
}
.indexWrap .indexNewsMain .title h2 {
  font: bold 60px/90px "MeiryoUI";
  color: #2f61be;
}
.indexWrap .indexNewsMain .title h2 span {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.indexWrap .indexNewsMain .title a {
  display: block;
  width: 180px;
  height: 42px;
  margin-top: 160px;
  border: 1px solid #2f61be;
  text-transform: uppercase;
  text-align: center;
  font: normal 18px/42px "Yu Gothic UI";
  color: #2f61be;
}
.indexWrap .indexNewsMain .title a:hover {
  background-color: #2f61be;
  color: #fff;
}
.indexWrap .indexNewsMain .indexNewsList {
  float: right;
  width: 70%;
  border-left: 1px solid #cdcdcd;
  box-sizing: border-box;
}
.indexWrap .indexNewsMain .indexNewsList li {
  padding: 36px 5.7% 0 7.8%;
}
.indexWrap .indexNewsMain .indexNewsList li a {
  display: block;
}
.indexWrap .indexNewsMain .indexNewsList li a .time {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #969696;
  vertical-align: middle;
}
.indexWrap .indexNewsMain .indexNewsList li a .tag {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #2f61be;
  padding: 0 15px;
  border-radius: 30px;
  margin-left: 24px;
  vertical-align: middle;
}
.indexWrap .indexNewsMain .indexNewsList li a p {
  height: 54px;
  font-size: 20px;
  line-height: 54px;
  color: #2f61be;
  overflow: hidden;
  position: relative;
}
.indexWrap .indexNewsMain .btn-m {
  display: none;
}

.footerBox {
  padding-top: 92px;
  background: #fff;
  position: relative;
}
.footerBox .footerLogo {
  float: left;
}
.footerBox .footerLogo img {
  display: block;
  width: 492px;
}
.footerBox .right {
  float: right;
  width: 480px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.footerBox .right .footerNav a {
  display: inline-block;
  color: #000;
}
.footerBox .right .footerNav a:hover {
  color: #2f61be;
}
.footerBox .right p {
  padding: 42px 0 60px;
  line-height: 42px;
}
.footerBox .copyRight {
  background-color: #2f61be;
  text-align: center;
}
.footerBox .copyRight p {
  font: normal 18px/72px "Arial";
  color: #fff;
}

@media (min-width: 0) and (max-width: 1600px) {
  .indexNavMain .indexNavBox > a img {
    height: 70px;
  }
  .indexNavMain .indexNavBox ul li {
    padding: 0 20px;
  }
  .indexBusinessMain {
    background-size: 110% auto;
  }
}
@media (min-width: 0) and (max-width: 1320px) {
  .indexNavMain .indexNavBox ul li {
    padding: 0 7px;
    font-size: 16px;
  }
  .indexIntroduceMain {
    width: 90%;
    margin: -5% auto 0;
  }
  .indexIntroduceMain p {
    padding: 60px 10% 130px;
    font-size: 18px;
    line-height: 40px;
  }
  .indexIntroduceMain .btn {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    margin-bottom: -90px;
  }
  .indexBusinessMain .businessList {
    padding-top: 40px;
  }
  .indexBusinessMain .businessList > li > ul > li > a > h4 {
    left: 5%;
    width: 90%;
    bottom: -30px;
    font-size: 16px;
    line-height: 60px;
  }
  .indexWrap .indexNewsMain .title h2 {
    font-size: 44px;
  }
  .indexWrap .indexNewsMain .title a {
    width: 130px;
    margin-top: 130px;
  }
  .footerBox .footerLogo img {
    height: 70px;
  }
}
.pageTop {
  position: absolute;
  right: 22px;
  bottom: 0;
}
.pageTop .pageTopLink {
  line-height: 1;
  display: block;
  color: #8794A7;
  font-size: 14px;
  white-space: nowrap;
}
.pageTop .pageTopTxt {
  display: block;
  width: 11px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.pageTop .pageTopLine {
  position: relative;
  display: block;
  width: 1px;
  height: 120px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.pageTop .pageTopLine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 120px;
  background: #666;
  -webkit-animation: scroll-top-bar 3s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scroll-top-bar 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes scroll-top-bar {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes scroll-top-bar {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

body {
  background-color: #f6f6f6;
}

.subPage .indexNavMain {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.subPage .indexNavMain .indexNavBox ul {
  width: auto;
}
.subPage .indexNavMain .indexNavBox ul li {
  color: #000;
}
.subPage .indexNavMain .indexNavBox ul li a {
  color: #000;
}
.subPage .indexNavMain .indexNavBox ul li a::after {
  background-color: #000;
  bottom: 20px;
}
.subPage .indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}

.subBannerMain {
  padding: 60px 0 50px;
  margin-top: 70px;
  margin-bottom: 40px;
  background-image: linear-gradient(110deg, #2f61be 0, #2f61be 50%, #2f61be 50%);
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.subBannerMain h1 {
  font-size: 50px;
  line-height: 80px;
  color: #fff;
  text-shadow: 0 3px 0 #171718;
}
.subBannerMain span {
  display: block;
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 3px 0 #171818;
  text-transform: uppercase;
}

.subTitle {
  padding: 40px 0;
  text-align: center;
}
.subTitle span {
  display: inline-block;
  font-size: 34px;
  line-height: 60px;
  color: #222;
  position: relative;
}
.subTitle span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  background: #2f61be;
}

.subPart01 {
  width: 100%;
  padding: 10px 50px 60px;
  margin: 40px 0 0;
  background: url(../images/bg01.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

.subPart02 {
  background-image: url(../images/bg02.png);
}

.subTxt {
  padding: 50px 70px;
  margin-bottom: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
}
.subTxt h3 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 50px;
  color: #222;
}
.subTxt p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 50px;
  color: #222;
}

.subTable {
  margin-bottom: 40px;
}
.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.subTable table td {
  border: 1px solid #ccc;
}
.subTable table td.firstTd {
  width: 25%;
  text-indent: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  background-color: #f3f2ec;
}
.subTable table td.secondTd {
  width: 75%;
  padding: 14px 20px 8px;
  font-size: 18px;
  color: #222;
  line-height: 40px;
  text-align: justify;
  background-color: #f5f5f5;
}

.titleBox h3 {
  padding-left: 10px;
  font-size: 32px;
  line-height: 32px;
  border-left: 2px solid #005bac;
}
.titleBox p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
}

.subTxtList01 {
  padding-bottom: 40px;
}
.subTxtList01 li {
  margin-bottom: 20px;
}
.subTxtList01 li h3 {
  padding: 30px 0;
  font-size: 28px;
  line-height: 60px;
  color: #222;
}
.subTxtList01 li h3 span {
  display: inline-block;
  margin-right: 15px;
  font-size: 40px;
  color: #005bac;
}
.subTxtList01 li p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}

.subList01 {
  padding-bottom: 40px;
  margin-top: 40px;
}
.subList01 li {
  margin-bottom: 20px;
}
.subList01 li .img {
  float: left;
  width: 48%;
}
.subList01 li .img img {
  display: block;
  width: 100%;
}
.subList01 li .txt {
  float: right;
  width: 48%;
}
.subList01 li .txt h4 {
  padding: 30px 0;
  font-size: 28px;
  line-height: 60px;
  color: #005bac;
}
.subList01 li .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.subList01 li:nth-child(2n) .img {
  float: right;
}
.subList01 li:nth-child(2n) .txt {
  float: left;
}

.mapBox {
  padding-bottom: 70px;
}
.mapBox p {
  font-size: 18px;
  line-height: 40px;
}
.mapBox .map {
  width: 100%;
  height: 450px;
}
.mapBox .map iframe {
  width: 100% !important;
  height: 100% !important;
}

.subList02 {
  padding-bottom: 40px;
  margin-top: 40px;
}
.subList02 li {
  margin-bottom: 40px;
}
.subList02 li .img {
  float: left;
  width: 48%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.subList02 li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.subList02 li .img img:hover {
  transform: scale(1.05);
}
.subList02 li .txt {
  float: right;
  width: 48%;
}
.subList02 li .txt h3 {
  padding: 30px 0;
  font-size: 28px;
  line-height: 30px;
  color: #005bac;
}
.subList02 li .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.subList02 li:nth-child(2n) .img {
  float: right;
}
.subList02 li:nth-child(2n) .txt {
  float: left;
}

.subPart03 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.subPart03 .subTitleLine {
  font-size: 24px;
  line-height: 80px;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 15px;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}
.subPart03 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #005bac;
  z-index: 0;
}
.subPart03 .txt h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #005bac;
}
.subPart03 .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 20px auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 30px;
  background-color: #005bac;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}
.subPart03 .txt .linkBtn a:hover {
  background-color: #255c8d;
}

.subTitle02 {
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 80px;
  color: #222;
  position: relative;
  border-bottom: 5px solid #ddd;
}

.subResult {
  margin-bottom: 40px;
}
.subResult .img {
  width: 40%;
}
.subResult .img img {
  display: block;
  width: 100%;
}
.subResult .txt {
  width: 56%;
}
.subResult .txt h3 {
  padding: 30px 0;
  font-size: 28px;
  line-height: 30px;
  color: #005bac;
}
.subResult .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}

.thanksPage .btn, .contactPage .btn {
  display: block;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  background-color: #2b3339;
  border-radius: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s;
}
.thanksPage .btn:hover, .contactPage .btn:hover {
  background-color: #000;
}

.thank-you-message {
  padding-top: 8vw;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
}
.thank-you-message p {
  font-size: 1.5vw;
  line-height: 1.6;
}
.thank-you-message .btn {
  background: #005bac;
  margin: 3vw auto;
  color: #fff;
}

.contactPage .subContactMain {
  padding-bottom: 100px;
}
.contactPage .txtbox {
  height: 149px;
  margin-top: 50px;
  margin-bottom: 108px;
  background: url(../images/subContactImg01.jpg) no-repeat center top;
  font: bold 30px/150px "Helvetica Neue";
  color: #fff;
  text-align: center;
}
.contactPage .form-row {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contactPage .form-row .form-label {
  position: relative;
  width: 23%;
  font: bold 20px/46px "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.contactPage .form-row .form-label.required:after {
  content: "※";
  color: #e32;
}
.contactPage .form-row .form-label.requiredafter:after {
  content: none;
}
.contactPage .form-row .form-input {
  width: 75%;
  margin-left: 2%;
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  color: #222;
}
.contactPage .form-row .form-input input, .contactPage .form-row .form-input textarea, .contactPage .form-row .form-input select, .contactPage .form-row .form-input option {
  display: block;
  width: 100%;
  height: 46px;
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  padding-left: 20px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
}
.contactPage .form-row .form-input textarea {
  width: 100%;
  height: 290px;
  padding: 20px;
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  color: #222;
  resize: none;
}
.contactPage .form-row input:focus, .contactPage .form-row textarea:focus, .contactPage .form-row select:focus {
  box-shadow: 0 0 10px rgba(0, 117, 159, 0.5);
}
.contactPage .toPrivacy {
  font: bold 20px/46px "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown), .contactPage textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.contactPage .checkbox-container {
  margin: 30px 0;
  font-size: 18px;
  line-height: 40px;
}
.contactPage .checkbox-container a {
  color: #005bac;
  text-decoration: underline;
}
.contactPage .checkbox-container > div {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 10px;
  margin-top: 15px;
}

.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.contactPage .submit-container .btn {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.contactPage .btn-edit {
  background-color: #888;
  color: white;
}

.contactPage .btn-edit:hover {
  background-color: #666;
}

.contactPage .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}

.contactPage .btn-confirm:hover {
  background-color: #1e3d73;
}

.contactPage .btn-submit {
  background-color: #051277;
  color: white;
}

.contactPage .btn-submit:hover {
  background-color: #081579;
}

.contactPage .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.contactPage .confirmation-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.contactPage .confirmation-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}/*# sourceMappingURL=style-pc.css.map */