ol, ul, li {
  list-style: none
}

.site-info {
  display: none
}

@media (min-width: 768px) {
  .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

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

body {
  background-color: #fefefe
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

a:hover {
  text-decoration: none
}

.only-pc {
  display: none
}

@media (min-width: 992px) {
  .only-pc {
    display: block
  }
}

.no-sp {
  display: none
}

@media (min-width: 768px) {
  .no-sp {
    display: block
  }
}

.only-sp {
  display: block
}

@media (min-width: 768px) {
  .only-sp {
    display: none
  }
}

.fb-wrap {
  margin: auto;
  width: 100%;
  max-width: 500px
}

@media (min-width: 576px) {
  .fb-wrap {
    width: 500px
  }
}

.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.iframe-wrap iframe, .iframe-wrap object, .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #666666;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 99
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #DDEFF8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.loaded {
  opacity: 0;
  visibility: hidden
}

.js-switch_item_image .item__image {
  display: none
}

.js-switch_item_image .item__image.js-switch_item_active {
  display: block
}

.my-navbar-padding {
  padding-top: 44px
}

@media (min-width: 768px) {
  .my-navbar-padding {
    padding-top: 56px
  }
}

.my-navbar {
  -webkit-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
  /* background-color: #ffffff; */
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 1rem
}

@media (min-width: 992px) {
  .my-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.main-message {
  color: #424B54;
  font-size: 0.8rem;
  line-height: 1.75
}

.my-navbar-brand {
  padding: 0.5rem 0
}

@media (min-width: 992px) {
  .my-navbar-brand {
    margin: 0 !important
  }
}

.sitelogo img {
  height: 30px;
  width: auto
}

@media (min-width: 576px) {
  .sitelogo img {
    height: 40px
  }
}

.sitelogo .site-description {
  display: inline;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 11px
}

@media (min-width: 576px) {
  .sitelogo .site-description {
    font-size: 0.85rem
  }
}

.navbar-light .navbar-toggler {
  color: #333;
  border-color: transparent;
  padding: 0.25rem;
  font-size: 1rem
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(246, 81, 126, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.material-icons {
  vertical-align: middle
}

button:focus {
  outline: 0
}

.my-navbar-list {
  max-width: 100%;
  margin: .5rem 0 .3rem;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.my-navbar-nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center
}

@media (min-width: 992px) {
  .my-navbar-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    text-align: left
  }
}

.my-navbar .my-navbar-nav>.nav-item>.nav-link {
  font-size: 0.9rem;
  font-weight: bold;
  color: #EAEAEA;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 1rem
}

.my-navbar-nav>.nav-item>.nav-link:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.my-navbar-nav>.nav-item>.nav-link::before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.2rem;
  font-weight: 900;
  color: midnightblue
}

.my-navbar-nav>.nav-item:nth-child(1)>.nav-link::before {
  content: '\f302'
}

.my-navbar-nav>.nav-item:nth-child(2)>.nav-link::before {
  content: '\f279'
}

.my-navbar-nav>.nav-item:nth-child(3)>.nav-link::before {
  content: '\f059'
}

.section~.section {
  margin-top: 60px
}

.section:last-child {
  margin-bottom: 100px
}

.link-arrow {
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  color: #424B54
}

.link-arrow::before {
  content: '▶';
  color: midnightblue
}

.link-arrow::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: midnightblue;
  -webkit-transition: .3s;
  transition: .3s
}

.link-arrow:hover {
  color: #424B54;
  cursor: pointer
}

.link-arrow:hover::after {
  width: 100%
}

.btn-borderbox {
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #424B54;
  border: 2px solid #424B54
}

.btn-borderbox:hover {
  color: #ffffff
}

.btn-borderbox::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #424B54;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.btn-borderbox:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

.btn-box {
  overflow: hidden;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

.btn-box a {
  display: block;
  position: relative;
  z-index: 2;
  border: 2px solid midnightblue;
  background-color: midnightblue;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-weight: bold
}

.btn-box a::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(-100% - 2px);
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 1.2rem 1rem;
  background-color: #ffd5ca;
  -webkit-transition: .3s;
  transition: .3s
}

.btn-box a:hover {
  color: midnightblue
}

.btn-box a:hover::before {
  left: 0
}

.link-image-shine {
  position: relative;
  overflow: hidden
}

.link-image-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg)
}

