@charset "UTF-8";
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
  font-weight: 100;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

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

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.has-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.has-menu::-webkit-scrollbar {
  display: none;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .first-view {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.1);
}
.header-common .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-common .header-logo .logo-image {
  display: block;
}
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1250px;
  }
  .header-common .header-wrapper {
    max-width: 1080px;
    min-height: 94px;
    margin: 0 auto;
  }
  .header-common .header-logo {
    padding-top: 4px;
  }
  .header-common .header-logo .logo-image {
    width: 167px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-wrapper {
    min-height: 0.8rem;
    padding: 0 0.2rem;
  }
  .header-common .header-logo {
    margin-top: 0.03rem;
  }
  .header-common .header-logo .logo-image {
    width: 1.42rem;
  }
}

@media print, (min-width: 768px) {
  .header-common.is-page-english .header-logo .logo-image {
    width: 159px;
  }
  .is-mac .header-common.is-page-english .header-navigation .language-english {
    padding-top: 0;
  }
  .is-firefox .header-common.is-page-english .header-navigation .language-english {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common.is-page-english .header-logo .logo-image {
    width: 1.35rem;
  }
}

.header-navigation {
  color: #2c3e50;
}
.header-navigation .navigation-list {
  margin: 0;
  padding: 0;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
  list-style: none;
}
.header-navigation .language-english {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #2c3e50;
  border-radius: 1rem;
  font-family: avenir-lt-pro, sans-serif;
}
.header-navigation .language-english span {
  -webkit-transform: skew(8deg);
  -ms-transform: skew(8deg);
  transform: skew(8deg);
}
.is-ios .header-navigation .language-english span, .is-mac .header-navigation .language-english span {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.is-mac.is-chrome .header-navigation .language-english span {
  -webkit-transform: skew(8deg);
  -ms-transform: skew(8deg);
  transform: skew(8deg);
}
@media print, (min-width: 768px) {
  .header-navigation {
    display: block !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 4px;
  }
  .header-navigation .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-navigation .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 22px;
    font-size: 0.16rem;
  }
  .header-navigation .navigation-item {
    margin-right: 30px;
  }
  .header-navigation .navigation-item:last-child {
    margin-right: 0;
  }
  .header-navigation .language-english {
    width: 85px;
    min-height: 29px;
    padding: 2px 5px 0;
    font-size: 0.14rem;
  }
  .is-mac.is-chrome .header-navigation .language-english {
    padding-bottom: 1px;
  }
  .is-tablet .header-navigation .language-english {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #fff;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-navigation::-webkit-scrollbar {
    display: none;
  }
  .header-navigation .navigation-inner {
    padding: 0.79rem 0.3rem;
  }
  .header-navigation .navigation-list {
    margin-bottom: 0.48rem;
  }
  .header-navigation .navigation-item {
    border-bottom: 1px solid #dedede;
  }
  .header-navigation .js-animated {
    -webkit-transition: opacity 0.5s ease, top 0.25s ease;
    transition: opacity 0.5s ease, top 0.25s ease;
    opacity: 0;
    top: 10px;
    position: relative;
  }
  .header-navigation .js-animated.is-animated {
    opacity: 1;
    top: 0;
  }
  .header-navigation .navigation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.59rem;
    padding: 0 0.11rem;
    font-size: 0.16rem;
    font-weight: 300;
  }
  .header-navigation .language-english {
    width: 0.85rem;
    min-height: 0.29rem;
    margin: 0 auto;
    padding: 1px 0.05rem 0;
    font-size: 0.14rem;
  }
  .is-android .header-navigation .language-english {
    padding-top: 0.02rem;
  }
  .header-navigation .block-common-contact {
    min-height: unset;
    margin: 0 0 0.4rem;
    padding: 0;
    background: unset;
  }
  .header-navigation .block-common-contact .contact-title {
    margin-bottom: 0.12rem;
    font-size: 0.17rem;
  }
  .header-navigation .block-common-contact .button-common-primary {
    width: 2.14rem;
    height: 0.5rem;
  }
}

.button-menu {
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
  padding-bottom: 0.51rem;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  cursor: pointer;
}
.button-menu::before {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 0.13rem;
  font-weight: 500;
  -webkit-transition: ease 0.26s;
  transition: ease 0.26s;
  margin-left: -0.2rem;
}
.button-menu span {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 0.29rem;
  margin-left: -0.15rem;
  -webkit-transition: all 0.26s;
  transition: all 0.26s;
  border-bottom: 1px solid #2c3e50;
}
.button-menu span:nth-child(1) {
  margin-top: -0.15rem;
}
.button-menu span:nth-child(2) {
  margin-top: -0.06rem;
}
.button-menu span:nth-child(3) {
  margin-top: 0.03rem;
}
.button-menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.button-menu.is-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(0) scale(0);
  -ms-transform: translate(0) scale(0);
  transform: translate(0) scale(0);
}
.button-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button-menu.is-active span {
  margin-top: -0.1rem;
}
.button-menu.is-active::before {
  opacity: 0;
  -webkit-transform: translate(0) scale(0);
  -ms-transform: translate(0) scale(0);
  transform: translate(0) scale(0);
}
.button-menu .menu-text {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 0.13rem;
  font-weight: 500;
}

.footer-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2c3e50;
}
.footer-common .footer-copyright {
  display: block;
  color: #fff;
  font-size: 0.1rem;
  text-align: center;
}
@media print, (min-width: 768px) {
  .footer-common {
    min-height: 38px;
    padding: 8px 0 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    min-height: 0.33rem;
    padding: 0.05rem 0;
  }
}

