@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #231815;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

.is-body {
  overflow-y: hidden;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #231815;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1300px;
  overflow: hidden;
}

.wrapper {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.sm {
  display: none !important;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* PARTS
 * ----------------------------------------------- */
header .header-inner {
  background: #192d73;
  padding: 14px 0;
  position: relative;
  z-index: 100;
  transition: background 0.26s ease, padding 0.26s ease;
}
header .header-inner.is-transform {
  transform: translateX(0) !important;
}
header .wrapper {
  width: 1280px;
}
header.is-home, header.is-devices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  z-index: 100;
}
header.is-home .header-inner, header.is-devices .header-inner {
  background: none;
}
header:not(.is-home) .header-content {
  justify-content: space-around;
}
header:not(.is-home) .navigation-list {
  margin-right: 0;
}
header .header-inner.is-active {
  background: #192d73;
}
header.is-home .header-inner {
  padding: 26px 0;
}
header.is-home .button-menu span {
  background: #192d73;
}
header.is-home .header-content {
  justify-content: flex-end;
}
header.is-home .header-middle {
  display: none;
  transition: display 0.26s ease;
}
header.is-home .header-middle .logo {
  justify-content: flex-start;
}
header.is-home .logo {
  margin-right: 45px;
  position: relative;
  z-index: 2;
  transition: display 0.26s ease;
}
header.is-home .logo a {
  display: block;
}
header.is-active .header-inner {
  background: #192d73;
  padding: 14px 0;
}
header.is-active .header-middle {
  display: flex;
}
header.is-active .header-middle .logo {
  margin-right: 73px;
  display: block !important;
}
header.is-active .logo {
  display: none;
}
header .logo {
  margin-right: 73px;
}
header .header-content,
header .header-middle,
header .navigation-list {
  display: flex;
  align-items: center;
}
header .header-navigation {
  min-width: 650px;
  display: flex;
  justify-content: flex-end;
}
header .navigation-list {
  font-weight: bold;
  font-size: 18px;
}
header .navigation-list li {
  margin: 0 25px;
}
header .navigation-list li:hover .navigation-link::after {
  width: 100%;
}
header .navigation-list > li {
  padding: 30px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list > li {
    padding: 35px 0 25px;
  }
}
header .navigation-list a {
  color: #fff;
}
header .navigation-list .navigation-link {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
}
header .navigation-list .navigation-link::after {
  background: #0094d7;
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list .navigation-link::after {
    bottom: -6px;
  }
}
header .navigation-list .link-contact {
  border: 1px solid #fff;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 16px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list .link-contact {
    padding: 10px 19px 2px;
  }
}
header .navigation-list .link-contact::after {
  display: none;
}
header .navigation-list .link-contact:hover {
  background: #0094d7;
  border: 1px solid #0094d7;
}
header .header-navigation .dropdown-menu {
  background: #cdd6dd;
  padding: 5px 0;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-navigation .dropdown-menu {
    padding: 14px 0 6px;
    bottom: -29px;
  }
}
header .header-navigation .dropdown-menu .sub-menu-list a {
  color: #000;
}
header .header-navigation .dropdown-menu.solution {
  top: 86%;
  bottom: auto;
  padding: 23px 0 27px;
}
header .header-navigation .sub-menu-list {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.05em;
  margin: 0 -28px;
  padding-left: calc(50% - 241px);
}
header .header-navigation .sub-menu-list > li {
  margin: 0 28px;
}
header .header-navigation .sub-menu-list a {
  display: block;
  transition: color 0.3s ease;
}
header .header-navigation .sub-menu-list a:hover {
  color: #0094d7;
}
header .header-navigation .sub-menu-list.is-multi {
  flex-wrap: wrap;
  width: 1050px;
  margin-left: calc(50% - 465px);
  padding: 0 !important;
  letter-spacing: -0.02em;
}
header .header-navigation .sub-menu-list.is-multi > li {
  width: 350px;
  margin: 0 0 5px;
}
header .header-navigation .sub-menu-list.is-multi .mega-sub-link {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
header .header-navigation .sub-menu-list.is-multi .mega-sub-link::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 6px;
  left: 0;
  background: #000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-navigation .sub-menu-list.is-multi .mega-sub-link::before {
    top: 4px;
  }
}
header .header-navigation .is-product .sub-menu-list {
  padding-left: calc(50% - 386px);
}
header .header-language {
  margin-right: 20px;
}
header .mega-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: auto;
  display: none;
  z-index: 3;
}
header .mega-menu-wrapper {
  min-width: 1300px;
}
header .mega-menu-inner {
  width: 780px;
  margin: 0 auto;
  overflow-y: auto;
  display: flex;
}
header .mega-list {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 200px;
}
header .mega-list.is-large {
  width: 63%;
}
header .mega-list.is-small {
  width: 37%;
  margin-top: 259px;
}
header .mega-list > li {
  margin-bottom: 33px;
}
header .mega-list a,
header .mega-list span {
  color: #fff;
}
header .mega-list a {
  cursor: pointer;
}
header .mega-list .mega-link,
header .mega-list .mega-sub-link {
  position: relative;
  display: block;
}
header .mega-list .mega-link::before,
header .mega-list .mega-sub-link::before {
  position: absolute;
  top: 1px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
header .mega-list .drop-menu {
  margin-top: 29px;
}
header .mega-list .mega-sub-link {
  padding-left: 79px;
}
header .mega-list .mega-sub-link::before {
  content: ">>";
  left: 0;
  top: -1px;
}
header .mega-list .mega-link {
  max-width: 285px;
}
header .mega-list .mega-link::before {
  content: ">";
  right: 0;
}
header .sub-menu-list {
  margin-left: 25px;
  margin-bottom: -6px;
}
header .sub-menu-list > li {
  margin-bottom: 30px;
}
header .button-menu {
  width: 42px;
  height: 32px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .button-menu {
    top: 2px;
  }
}
header .button-menu span {
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  transition: all 0.75s;
}
header .button-menu span:nth-child(1) {
  top: 0;
}
header .button-menu span:nth-child(2) {
  top: 15px;
}
header .button-menu span:nth-child(3) {
  top: 30px;
}
header .language-list {
  margin: 0 -8px;
  display: flex;
}
header .language-list > li {
  margin: 0 8px;
}
header .language-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.26s;
}
header .language-link.is-current, header .language-link:hover {
  background-color: #000;
}
header .button-menu.is-active span {
  background: #fff;
}
header .button-menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
header .button-menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
header .button-menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