.link-image-shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.item~.item {
  margin-top: 40px
}

@media (min-width: 768px) {
  .item~.item {
    margin-top: 0
  }
}

.item-list {
  padding-left: 0
}

.item__image {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s
}

.item__link:hover .item__image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

.item__description {
  font-size: 0.8rem;
  color: #8b98a4;
  line-height: 1.4;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .item__description {
    font-size: 0.85rem;
    line-height: 1.6
  }
}

.item-detail {
  margin-bottom: 1rem
}

.item-detail__description {
  font-size: 0.85rem;
  color: #424B54;
  line-height: 1.8
}

@media (min-width: 768px) {
  .item-detail__description {
    font-size: 1rem
  }
}

.item-detail__description+.item-detail__heading {
  margin-top: 2rem
}

.item-cta+.item-detail {
  margin-top: 2rem
}

@media (min-width: 768px) {
  .item-cta+.item-detail {
    margin-top: 5rem
  }
}

.sidebar__title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #424B54
}

.sidebar__text {
  font-size: 0.9rem;
  color: #424B54
}

.sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: 0
}

.sidebar__list li {
  width: 50%;
  border-bottom: 1px solid #ebf1f2
}

@media (min-width: 992px) {
  .sidebar__list li {
    width: 100%
  }
}

.sidebar__list li a {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  color: #424B54;
  padding: 10px 0
}

@media (min-width: 768px) {
  .sidebar__list li a {
    padding: 10px
  }
}

.sidebar__list li a:hover {
  text-decoration: none;
  background-color: #ebf1f2
}

.sidebar__inner~.sidebar__inner {
  margin-top: 35px
}

.side-toiawase {
  border: 2px solid #424B54
}

.side-toiawase__title {
  background-color: #424B54;
  padding: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center
}

.side-toiawase__text {
  padding: 0.5rem 1rem 0;
  color: #424B54;
  font-size: 0.9rem
}

.side-toiawase__mail {
  color: #424B54;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 1rem
}

@media (min-width: 992px) {
  .side-toiawase__mail {
    word-break: break-all
  }
}

.side-toiawase__link {
  display: block;
  max-width: 260px;
  margin: 0 auto 1rem
}

@media (min-width: 992px) {
  .side-toiawase__link {
    margin: 0 1rem 1rem
  }
}

footer {
  width: 100%
}

.f_nav {
  background-color: #ebf1f2;
  color: #424B54;
  line-height: 1.5;
  margin: 0 auto
}

.f_nav a {
  color: #424B54
}

.f_nav-item {
  padding-top: 30px;
  padding-bottom: 30px
}

.f_nav-item__list h2 {
  font-size: 1.1rem !important;
  font-weight: bold;
  margin-bottom: 1rem
}

.f_nav-item__list ul {
  padding: 0
}

@media (min-width: 992px) {
  .f_nav-item__list ul {
    padding: 0 1rem
  }
}

.f_nav-item__list ul li {
  width: 50%;
  padding-bottom: 0.8rem;
  font-size: 0.9rem
}

@media (min-width: 992px) {
  .f_nav-item__list ul li {
    width: 16.5%
  }
}

.f_nav-item__list ul li a {
  padding: 0 1rem 0.8rem 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, midnightblue));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, midnightblue 50%);
  background-position: 0 0;
  background-size: 200% auto
}

@media (min-width: 992px) {
  .f_nav-item__list ul li a {
    padding: 0.4rem
  }
}

.f_nav-item__list ul li a:hover {
  background-position: -100% 0;
  color: #ebf1f2;
  text-decoration: none
}

.f_nav-item__list:not(:last-child) {
  margin-bottom: 30px
}

.f_company {
  background-color: #424B54;
  color: #ebf1f2;
  line-height: 1.5;
  margin: 0 auto
}

.f_company a {
  color: #ebf1f2
}

.f_company-logo {
  padding: 30px 0 0;
  /* background-color: rgba(0, 0, 0, 0.4) */
}

@media (min-width: 992px) {
  .f_company-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 1rem
  }
}

.f_company-logo img {
  width: 180px;
  height: auto;
  margin: auto
}

.f_company-logo__description {
  font-size: 0.9rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
  line-height: 1.7
}