.title-common-primary {
  color: #2c3e50;
  line-height: 1.2;
  text-align: center;
}
.title-common-primary .title-japanese {
  display: block;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
}
.title-common-primary .title-english {
  display: block;
  font-family: avenir-lt-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-japanese {
    margin-bottom: 12px;
    font-size: 0.28rem;
  }
  .title-common-primary .title-english {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-japanese {
    margin-bottom: 0.12rem;
    font-size: 0.24rem;
  }
  .title-common-primary .title-english {
    font-size: 0.14rem;
  }
}

.title-common-primary.is-page-english .title-english {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: unset;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .title-common-primary.is-page-english .title-english {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary.is-page-english .title-english {
    font-size: 0.24rem;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-primary {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.button-common-primary::after {
  content: "";
  position: absolute;
  top: 0.03rem;
  right: -0.03rem;
  bottom: -0.03rem;
  left: 0.03rem;
  background: rgba(0, 0, 0, 0.31);
  pointer-events: none;
}
.button-common-primary .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -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;
  background: #1c446c;
  will-change: transform;
}
.button-common-primary:hover .button-wrapper {
  -webkit-transform: translate(0.03rem, 0.03rem);
  -ms-transform: translate(0.03rem, 0.03rem);
  transform: translate(0.03rem, 0.03rem);
}
.button-common-primary.is-style-dark::after {
  background: rgba(0, 0, 0, 0.16);
}
.button-common-primary.is-style-dark .button-wrapper {
  background: #2c3e50;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 275px;
    height: 65px;
    font-size: 0.19rem;
  }
  .button-common-primary .button-wrapper {
    padding: 5px 20px;
  }
  .is-mac .button-common-primary .button-wrapper {
    padding-top: 8px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 2.65rem;
    height: 0.65rem;
    margin: 0 auto;
    font-size: 0.16rem;
  }
  .button-common-primary .button-wrapper {
    padding: 0.08rem 0.2rem;
  }
}

.button-common-primary.is-list {
  font-size: 0.14rem;
}
.button-common-primary.is-list .button-wrapper {
  letter-spacing: 0.05em;
}
.button-common-primary.is-list .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.16rem;
  height: 0.07rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icn_arrow_02.svg") no-repeat center 100%/100%;
}
.is-android .button-common-primary.is-list .button-wrapper::after {
  height: 0.06rem;
}
@media print, (min-width: 768px) {
  .button-common-primary.is-list {
    width: 166px;
    height: 45px;
    margin-top: 7px;
  }
  .button-common-primary.is-list .button-wrapper {
    padding-left: 12px;
  }
  .button-common-primary.is-list .button-wrapper::after {
    right: 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-list {
    width: 1.73rem;
    height: 0.53rem;
  }
  .button-common-primary.is-list .button-wrapper {
    padding-left: 0.04rem;
  }
  .button-common-primary.is-list .button-wrapper::after {
    right: 0.19rem;
  }
}

.block-common-contact {
  background: #f7f7f7;
}
.block-common-contact .contact-title {
  color: #2c3e50;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .block-common-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 780px;
    min-height: 208px;
    margin: 0 auto;
    padding: 20px 83px;
  }
  .block-common-contact .contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .block-common-contact .contact-title {
    display: inline-block;
    margin-top: 9px;
    margin-right: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #2c3e50;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-contact {
    min-height: 1.94rem;
    margin: 0 -0.3rem;
    padding: 0.3rem 0.2rem 0.2rem;
  }
  .block-common-contact .contact-title {
    margin-bottom: 0.21rem;
    font-size: 0.18rem;
    text-align: center;
  }
}

.form-common {
  color: #454545;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 0.15rem;
  font-weight: 300;
}
.form-common .form-row:last-child {
  margin-bottom: 0;
}
.form-common .form-head {
  margin-bottom: 0;
}
.form-common input::-webkit-input-placeholder,
.form-common textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #cbcbcb;
}
.form-common input:-ms-input-placeholder,
.form-common textarea:-ms-input-placeholder {
  opacity: 1;
  color: #cbcbcb;
}
.form-common input::-webkit-input-placeholder, .form-common textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #cbcbcb;
}
.form-common input::-moz-placeholder, .form-common textarea::-moz-placeholder {
  opacity: 1;
  color: #cbcbcb;
}
.form-common input:-ms-input-placeholder, .form-common textarea:-ms-input-placeholder {
  opacity: 1;
  color: #cbcbcb;
}
.form-common input::-ms-input-placeholder, .form-common textarea::-ms-input-placeholder {
  opacity: 1;
  color: #cbcbcb;
}
.form-common input::placeholder,
.form-common textarea::placeholder {
  opacity: 1;
  color: #cbcbcb;
}
.form-common .text-required,
.form-common .text-optional {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
.form-common .text-required + label,
.form-common .text-optional + label {
  position: relative;
  font-weight: 500;
}
.form-common .text-required {
  background: #2c3e50;
  color: #fff;
}
.form-common .text-optional {
  border: 1px solid #2c3e50;
  background: #fff;
  color: #2c3e50;
}
.form-common .row-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-common .row-file:not(:last-child) {
  margin-bottom: 1em;
}
.form-common .button-search {
  display: block;
  background: #222;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.form-common .form-agree a {
  text-decoration: underline;
}
.form-common .form-agree a:hover {
  text-decoration: none;
}
.form-common .is-custom .wpcf7-checkbox,
.form-common .is-custom .wpcf7-radio {
  display: block;
}
@media print, (min-width: 768px) {
  .form-common .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 53px;
  }
  .form-common .form-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 240px;
    padding: 8px 25px 9px 0;
  }
  .form-common .text-required,
  .form-common .text-optional {
    margin-right: 8px;
  }
  .form-common .text-required + label,
  .form-common .text-optional + label {
    top: -3px;
  }
  .is-mac .form-common .text-required + label,
  .is-mac .form-common .text-optional + label {
    top: 0;
  }
  .is-mac.is-chrome .form-common .text-required + label,
  .is-mac.is-chrome .form-common .text-optional + label {
    top: -1px;
  }
  .is-tablet .form-common .text-required + label,
  .is-tablet .form-common .text-optional + label {
    top: -2px;
  }
  .form-common .form-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-common .text-required,
  .form-common .text-optional {
    width: 62px;
    padding: 3px 6px 5px;
    font-size: 0.14rem;
  }
  .is-mac .form-common .text-required,
  .is-mac .form-common .text-optional {
    padding-top: 5px;
  }
  .form-common .form-calendar .mw-wrap {
    width: 40%;
  }
  .form-common .is-custom {
    padding-top: 4px;
  }
  .form-common .row-code .code-column {
    width: 200px;
  }
  .form-common .button-search {
    margin-left: 20px;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .form-common .form-agree {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common .form-row {
    margin-bottom: 0.31rem;
  }
  .form-common .form-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.14rem;
  }
  .form-common .text-required {
    padding: 0.04rem 0.1rem;
  }
  .form-common .text-required,
  .form-common .text-optional {
    width: 0.49rem;
    margin-right: 0.08rem;
    padding: 0.04rem 0.05rem 0.029rem;
    font-size: 0.12rem;
  }
  .is-android .form-common .text-required,
  .is-android .form-common .text-optional {
    padding-top: 0.04rem;
  }
  .form-common .row-code .code-column {
    width: 60%;
  }
  .form-common .button-search {
    margin-left: 0.2rem;
    padding: 0.15rem 0.2rem 0.14rem;
    border-radius: 0.1rem;
  }
  .form-common .form-agree {
    margin-top: 0.5rem;
  }
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  display: block;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 300;
}
.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid,
.wpcf7-select.wpcf7-not-valid {
  border-color: #c70000;
}