.menu-link-ipad {
  position: absolute;
  z-index: 2;
  display: none;
  width: 150px;
  height: 40px;
  top: 39px;
}
.menu-link-ipad.is-devices {
  left: calc(50% - 123px);
}
.menu-link-ipad.is-product {
  left: calc(50% + 230px);
}
.menu-link-ipad.is-solution {
  left: calc(50% + 65px);
}

.is-ipad .has-sub.is-active .menu-link-ipad {
  display: none;
}

.is-ipad .menu-link-ipad {
  display: block;
}

.is-ipad .has-sub:not(.is-active) .navigation-link::after {
  width: 0;
}

.cc-deny {
  display: none;
}

footer {
  background: #fff;
}
footer .footer-container {
  padding: 32px 0 42px;
  display: flex;
  justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-container {
    padding: 34px 0 40px;
  }
}
footer .footer-logo {
  width: 121px;
  display: block;
  margin-right: 10px;
}
footer .footer-content,
footer .footer-link-list {
  display: flex;
  align-items: center;
}
footer .copyright {
  font-size: 12px;
  line-height: 2.33;
  position: relative;
  top: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .copyright {
    top: 2px;
  }
}
footer .footer-link-list {
  font-size: 12px;
  line-height: 1.9;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list {
    top: -1px;
  }
}
footer .footer-link-list li {
  position: relative;
  padding: 0 20px;
}
footer .footer-link-list li::before, footer .footer-link-list li:last-child::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list li::before, footer .footer-link-list li:last-child::after {
    top: -3px;
  }
}
footer .footer-link-list li::before {
  left: 0;
}
footer .footer-link-list li:last-child::after {
  right: 0;
}
footer .footer-link-list a {
  color: #000;
  display: block;
}

/* MODULES
 * ----------------------------------------------- */
.page-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2667;
  color: #004bb1;
  padding-left: 38px;
  position: relative;
}
.page-title::before {
  position: absolute;
  content: "";
  background: #004bb1;
  top: -6px;
  left: 0;
  width: 10px;
  height: calc(100% + 12px);
}

