@charset "UTF-8";
/***************************************
html elements
****************************************/
* {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  padding-top: 100px;
  color: #2D324B;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
  background-color: #f7f7f7;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
body.top {
  padding-top: 120px;
}

iframe {
  height: 100%;
  border: 0px solid #fff;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/***************************************
customize style for bootstrap
****************************************/
@media (min-width: 768px) {
  .container {
    width: auto;
    max-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.side-menu-open {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 0px;
  padding-top: 100px;
  padding-bottom: 15px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block !important;
}

@media (min-width: 768px) {
  #sidemenu + div {
    padding-left: min(3%, 50px);
  }
}

/***************************************
global navigation bar
****************************************/
.contents-btn:focus, .contents-btn:active, .contents-btn:hover {
  color: #fff;
  background-color: #10218b;
  border: none;
  opacity: 1;
}

.glyphicon-list-alt::before {
  content: url("/revup/web/mt-100/Images/menu_sp.svg");
}

.glyphicon-remove {
  margin-right: 0.2em;
  vertical-align: -1px;
}
.glyphicon-remove::before {
  content: url("/revup/web/mt-100/Images/close_sp.svg");
}

.navbar-wrapper .navbar {
  background-color: #FFFFFF;
  border-bottom-color: #10218b;
  border-bottom-width: 2px;
}

.corporate_brand {
  padding-top: 15px;
  padding-bottom: auto;
  position: absolute;
}

.corporate_logo {
  height: 22px;
  margin-left: 15px;
}

.navber-header {
  width: 100%;
}

.navbar-toggle {
  background-color: #6491C7;
  margin-top: 8px;
  margin-bottom: auto;
}
.navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

.navbar .nav .active > a {
  background: #6491C7;
  color: #333 !important;
  text-shadow: none;
  background: #6491C7;
  color: #fff !important;
  text-shadow: none;
}
.navbar .nav .active > a:hover, .navbar .nav .active > a:focus {
  background: #6491C7;
  color: #333 !important;
  text-shadow: none;
}
.navbar .navbar-collapse .nav > li > a:hover, .navbar .navbar-collapse .nav > li > a:focus {
  background: #CCE1F5;
  color: #333 !important;
  text-shadow: none;
}
.navbar .navbar-collapse .dropdown-menu a:hover, .navbar .navbar-collapse .dropdown-menu a:focus {
  background: #CCE1F5;
  color: #333 !important;
  text-shadow: none;
}
.navbar .navbar-brand, .navbar .nav > li > a {
  color: #10218B !important;
  text-shadow: none !important;
  font-weight: 400;
  font-size: 16px;
}

.nav {
  font-weight: 400 !important;
  letter-spacing: 0.1em;
}

.navbar-nav {
  margin-left: 0px;
}
.navbar-nav li select {
  margin-top: 12px;
  margin-left: 15px;
  margin-bottom: 12px;
}
.navbar-nav li a {
  padding-top: 17px;
  padding-bottom: 13px;
}

/***************************************
side menu area
****************************************/
.list-group-item {
  background: transparent;
}
.list-group-item:last-child {
  border-radius: 0;
}

.glyphicon-chevron-right {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  background: #f7f7f7;
  flex-shrink: 0;
  box-shadow: 4px 4px 10px #D8DAE9, -4px -4px 10px #ffffff, inset 4px 4px 4px transparent, inset -4px -4px 4px transparent;
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.glyphicon-chevron-right::before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 12px;
  background: #5B627A;
  transform: translate(-50%, -50%);
  content: "";
}
.glyphicon-chevron-right::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 2px;
  background: #5B627A;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s;
  content: "";
}

:not(.selected-item) > a:hover + .glyphicon-chevron-right,
.glyphicon.glyphicon-chevron-down,
.glyphicon-chevron-right:focus {
  box-shadow: 4px 4px 10px transparent, -4px -4px 10px transparent, inset 4px 4px 4px #ededed, inset -4px -4px 4px #ffffff;
}
:not(.selected-item) > a:hover + .glyphicon-chevron-right::after,
.glyphicon.glyphicon-chevron-down::after,
.glyphicon-chevron-right:focus::after {
  opacity: 0;
}

@media (hover: hover) {
  .glyphicon-chevron-right:hover {
    box-shadow: 4px 4px 10px transparent, -4px -4px 10px transparent, inset 4px 4px 4px #ededed, inset -4px -4px 4px #ffffff;
  }
  .glyphicon-chevron-right:hover::after {
    opacity: 0;
  }
}

/***************************************
footer
****************************************/
footer {
  height: 120px;
}
footer ul {
  font-size: 12px;
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 15px !important;
}
footer p {
  text-align: center;
}
footer a {
  color: #10218b;
}
footer #copyright {
  font-size: 10px;
  margin-bottom: 12px;
  text-align: right;
}
@media (min-width: 768px) {
  footer #copyright {
    padding-right: 15px;
  }
}

/***************************************
contents area
****************************************/
.inline {
  display: inline;
}

