body {
  margin: 0;
  padding: 0;
}
.fd-main {
  /*	font-family: FujitsuSans,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-size: 16px;
  font-weight: normal;
  color: #3c3c35;
  line-height: 1.5;
  margin: 0;
  min-width: 320px;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fd-main img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.fd-main h2 {
  color: inherit;
  font-size: 32px;
  font-weight: 400;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */

  line-height: 1.25;
  margin: 0 0 8px;
  padding: 0;
}
.fd-main h3 {
  color: inherit;
  font-size: 24px;
  font-weight: 400;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */

  line-height: 32px;
  margin: 16px 0 8px;
  padding: 0;
}
.fd-main h2:first-child,
.fd-main h3:first-child {
  margin-top: 0;
}
.fd-main h2:last-child,
.fd-main h3:last-child {
  margin-bottom: 0;
}
.fd-main p {
  margin: 0 0 1em;
}
.fd-main p:last-child {
  margin: 0;
}

.fd-btn {
  background: transparent;
  border: 2px solid #ff0000;
  color: #ff0000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  line-height: 18px;
  min-width: 120px;
  padding: 6px 15px;
  position: relative;
  text-decoration: none;
  text-align: center;
  outline: none !important;
  z-index: 2;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fd-btn:hover {
  background: #630000;
  border-color: #630000;
  color: #fff;
}
.fd-btn-solid {
  background: #ff0000;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  line-height: 20px;
  min-width: 180px;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  text-align: center;
  outline: none !important;
  z-index: 2;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fd-btn-solid:hover {
  background: #630000;
  border-color: #630000;
  color: #fff;
}
.fd-container {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  width: 94%;
}
.fd-container-small {
  max-width: 1100px;
}
.fd-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.fd-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.fd-col-6 {
  width: 50%;
}
.header-here {
  color: #ff0000;
  font-size: 30px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  padding: 20px 0;
  text-align: center;
}
.footer-here {
  background: #eee;
  color: #ff0000;
  font-size: 30px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  padding: 30px 0;
  text-align: center;
}
.fd-top-banner {
  background: #020120;
}
.fd-top-banner-inner {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.fd-top-banner img {
  display: block;
  height: auto;
  width: 100%;
}
.fd-top-banner .fd-top-banner-mobile {
  display: none;
}
.fd-intro-section {
  padding: 52px 0 56px;
}
.fd-intro-content-col {
  border-right: 1px solid #979797;
  width: 55%;
}
.fd-intro-form-col {
  width: 45%;
}
.fd-intro-content {
  max-width: 540px;
}
.fd-intro-content h2 {
  color: #000000;
  margin: 0;
}
.fd-intro-content h2 + h3 {
  margin-top: 0;
}
.fd-intro-content h3 {
  margin-top: 40px;
}
.fd-video-container {
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.fd-video-container iframe,
.fd-video-container object,
.fd-video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fd-intro-form {
  margin-left: auto;
  max-width: 415px;
}
.fd-intro-form form {
  font-size: 1em !important;
  padding: 0;
  width: 100% !important;
}
.fd-intro-form h3 {
  color: #000000;
  margin: 0 0 16px;
}
.fd-main .mktoForm .mktoFormRow {
  margin-bottom: 8px;
}
.fd-main .mktoForm .mktoButtonRow {
  margin-top: 5px;
  width: 100%;
}
.fd-main .mktoForm .mktoFormCol,
.fd-main .mktoForm .mktoFieldWrap {
  margin: 0 !important;
  width: 100%;
}
.fd-main .mktoForm .mktoFieldWrap label.mktoLabel {
  /*	font-family: inherit; */
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 4px;
  padding: 0;
  width: 100% !important;
}
.fd-main .mktoForm .mktoRequiredField label.mktoLabel:after {
  content: "*";
  color: #bf0000;
  padding-left: 5px;
}
.fd-main .mktoForm .mktoFieldWrap .mktoAsterix,
.fd-main .mktoForm .mktoOffset {
  display: none;
}
.fd-main .mktoForm .mktoGutter {
  display: none;
}
.fd-main .mktoForm .mktoFormRow input[type="text"],
.fd-main .mktoForm .mktoFormRow input[type="email"],
.fd-main .mktoForm .mktoFormRow input[type="tel"],
.fd-main .mktoForm .mktoFormRow select,
.fd-main .mktoForm .mktoFormRow textarea {
  background-color: #ebebeb;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none;
  display: block;
  color: #3c3c35;
  /*	font-family: inherit; */
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  height: 40px;
  padding: 6px 8px;
  transition: all 0.15s linear;
  outline: none !important;
  width: 100% !important;
}
.fd-main .mktoForm .mktoFormRow textarea {
  height: 120px;
  margin-bottom: 10px;
  resize: none;
}
.fd-main .mktoForm .mktoRadioList,
.fd-main .mktoForm .mktoCheckboxList {
  float: left;
  padding: 1px 0 0 !important;
  width: auto !important;
}
.fd-main .mktoForm .mktoRadioList input,
.fd-main .mktoForm .mktoCheckboxList input {
  height: 14px;
  width: 14px;
}
.fd-main .mktoForm .mktoRadioList label,
.fd-main .mktoForm .mktoCheckboxList label {
  display: none;
}
.fd-main .mktoForm .mktoFieldWrap label#LblflexibleFormField1,
.fd-main .mktoForm .mktoFieldWrap label#LblflexibleFormField2 {
  float: right;
  font-size: 14px;
  line-height: 1.25;
  width: 90% !important;
  width: calc(100% - 30px) !important;
}
.fd-main .mktoForm .mktoFieldWrap label a {
  color: inherit;
  text-decoration: underline;
}
.fd-main .mktoForm .mktoFieldWrap label a:hover {
  color: #ff8f1c;
}
.fd-main .mktoForm .mktoButtonWrap {
  margin: 0 !important;
}
.fd-main button[type="submit"],
.fd-main input[type="submit"] {
  background: #ff0000;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  line-height: 1.25;
  min-width: 180px;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  outline: none !important;
  z-index: 2;
  width: auto;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fd-main button[type="submit"]:hover,
.fd-main input[type="submit"]:hover {
  background: #630000;
  color: #fff;
}
.confirmation-block {
  background: #ff0000;
  color: #fff;
  display: none;
  font-size: 1.2em;
  margin-top: 20px;
  padding: 1.4em 1em;
  text-align: center;
}
.fd-locations-section {
  background: #f3f3f3;
  padding: 56px 0 55px;
}
.fd-section-header {
  margin-bottom: 24px;
  text-align: center;
}
.fd-section-header h2 {
  color: #ff0000;
}
.fd-loc-module {
  margin-bottom: 42px;
}
.fd-loc-module:last-child {
  margin-bottom: 0;
}
.fd-loc-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}
.fd-loc-image-col {
  width: 50%;
}
.fd-loc-content-col {
  padding: 32px;
  width: 50%;
}
.fd-loc-item-even .fd-loc-content-col {
  -ms-flex-order: 1;
  order: 1;
}
.fd-loc-item-even .fd-loc-image-col {
  -ms-flex-order: 2;
  order: 2;
}
.fd-loc-image-col img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.fd-loc-content strong {
  font-weight: 400;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
}
.fd-loc-content ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 20px;
  font-size: 14px;
  line-height: 18px;
  margin: 19px 0 27px;
  padding-left: 1.4em;
}
.fd-loc-content li {
  padding-bottom: 6px;
}
.fd-slo-module {
  margin-bottom: 42px;
}
.fd-slo-module:last-child {
  margin-bottom: 0;
}
.fd-slo-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fd-slo-col {
  width: 25%;
}
.fd-slo-item {
  overflow: hidden;
  position: relative;
}
.fd-slo-image img {
  display: block;
  height: auto;
  width: 100%;
}
.fd-slo-content {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  font-weight: 400;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */

  height: 100%;
  left: 0;
  line-height: 1.5;
  margin-top: -54px;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 12px 24px;
  transition: all 0.3s ease;
  z-index: 2;
}
.fd-slo-content h3 {
  font-size: 20px;
  font-weight: 400;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */

  line-height: 1.5;
  margin: 0 0 8px;
  text-align: center;
}
.fd-slo-content p {
  margin: 0 0 12px;
}
.fd-slo-content p:last-child {
  margin-bottom: 0;
}
.fd-slo-item .fd-btn {
  border-color: #fff;
  color: #fff;
}
.fd-slo-item .fd-btn:hover {
  background: #fff;
  color: #ff0000;
}
.fd-slo-item:hover .fd-slo-content {
  background: rgba(175, 39, 46, 0.7);
  margin: 0;
  padding-top: 30px;
  top: 0;
}
.fd-slo-item:hover h3 {
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  text-align: left;
}
.fd-data-section {
  padding: 53px 0;
}
.fd-data-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fd-data-col {
  width: 33.33%;
}
.fd-data-item {
  background: #000;
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.fd-data-image img {
  display: block;
  height: auto;
  width: 100%;
}
.fd-data-content {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  font-weight: 400;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */

  height: 100%;
  left: 0;
  line-height: 1.5;
  margin-top: -72px;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 22px 10px;
  transition: all 0.3s ease;
  z-index: 2;
}
.fd-data-content h3 {
  font-size: 24px;
  font-weight: 400;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */

  line-height: 28px;
  margin: 0 0 26px;
  text-align: center;
}
.fd-data-content ul {
  padding-left: 1.2em;
  margin: 0;
}
.fd-data-content p {
  margin: 0 0 16px;
}
.fd-data-content p:last-child {
  margin-bottom: 0;
}
.fd-data-item:hover .fd-data-content {
  background: rgba(175, 39, 46, 0.7);
  margin: 0;
  padding: 50px 32px 22px;
  top: 0;
}
.fd-data-item:hover h3 {
  font-size: 24px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 8px;
  text-align: left;
}
.fd-data-item-ni {
  background: #000;
  height: 100%;
}
.fd-data-content-ni {
  background: transparent;
  height: auto;
  margin: 0;
  padding: 50px 32px 32px;
  position: relative;
  top: auto;
}
.fd-data-content-ni h3 {
  font-size: 24px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 8px;
  text-align: left;
}
.fd-contacts-section {
  background: #f3f3f3;
  padding: 56px 0 54px;
}
.fd-contacts-section .fd-container {
  max-width: 870px;
}
.fd-contact-image img {
  display: block;
  height: auto;
  width: 100%;
}
.fd-contact-content {
  color: #444;
  max-width: 370px;
  padding-top: 24px;
}
.fd-contact-content h3 {
  color: inherit;
  font-size: 20px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 10px;
}
.fd-cta-section {
  padding: 55px 0;
}
.fd-cta-content {
  color: #444;
  max-width: 400px;
  padding-top: 72px;
}
.fd-cta-content h3 {
  color: inherit;
  font-size: 20px;
  /*	font-family: FujitsuSansBold,Arial,Verdana,Lucida Grande,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif; */
  font-weight: normal;
  line-height: 1.4;
  margin: 22px 0 7px;
}
.fd-cta-form {
  max-width: 415px;
  margin-left: auto;
}
.fd-cta-form h3 {
  color: #ff0000;
  margin: 0 0 16px;
}
.fd-cta-form form {
  font-size: 1em !important;
  padding: 0;
  width: 100% !important;
}
body.fd-popup-opened {
  overflow: hidden;
}
body.fd-popup-opened .popup-form {
  display: block;
}
.popup-form {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  overflow: auto;
  width: 100%;
  z-index: 999;
}
.popup-form-block {
  background: #fff;
  display: inline-block;
  text-align: left;
  margin: 50px 0;
  max-width: 515px;
  padding: 56px 50px;
  position: relative;
  width: 96%;
}
.popup-form-close {
  cursor: pointer;
  height: 20px;
  top: 16px;
  position: absolute;
  right: 16px;
  width: 20px;
  z-index: 2;
}
.popup-form-close:before,
.popup-form-close:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  width: 2px;
}
.popup-form-close:before {
  transform: rotate(-45deg);
}
.popup-form-close:after {
  transform: rotate(45deg);
}
.popup-form-content h3 {
  color: #ff0000;
  margin: 0 0 16px;
}
.popup-form-content form {
  font-size: 1em !important;
  padding: 0;
  width: 100% !important;
}

@media (max-width: 768px) {

  /* Layout order: image first, list second */
  .fd-loc-module .fd-loc-row {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .fd-loc-module .fd-loc-image-col {
    order: 1;
    width: 100% !important;
    max-width: 100%;
  }
  .fd-loc-module .fd-loc-content-col {
    order: 2;
    width: 100% !important;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 0;
  }
  .fd-loc-module .fd-loc-image-col img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
  }

  /* Reset list formatting: remove default dots, prevent vertical text */
  .fd-loc-module .fd-loc-content-col ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    writing-mode: horizontal-tb !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  /* List item styling */
  .fd-loc-module .fd-loc-content-col li {
    position: relative;
    padding-left: 1.2rem;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    white-space: normal !important;
    line-height: 1.5;
  }

  /* Remove the default ::marker */
  .fd-loc-module .fd-loc-content-col li::marker {
    content: none !important;
  }

  /* Add custom pink bullet */
  .fd-loc-module .fd-loc-content-col li::before {
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.75em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e1007a;
  }
}