@media (min-width: 992px) {
  .f_company-logo__description {
    display: block;
    padding-left: 2.5rem;
    font-size: 1rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
    line-height: 2
  }
}

.f_company-list {
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  border-top: 1px dotted #424B54
}

@media (min-width: 992px) {
  .f_company-list {
    padding: 20px 1rem 0;
    border-top: none
  }
}

.f_company-list ul {
  padding: 0 1rem 0 0;
  margin: 0
}

.f_company-list ul li {
  font-size: 0.9rem;
  width: 50%;
  margin: 0;
  padding-bottom: 0.8rem
}

@media (min-width: 992px) {
  .f_company-list ul li {
    font-size: 0.85rem;
    width: auto
  }
}

.f_company-copy {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0
}

@media (min-width: 992px) {
  .f_company-copy {
    text-align: left
  }
}

.f_company__bg-photo {
  position: relative;
  background: url(../../images/footer/bg.jpg) no-repeat center center/cover;
  z-index: -1
}

.f_company__bg-photo::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: radial-gradient(rgba(0, 0, 0, 0.5) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, 0.5) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: -1
}

.section__heading {
  font-size: 1.2rem;
  font-weight: bold;
  color: #424B54;
  padding-bottom: 0.5rem;
  margin: 0 0 1.5rem
}

@media (min-width: 768px) {
  .section__heading {
    font-size: 1.4rem
  }
}

.item__heading {
  font-size: 0.9rem;
  font-weight: bold;
  color: #424B54;
  padding-bottom: 0.3rem;
  margin: 0.8rem 0
}

@media (min-width: 768px) {
  .item__heading {
    font-size: 1.1rem
  }
}

.product-section .item__heading {
  font-size: 0.8rem;
  margin: 0.4rem 0 1rem
}

@media (min-width: 768px) {
  .product-section .item__heading {
    font-size: 0.9rem
  }
}

.item-detail__heading {
  font-size: 1.1rem;
  font-weight: bold;
  color: #424B54
}

.h_underline {
  border-bottom: 1px solid #ebf1f2
}

.h_leftline {
  padding-left: 8px;
  border-left: 3px solid #ebf1f2
}

.h_leftlinecolor {
  padding-left: 8px;
  border-left: 3px solid midnightblue
}