.wpcf7-text,
.wpcf7-textarea {
  background: #fff;
}

.wpcf7-textarea {
  width: 100%;
  resize: none;
}
@media print, (min-width: 768px) {
  .wpcf7-textarea {
    height: 177px;
    padding: 7px 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-textarea {
    height: 1.98rem;
    padding: 0.05rem 0.13rem;
  }
}

.wpcf7-select {
  overflow: hidden;
  background: #fff url("../img/common/icon_select.svg") no-repeat right 0.2rem center/0.12rem auto;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.wpcf7-select::-ms-expand {
  display: none;
}
@media print, (min-width: 768px) {
  .wpcf7-select {
    height: 45px;
    padding: 10px 40px 10px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-select {
    height: 0.8rem;
    padding: 0.04rem 0.3rem;
  }
}

.wpcf7-not-valid-tip {
  color: #c70000;
  font-size: 0.9em;
}

@media print, (min-width: 768px) {
  .wpcf7-text {
    height: 44px;
    padding: 0 13px 2px;
  }
  .is-mac .wpcf7-text {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 767.98px) {
  .wpcf7-text,
  .wpcf7-select {
    height: 0.44rem;
    padding: 0.04rem 0.13rem 0.05rem;
  }
  .is-android .wpcf7-text,
  .is-android .wpcf7-select {
    padding-top: 0.07rem;
  }
}

.form-file-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-file-row .wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-file-row .wpcf7-form-control-wrap::before {
  content: "ファイルを選択";
  display: block;
  border: 1px solid #747474;
  background: #f2f2f2;
  cursor: pointer;
}
.form-file-row .wpcf7-file {
  display: block;
  position: absolute;
  z-index: 21;
  overflow: hidden;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -1000px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-file-row .wpcf7-file-delete {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  width: 2em;
  color: #c70000;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.form-file-row .form-file-name {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.form-file-row .wpcf7-not-valid-tip {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  width: 100%;
}
.form-file-row .wpcf7-not-valid-tip.is-error-hide {
  display: none !important;
}
@media print, (min-width: 768px) {
  .form-file-row {
    font-size: 0.14rem;
  }
  .form-file-row .wpcf7-form-control-wrap {
    min-width: 130px;
    min-height: 31px;
  }
  .form-file-row .wpcf7-form-control-wrap::before {
    width: 130px;
    height: 31px;
    padding: 4px 5px 2px;
    border-radius: 3px;
    text-align: center;
  }
  .form-file-row .wpcf7-file {
    width: 130px;
    height: 31px;
  }
  .form-file-row .wpcf7-file-delete {
    top: 8px;
    right: -25px;
  }
  .form-file-row .form-file-name {
    max-width: 400px;
    padding: 2px 0 0 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-file-row {
    min-width: 78%;
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
  }
  .form-file-row .wpcf7-form-control-wrap {
    min-height: 0.29rem;
    padding-right: 0.3rem;
  }
  .form-file-row .wpcf7-form-control-wrap::before {
    padding: 0.02rem 0.1rem;
    border-radius: 0.1rem;
  }
  .form-file-row .wpcf7-file {
    width: 220px;
    height: 58px;
  }
  .form-file-row .wpcf7-file-delete {
    top: 10px;
    right: -28px;
  }
  .form-file-row .form-file-name {
    max-width: 300px;
    margin-left: 11px;
  }
}

.wpcf7-list-item {
  display: inline-block;
  margin-left: 0 !important;
  line-height: 1.5;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-list-item input {
  display: none;
}

.wpcf7-list-item-label {
  display: block;
  position: relative;
}
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #ccc;
  background: no-repeat center center/80% auto;
}

.wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/common/icon_checkbox.svg");
}
@media print, (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label::before {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-checkbox .wpcf7-list-item-label::before {
    border-radius: 0.1rem;
  }
}

.wpcf7-radio .wpcf7-list-item-label::before {
  border-radius: 100%;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/common/icon_radio.svg");
}
@media print, (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item-label::before {
    background-size: 13px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-radio .wpcf7-list-item-label::before {
    background-size: 0.16rem auto;
  }
}

@media print, (min-width: 768px) {
  .wpcf7-checkbox,
  .wpcf7-radio {
    margin: 0 50px 5px 0;
    font-size: 0.14rem;
  }
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label,
  .wpcf7-radio .wpcf7-list-item-label {
    padding: 8px 0 8px 34px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::before,
  .wpcf7-radio .wpcf7-list-item-label::before {
    top: 5px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-checkbox,
  .wpcf7-radio {
    display: block;
    margin: 0 0 0.1rem;
    font-size: 0.28rem;
  }
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    margin-right: 0.3rem;
  }
  .wpcf7-checkbox .wpcf7-list-item-label,
  .wpcf7-radio .wpcf7-list-item-label {
    padding: 0.06rem 0 0.06rem 0.45rem;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::before,
  .wpcf7-radio .wpcf7-list-item-label::before {
    top: 0.04rem;
    width: 0.35rem;
    height: 0.35rem;
  }
}

.wpcf7-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-button:disabled {
  background-color: #ccc;
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .wpcf7-button {
    padding: 5px 10px 4px;
    -webkit-transition: 0.26s ease;
    transition: 0.26s ease;
    font-size: 0.16rem;
  }
  .wpcf7-button:hover {
    opacity: 0.8;
  }
  .wpcf7-button.is-back {
    width: 208px;
  }
}

.form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.form-button .wpcf7-submit {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
  opacity: 0;
}
.form-button .wpcf7-submit:hover ~ .button-common-primary .button-wrapper {
  -webkit-transform: translate(0.03rem, 0.03rem);
  -ms-transform: translate(0.03rem, 0.03rem);
  transform: translate(0.03rem, 0.03rem);
}
.form-button .wpcf7-spinner {
  position: absolute;
  top: -0.26rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}
.form-button .button-common-primary {
  height: 0.48rem;
  font-weight: 300;
}
.form-button .button-common-primary::after {
  background: rgba(0, 0, 0, 0.16);
}
.form-button .button-common-primary .button-wrapper {
  background: #454545;
}
@media print, (min-width: 768px) {
  .form-button {
    width: 246px;
    height: 48px;
    margin-top: 79px;
  }
  .form-button .button-common-primary {
    font-size: 0.16rem;
  }
  .form-button .button-common-primary .button-wrapper {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-button {
    width: 2.22rem;
    margin-top: 0.5rem;
    font-size: 0.15rem;
  }
  .form-button .button-wrapper {
    padding-top: 0.1rem;
  }
}
.form-button .button-common-primary {
  height: 0.42rem;
}
.slide-range-wrap {
  position: relative;
}
.slide-range-wrap .slide-range {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f8d721;
}
@media print, (min-width: 768px) {
  .slide-range-wrap .slide-range-wrap {
    width: 200px;
  }
  .slide-range-wrap .slide-range-wrap .slide-range {
    width: 50px;
    height: 4px;
    margin-top: 2px;
    border-radius: 0 0 6px 6px;
  }
  .is-firefox .slide-range-wrap .slide-range-wrap .slide-range {
    left: -2px;
    height: 5px;
  }
  .is-mac.is-safari .slide-range-wrap .slide-range-wrap .slide-range {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .slide-range-wrap {
    width: 4rem;
  }
  .slide-range-wrap .slide-range {
    width: 1rem;
    height: 0.08rem;
    margin-top: 0.04rem;
    border-radius: 0 0 0.12rem 0.12rem;
  }
}

@media print, (min-width: 768px) {
  .form-common.is-page-english .form-row {
    margin-bottom: 53px;
  }
  .form-common.is-page-english .form-head {
    width: 218px;
  }
  .form-common.is-page-english .text-required,
  .form-common.is-page-english .text-optional {
    width: 65px;
    margin-right: 10px;
    padding-right: 2px;
    padding-left: 2px;
    line-height: 1.215;
  }
  .is-mac .form-common.is-page-english .text-required,
  .is-mac .form-common.is-page-english .text-optional {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common.is-page-english .form-row {
    margin-bottom: 0.37rem;
  }
  .form-common.is-page-english .form-head {
    margin-bottom: 0.12rem;
  }
  .form-common.is-page-english .text-required,
  .form-common.is-page-english .text-optional {
    width: 0.59rem;
    min-height: 0.23rem;
    padding-top: 0.04rem;
  }
  .is-android .form-common.is-page-english .text-required,
  .is-android .form-common.is-page-english .text-optional {
    padding-top: 0.05rem;
  }
  .is-android .form-common.is-page-english .text-required + label,
  .is-android .form-common.is-page-english .text-optional + label {
    top: 1px;
  }
  .form-common.is-page-english .form-button .button-wrapper {
    padding-top: 0.1rem;
  }
}

.list-common-category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.09rem;
}

.category-common {
  display: inline-block;
  padding: 1px 0.04rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #1d1d1d;
  opacity: 1;
  color: #1d1d1d;
  font-size: 0.12rem;
  line-height: 1.5;
  text-decoration: none;
}
.is-firefox .category-common {
  padding-bottom: 0;
}
.category-common .category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .category-common {
    padding-top: 0.02rem;
    padding-bottom: 1px;
  }
  .is-android .category-common {
    padding-bottom: 0;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #767676 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

@media print, (min-width: 768px) {
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px !important;
    border-radius: 50px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 39px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.05rem !important;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 0.2rem !important;
  }
}
.list-common-news .news-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-common-news .news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-common-news .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-common-news .news-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #1d1d1d;
}
.list-common-news .news-time {
  font-family: avenir-lt-pro, sans-serif;
  font-style: italic;
}
.list-common-news .news-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media print, (min-width: 768px) {
  .list-common-news .news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
  }
  .list-common-news .news-item {
    width: calc((100% - 38px) / 2);
    min-height: 124px;
    margin-right: 38px;
    border-bottom: 1px solid #bfbfbf;
  }
  .list-common-news .news-item:nth-child(even) {
    margin-right: 0;
  }
  .list-common-news .news-link {
    margin: 0 21px;
  }
  .list-common-news .news-image {
    width: 134px;
    height: 84px;
  }
  .list-common-news .news-content {
    top: -5px;
    padding-left: 13px;
  }
  .list-common-news .news-time {
    font-size: 0.13rem;
  }
  .list-common-news .news-title {
    line-height: 1.3333333333;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-news .news-wrapper {
    border-top: 1px solid #2c3e50;
  }
  .list-common-news .news-item {
    min-height: 0.95rem;
    border-bottom: 1px solid #2c3e50;
  }
  .list-common-news .news-link {
    padding: 0 0.09rem;
  }
  .list-common-news .news-image {
    width: 0.91rem;
    height: 0.57rem;
  }
  .list-common-news .news-content {
    top: -0.04rem;
    padding-left: 0.1rem;
  }
  .list-common-news .news-time {
    font-size: 0.12rem;
  }
  .list-common-news .news-title {
    line-height: 1.4285714286;
    -webkit-line-clamp: 2;
  }
}

@media print, (min-width: 768px) {
  .header-common {
    background: rgba(255, 255, 255, 0.8);
  }
}

.section-top-about {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 300;
}
.section-top-about .about-table {
  color: #454545;
}
.section-top-about .text-link {
  position: relative;
  text-underline-offset: 0.03rem;
}
.section-top-about .text-link::after {
  content: "";
  display: inline-block;
  background: url("../img/common/external_link_icon.png") no-repeat center/cover;
}
.section-top-about .description-phone {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .section-top-about {
    padding: 102px 0 100px;
  }
  .section-top-about .wrapper {
    max-width: 780px;
  }
  .section-top-about .title-common-primary {
    margin-bottom: 61px;
  }
  .section-top-about .about-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #b4b4b4;
  }
  .section-top-about .table-title,
  .section-top-about .table-description {
    border-top: 1px solid #b4b4b4;
  }
  .section-top-about .table-title {
    width: 170px;
    padding: 15px 20px 19px 60px;
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .section-top-about .table-description {
    width: calc(100% - 170px);
    padding: 17px 36px;
    font-size: 0.15rem;
  }
  .section-top-about .text-link {
    margin-right: 8px;
  }
  .section-top-about .text-link::after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding: 0.66rem 0 0.4rem;
  }
  .section-top-about .title-common-primary {
    margin-bottom: 0.35rem;
  }
  .section-top-about .about-table {
    border-bottom: 1px solid #b4b4b4;
  }
  .section-top-about .table-title,
  .section-top-about .table-description {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .section-top-about .table-title {
    margin-bottom: 0.05rem;
    padding-top: 0.15rem;
    border-top: 1px solid #b4b4b4;
    font-size: 0.15rem;
    line-height: 1.4;
  }
  .section-top-about .table-description {
    padding-bottom: 0.19rem;
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
  .section-top-about .text-link {
    margin-right: 0.07rem;
  }
  .section-top-about .text-link::after {
    width: 0.1rem;
    height: 0.1rem;
    margin-left: 0.04rem;
  }
}

@media print, (min-width: 768px) {
  .section-top-about.is-page-english .table-title {
    width: 220px;
    padding-right: 15px;
    padding-left: 44px;
  }
  .section-top-about.is-page-english .table-description {
    width: calc(100% - 220px);
    padding: 20px 9px 22px;
    line-height: 1.4666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about.is-page-english .table-description {
    padding-right: 0.18rem;
  }
}

.section-top-flow .flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-flow .list-item {
  border: 1px solid #2c3e50;
  text-align: center;
}
.section-top-flow .item-number {
  position: relative;
  color: #2c3e50;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 300;
}
.section-top-flow .item-number::before {
  content: "";
  position: absolute;
  width: 0.16rem;
  border-bottom: 1px solid;
}
.section-top-flow .item-image {
  width: 1.23rem;
  height: 0.9rem;
}
.section-top-flow .item-title {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
}
.section-top-flow .item-content {
  margin: 0;
  font-size: 0.14rem;
  line-height: 1.7142857143;
  text-align: left;
}
@media print, (min-width: 768px) {
  .section-top-flow {
    padding: 104px 0 140px;
  }
  .section-top-flow .title-common-primary {
    margin-bottom: 67px;
  }
  .section-top-flow .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 46px 20px;
  }
  .section-top-flow .list-item {
    width: 247px;
    padding: 14px 15px 35px;
  }
  .section-top-flow .item-image {
    margin: 15px auto 10px;
  }
  .section-top-flow .item-number {
    font-size: 0.26rem;
  }
  .section-top-flow .item-number::before {
    bottom: -5px;
    left: 7px;
  }
  .section-top-flow .item-title {
    margin-bottom: 11px;
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-flow {
    padding: 0.54rem 0 0.9rem;
  }
  .section-top-flow .title-common-primary {
    margin-bottom: 0.38rem;
  }
  .section-top-flow .list-item {
    width: 2.47rem;
    min-height: 2.93rem;
    margin: 0 auto 0.4rem;
    padding: 0.16rem 0.14rem 0.34rem;
  }
  .section-top-flow .list-item:last-child {
    margin-bottom: 0;
  }
  .section-top-flow .item-number {
    font-size: 0.21rem;
  }
  .section-top-flow .item-number::before {
    bottom: -0.07rem;
    left: 0.03rem;
  }
  .section-top-flow .item-image {
    margin: 0 auto -0.02rem;
  }
  .section-top-flow .item-title {
    margin-bottom: 0.1rem;
    font-size: 0.17rem;
    line-height: 1.8823529412;
  }
}

@media print, (min-width: 768px) {
  .section-top-flow.is-page-english .title-common-primary {
    margin-bottom: 94px;
  }
  .section-top-flow.is-page-english .item-content {
    line-height: 1.5714285714;
  }
  .section-top-flow.is-page-english .list-item {
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-flow.is-page-english {
    padding-top: 0.3rem;
  }
  .section-top-flow.is-page-english .title-common-primary.is-page-english {
    margin-bottom: 0.64rem;
  }
  .section-top-flow.is-page-english .title-common-primary.is-page-english .title-english {
    font-size: 0.28rem;
  }
  .section-top-flow.is-page-english .item-content {
    line-height: 1.7142857143;
  }
}

.section-top-service .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-service .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 400;
}
.section-top-service .service-title .title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 1rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 0.12rem;
  font-weight: 500;
}
.section-top-service .service-title .title-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media print, (min-width: 768px) {
  .section-top-service {
    padding: 90px 0 130px;
  }
  .section-top-service .wrapper {
    max-width: 780px;
  }
  .section-top-service .title-common-primary {
    margin-bottom: 65px;
  }
  .section-top-service .service-item {
    width: calc((100% - 72px) / 3);
    margin: 0 36px 35px 0;
  }
  .section-top-service .service-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-top-service .service-image {
    height: 236px;
    margin-bottom: 8px;
  }
  .section-top-service .service-title .title-number {
    width: 21px;
    height: 21px;
    margin-top: 6px;
    margin-right: 5px;
    padding: 0 1px 1px 0;
  }
  .is-mac .section-top-service .service-title .title-number {
    padding-right: 0;
    padding-bottom: 0;
  }
  .is-firefox .section-top-service .service-title .title-number {
    padding-right: 0;
  }
  .section-top-service .service-title .title-number .is-tablet {
    margin-top: 7px;
  }
  .section-top-service .service-title .title-text {
    font-size: 0.16rem;
    line-height: 2.1875;
	font-weight: 100;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-service {
    padding: 0.65rem 0 0.42rem;
  }
  .section-top-service .title-common-primary {
    margin-bottom: 0.5rem;
  }
  .section-top-service .service-list {
    margin: 0 1px;
  }
  .section-top-service .service-item {
    width: calc((100% - 0.18rem) / 2);
    margin: 0 0.18rem 0.23rem 0;
  }
  .section-top-service .service-item:nth-child(even) {
    margin-right: 0;
  }
  .section-top-service .service-image {
    height: 1.48rem;
    margin-bottom: 0.1rem;
  }
  .section-top-service .service-title .title-number {
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 0.05rem;
    padding: 0.04rem 0.02rem 0.03rem;
  }
  .section-top-service .service-title .title-text {
    font-size: 0.15rem;
    line-height: 1.4666666667;
	font-weight: 100;
  }
}

@media print, (min-width: 768px) {
  .section-top-service.is-page-english {
    padding-bottom: 48px;
  }
  .section-top-service.is-page-english .title-common-primary {
    margin-bottom: 61px;
  }
  .section-top-service.is-page-english .service-item {
    margin-bottom: 41px;
  }
  .section-top-service.is-page-english .service-image {
    margin-bottom: 14px;
  }
  .section-top-service.is-page-english .service-title .title-number {
    margin-top: 0;
  }
  .is-mac.is-chrome .section-top-service.is-page-english .service-title .title-number {
    padding-top: 1px;
  }
  .section-top-service.is-page-english .service-title .title-text {
    line-height: 1.375;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-service.is-page-english {
    padding-top: 0.75rem;
    padding-bottom: 0;
  }
  .section-top-service.is-page-english .title-common-primary {
    margin-bottom: 0.64rem;
  }
  .section-top-service.is-page-english .service-item {
    margin-bottom: 0.44rem;
  }
  .section-top-service.is-page-english .service-title .title-text {
    line-height: 1.3333333333;
  }
}

.section-top-case {
  background: #f7f7f7;
}
.section-top-case .case-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-case .case-title {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 2;
}
.section-top-case .case-text {
  font-size: 0.14rem;
  line-height: 1.8571428571;
  font-weight: 100;
}
.section-top-case .button-common-primary {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-case {
    padding: 72px 0 110px;
  }
  .section-top-case .wrapper {
    max-width: 980px;
  }
  .section-top-case .title-common-primary {
    margin-bottom: 56px;
  }
  .section-top-case .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .section-top-case .case-item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
  }
  .section-top-case .case-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-top-case .case-image {
    height: 192px;
    margin-bottom: 17px;
  }
  .section-top-case .list-common-category {
    margin-bottom: 2px;
  }
  .section-top-case .case-title {
    margin-bottom: 5px;
  }
  .section-top-case .button-common-primary {
    width: 264px;
    height: 57px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-case {
    padding: 0.57rem 0 0.86rem;
  }
  .section-top-case .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-case .case-list {
    margin-bottom: 0.35rem;
  }
  .section-top-case .case-item {
    margin-bottom: 0.46rem;
  }
  .section-top-case .case-item:last-child {
    margin-bottom: 0;
  }
  .section-top-case .case-image {
    height: 1.92rem;
    margin-bottom: 0.15rem;
  }
  .section-top-case .list-common-category {
    margin-bottom: 0.03rem;
  }
  .section-top-case .case-title {
    margin-bottom: 0.03rem;
  }
  .section-top-case .button-common-primary {
    width: 2.3rem;
    height: 0.52rem;
  }
}

.section-top-faq {
  background: #f7f7f7;
}
.section-top-faq .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-faq .faq-item {
  border: 1px solid #2c3e50;
  background: #fff;
}
.section-top-faq .faq-item:last-child {
  margin-bottom: 0;
}
.section-top-faq .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}
.section-top-faq .faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.14rem;
  height: 0.07rem;
  -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;
  background: url("../img/top/icn_arrow.svg") no-repeat center/auto 100%;
}
.section-top-faq .faq-question.is-active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.section-top-faq .question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #454545;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
}
.section-top-faq .faq-answer {
  display: none;
}
.section-top-faq .answer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-top-faq .answer-text {
  color: #454545;
  font-size: 0.14rem;
}
.section-top-faq .question-icon,
.section-top-faq .answer-icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media print, (min-width: 768px) {
  .section-top-faq {
    padding: 118px 0;
  }
  .section-top-faq .wrapper {
    max-width: 680px;
  }
  .section-top-faq .title-common-primary {
    margin-bottom: 62px;
  }
  .section-top-faq .faq-item {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .section-top-faq .faq-question {
    padding: 10px 30px 12px 10px;
  }
  .is-mac .section-top-faq .faq-question {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .section-top-faq .faq-question::after {
    right: 8px;
    margin-top: -4px;
  }
  .section-top-faq .question-icon {
    top: 4px;
  }
  .is-mac .section-top-faq .question-icon {
    top: 1px;
  }
  .section-top-faq .question-text {
    font-size: 0.17rem;
    line-height: 1.8823529412;
  }
  .section-top-faq .answer-content {
    padding: 12px 20px 14px 10px;
  }
  .section-top-faq .answer-icon {
    top: -2px;
  }
  .section-top-faq .answer-text {
    line-height: 1.8571428571;
	font-weight: 100;
  }
  .section-top-faq .question-icon,
  .section-top-faq .answer-icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-faq {
    padding: 0.56rem 0 0.86rem;
  }
  .section-top-faq .title-common-primary {
    margin-bottom: 0.43rem;
  }
  .section-top-faq .faq-item {
    margin-bottom: 0.24rem;
  }
  .section-top-faq .faq-question {
    margin: 0 0.12rem;
    padding: 0.13rem 0.3rem 0.13rem 0;
  }
  .section-top-faq .faq-question::after {
    right: 0.04rem;
    margin-top: -0.11rem;
  }
  .section-top-faq .question-icon {
    top: -0.02rem;
    left: -0.02rem;
  }
  .is-android .section-top-faq .question-icon {
    top: -0.03rem;
  }
  .section-top-faq .question-text {
    font-size: 0.15rem;
    line-height: 1.5333333333;
  }
  .section-top-faq .answer-content {
    padding: 0.19rem 0.12rem 0.11rem;
  }
  .section-top-faq .answer-icon {
    top: -0.04rem;
    left: -0.02rem;
  }
  .section-top-faq .answer-text {
    line-height: 1.5714285714;
	font-weight: 100;
  }
  .section-top-faq .question-icon,
  .section-top-faq .answer-icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.05rem;
  }
  .section-top-faq .question-icon img,
  .section-top-faq .answer-icon img {
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .section-top-faq.is-page-english {
    padding: 94px 0 80px;
  }
  .section-top-faq.is-page-english .faq-item {
    margin-bottom: 40px;
  }
  .section-top-faq.is-page-english .answer-content {
    padding-top: 14px;
    padding-bottom: 18px;
  }
  .section-top-faq.is-page-english .answer-icon {
    top: -5px;
  }
  .section-top-faq.is-page-english .answer-text {
    line-height: 1.4285714286;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-faq.is-page-english .faq-question {
    padding-right: 0.23rem;
  }
  .is-android .section-top-faq.is-page-english .question-icon {
    top: -0.04rem;
  }
}

.section-top-keyvisual {
  position: relative;
  height: 7.68rem;
}
.section-top-keyvisual .keyvisual-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-top-keyvisual .keyvisual-text {
  width: 0.55rem;
  margin-bottom: 0;
}
.section-top-keyvisual .keyvisual-title {
  margin-bottom: 0;
}
.section-top-keyvisual .keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding-top: 98px;
  }
  .section-top-keyvisual .keyvisual-title {
    width: 105px;
    margin-left: 63px;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 60px);
    max-width: 906px;
    height: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .keyvisual-title {
    width: 1.02rem;
    margin-top: -0.08rem;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1.27rem 0.43rem 0 0.57rem;
  }
}

.section-top-keyvisual.is-page-english .keyvisual-wrapper {
  display: block;
}
.section-top-keyvisual.is-page-english .keyvisual-text,
.section-top-keyvisual.is-page-english .keyvisual-title {
  width: unset;
  margin-left: 0;
  color: #1e1e1e;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual.is-page-english .keyvisual-wrapper {
    max-width: 1080px;
    padding: 236px 500px 100px 0;
  }
  .section-top-keyvisual.is-page-english .keyvisual-title {
    margin-bottom: 44px;
    font-size: 0.44rem;
    line-height: 1.2045454545;
  }
  .section-top-keyvisual.is-page-english .keyvisual-text {
    font-size: 0.23rem;
    line-height: 1.5652173913;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual.is-page-english .keyvisual-wrapper {
    padding: 1.71rem 0.3rem 1rem;
  }
  .section-top-keyvisual.is-page-english .keyvisual-title {
    margin-bottom: 0.36rem;
    font-size: 0.32rem;
    line-height: 1.25;
  }
  .section-top-keyvisual.is-page-english .keyvisual-text {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
}

.section-top-news {
  background-color: #f7f7f7;
}
.section-top-news .title-common-primary {
  position: relative;
  color: #2c3e50;
  text-align: left;
}
.section-top-news .title-common-primary .title-japanese,
.section-top-news .title-common-primary .title-english {
  letter-spacing: 0.05em;
}
.section-top-news .list-common-news .news-item {
  border-color: #2c3e50;
}
.section-top-news .list-common-news .news-image {
  width: 0.91rem;
  height: 0.57rem;
}
.section-top-news .list-common-news .news-title {
  -webkit-line-clamp: 2;
  font-weight: 100;
}
@media print, (min-width: 768px) {
  .section-top-news {
    padding: 73px 0 86px;
  }
  .section-top-news .news-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .section-top-news .title-common-primary {
    top: 3px;
    margin-bottom: 0;
  }
  .section-top-news .title-common-primary .title-japanese {
    margin-bottom: 9px;
    font-size: 0.25rem;
  }
  .section-top-news .list-common-news .news-item {
    width: calc((100% - 48px) / 3);
    min-height: 96px;
    margin-right: 24px;
  }
  .section-top-news .list-common-news .news-item:nth-child(-n+3) {
    border-top: 1px solid;
  }
  .section-top-news .list-common-news .news-item:nth-child(2n) {
    margin-right: 24px;
  }
  .section-top-news .list-common-news .news-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-top-news .list-common-news .news-link {
    margin: 0 0 0 7px;
  }
  .section-top-news .list-common-news .news-time {
    font-size: 0.12rem;
  }
  .section-top-news .list-common-news .news-title {
    font-size: 0.14rem;
	font-weight: 100;
  }
  .section-top-news .list-common-news .news-content {
    padding-left: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    position: relative;
    padding: 0.46rem 0 1.54rem;
  }
  .section-top-news .button-common-primary {
    position: absolute;
    bottom: 0.55rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-top-news .title-common-primary {
    margin-bottom: 0.05rem;
  }
  .section-top-news .title-common-primary .title-japanese {
    margin-right: 0.05rem;
    font-size: 0.22rem;
  }
  .section-top-news .title-common-primary .title-english {
    position: relative;
    top: -0.02rem;
  }
  .section-top-news .title-common-primary span {
    display: inline-block;
  }
}

.section-top-example .example-title,
.section-top-example .example-list {
  margin: 0 auto;
}
.section-top-example .example-service {
  background-color: #f7f7f7;
}
.section-top-example .service-title {
  color: #2c3e50;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-top-example {
    padding: 112px 0;
  }
  .section-top-example .example-title {
    width: 524px;
    margin-bottom: 73px;
  }
  .section-top-example .example-list {
    width: 625px;
    margin-bottom: 71px;
  }
  .section-top-example .example-service {
    padding: 44px 100px 59px;
  }
  .section-top-example .service-title {
    margin-bottom: 25px;
    font-size: 0.32rem;
    line-height: 1.65625;
  }
  .section-top-example .service-title .title-small {
    font-size: 0.27rem;
  }
  .section-top-example .service-text {
    line-height: 2.1333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-example {
    padding-top: 0.7rem;
  }
  .section-top-example .example-title {
    width: 2.46rem;
    margin-bottom: 0.44rem;
  }
  .section-top-example .example-list {
    width: 3.17rem;
    margin-bottom: 0.5rem;
  }
  .section-top-example .example-service {
    margin: 0.33rem -0.3rem 0;
    padding: 0.34rem 0.19rem 0.1rem;
  }
  .section-top-example .service-title {
    margin-bottom: 0.18rem;
    font-size: 0.21rem;
    line-height: 1.619047619;
  }
  .section-top-example .service-title .title-small {
    font-size: 0.16rem;
    letter-spacing: -0.05em;
  }
}

@media print, (min-width: 768px) {
  .section-top-example.is-page-english {
    padding-top: 142px;
  }
  .section-top-example.is-page-english .title-common-primary.is-page-english {
    margin-bottom: 55px;
  }
  .section-top-example.is-page-english .title-common-primary.is-page-english .title-english {
    font-size: 0.32rem;
  }
  .section-top-example.is-page-english .example-list {
    width: 662px;
  }
  .section-top-example.is-page-english .example-service {
    padding-bottom: 33px;
  }
  .section-top-example.is-page-english .service-title {
    margin-bottom: 30px;
    line-height: 1.4375;
  }
  .section-top-example.is-page-english .service-title .title-small {
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-example.is-page-english {
    padding-top: 0.31rem;
  }
  .section-top-example.is-page-english .title-common-primary.is-page-english {
    margin-bottom: 0.36rem;
  }
  .section-top-example.is-page-english .title-common-primary.is-page-english .title-english {
    font-size: 0.22rem;
    line-height: 1.5454545455;
  }
  .section-top-example.is-page-english .example-service {
    padding: 0.58rem 0.3rem 0.17rem;
  }
  .section-top-example.is-page-english .service-title {
    margin-bottom: 0.28rem;
    font-size: 0.26rem;
    line-height: 1.3076923077;
  }
  .section-top-example.is-page-english .service-title .title-small {
    font-size: 0.2rem;
    letter-spacing: unset;
  }
  .section-top-example.is-page-english .service-text {
    font-size: 0.15rem;
    line-height: 1.8666666667;
  }
}

.section-top-contact {
  position: relative;
}
.section-top-contact .contact-description {
  color: #454545;
  text-align: center;
}
.section-top-contact .wrapper {
  border: 1px solid #bfbfbf;
}
.section-top-contact .form-common {
  margin: 0 auto;
}
.section-top-contact .contact-information {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-contact {
    margin-bottom: 80px;
    padding-top: 97px;
  }
  .section-top-contact .wrapper {
    padding: 69px 0 75px;
  }
  .section-top-contact .title-common-primary {
    margin-bottom: 25px;
  }
  .section-top-contact .contact-description {
    margin-bottom: 64px;
    font-size: 0.15rem;
  }
  .section-top-contact .form-common {
    width: 660px;
    margin-bottom: 87px;
  }
  .section-top-contact .contact-information {
    width: 780px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-contact {
    margin-bottom: 0.5rem;
    padding-top: 0.39rem;
  }
  .section-top-contact .wrapper {
    margin: 0 0.3rem;
    padding: 0.5rem 0.17rem 0.43rem;
  }
  .section-top-contact .title-common-primary {
    margin-bottom: 0.18rem;
  }
  .section-top-contact .contact-description {
    margin-bottom: 0.42rem;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .section-top-contact .form-common {
    margin-bottom: 0.95rem;
  }
}

.block-top-contact {
  font-weight: 500;
}
.block-top-contact .information-title {
  font-weight: 100;
  text-align: center;
}
.block-top-contact .information-wrapper {
  overflow: hidden auto;
  border: 1px solid #e0e0e0;
  font-size: 0.13rem;
}
.block-top-contact .information-list,
.block-top-contact .child-list,
.block-top-contact .child-dot {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-top-contact .information-content {
  position: relative;
}
@media print, (min-width: 768px) {
  .block-top-contact .information-title {
    margin-bottom: 19px;
    font-size: 0.17rem;
  }
  .block-top-contact .information-wrapper {
    height: 234px;
    padding: 20px 7px 21px 17px;
    line-height: 1.6923076923;
  }
  .block-top-contact .information-content {
    top: -3px;
  }
  .block-top-contact .information-text {
    margin-bottom: 21px;
	font-weight:100;
  }
  .information-item li {
	font-weight: 100;
  }
  .information-item span {
	font-weight: 100;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-top-contact .information-title {
    margin-bottom: 0.17rem;
    font-size: 0.16rem;
  }
  .block-top-contact .information-wrapper {
    height: 2.16rem;
    padding: 0.19rem 0.07rem 0.19rem 0.12rem;
    line-height: 1.5384615385;
  }
  .block-top-contact .information-content {
    top: -0.04rem;
  }
  .block-top-contact .information-text {
    margin-bottom: 0.2rem;
	font-weight: 100;
  }
  .information-item li {
	font-weight: 100;
  }
  .information-item span {
	font-weight: 100;
  }
}

.block-top-contact.is-page-english {
  font-weight: 400;
}

@media print, (min-width: 768px) {
  .section-top-contact.is-page-english .title-common-primary {
    margin-bottom: 15px;
  }
  .section-top-contact.is-page-english .contact-description {
    margin-bottom: 68px;
  }
  .section-top-contact.is-page-english .form-common {
    width: 638px;
  }
  .section-top-contact.is-page-english .block-top-contact .information-wrapper {
    line-height: 1.5384615385;
  }
  .section-top-contact.is-page-english .mCSB_inside > .mCSB_container {
    margin-right: 29px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-contact.is-page-english .title-common-primary .title-english {
    font-size: 0.28rem;
  }
  .section-top-contact.is-page-english .contact-description {
    margin-bottom: 0.32rem;
    font-size: 0.15rem;
    line-height: 1.4;
  }
  .section-top-contact.is-page-english .form-common {
    margin-bottom: 0.67rem;
  }
}
/*# sourceMappingURL=top.css.map */