@charset "UTF-8";
1 *, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role='list'], ol[role='list'] {
  list-style: none;
}

body {
  line-height: 1.5;
  min-height: 100vh;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  color: currentColor;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
basic setting
---------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #292929;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  line-height: 1.5;
  min-width: 1064px;
}

body * {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.5;
}

input, button, textarea, select {
  color: #292929;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a.link-image img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .2s linear;
}

a.link-image:hover img {
  opacity: .8;
}

a.link-banner:hover {
  opacity: .8;
}

/* ----------------------------------------------------------------------
 Module
---------------------------------------------------------------------- */
/* breadcrumb */
.breadcrumb {
  margin-bottom: 4.5rem;
}

.breadcrumb-wrapper {
  background-color: #ffd200;
  border-radius: 0 0 25px 25px;
  display: inline-block;
}

.breadcrumb-list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 2.6rem 0 2.2rem;
}

.breadcrumb-item {
  align-items: center;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item::before {
  border-right: 1px solid #292929;
  border-top: 1px solid #292929;
  content: "";
  height: 6px;
  margin: auto;
  margin: 0 1em;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

.breadcrumb-item.-home::before {
  background: url(../images/common/icon-home.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 1rem;
  transform: translateY(-3px);
  width: 24px;
}

.breadcrumb-link {
  display: block;
  padding: .8rem 0 1rem;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------
 Module
---------------------------------------------------------------------- */
/* button */
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.btn-default {
  background-color: #07468c;
  border-radius: 25px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  min-width: 260px;
  padding: 2.5rem 6rem 2.5rem 4rem;
  position: relative;
  transition: all .2s ease-out;
}

.btn-default::before, .btn-default::after {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}

.btn-default:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  right: 20px;
  width: 20px;
  z-index: 0;
}

.btn-default:after {
  color: #07468c;
  content: ">";
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  right: 24px;
  text-align: center;
  z-index: 1;
}

.btn-default:hover {
  background-color: #ffd200;
  color: #292929;
}

.btn-default:hover::after {
  color: #292929;
}

/* list */
.list-disc, .faqDetail-contents ul {
  list-style: none;
  padding: 0;
}

.list-disc li, .faqDetail-contents ul li {
  padding-left: .8em;
  position: relative;
}

.list-disc li::before, .faqDetail-contents ul li::before {
  content: "●";
  left: 0;
  position: absolute;
  top: 0;
}

/* pagination */
.pagination {
  display: block;
  overflow: hidden;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 6px;
  padding: 4px;
  position: relative;
  text-align: center;
}

.pagination .nav-links .page-numbers.current {
  text-decoration: none;
}

.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  height: 29px;
  text-decoration: none;
  width: 29px;
}

.pagination .nav-links .page-numbers.prev::before, .pagination .nav-links .page-numbers.next::before {
  border: 1px solid #292929;
  border-radius: 50%;
  content: "";
  display: block;
  height: 27px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: inherit;
  width: 27px;
}

.pagination .nav-links .page-numbers.prev:hover::before, .pagination .nav-links .page-numbers.next:hover::before {
  border-color: #07468c;
}

.pagination .nav-links a {
  transition: all .2s ease-out;
}

.pagination .nav-links a.page-numbers {
  text-decoration: underline;
}

.pagination .nav-links a:hover {
  color: #07468c;
  opacity: 1;
}

.pagination .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.pagination .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* table */
.table-default, .faqDetail-contents table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table-default thead, .faqDetail-contents table thead, .table-default tbody, .faqDetail-contents table tbody {
  border: none;
}

.table-default th, .faqDetail-contents table th, .table-default td, .faqDetail-contents table td {
  border: 1px solid #bcbcbc;
  padding: 1.2rem;
}

.table-default th, .faqDetail-contents table th {
  font-weight: bold;
  text-align: left;
}

/* titles and text */
.ttl-section {
  font-size: 3.6rem;
  font-weight: bold;
}

.ttl-sub {
  font-size: 2.2rem;
  font-weight: bold;
}

.ttl-small {
  font-size: 1.8rem;
  font-weight: bold;
}

.txt-default {
  font-size: 1.6rem;
  font-weight: normal;
}

.txt-lead {
  font-size: 2.2rem;
  font-weight: bold;
}

/* ----------------------------------------------------------------------
 Layout
---------------------------------------------------------------------- */
/* footer */
.footer-main {
  background-color: #ffd200;
  padding: 5rem 0 7rem;
  position: relative;
}

.footer-main::before, .footer-main::after {
  content: "";
  display: block;
  height: 34px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 11;
}

.footer-main::before {
  background: url(../images/common/bg_wave_top.png) repeat-x left bottom/auto 100%;
  top: 1px;
  transform: translateY(-100%);
}

.footer-main::after {
  background: url(../images/common/bg_wave_btm.png) repeat-x left top/auto 100%;
  bottom: 1px;
  transform: translateY(100%);
}

.footer-container {
  display: grid;
  gap: 10rem;
  grid-template-columns: 320px 1fr;
}

.footer-logo {
  margin: 0;
  width: 320px;
}

.footer-address {
  margin-right: -10rem;
}

.footer-address_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.footer-address_txt:not(:last-child) {
  margin-bottom: 1.5em;
}

.footer-bnr {
  margin-top: 3.4rem;
  padding: 3rem 0;
}

.footer-bnr_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bnr_item {
  text-align: center;
  width: 80px;
}

.footer-bnr_item.-bnr01 {
  width: 213px;
}

.footer-bnr_item.-bnr02 {
  width: 164px;
}

.footer-bnr_item img {
  display: inline-block;
}

/* header */
.header {
  background-color: transparent;
  left: 0;
  min-width: 1064px;
  padding: 2rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-logo {
  margin: 0 auto;
  width: 120px;
}

.header .lang {
    text-align: right;
    color: #fff;
    max-width: calc(1200px + 20px * 2);
    margin: 0 auto;
    font-size: 1.4rem;
}

.header .lang a:hover {
    text-decoration: underline;
    
}

.main {
  background: url(../images/common/sec_bg_tile.png) repeat;
  display: block;
}

.container {
  margin: 0 auto;
  max-width: calc(1200px + 20px * 2);
  padding-left: 20px;
  padding-right: 20px;
}

.container.-narrow {
  max-width: calc(850px + 20px * 2);
}

/* ----------------------------------------------------------------------
 Page
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
faq page
---------------------------------------------------------------------- */
/* FAQ archive */
.faq-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-list_link {
  background-color: #fff;
  border: 10px solid #bcbcbc;
  border-radius: 30px;
  display: block;
  padding: 1.6rem 4.4rem 1.6rem 2.4rem;
  position: relative;
  transition: border-color .2s ease-out;
}

.faq-list_link:hover {
  border-color: #07468c;
}

.faq-list_link::before, .faq-list_link::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  vertical-align: middle;
}

.faq-list_link:before {
  background-color: #07468c;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.faq-list_link:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 4px;
  right: 26px;
  transform: rotate(45deg);
  width: 4px;
}

.faq-list_ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-line-clamp: 1;
  margin-bottom: .3em;
  overflow: hidden;
}

.faqArchive {
  padding-bottom: 15rem;
}

.faqArchive-header {
  align-items: center;
  display: flex;
  margin-bottom: 4rem;
  width: 100%;
}

.faqArchive-header::before {
  background: url(../images/common/ttl_chara.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 91px;
  margin-right: 1rem;
  transform: translateY(-10px);
  width: 99px;
}

.faqArchive-ttl {
  flex: 1 0 0%;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 400px;
}

.faqArchive-pagination {
  margin-top: 8rem;
}

/* FAQ detail */
.faqDetail {
  padding-bottom: 15rem;
}

.faqDetail-header {
  background-color: #fff;
  margin-top: 7.6rem;
}

.faqDetail-ttl {
  background-color: #fff;
  border: 10px solid #07468c;
  border-radius: 20px;
  padding: 2.2rem 2.4rem;
  position: relative;
}

.faqDetail-ttl_hd {
  color: #07468c;
  font-size: 2.2rem;
  font-weight: bold;
  left: 0;
  padding: 0 3.5rem;
  position: absolute;
  top: -1.2rem;
  transform: translateY(-100%);
  width: 100%;
}

.faqDetail-main {
  background-color: #fff;
  padding: 3rem 3.5rem 5rem;
}

.faqDetail-contents h2 {
  color: #07468c;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 2em 0 1em;
}

.faqDetail-contents h3 {
  color: #07468c;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0 1em;
}

.faqDetail-contents h4 {
  color: #07468c;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2em 0 1em;
}

.faqDetail-contents .ttl-banet {
  position: relative;
  z-index: 0;
}

.faqDetail-contents .ttl-banet::before {
  background: url(../images/common/ttl_chara.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 55px;
  left: 0;
  position: absolute;
  top: -20px;
  transform: translateX(-100%);
  width: 60px;
  z-index: 1;
}

.faqDetail-contents p {
  margin-bottom: 1.5em;
}

.faqDetail-contents a {
  color: #05468c;
  text-decoration: underline;
}

.faqDetail-contents b, .faqDetail-contents strong {
  font-style: normal;
  font-weight: bold;
}

.faqDetail-contents i {
  font-style: italic;
}

.faqDetail-contents ul {
  margin-bottom: 2em;
}

.faqDetail-contents dl {
  margin-bottom: 2em;
}

.faqDetail-contents table {
  margin-bottom: 2em;
}

.faqDetail-contents hr {
  border: none;
  border-top: 1px solid #bcbcbc;
  margin: 4rem 0;
}

.faqDetail-contents > *:last-child {
  margin-bottom: 0 !important;
}

.faqDetail-back {
  margin-top: 3rem;
}

.faqDetail-back_link {
  background-color: #f7f7f7;
  border-radius: 25px;
  display: inline-block;
  padding: 2rem 3.6rem 2rem 2.8rem;
  text-decoration: underline;
  transition: background-color .2s ease-out;
}

.faqDetail-back_link:hover {
  background-color: #ffd200;
}

.faqDetail-contact {
  background-color: #f7f7f7;
  margin-top: 5rem;
  padding: 5rem 3.5rem;
}

.faqDetail-contact_row {
  align-items: center;
  display: grid;
  gap: 7rem;
  grid-template-columns: 1.2fr 1fr;
}

.faqDetail-contact_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: .5em;
}

/* ----------------------------------------------------------------------
top page
---------------------------------------------------------------------- */
.topMv {
  background-color: #fff;
  height: 100dvh;
  max-height: 700px;
  min-height: 550px;
  padding: 18rem 0 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

.topMv-ttl {
  font-size: 5.7rem;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.62);
}

.topMv-ttl_line {
  display: inline-block;
  padding-bottom: 1rem;
  position: relative;
}

.topMv-ttl_line::before {
  background: url(../images/common/bg_ttl_line.svg) repeat-x left center/auto 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  width: 100%;
}

.topMv-content {
  color: #fff;
}

.topMv-txt {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 50%;
  padding: 1rem 1.5rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.topMv-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.topMv-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.topFeature {
  background-color: #fff;
  padding: 7rem 0 3rem;
}

.topFeature-container {
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 920px;
}

.topFeature-header {
  align-items: center;
  display: grid;
  grid-template-columns: 196px 1fr;
}

.topFeature-ttl {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}

.topFeature-txt:not(:last-child) {
  margin-bottom: 1.5em;
}

.topStrength {
  background-color: #fff;
  padding: 6rem 0 9rem;
}

.topStrength-ttl {
  margin-bottom: 1em;
}

.topStrength-list {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.topStrength-list_img {
  margin-bottom: 1.2rem;
}

.topStrength-list_img img {
  border: 10px solid #ffd200;
  border-radius: 25px;
}

.topStrength-list_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .5rem;
}

.topProducts {
  padding: 0 0 9rem;
}

.topProducts-header {
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
  z-index: 0;
}

.topProducts-header_content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.topProducts-header_ttl {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
}

.topProducts-header_img {
  position: relative;
  z-index: 0;
}

.topProducts-header_img::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.topProducts-header_img img {
  height: 366px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.topProducts-list {
  display: grid;
  gap: 3rem 2.6rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.topProducts-list_item {
  display: grid;
  gap: 2rem;
  grid-template-columns: 200px 1fr;
}

.topProducts-list_item.-item06 .topProducts-list_img img {
  max-height: 160px;
  transform: translate(-10px, -4px);
}

.topProducts-list_item.-item07 .topProducts-list_img img {
  max-height: 130px;
  transform: translate(4px, -4px);
}

.topProducts-list_item.-item10 .topProducts-list_img img {
  transform: translate(-3px, 0);
}

.topProducts-list_img {
  background-color: #fff;
  border: 10px solid #bcbcbc;
  border-radius: 50%;
  display: grid;
  height: 200px;
  overflow: hidden;
  padding: 2rem;
  place-items: center;
  width: 200px;
}

.topProducts-list_img img {
  max-height: 125px;
  max-width: 125px;
  -o-object-fit: contain;
     object-fit: contain;
}

.topProducts-list_content {
  padding-top: 1rem;
}

.topProducts-list_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: .2em;
}

.topCases {
  background-color: #2e4a81;
  padding: 6rem 0;
}

.topCases-ttl {
  color: #fff;
  margin-bottom: 1.2em;
  text-align: center;
}

.topCases-list {
  display: grid;
  gap: 4rem 6rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.topCases-list_item {
  color: #fff;
}

.topCases-list_head {
  position: relative;
  z-index: 0;
}

.topCases-list_img {
  border-radius: 30px 30px 0 0;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.topCases-list_img::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.topCases-list_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.topFaq {
  padding: 9rem 0 12rem;
}

.topFaq-ttl {
  margin-bottom: 2rem;
  text-align: center;
}

.topFaq-ttl_inner {
  display: inline-block;
  position: relative;
}

.topFaq-ttl_inner::before {
  background: url(../images/common/ttl_chara.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 91px;
  left: -1rem;
  margin-right: 1rem;
  position: absolute;
  top: -3rem;
  transform: translateX(-100%);
  width: 99px;
}

.topFaq-lead {
  margin-bottom: 5rem;
  text-align: center;
}

.topFaq-btn {
  margin-top: 5rem;
  text-align: center;
}

.topContact {
  background-color: #f7f7f7;
  padding: 8rem 0;
}

.topContact-block:not(:last-child) {
  margin-bottom: 10rem;
}

.topContact-row {
  display: grid;
  gap: 6rem;
  grid-template-columns: .74fr 1fr;
}

.topContact-ttl {
  margin-bottom: .7em;
}

.topContact-media {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1.328fr;
}

.topContact-media_item.-border {
  border: 1px solid #707070;
}

.topContact-form {
  margin-top: 4rem;
}

.topFooter {
  padding-bottom: 14px;
}

.topFooter-img {
  margin: 0;
}

.topFooter-img img {
  width: 100%;
}

/* ----------------------------------------------------------------------
page common
---------------------------------------------------------------------- */
.pageHeader {
  position: relative;
  z-index: 0;
}

.pageHeader-img {
  position: relative;
  z-index: 0;
}

.pageHeader-img img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.pageHeader-content {
  left: 0;
  position: absolute;
  text-align: center;
  top: 150px;
  width: 100%;
  z-index: 1;
}

.pageHeader-ttl {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.pageHeader-ttl_line {
  display: inline-block;
  padding-bottom: 1rem;
  position: relative;
}

.pageHeader-ttl_line::before {
  background: url(../images/common/bg_ttl_line.svg) repeat-x left center/auto 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
/* margin, padding */
.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* font, text style */
.f-red {
  color: #cc0000 !important;
}

.f-bold {
  font-weight: bold !important;
}

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

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

.text-right {
  text-right: center !important;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

@media screen and (max-width: 640px) {
  .faqArchive-pagination {
    margin-top: 6rem;
  }
}