.recommend-area {
  margin-top: 22px;
  list-style: none;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .recommend-area {
    margin-bottom: 40px;
  }
}
.recommend-area li {
  margin-right: 2.5%;
  margin-bottom: 24px;
  width: 100%;
  height: 66px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .recommend-area li {
    height: auto;
    margin-bottom: 10px;
  }
}
.recommend-area li a {
  border-radius: 8px;
  position: relative;
  padding: 10px;
  height: 100%;
  text-align: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  word-wrap: break-word;
  display: flex;
  text-decoration: none;
  align-items: center;
  transition: box-shadow 0.3s;
  box-shadow: 2px 2px 5px #D8DAE9, -3px -3px 2px #fff, inset 2px 2px 4px transparent, inset -2px -2px 4px transparent;
}
.recommend-area li a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media (min-width: 768px) {
  .recommend-area li a::after {
    right: 8px;
  }
}
.recommend-area li a:hover, .recommend-area li a:focus {
  color: #10218B;
  text-decoration: none;
  box-shadow: 2px 2px 5px transparent, -3px -3px 2px transparent, inset 2px 2px 4px #D8DAE9, inset -2px -2px 4px #FFFFFF;
  opacity: 1;
}
.recommend-area li:last-child {
  margin-right: 0;
}

.recommend-desc {
  display: block;
  line-height: 1.375;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 768px) {
  .recommend-desc {
    text-align: center;
  }
}

.recommend-area__image {
  width: 60px;
}
.recommend-area__image._icon01 img {
  width: 30px;
}
.recommend-area__image._icon02 img {
  width: 11.25px;
}
.recommend-area__image._icon03 img {
  width: 30px;
}
@media (min-width: 768px) {
  .recommend-area__image {
    display: flex;
    height: 120px;
    justify-content: center;
    width: auto;
  }
  .recommend-area__image img {
    margin-top: auto;
    margin-bottom: 30px;
  }
  .recommend-area__image._icon01 img, .recommend-area__image._icon02 img, .recommend-area__image._icon03 img {
    width: auto;
  }
  .recommend-area__image._icon03 img {
    margin-bottom: 40px;
  }
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  margin: 0 auto;
  width: 100%;
}

.related-link-icon {
  margin-top: -2pt;
  margin-right: 0.5em;
}

.top-main {
  margin-bottom: 2em;
  /* max-width: 730px;
  min-height: 560px; */
  background-repeat: no-repeat;
  background-position: center;
}

.product-name {
  font-size: 2em;
  font-weight: bold;
}

.top-title {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  max-width: 186px;
  /* color: #fff; */
  font-size: 2em;
  font-weight: bold;
}

.top-sub-title {
  margin-top: 15px;
  text-align: center;
}
.top-sub-title__label {
  display: inline-block;
  padding: 0 16px;
  border-radius: 4px;
  background: #10218B;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  box-shadow: 4px 3px 2px #D8DAE9, -4px -3px 2px #fff;
}
.top-sub-title__text {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 2rem;
}

/********* header *********/
.corporate_brand {
  padding-top: 15px;
  /*     padding-bottom: auto; */
  /*     margin-left: 15px; */
  position: absolute;
  text-align: left;
  width: 100%;
  line-height: 1;
}

.corporate_logo {
  height: 22px;
  /*     margin-left: 15px; */
}

.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
  text-align: center;
}

.navbar-form {
  padding: 0px 0px;
  margin-top: 0px;
}

.home-btn {
  margin-right: 10px;
}

.search-btn {
  margin-left: 10px;
}

.search-box-input {
  border-radius: 4px;
}

.search-box {
  margin-bottom: 2em;
}

/********* footer *********/
.footer {
  text-align: center;
  margin-top: 20px;
}

.copyright {
  text-align: center;
}

/********* side bar *********/
/********* for index *********/
body.body .toc-group-list .list-group {
  display: none;
}
body.top .toc-group-list .list-group {
  display: block;
}