.h_underlineleftcolor {
  -o-border-image: linear-gradient(0.25turn, midnightblue 100px, #ebf1f2 100px) 1/0 0 2px 0;
  border-image: linear-gradient(0.25turn, midnightblue 100px, #ebf1f2 100px) 1/0 0 2px 0;
  border-bottom: solid
}

.h_both-sides-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.h_both-sides-line::before, .h_both-sides-line::after {
  content: "";
  width: 50px;
  height: 2px;
  background: midnightblue;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.h_both-sides-line::before {
  margin-right: 20px
}

.h_both-sides-line::after {
  margin-left: 20px
}

body {
  -webkit-animation: fadein 1.5s forwards;
  animation: fadein 1.5s forwards
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.my-tabs {
  border-bottom: 1px solid #ebf1f2
}

.my-tabs .nav-item {
  margin: 5px 5px 0 0
}

.my-tabs .nav-item .nav-link {
  background-color: #ebf1f2;
  color: #424B54;
  font-weight: bold;
  font-size: 0.9rem;
  border: none
}

.my-tabs .nav-item .nav-link.active {
  background-color: #ffd5ca;
  color: midnightblue
}

.page-header__title {
  font-size: 1.6rem
}

.page-header__title__primary {
  color: #424B54
}

.page-header__title__secondary {
  display: block;
  font-size: 0.9rem;
  color: midnightblue;
  line-height: 2
}

@media (min-width: 768px) {
  .page-header__title__secondary {
    display: inline;
    font-size: 1rem;
    margin-left: 0.8rem
  }
}

.page-header__description {
  font-size: 0.9rem;
  color: #424B54
}

@media (min-width: 768px) {
  .page-header__description {
    font-size: 0.85rem
  }
}

.my-breadcrumb {
  font-size: 0.8rem;
  background-color: #fff;
  margin: auto;
  max-width: 1320px
}

.my-breadcrumb .breadcrumb-item {
  line-height: 1.2
}

.my-table-popic {
  color: #424B54
}

.my-table-popic th {
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap
}

.my-table-popic td {
  font-size: 0.9rem;
  white-space: nowrap
}

.my-table-popic td:first-child {
  font-weight: bold
}

.silverTH {
  background-color: #888;
  color: #fff
}

.goldTH {
  background-color: #E8A83E;
  color: #fff
}

.label-hako {
  position: relative
}

.label-hako::before {
  content: '箱型';
  top: 0;
  left: 0;
  color: #424B54;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
  background: #ebf1f2
}

.label-plate {
  position: relative
}

.label-plate::before {
  content: '平板';
  top: 0;
  left: 0;
  color: #424B54;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
  background: #ebf1f2
}

.box-flow {
  counter-reset: flow;
  list-style-type: none;
  padding-left: 0;
  color: #424B54;
  margin: auto
}

.box-flow>.box-flow__item {
  width: 100%;
  position: relative;
  margin-bottom: 3rem
}

.box-flow>.box-flow__item::before {
  counter-increment: flow;
  content: counter(flow);
  position: absolute;
  background: midnightblue;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: lighter;
  margin-top: -1.5rem
}

@media (min-width: 768px) {
  .box-flow>.box-flow__item::before {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    font-size: 2.5rem
  }
}

.box-flow__body {
  width: 100%;
  border: 2px solid midnightblue;
  padding: 0.5rem;
  margin-top: 3rem
}

@media (min-width: 768px) {
  .box-flow__body {
    padding: 1rem;
    margin-top: 5rem
  }
}

.box-flow__title {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
  font-size: 1.3rem;
  font-weight: bold
}

@media (min-width: 768px) {
  .box-flow__title {
    padding: 2rem 0 1rem;
    font-size: 1.8rem
  }
}

.box-flow__title.font-size-sm {
  font-size: 0.95rem
}

@media (min-width: 768px) {
  .box-flow__title.font-size-sm {
    font-size: 1.1rem
  }
}

.box-flow__text {
  padding: 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.8
}

@media (min-width: 768px) {
  .box-flow__text {
    padding: 0 2rem;
    font-size: 1rem
  }
}

.ac-title {
  position: relative;
  border-bottom: 1px solid #ebf1f2;
  cursor: pointer;
  display: block;
  padding: 15px 40px 15px 40px;
  margin: 0;
  color: #424B54
}

@media (min-width: 576px) {
  .ac-title {
    padding: 15px 8px 15px 40px
  }
}

.ac-title:first-of-type {
  border-top: 1px solid #ebf1f2
}

.ac-title:before {
  content: "Q:";
  position: absolute;
  left: 10px;
  top: 15px;
  display: block;
  color: midnightblue
}

.ac-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #424B54;
  border-right: solid 2px #424B54;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.ac-title.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%
}

.ac-content {
  position: relative;
  display: none;
  width: 100%;
  border-bottom: 1px solid #ebf1f2;
  background: #fafafa;
  padding: 15px 12px 15px 50px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #424B54
}

@media (min-width: 992px) {
  .ac-content {
    font-size: 1rem
  }
}

.ac-content:before {
  content: "A:";
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  font-weight: bold;
  color: #18cbfe
}

.u_fs15 {
  font-size: 1.05rem !important
}

.u_fs20 {
  font-size: 1.4rem !important
}

.u_fs25 {
  font-size: 1.75rem !important
}

.u_fs30 {
  font-size: 2.1rem !important
}

.u_fs35 {
  font-size: 2.45rem !important
}

.u_fs40 {
  font-size: 2.8rem !important
}

@media (min-width: 992px) {
  .u_fs10 {
    font-size: 1rem !important
  }
}

@media (min-width: 992px) {
  .u_fs15 {
    font-size: 1.5rem !important
  }
}

@media (min-width: 992px) {
  .u_fs20 {
    font-size: 2rem !important
  }
}

@media (min-width: 992px) {
  .u_fs25 {
    font-size: 2.5rem !important
  }
}

@media (min-width: 992px) {
  .u_fs30 {
    font-size: 3rem !important
  }
}

@media (min-width: 992px) {
  .u_fs35 {
    font-size: 3.5rem !important
  }
}

@media (min-width: 992px) {
  .u_fs40 {
    font-size: 4rem !important
  }
}