.block-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  padding-bottom: 2px;
  line-height: 2.1;
  border-bottom: 1px solid #004bb1;
  position: relative;
}
.block-title::before {
  content: "";
  position: absolute;
  background: #004bb1;
  width: 14px;
  height: 14px;
  left: 0;
  top: 11px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-title::before {
    top: 8px;
  }
}

.common-circle-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.3125;
  margin-bottom: 17px;
}
.common-circle-title span {
  color: #004bb1;
}

.common-keyvisual {
  background: no-repeat center bottom/cover;
  display: flex;
  align-items: center;
  height: 252px;
}
.common-keyvisual.is-product {
  background-image: url(../img/product/keyvisual_img.jpg);
}
.common-keyvisual.is-solution {
  background-image: url(../img/solution/keyvisual_img.jpg);
}
.common-keyvisual.is-solution .keyvisual-title {
  margin-top: -3px;
}
.common-keyvisual .keyvisual-title {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.75;
  margin-top: 32px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.section-common-keyvisual {
  background: url(../img/contact/keyvisual_img.jpg) no-repeat center bottom/cover;
  height: 252px;
  display: flex;
  align-items: center;
}
.section-common-keyvisual .keyvisual-inner {
  margin-top: 19px;
}
.section-common-keyvisual .keyvisual-title {
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 1.75;
  margin-bottom: 4px;
}
.section-common-keyvisual .keyvisual-content {
  font-weight: bold;
  color: #192d73;
  margin-right: 10px;
  text-align: center;
}
.section-common-keyvisual .keyvisual-contact {
  width: 265px;
  margin-right: 12px;
}
.section-common-keyvisual .keyvisual-text {
  font-size: 20px;
  line-height: 1.5;
}
.section-common-keyvisual .phone {
  font-family: "Arial", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.75;
  color: #192d73;
  margin-bottom: -8px;
  position: relative;
}
.section-common-keyvisual .phone:before {
  position: absolute;
  content: "";
  background: url(../img/common/phone_icon.png);
  width: 33px;
  height: 51px;
  top: 50%;
  left: 0;
  margin-top: -26px;
  margin-left: -48px;
}
.section-common-keyvisual .time-text,
.section-common-keyvisual .note {
  font-weight: 500;
  line-height: 1.667;
}
.section-common-keyvisual .time-text {
  font-size: 18px;
  letter-spacing: -0.01em;
}
.is-ipad .section-common-keyvisual .time-text {
  letter-spacing: -0.05em;
}
.section-common-keyvisual .time {
  margin-left: 4px;
}
.section-common-keyvisual .note {
  letter-spacing: -0.08em;
}
.section-common-keyvisual .contact-information {
  margin-right: -20px;
}
.section-common-keyvisual.is-opportunity .keyvisual-title {
  margin-bottom: 20px;
}
.section-common-keyvisual.is-opportunity .keyvisual-sub-title {
  font-size: 24px;
}
.section-common-keyvisual.is-opportunity .keyvisual-text {
  font-size: 18px;
  line-height: 1.44;
  color: #000;
  font-weight: 500;
}
.section-common-keyvisual.is-opportunity .keyvisual-inner {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.section-common-keyvisual.is-opportunity .keyvisual-content {
  text-align: left;
}
.section-common-keyvisual.is-opportunity .keyvisual-contact {
  margin-top: 15px;
}

@media only screen and (max-width: 1920px) {
  .section-common-keyvisual {
    background-size: auto auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .common-keyvisual {
    padding-top: 10px;
  }
}
.section-common-contact {
  background: #192d73;
  padding: 52px 0 55px;
}
.section-common-contact .contact-title,
.section-common-contact .contact-text,
.section-common-contact .contact-caption {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.section-common-contact .contact-title {
  font-size: 28px;
  line-height: 1.38;
  margin-bottom: 4px;
}
.section-common-contact .contact-text {
  font-size: 18px;
  margin-bottom: 24px;
}
.section-common-contact .contact-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2px;
}
.section-common-contact .contact-list li {
  width: 25%;
  padding: 0 10px;
}
.section-common-contact .contact-list a {
  display: block;
}
.section-common-contact .contact-list .contact-image img {
  display: block;
  width: 104px;
  margin: 0 auto;
}
.section-common-contact .contact-list .contact-caption {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 12px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-common-contact .contact-list .contact-caption::after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
.section-common-contact .contact-list .is-contact-us .contact-caption {
  margin-top: 20px;
}

.button-common {
  width: 380px;
  height: 50px;
  font-size: 26px;
  line-height: 1.46;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #409ad6;
  border-radius: 7px;
  font-weight: bold;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button-common {
    padding-top: 8px;
  }
}
.button-common.is-white {
  color: #0094d7;
  background: #fff;
  border: 1px solid #0094d7;
}

.wow {
  visibility: hidden;
}

/* COMMON ANIMATION
 * ----------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

.skv-animate {
  visibility: hidden;
}

.skv-passed {
  visibility: visible !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mCSB_inside > .mCSB_container {
  margin-right: 24px;
}

.form-content .mCSB_scrollTools {
  top: 0;
  bottom: 0;
  width: 22px;
  opacity: 1;
  background: #fff;
  border-left: 1px solid #b2b2b2;
}
.form-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .form-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #cccccc;
  width: 12px;
  border-radius: 5px;
}
.form-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #cccccc;
}
.form-content .mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0;
}

/* PAGE
 * ----------------------------------------------- */
.section-contact {
  padding: 57px 0 70px;
}
.section-contact .wrapper {
  padding-left: 10px;
}
.section-contact.is-confirm .step-list {
  margin-bottom: 63px;
}

.step-list {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 19px;
}
.step-list li {
  min-width: 227px;
  line-height: 1.4;
  border: 1px solid #fff;
  position: relative;
  color: #707f89;
  height: 24px;
}
.step-list li.is-current {
  border: 1px solid #004bb1;
}
.step-list li.is-current::before {
  background-image: url(../img/common/icon_step_02.png);
}
.step-list li.is-current .list-inner {
  background: #fff;
}
.step-list li.is-current .step-number {
  color: #004bb1;
}
.step-list li.is-current .step-text {
  color: #231815;
}
.step-list li:not(:first-child) {
  border-left: none;
}
.step-list li:not(:first-child) .list-inner {
  padding: 1px 22px 0 34px;
}
body:not(.is-mac).is-chrome .step-list li:not(:first-child) .list-inner {
  padding-top: 1.5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .step-list li:not(:first-child) .list-inner {
    padding: 7px 10px 0 30px;
  }
}
.step-list li::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_step_01.png) no-repeat center center/100% auto;
  width: 20px;
  height: 24px;
  top: -1px;
  right: -16px;
  z-index: 1;
}
.step-list .list-inner {
  display: flex;
  background: #cdd6dd;
  border-color: #cdd6dd;
  padding: 1px 10px 0 20px;
  height: 100%;
}
body:not(.is-mac).is-chrome .step-list .list-inner {
  padding-top: 1.5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .step-list .list-inner {
    padding: 7px 10px 0 20px;
    line-height: 1;
  }
}
.step-list .step-number {
  font-weight: bold;
  margin-right: 26px;
}
.step-list .step-number,
.step-list .step-text {
  color: #707f89;
}

.is-required {
  color: #e60012;
}

.introduction-text {
  margin-bottom: 40px;
}
.introduction-text .is-red-text {
  color: #e60012;
  font-weight: bold;
  display: block;
}

.introduction-text,
.contact-text {
  letter-spacing: -0.01em;
  line-height: 2;
}

.contact-text {
  margin-bottom: 66px;
}

.block-title {
  margin-bottom: 20px;
}

.contact-form {
  font-size: 16px;
  line-height: 1.625;
}
.contact-form .form-content {
  margin-bottom: 60px;
}
.contact-form form {
  width: 100%;
}
.contact-form .has-background .form-input {
  background: #f0f3f5;
  padding: 30px 20px 19px;
}
.contact-form .is-checkbox .mwform-checkbox-field,
.contact-form .is-checkbox .mwform-radio-field {
  display: block !important;
}
.contact-form .is-horizontal-checkbox {
  margin-top: 44px;
}
.contact-form .is-horizontal-checkbox .mwform-checkbox-field {
  padding-right: 30px;
  margin-left: -15px;
}
.contact-form .form-row {
  display: flex;
  margin-bottom: 30px;
}
.contact-form .form-row.is-questionnaire .form-input {
  padding: 20px 22px 17px;
}
.contact-form .form-row.is-questionnaire .form-input .mw-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.contact-form .form-row.is-questionnaire .form-input .mw-wrap.wrap-other {
  position: relative;
  height: 0;
}
.contact-form .form-row.is-questionnaire .text {
  margin-bottom: 2px;
  display: block;
  color: #000;
}
.contact-form .form-row.is-questionnaire .mwform-checkbox-field {
  width: 50%;
  padding: 9px 10px 9px 0;
  margin-bottom: 0;
  margin-top: 5px !important;
}
.contact-form .form-row.is-questionnaire .mwform-checkbox-field.is-fullwidth {
  width: 100%;
}
.contact-form .form-row.is-questionnaire .mwform-checkbox-field-text {
  padding-left: 22px;
}
.contact-form .form-row.is-questionnaire .mw-wrap input {
  position: absolute;
  width: 85%;
  height: 30px;
  bottom: 5px;
  right: 0;
  background: #fff;
}
.contact-form .mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form .form-group {
  display: flex;
  margin-bottom: 15px;
  display: none;
}
.contact-form .form-group .mwform-text {
  width: 123px;
}
.contact-form .form-group .mwform-select {
  width: 340px;
  background: #f0f3f5 url(../img/common/arrow_icon_02.png) no-repeat right center/45px auto;
  cursor: pointer;
  padding: 2px 40px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is-ipad .contact-form .form-group .mwform-select {
  padding-top: 1px;
}
.contact-form .is-postcode {
  margin-right: 9px;
  display: flex;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form .is-postcode .dash {
    margin-top: 2px;
  }
}
.contact-form .is-postcode .item-name {
  margin-top: 2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form .is-postcode .item-name {
    margin-top: 7px;
  }
}
.contact-form .is-select {
  margin-left: 20px;
}
.contact-form .item-name,
.contact-form .dash {
  margin-right: 10px;
}
.contact-form .form-input {
  width: calc(100% - 244px);
}
.contact-form .mw-element {
  background: #f0f3f5;
  padding: 3px 13px 0;
  outline: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form .mw-element {
    font-family: Meiryo, sans-serif;
    padding-top: 1px;
  }
}
.contact-form ::-webkit-input-placeholder {
  color: #808080;
}
.contact-form ::-moz-placeholder {
  color: #808080;
}
.contact-form :-ms-input-placeholder {
  color: #808080;
  padding-top: 1px;
}
.contact-form :-moz-placeholder {
  color: #808080;
}
.contact-form .mwform-radio-field input,
.contact-form .mwform-checkbox-field input {
  display: none;
}
.contact-form .mwform-radio-field input:checked + span::before,
.contact-form .mwform-checkbox-field input:checked + span::before {
  background: #231815;
}
.contact-form .mwform-radio-field-text,
.contact-form .mwform-checkbox-field-text {
  padding-left: 22px;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.contact-form .mwform-radio-field-text::before,
.contact-form .mwform-checkbox-field-text::before {
  position: absolute;
  content: "";
}
.contact-form .mwform-radio-field-text:before,
.contact-form .mwform-checkbox-field-text:before {
  border: 1px solid #231815;
  top: 1px;
  left: 2px;
  width: 13px;
  height: 12px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form .mwform-radio-field-text:before,
  .contact-form .mwform-checkbox-field-text:before {
    top: -1px;
  }
}
.is-ipad .contact-form .mwform-radio-field-text:before, .is-ipad
.contact-form .mwform-checkbox-field-text:before {
  top: 2px;
}
.contact-form .mwform-checkbox-field {
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 3px;
  line-height: 1.125;
  display: block !important;
}
.contact-form .mwform-checkbox-field.is-half {
  width: 50%;
  display: inline-block !important;
}
.contact-form .mwform-checkbox-field.is-half:nth-child(2n) {
  padding-left: 10px;
}
.contact-form .mwform-checkbox-field.is-half .mwform-checkbox-field-text {
  margin-right: 0;
  padding-right: 15px;
}
.contact-form .mwform-checkbox-field.is-other {
  display: flex !important;
  align-items: center;
  padding: 5px 0px !important;
}
.contact-form .mwform-checkbox-field.is-other .mwform-checkbox-field-text {
  margin-right: 25px;
}
.contact-form .mwform-checkbox-field.is-other .mw-element {
  background: #fff;
  width: 524px;
  height: 30px;
  display: inline-block;
}
.is-ipad .contact-form .mwform-checkbox-field.is-other .mw-element {
  padding-bottom: 1px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form .mwform-checkbox-field.is-other .mw-element {
    padding-top: 1px;
    margin-top: -6px;
  }
}
.contact-form .mwform-textarea {
  resize: none;
  height: 320px;
  padding: 10px 13px;
}
.contact-form .form-name {
  width: 244px;
  padding: 0 17px;
}
.contact-form .form-button {
  display: flex;
  justify-content: center;
}
.contact-form .form-button .button-common {
  cursor: pointer;
  margin: 0;
  padding-top: 2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form .form-button .button-common {
    padding-top: 10px;
  }
}
.contact-form.is-confirm {
  margin-bottom: 10px;
}
.contact-form.is-confirm .form-button {
  margin-right: 12px;
}
.contact-form.is-confirm .button-common {
  width: 288px;
  margin: 0 22px;
}
.contact-form.is-confirm .form-input {
  background: #f0f3f5;
  padding: 6px 13px;
  min-height: 38px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .form-input {
    padding: 8px 13px 3px;
  }
}
.contact-form.is-confirm .has-no-background .form-input {
  background: #fff;
  border: 1px solid #cdd6dd;
}
.contact-form.is-confirm .is-textarea .form-input {
  line-height: 2.875;
}
.contact-form.is-confirm .is-checkbox .form-input {
  padding: 12px 13px;
}
.contact-form.is-confirm .is-checkbox span {
  display: block;
}
.contact-form.is-confirm .is-checkbox span,
.contact-form.is-confirm .is-questionnaire span {
  position: relative;
  padding-left: 0;
  display: block !important;
}
.contact-form.is-confirm .is-checkbox span::before,
.contact-form.is-confirm .is-questionnaire span::before {
  display: none;
  position: absolute;
  content: "";
}
.contact-form.is-confirm .is-checkbox span:before,
.contact-form.is-confirm .is-questionnaire span:before {
  border: 1px solid #231815;
  top: 6px;
  left: 3px;
  width: 13px;
  height: 12px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-checkbox span:before,
  .contact-form.is-confirm .is-questionnaire span:before {
    top: 4px;
  }
}
.contact-form.is-confirm .is-checkbox span.is-checked::before,
.contact-form.is-confirm .is-questionnaire span.is-checked::before {
  top: 5px;
  width: 14px;
  height: 14px;
  background: #231815;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-checkbox span.is-checked::before,
  .contact-form.is-confirm .is-questionnaire span.is-checked::before {
    top: 4px;
  }
}
.contact-form.is-confirm .is-checkbox span {
  margin-right: 92px;
}
.is-ipad .contact-form.is-confirm .is-checkbox span:before {
  top: 7px;
}
.contact-form.is-confirm .is-questionnaire span {
  margin-bottom: 10px;
  padding-left: 0;
}
.is-ipad .contact-form.is-confirm .is-questionnaire span:before {
  top: 7px;
}
.contact-form.is-confirm .is-questionnaire span.is-checked::before {
  width: 13px;
  height: 12px;
  top: 6px;
}
.is-ipad .contact-form.is-confirm .is-questionnaire span.is-checked::before {
  top: 7px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-questionnaire span.is-checked::before {
    top: 4px;
  }
}
.contact-form.is-confirm .is-questionnaire .form-input {
  padding: 12px 13px;
}
.contact-form.is-confirm .is-questionnaire .is-half {
  width: 52%;
  display: inline-block !important;
}
.contact-form.is-confirm .is-questionnaire .is-padding {
  width: 48%;
}
.contact-form.is-confirm .is-questionnaire .is-other {
  background: #fff;
  min-height: 29px;
  padding: 2px 25px 1px;
  position: absolute;
  top: -2px;
  width: 524px;
  left: 95px;
}
.is-mac .contact-form.is-confirm .is-questionnaire .is-other {
  padding-bottom: 2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-questionnaire .is-other {
    padding: 5px 25px 0px;
    top: -6px;
  }
}
.contact-form.is-confirm .is-questionnaire .text {
  padding-left: 0;
  margin-bottom: 10px;
}
.contact-form.is-confirm .is-questionnaire .text::before,
.contact-form.is-confirm .is-questionnaire .is-other::before {
  display: none;
}
.contact-form.is-confirm .is-questionnaire .mw-wrap.wrap-other {
  height: auto !important;
}
.contact-form.is-confirm .is-location span {
  background: #f0f3f5;
  display: block;
  width: 100%;
  padding: 5px 13px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-location span {
    padding: 7px 13px 3px;
  }
}
.contact-form.is-confirm .is-location .is-select {
  margin-left: 16px;
}
.contact-form.is-confirm .is-location .is-select span {
  width: 340px;
  padding: 9px 12px;
  text-align: justify;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-location .is-select span {
    padding: 11px 12px 7px;
  }
}
.contact-form.is-confirm .is-postcode {
  align-items: flex-start;
}
.contact-form.is-confirm .is-postcode span {
  width: 123px;
  min-height: 44px;
  padding: 14px 0 12px;
  text-align: center;
  line-height: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-postcode span {
    padding: 17px 0 8px;
  }
}
.contact-form.is-confirm .is-postcode .item-name,
.contact-form.is-confirm .is-postcode .dash {
  background: none;
  width: auto;
}
.contact-form.is-confirm .is-postcode .item-name {
  margin-top: 2px;
}
.contact-form.is-confirm .is-postcode .dash {
  padding-top: 0;
  margin-top: 13px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-postcode .dash {
    margin-top: 15px;
  }
}
.contact-form.is-confirm .form-confirm span {
  display: inline-block !important;
  margin-right: 5px;
  padding-left: 30px;
  font-size: 18px;
}
.contact-form.is-confirm .form-confirm span.is-checked::before {
  top: 8px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .form-confirm span.is-checked::before {
    top: 5px;
  }
}
.contact-form.is-confirm .form-confirm span.is-red-text {
  padding-left: 0;
}
.contact-form.is-confirm .form-confirm span.is-red-text::before {
  display: none;
}
.contact-form.is-confirm .is-textarea .form-input {
  padding: 23px 76px 20px 32px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form.is-confirm .is-textarea .form-input {
    padding: 25px 76px 18px 32px;
  }
}
.contact-form.is-confirm .form-agreement {
  margin-bottom: 98px;
}
.contact-form .form-agreement {
  margin-bottom: 80px;
  margin-top: 44px;
  margin-right: 10px;
}
.contact-form .form-agreement .block-title {
  margin-bottom: 27px;
}
.contact-form .agreement-content {
  background: #f0f3f5;
  width: 100%;
  max-height: 213px;
  overflow-y: auto;
}
.contact-form .agreement-content .content-block {
  margin-bottom: 19px;
  color: #000;
}
.contact-form .agreement-content .link-privacy {
  text-decoration: underline;
  transition: 0.25s;
}
.contact-form .agreement-content .link-privacy:hover {
  text-decoration: none;
}
.contact-form .agreement-content .content-inner {
  padding: 20px 20px 20px 24px;
  line-height: 1.2;
  font-size: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form .agreement-content .content-inner {
    padding-top: 24px;
  }
}
.contact-form .agreement-content .title.is-bold {
  font-weight: bold;
}
.contact-form .is-red-text {
  color: #e60012;
}
.contact-form .form-confirm {
  text-align: center;
}
.contact-form .form-confirm .mwform-checkbox-field-text {
  margin-right: 11px;
  padding-left: 27px;
  font-size: 18px;
}
.contact-form .form-confirm .mwform-checkbox-field-text::before {
  top: 2px;
  border-color: #000;
  width: 13px;
  height: 14px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-form .form-confirm .mwform-checkbox-field-text::before {
    top: -2px;
  }
}
.is-ipad .contact-form .form-confirm .mwform-checkbox-field-text::before {
  top: 1px;
}

.is-mac .contact-form .is-horizonal-checkbox .mwform-radio-field-text::before,
.is-mac .contact-form .is-horizonal-checkbox .mwform-checkbox-field-text::before {
  top: 2px;
}
.is-mac .contact-form .mwform-radio-field-text::before,
.is-mac .contact-form .mwform-checkbox-field-text::before {
  top: 2px;
}
.is-mac .step-list li:not(:first-child) .list-inner,
.is-mac .step-list .list-inner {
  padding-top: 1px;
}

.is-ipad .contact-form .mwform-radio-field-text::before,
.is-ipad .contact-form .mwform-checkbox-field-text::before {
  top: 4px;
}
.is-ipad .contact-form .form-button .button-common {
  padding-top: 0;
}
.is-ipad .contact-form .contact-form .form-group .mwform-select {
  padding-top: 0;
}
.is-ipad .contact-form .contact-form.is-confirm .form-confirm span.is-checked::before {
  top: 10px;
}

.section-contact {
  padding-bottom: 70px;
}

.form-option-name {
  width: 183px;
  background: #409ad6;
  color: #fff;
  margin-right: 56px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.form-option-content {
  margin-top: -2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-option-content {
    margin-top: 0;
  }
}

.option-item {
  display: flex;
  align-items: center;
  margin-right: -10px;
}
.option-item .text {
  margin-right: 9px;
}
.option-item .item-selected {
  width: 197px;
  border: 1px solid #cdd6dd;
  font-size: 14px;
  margin-right: 9px;
  text-align: center;
  padding: 2px 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .option-item .item-selected {
    padding: 5px 10px 0;
  }
}

.option-note {
  font-size: 14px;
  line-height: 1.43;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -6px;
}
.option-note.is-negative-margin {
  margin-bottom: -5px;
}

.contact-form .form-row {
  margin-bottom: 33px;
}

.option-check {
  margin-top: -5px;
}

.option-check,
.option-item {
  margin-bottom: 30px;
}

.form-head {
  margin-bottom: 80px;
}
.form-head .mwform-select {
  cursor: pointer;
  font-size: 14px;
  width: 197px;
  height: 20px;
  line-height: 1;
  padding: 0 25px 0 10px;
  text-align: center;
  margin-right: 9px;
  background: #f0f3f5 url(../img/common/arrow_icon_01.png) no-repeat right 4px center/18px auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is-mac .form-head .mwform-select {
  padding-top: 2px !important;
}
.is-mac.is-safari .form-head .mwform-select.is-date {
  padding-top: 3px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-head .mwform-select {
    padding-top: 3px;
  }
}
.form-head ::-ms-expand {
  display: none;
}
.form-head .text {
  letter-spacing: -0.05em;
  display: block;
  min-width: 104px;
}
.form-head .text.is-small {
  min-width: 20px;
  text-align: center;
}
.form-head .mwform-checkbox-field {
  padding: 10px 0;
}
.form-head .form-row {
  margin-bottom: 60px;
}

.section-contact.is-confirm {
  padding-bottom: 64px;
}
.section-contact.is-confirm .contact-text {
  margin-bottom: 56px;
}

.contact-form.is-confirm .form-head {
  margin-bottom: 86px;
}
.contact-form.is-confirm .option-check,
.contact-form.is-confirm .option-item {
  margin-bottom: 28px;
}

.datepick::placeholder {
  color: #231815;
  opacity: 1;
}

/* 旧Edge対応 */
.datepick::-ms-input-placeholder {
  color: #231815;
  opacity: 1;
}

/* IE対応 */
.datepick:-ms-input-placeholder {
  color: #231815;
  opacity: 1;
}

/* 2021/02/05 */
.ui-widget.ui-widget-content {
  border: 1px solid #192d73 !important;
  border-radius: 0px !important;
  padding: 4px !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative !important;
  padding: 2px !important;
  border-radius: 0px !important;
  background: #409ad6 !important;
  border: none !important;
  color: #fff !important;
}

.ui-datepicker-week-end {
  color: #d90000 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #192d73 !important;
  background: #fff !important;
  font-weight: normal !important;
  color: #555 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #192d73 !important;
  background: #192d73 !important;
  font-weight: normal !important;
  color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #409ad6 !important;
  background: #409ad6 !important;
  font-weight: normal !important;
  color: #fff !important;
}

.ui-datepicker-next.ui-corner-all:hover, .ui-datepicker-prev.ui-corner-all:hover {
  border-radius: 0px !important;
  top: 2px !important;
  right: 3px !important;
  background: #fff !important;
}

.ui-datepicker-week-end .ui-state-default {
  color: #d90000 !important;
}

.section-common-keyvisual.is-opportunity .keyvisual-inner {
  display: block;
  margin-top: 19px;
}
.section-common-keyvisual.is-opportunity .keyvisual-content {
  text-align: center;
}

.content-block .link {
  text-decoration: underline;
  transition: 0.25s;
}
.content-block .link:hover {
  text-decoration: none;
}

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