.toc-group-list > .list-group > .list-group-item > p .has-chevron {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toc-group-list > .list-group > .list-group-item > p .toc-line:hover .has-chevron, .toc-group-list > .list-group > .list-group-item > p .toc-line:focus .has-chevron {
  display: flex;
  box-shadow: inset 2px 2px 4px #D8DAE9, inset -2px -2px 4px #FFFFFF;
}
.toc-group-list > .list-group > .list-group-item > p .toc-line:hover .has-chevron::after, .toc-group-list > .list-group > .list-group-item > p .toc-line:focus .has-chevron::after {
  margin-right: 4px;
}
.toc-group-list > .list-group > .list-group-item > p .has-chevron::after {
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.toc-group-list .list-group-item.home > p > a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.glyphicon-home {
  background: #10218B;
  width: 36px;
  height: 36px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s;
  box-shadow: 4px 4px 4px #D8DAE9, -4px -4px 4px #fff, inset 4px 4px 4px transparent, inset -4px -4px 4px transparent;
}
.glyphicon-home:before {
  color: #fff;
  font-size: 14px;
}

.home span:nth-child(2) {
  flex: 1;
}
.home a:hover, .home a:focus {
  color: #10218b;
  text-decoration: none;
}
.home a:hover .glyphicon-home, .home a:focus .glyphicon-home {
  box-shadow: 4px 4px 4px transparent, -4px -4px 4px transparent, inset 4px 4px 4px #060d38, inset -4px -4px 4px #1a35de;
}

.has-chevron::after {
  display: block;
  width: 6px;
  height: 6px;
  margin-left: auto;
  margin-right: 14px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  transition: margin-right 0.3s;
  content: "";
  flex-shrink: 0;
}

.toc-group-list {
  position: relative;
  padding-bottom: 32px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 1.6rem;
  /* box-shadow:6px 6px 12px #ebebeb,
  -6px -6px 12px #fbfbfb; */
  border-radius: 16px;
  font-weight: bold;
  background: #f7f7f7;
}
.toc-group-list::before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  content: "";
  border-radius: 16px;
  filter: blur(4px);
  z-index: -1;
}
.toc-group-list::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  content: "";
  border-radius: 16px;
  filter: blur(4px);
  z-index: -1;
}
.toc-group-list .list-group {
  padding-left: 0;
  margin-bottom: 0px;
  list-style-type: none;
}
.toc-group-list > .list-group > .list-group-item > .no-child-topic a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.toc-group-list > .list-group > .list-group-item > .no-child-topic a > span {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: inset 2px 2px 4px transparent, inset -2px -2px 4px transparent;
  transition: box-shadow 0.3s;
  border-radius: 8px;
}
.toc-group-list .list-group-item {
  padding: 0;
  width: 100%;
  border: none;
}
.toc-group-list .list-group-item > p {
  padding: 3px 0;
}
.toc-group-list .list-group-item.home {
  font-size: 2.3rem;
  padding: 3px;
  font-weight: bold;
  border-bottom: 2px solid #10218b;
}
.toc-group-list .list-group-item.home > p::before {
  content: none;
}
.toc-group-list .list-group-item > p {
  display: flex;
  align-items: center;
  /* display: table-row; */
  width: 100%;
  margin: 0;
}
.toc-group-list .list-group-item > p > a {
  display: table-cell;
  padding: 15px 4px 15px 0;
  vertical-align: middle;
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-all;
  -ms-overflow-wrap: break-word;
  text-decoration: none;
}
.toc-group-list .list-group-item > p > a:hover, .toc-group-list .list-group-item > p > a:focus {
  opacity: 1;
}
.toc-group-list .list-group-item .list-group-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.toc-group-list .list-group-item .list-group-item .toc-line {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0.9em;
  align-items: center;
}
@media (min-width: 768px) {
  .toc-group-list .list-group-item .list-group-item .toc-line {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.toc-group-list .list-group-item .list-group-item .toc-line:hover, .toc-group-list .list-group-item .list-group-item .toc-line:focus {
  color: #10218b;
  text-decoration: none;
}
.toc-group-list .list-group-item .list-group-item .toc-line.has-chevron {
  box-shadow: inset 2px 2px 4px transparent, inset -2px -2px 4px transparent;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}
.toc-group-list .list-group-item .list-group-item .toc-line.has-chevron:hover, .toc-group-list .list-group-item .list-group-item .toc-line.has-chevron:focus {
  box-shadow: inset 2px 2px 4px #D8DAE9, inset -2px -2px 4px #FFFFFF;
}
.toc-group-list .list-group-item .list-group-item .toc-line.has-chevron:hover::after, .toc-group-list .list-group-item .list-group-item .toc-line.has-chevron:focus::after {
  margin-right: 4px;
}
.toc-group-list .list-group-item .list-group-item ._num {
  margin-right: 1em;
  flex-shrink: 0;
}
.toc-group-list .list-group-item .list-group-item .glyphicon-chevron-right {
  width: 27px;
  height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 14px;
}
.toc-group-list .list-group-item .list-group-item .glyphicon-chevron-right::before {
  width: 10px;
}
.toc-group-list .list-group-item .list-group-item .glyphicon-chevron-right::after {
  height: 10px;
}
.toc-group-list .list-group-item .list-group-item .list-group-item {
  width: auto;
}
@media (min-width: 768px) {
  .toc-group-list .list-group-item .list-group-item .list-group-item {
    margin-left: 2em;
  }
}
.toc-group-list .list-group-item > p > span.glyphicon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 6px;
  font-size: 0.8em;
}
.toc-group-list .list-group-item > p > span:hover {
  cursor: pointer;
}
.toc-group-list > .list-group > .list-group-item > p > a > span:not(.has-chevron) {
  display: flex;
}
.toc-group-list > .list-group > .list-group-item > p > a > span:not(.has-chevron) > ._num {
  flex-shrink: 0;
}
.toc-group-list > .list-group > .list-group-item > p > a > span.has-chevron span {
  display: flex;
}
.toc-group-list > .list-group > .list-group-item > p > a > span.has-chevron span > ._num {
  flex-shrink: 0;
}
.toc-group-list > .list-group > .list-group-item ._num {
  margin-right: 0.5em;
}
.toc-group-list > .list-group > .list-group-item ._num + span {
  padding-right: 2em;
  transition: padding 0.3s;
}
.toc-group-list > .list-group > .list-group-item .has-chevron:hover ._num + span, .toc-group-list > .list-group > .list-group-item .has-chevron:focus ._num + span {
  padding-right: calc(2em + 10px);
}
.toc-group-list > .list-group > .list-group-item > p > .toc-line:hover, .toc-group-list > .list-group > .list-group-item > p > .toc-line:focus {
  text-decoration: none;
}
.toc-group-list > .list-group > .list-group-item > p .toc-line:hover > span, .toc-group-list > .list-group > .list-group-item > p .toc-line:focus > span {
  display: block;
  color: #10218b;
}
.toc-group-list > .list-group > .list-group-item + .list-group-item:not(.home) {
  border-bottom: 1px solid #ccc;
}

/* 第二階層 */
/* 第三階層 */
@supports (-ms-ime-align: auto) {
  .toc-group-list .list-group-item > p > a {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
}
@-moz-document url-prefix() {
  .toc-group-list .list-group-item > p > a {
    word-break: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
}
.selected-item {
  background: #10218B;
}

.toc-group-list > .list-group > .list-group-item > .selected-item {
  margin-left: -28px;
  margin-right: -28px;
  width: auto;
  padding: 0 28px;
}

.selected-item * {
  color: #fff;
}
.selected-item .glyphicon-chevron-right {
  background: #10218B;
  box-shadow: 4px 4px 10px #0e1d79, -5px -5px 10px #12259d;
}
.selected-item .glyphicon-chevron-down {
  background: #10218B;
  box-shadow: inset 4px 4px 10px #0e1d79, -5px -5px 10px #12259d;
}
.selected-item .glyphicon-chevron-right::before, .selected-item .glyphicon-chevron-right::after {
  background: #fff;
}

.toc-group-list > .list-group > .list-group-item > .selected-item .toc-line:hover > span, .toc-group-list > .list-group > .list-group-item > .selected-item .toc-line:focus > span {
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}
.toc-group-list .list-group-item .list-group-item .selected-item .toc-line:hover, .toc-group-list .list-group-item .list-group-item .selected-item .toc-line:focus {
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}

.contents .child-topic-links__text {
  margin-top: 32px;
}

.child-topic-links ul.child-topic-list {
  margin: 0;
  margin-top: 2em;
  padding-left: 0;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: bold;
}

.child-topic-list > ._has-child {
  border-radius: 8px;
  box-shadow: 2px 2px 5px #D8DAE9, -3px -3px 5px #fff;
}
.child-topic-list > ._has-child ul .has-chevron {
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 8px;
  transition: box-shadow 0.3s;
  box-shadow: inset 2px 2px 4px transparent, inset -2px -2px 4px transparent;
  padding-left: 0;
}
@media (min-width: 768px) {
  .child-topic-list > ._has-child ul .has-chevron {
    padding-left: 14px;
  }
}
.child-topic-list > ._has-child ul a:hover .has-chevron, .child-topic-list > ._has-child ul a:focus .has-chevron {
  box-shadow: inset 2px 2px 4px #D8DAE9, inset -2px -2px 4px #FFFFFF;
}
.child-topic-list > ._has-child ul a:hover .has-chevron::after, .child-topic-list > ._has-child ul a:focus .has-chevron::after {
  margin-right: -10px;
}
.child-topic-list > li:not(._has-child) a {
  border-radius: 8px;
  box-shadow: 2px 2px 5px #D8DAE9, -3px -3px 5px #fff, inset 2px 2px 4px transparent, inset -2px -2px 4px transparent;
  transition: box-shadow 0.3s;
}
.child-topic-list > li:not(._has-child) a:hover, .child-topic-list > li:not(._has-child) a:focus {
  box-shadow: 2px 2px 5px transparent, -3px -3px 5px transparent, inset 2px 2px 4px #D8DAE9, inset -2px -2px 4px #FFFFFF;
}
.child-topic-list > li:not(._has-child) a:hover .has-chevron::after, .child-topic-list > li:not(._has-child) a:focus .has-chevron::after {
  margin-right: 0;
}
.child-topic-list > li + li {
  margin-top: 12px;
}
.child-topic-list > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.child-topic-list a {
  display: block;
  padding: 10px;
  flex: 1;
  text-decoration: none;
}
.child-topic-list a > span {
  display: flex;
  padding: 0 14px;
  align-items: center;
}
.child-topic-list a:hover, .child-topic-list a:focus {
  opacity: 1;
  color: #10218b;
}
.child-topic-list .has-chevron::after {
  margin-right: 14px;
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.child-topic-list ._num {
  margin-right: 1em;
  flex-shrink: 0;
}
.child-topic-list li:not(._has-child) .has-chevron ._num + span {
  padding-right: 0.4em;
}
.child-topic-list .glyphicon-chevron-right {
  width: 27px;
  height: 27px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 27px;
}
.child-topic-list .glyphicon-chevron-right::before {
  width: 10px;
}
.child-topic-list .glyphicon-chevron-right::after {
  height: 10px;
}
.child-topic-list ul {
  display: none;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 24px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .child-topic-list ul {
    margin-left: 3.5em;
    padding-right: 30px;
    padding-left: 0;
  }
}
.child-topic-list ul li {
  border-top: 1px solid #ccc;
}
.child-topic-list ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.child-topic-list ul a {
  padding-top: 8px;
  padding-bottom: 0px;
  padding-right: 0;
  padding-left: 0;
}
.child-topic-list ul .has-chevron::after {
  margin-right: 0;
}

/********* main contents *********/
.images {
  display: block;
  margin-top: 1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.images img {
  max-width: 100%;
}
.images.-left {
  margin-left: 0;
  text-align: left;
}
.images.-transparent {
  background: transparent;
}
.images.-size-1 {
  max-width: 100px;
}
.images.-size-2 {
  max-width: 200px;
}
.images.-size-3 {
  max-width: 300px;
}
.images.-size-4 {
  max-width: 400px;
}
.images.-size-5 {
  max-width: 500px;
}
.images.-size-6 {
  max-width: 600px;
}
.images.-size-custom1 {
  max-width: 33vw;
}
@media (min-width: 768px) {
  .images.-size-custom1 {
    max-width: 170px;
  }
}
@media (min-width: 768px) {
  .images.-position-custom1 img {
    margin-left: -2.7em;
  }
}
.images.-smartphone {
  display: block;
  position: relative;
}
.images.-smartphone::after {
  display: block;
  padding-top: 150.3267973856%;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}
.images.-smartphone img {
  position: absolute;
  height: 100%;
  inset: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.images.-smartphone.-double::after {
  padding-top: 329.5454545455%;
}
@media (min-width: 768px) {
  .images.-smartphone::after {
    padding-top: 80%;
  }
  .images.-smartphone.-double::after {
    padding-top: 75%;
  }
  .images.-smartphone.-double.-small::after {
    padding-top: 67.9133858268%;
  }
}

.image-flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .image-flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .image-flex > * {
    width: 40%;
  }
}

h1 {
  margin-top: 0;
  padding-top: 10px;
}
h1[id] {
  margin-top: 0;
  padding-top: 10px;
}

.page-title {
  display: flex;
  align-items: flex-start;
  padding: 10px 0px 10px 0px;
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 1.3em;
  flex-direction: row;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.page-title ._num {
  color: #10218B;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .page-title ._num {
    font-size: 4.8rem;
  }
}
.page-title ._text {
  font-size: 2.2rem;
  line-height: 1.4285714286;
}
@media (min-width: 768px) {
  .page-title ._text {
    font-size: 2.8rem;
  }
}
.page-title.hierarchy1 ._num {
  margin-right: 0.3em;
}
.page-title.hierarchy1 ._text {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .page-title.hierarchy1 ._text {
    margin-top: 14px;
  }
}
.page-title.hierarchy3 {
  flex-direction: column;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .page-title.hierarchy3 {
    margin-bottom: 2.3em;
    flex-direction: row;
  }
}
.page-title.hierarchy3 ._num {
  margin-right: 0.6em;
}
.page-title.hierarchy3 ._text {
  margin-top: 12px;
}

._font-s {
  font-size: 1.6rem;
}

.topic > h2 {
  border-left: 5px solid #10218B;
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 0px 0px 13px;
  margin: 2em 0 1em 0;
}
.topic > h3 {
  padding: 0px 0px 0px 0px;
  margin: 2em 0 1em 0;
  font-weight: bold;
  font-size: 1.2em;
}
.topic > h4, .topic > h5 {
  padding: 0px 0px 0px 0px;
  margin: 2em 0 1em 0;
  font-weight: bold;
  font-size: 1em;
}
.topic > h6 {
  font-weight: bold;
  font-size: 1em;
  margin: 2em 0 1em 0;
}

.section-title {
  font-weight: bold;
  font-size: 2.2rem;
  margin: 2em 0 1em 0;
  line-height: 1.4545454545;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.section-title--size-m {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .section-title--size-m {
    font-size: 2.2rem;
  }
}

.title-tertiary {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1em;
}
.title-tertiary::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.6em;
  height: 3px;
  background: #AFB7D1;
  content: "";
}

.important, .note, .caution, .warning, .attention {
  /* border-bottom: 1px solid #777; */
  margin-bottom: 1.5em;
  margin-top: 1em;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: 0;
}

.caution, .warning {
  border: 1px solid #E8C4C4;
  background: #FEFBFB;
}

.note-title-border {
  /* border-top: 1px solid #777; */
  /* margin-top: -1.4em; */
}

.important-title, .note-title, .caution-title, .warning-title, .attention-title {
  /*   margin-top: -0.8em; */
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 32px;
}

.important-title > span, .note-title > span, .caution-title > span, .warning-title > span {
  /* background-color: #fff; */
  padding: 0 0.2em 0 0;
}

.attention-title > span {
  /* background-color: #fff; */
  padding: 0 0.2em 0 0;
  color: red;
}

.menu-icon {
  margin-right: 0.3em;
  max-width: 1.4em;
}

.important-title > span > img, .note-title > span > img, .caution-title > span > img, .warning-title > span > img, .attention-title > span > img {
  width: 1.5em;
}

span > img.note-icon {
  margin-right: 0.3em;
  width: 1.5em;
  vertical-align: top;
}

.important-body, .note-body, .caution-body, .warning-body, .attention-body {
  padding: 0 2em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.important-body > *:last-child, .note-body > *:last-child, .caution-body > *:last-child, .warning-body > *:last-child, .attention-body > *:last-child {
  margin-bottom: 0;
}

.top-contents {
  border-radius: 16px;
  padding: 1.4em 2em;
  box-shadow: 10px 10px 10px #ebebeb, -10px -10px 10px #fbfbfb;
}
@media (min-width: 768px) {
  .top-contents {
    padding: 2em 2em;
  }
}

.contents {
  border-radius: 16px;
  padding: 2em 1.5em;
  box-shadow: 10px 10px 10px #ebebeb, -10px -10px 10px #fbfbfb;
}
@media (min-width: 768px) {
  .contents {
    padding: 2em 2em;
  }
}
.contents p {
  margin: 0 0 0.5em 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.contents dl {
  margin-left: 2em;
}
.contents .dt {
  margin-bottom: 0.4em;
  margin-left: -2em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.contents ol {
  padding-start: 0px;
  counter-reset: number;
  list-style: none;
  margin: 2em 0;
  padding: 0;
}
.contents ol > li {
  margin-bottom: 2.5em;
  padding-left: 2.7em;
}
.contents ol > li:before {
  counter-increment: number;
  content: counter(number);
  float: left;
  background: transparent;
  border-radius: 8px;
  color: #10218B;
  border: 2px solid currentColor;
  text-align: center;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.4em;
  margin: -0.1em 0.5em 0em -2.2em;
  padding-top: 0.05em;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
}
.contents ol > li .body-text {
  font-size: 1.6rem;
}
.contents ol > li > *:not(:first-child) {
  margin-left: -43.2px;
}
.contents ol > li > *:not(:first-child).images.-size-2 {
  position: relative;
  left: -21.6px;
  margin-left: auto;
}
.contents ol > li > *:not(:first-child).images.-size-custom1 {
  margin-left: auto;
}
@media (min-width: 768px) {
  .contents ol > li > *:not(:first-child) {
    margin-left: auto;
  }
  .contents ol > li > *:not(:first-child).images.-size-2 {
    position: static;
    left: auto;
    margin-left: auto;
  }
  .contents ol > li > *:not(:first-child).images.-left {
    margin-left: 0;
  }
}
.contents ol.number-list {
  list-style-type: decimal;
  list-style-position: inside;
}
.contents ol.number-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.contents ol.number-list li + .contents ol.number-list li {
  margin-top: 2em;
}
.contents ol.number-list li::before {
  content: none;
}
.contents .topic .step {
  font-weight: 500;
}
.contents .topic .bullet > li {
  position: relative;
}
.contents .topic .bullet > li + li {
  margin-top: 60px;
}
.contents .topic .bullet > li::before {
  position: absolute;
  top: 0.8em;
  left: -1em;
  width: 0.6em;
  height: 3px;
  background: #AFB7D1;
  content: "";
}
.contents .topic .bullet > li > *:first-child {
  font-weight: bold;
}
.contents .topic .bullet > li > *:not(:first-child) {
  margin-left: -16px;
}
.contents .topic .bullet > li > *:not(:first-child).images.-size-3 {
  position: relative;
  left: -7.6px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .contents .topic .bullet > li > *:not(:first-child) {
    margin-left: 0;
  }
  .contents .topic .bullet > li > *:not(:first-child).images.-size-2 {
    position: static;
    left: auto;
    margin-left: auto;
  }
}
.contents .topic ul {
  position: relative;
  list-style: none;
  padding-left: 1em;
}
.contents .topic ul._pl0 {
  padding-left: 0;
}
.contents .topic ul._gap30 > li + li {
  margin-top: 30px;
}
.contents .topic .note ul, .contents .topic .caution ul, .contents .topic .warning ul {
  list-style: disc;
  padding-left: 16px;
}
.contents .topic .note ul::before, .contents .topic .caution ul::before, .contents .topic .warning ul::before {
  content: none;
}
.contents .topic .note ul ul, .contents .topic .caution ul ul, .contents .topic .warning ul ul {
  list-style: circle;
}
.contents .topic .note ul li::marker, .contents .topic .caution ul li::marker, .contents .topic .warning ul li::marker {
  color: #10218B;
}
.contents .topic ul li {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .contents .topic ul li {
    line-height: 1.75;
  }
}
.contents .topic ul li + li {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .contents .topic ul li + li {
    margin-top: 30px;
  }
}
.contents .related-links {
  margin: 1.8em 0 2.5em 0;
  /*   border-top: 1px solid #e0e0e0; */
  border-bottom: 2px solid #999;
}
.contents .related-links ul {
  margin-bottom: 1em;
}
.contents .related-links ul li {
  margin-bottom: 0.5em;
}
.contents .related-links ul li p {
  margin-bottom: 0.5em;
}

.num-list-item {
  text-indent: -2.6em;
  padding-left: 2.6em;
}
.num-list-item.-no-colon {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
td > .num-list-item.-no-colon, th > .num-list-item.-no-colon {
  width: 100%;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.num-list-item * {
  text-indent: 0;
}
.num-list-item > .note, .num-list-item > .caution, .num-list-item > .images {
  margin-left: -41.6px;
}

.related-links .note-title-border {
  border-top: 2px solid #999;
}

.related-links-title {
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1em;
}
.related-links-title img {
  padding: 0 0.3em 0 0;
  width: 2em;
}
.related-links-title span.label {
  padding: 0.2em 0.3em 0.2em 0.1em;
}

.related-links-body {
  margin-top: 0.7em;
}

.highlight {
  padding: 1px;
  margin-bottom: 0px;
  border: 0px solid #e1e1e8;
  border-radius: 4px;
  background-color: yellow;
  font-weight: bold;
}

.internal-link .list-group-item {
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid #ddd;
}
.internal-link .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.pankz {
  font-size: 0.9em;
  color: #666;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.sidemenu-close {
  position: absolute;
  top: -10px;
  right: 0px;
}

/********* inline item *********/
.tp-icon {
  line-height: 1.2em;
  height: 1.2em;
  width: 1.2em;
  margin: -0.3em 0.2em 0 0.2em;
}

.inline-graphic {
  line-height: 1.2em;
  max-height: 1.2em;
  margin: -0.3em 0.2em 0 0.2em;
  display: inline;
}

sup {
  font-size: 85%;
}

.codeph {
  direction: ltr;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.label {
  font-size: 0.9em;
  padding: 0.2em 0.3em 0.2em 0.6em;
}

.label-ja {
  font-size: 0.9em;
  letter-spacing: 0.3em;
  padding: 0.2em 0.3em 0.2em 0.6em;
}

.label-default {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.label-info {
  background-color: #22B5E0;
}

.label-warning {
  background-color: #F29E27;
}

a:hover, a:focus {
  color: #10218b;
  opacity: 0.7;
}

.ui-menu {
  margin-bottom: 1em;
}

/********* table item *********/
.tables {
  margin: 1em 0;
  overflow: auto;
}

.table {
  border-top: 1px solid #AFB7D1;
  border-left: 1px solid #AFB7D1;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border-radius: 8px;
}
.table.-wide th, .table.-wide td {
  padding: 16px;
}
.table.-th-weight-medium th {
  font-weight: 500;
}
.table.-th-weight-medium.-sp-stack tr, .table.-th-weight-medium.-sp-stack th, .table.-th-weight-medium.-sp-stack td {
  display: block;
}
.table.-th-weight-medium.-sp-stack colgroup {
  display: none;
}
@media (min-width: 768px) {
  .table.-th-weight-medium.-sp-stack tr {
    display: table-row;
  }
  .table.-th-weight-medium.-sp-stack th, .table.-th-weight-medium.-sp-stack td {
    display: table-cell;
  }
  .table.-th-weight-medium.-sp-stack colgroup {
    display: table-column-group;
  }
}
.table .-center {
  text-align: center;
}
.table .v-middle {
  vertical-align: middle;
}
.table__icon {
  width: 40px;
}
.table p {
  font-size: 1.6rem;
}
.table p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .table {
    width: 115vw;
  }
}
.table ._radius_top_left {
  border-top-left-radius: 8px;
}
.table ._radius_top_left_pc {
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .table ._radius_top_left_pc {
    border-top-left-radius: 8px;
  }
}
.table ._radius_top_left_sp {
  border-top-left-radius: 8px;
}
@media (min-width: 768px) {
  .table ._radius_top_left_sp {
    border-top-left-radius: 0;
  }
}
.table ._radius_top_right {
  border-top-right-radius: 8px;
}
.table ._radius_top_right_pc {
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  .table ._radius_top_right_pc {
    border-top-right-radius: 8px;
  }
}
.table ._radius_top_right_sp {
  border-top-right-radius: 8px;
}
@media (min-width: 768px) {
  .table ._radius_top_right_sp {
    border-top-right-radius: 0;
  }
}
.table ._radius_bottom_left {
  border-bottom-left-radius: 8px;
}
.table ._radius_bottom_left_pc {
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .table ._radius_bottom_left_pc {
    border-bottom-left-radius: 8px;
  }
}
.table ._radius_bottom_left_sp {
  border-bottom-left-radius: 8px;
}
@media (min-width: 768px) {
  .table ._radius_bottom_left_sp {
    border-bottom-left-radius: 0;
  }
}
.table ._radius_bottom_right {
  border-bottom-right-radius: 8px;
}
.table ._radius_bottom_right_pc {
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .table ._radius_bottom_right_pc {
    border-bottom-right-radius: 8px;
  }
}
.table ._radius_bottom_right_sp {
  border-bottom-right-radius: 8px;
}
@media (min-width: 768px) {
  .table ._radius_bottom_right_sp {
    border-bottom-right-radius: 0;
  }
}
.table td {
  background: #fff;
}
.table th, .table td {
  border-right: 1px solid #AFB7D1;
  border-bottom: 1px solid #AFB7D1;
}
.contents .topic .table ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.contents .topic .table ul li::marker {
  color: #10218B;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td {
  border-bottom: 1px solid #AFB7D1;
}
.table > thead:first-child > tr:first-child > td {
  border-bottom: 1px solid #AFB7D1;
}
.table > thead > tr > th {
  border-top: 0px solid #AFB7D1;
}
.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 0px solid #AFB7D1;
}

th {
  background-color: #F5F6F9;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > th {
  border-right: 1px solid #AFB7D1;
}
.table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-right: 1px solid #AFB7D1;
}

.contents .table > thead > tr > th {
  vertical-align: top;
}
.contents .table > thead > tr > th > p {
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
}
.contents .table > tbody > tr > td > p {
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
}
.contents .table > tbody > tr > td > p:last-child {
  margin-bottom: 0;
}

/********* page-item *********/
.page-anchor {
  margin-top: -80px;
  padding-top: 80px;
  position: absolute;
}

.bread-clumlist {
  margin-bottom: 1em;
}

.contents-btn {
  position: fixed;
  left: -5px;
  top: 56px;
  z-index: 100;
  border: 1px solid #ddd;
  border-radius: 0px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  background: #10218B;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
}
.contents-btn span.glyphicon {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: -0.1em;
  margin-right: 0.2em;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 30px;
  font-size: 77%;
  padding: 0;
  margin: 0;
}
#page-top a {
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
  display: block;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
#page-top a:hover {
  text-decoration: none;
  background: #CCE1F5;
  /* filter: alpha(opacity=100);
  -moz-opacity: 1.0; */
  opacity: 1;
}

.header_image {
  margin-top: 24px;
  max-width: 48vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .header_image {
    max-width: 300px;
  }
}

a {
  color: #10218b;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.close-btn {
  position: fixed;
  display: none;
  left: -5px;
  top: 56px;
  z-index: 1010;
  border-radius: 0px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  background: #10218B;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
}

.close-btn:focus, .close-btn:active, .close-btn:hover {
  color: #fff;
  background-color: #10218b;
  border: none;
  opacity: 1;
}

@media (min-width: 768px) {
  .top-recommend {
    margin-top: 20px;
  }
}

.recommend-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

input.form-control.search-box-input {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-right: none;
  border-color: #D8DAE9;
  box-shadow: inset 4px 4px 4px #ebebeb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input.form-control.search-box-input:focus {
  border-color: #D8DAE9;
  outline: 0;
  box-shadow: inset 4px 4px 4px #ebebeb;
}

.input-group-btn .btn {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-left: none;
  border-color: #D8DAE9;
  box-shadow: inset -1px 4px 4px #ebebeb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input-group-btn .btn:hover, .input-group-btn .btn:focus {
  background: #fff;
}

.select-language-box {
  margin-right: 20px;
}

.stentry {
  vertical-align: top;
}

/* for 768px < 992px width. */
@media (min-width: 768px) {
  .img-responsive {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  .recommend-area {
    text-align: left;
    display: flex;
    justify-content: center;
  }
  .recommend-area li {
    width: max(27%, 140px);
  }
  .recommend-area li a {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    vertical-align: top;
  }
  .close-btn {
    display: none;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 15px !important;
  }
  .contents-btn {
    display: none;
  }
  .side-menu {
    padding-right: 0px;
    padding-left: 0;
  }
  /********* table item *********/
  .tables {
    margin: 1em 0;
    overflow: auto;
  }
  .table {
    table-layout: fixed;
    width: 100%;
  }
}
/* for 992px < 1200px width. */
@media (min-width: 992px) {
  /**/
}
/* for 1200px < x width.*/
@media (min-width: 1200px) {
  /**/
}
@media print {
  a[href]:after, abbr[title]:after {
    content: "";
  }
}
@media (max-width: 768px) {
  .top-title {
    margin-top: 10px;
    margin-bottom: 10px;
    /* color: #fff; */
    font-size: 1.2em;
    font-weight: bold;
  }
  .top-sub-title {
    font-size: 1.2em;
    font-weight: bold;
  }
}
.contents .topic .bullet-list {
  list-style-type: disc;
  padding-left: 1.5em;
}
.contents .topic .bullet-list li::marker {
  color: #10218B;
}

/********* blue-button *********/
.blue-button-wrapper + .blue-button-wrapper {
  margin-top: 10px;
}

.blue-button {
  display: inline-flex;
  padding: 0.3em 1em;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  align-items: center;
  border-radius: 99px;
  background: #10218B;
  opacity: 1;
  transition: opacity 0.3s;
  text-decoration: none;
}
.blue-button:hover, .blue-button:focus {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.blue-button__text {
  display: flex;
  padding-bottom: 0.1em;
  align-items: center;
  line-height: 1.4;
}
.blue-button__text ._num {
  margin-right: 0.5em;
  flex-shrink: 0;
}
.blue-button::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.3em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  content: "";
  flex-shrink: 0;
}

.section._mt50 {
  margin-top: 50px;
}
.section._mt80 {
  margin-top: 80px;
}/*# sourceMappingURL=custom_mt100.css.map */