@charset "UTF-8";

html,
body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
  font-size: inherit;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q::before,
q::after {
  content: "";
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
}

legend {
  color: #000;
}

select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  line-height: 100%;
}

.aligncenter {
  text-align: center;
}

img {
  width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

.clearfix::after,
.inner::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wrapper {
  position: relative;
  padding-left: 70px;
}

.wrapper::before {
  display: block;
  content: "";
  background: url("../../img/common/bg_contents.png") top right/contain no-repeat;
  width: 577px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 5;
  position: relative;
}

.section {
  margin-bottom: 50px;
}

.ov-h {
  overflow: hidden;
}

.overlay {
  display: none;
}

.maincontents {
  padding-top: 103px;
}

header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 100vh;
  background: #020024;
  background: linear-gradient(#48d7f7 0%,#47e0d7 50%,#47e8b8 100%);
  z-index: 100;
}

.header-inner {
}

.header-logo {
  width: 44px;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

.header-menu {
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translate(0,-50%);
  width: 70px;
}

.header-menu-list-item {
  margin-bottom: 18px;
}

.header-menu-list-item a {
  display: block;
  text-indent: -99em;
  overflow: hidden;
  width: 70px;
  height: 30px;
  transition: all .25s ease;
}

.header-menu-list-item.facebook a {
  background: url("../../img/common/icon_facebook_white.svg") no-repeat center center;
  background-size: 25px 25px;
}

.header-menu-list-item.twitter a {
  background: url("../../img/common/icon_twitter_white.svg") no-repeat center center;
  background-size: 25px 25px;
}

.header-menu-list-item.telegram a {
  background: url("../../img/common/icon_telegram_white.svg") no-repeat center center;
  background-size: 25px 25px;
}

.header-menu-list-item a:hover {
  opacity: .6;
}

.header-menu {
}

.overlay {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 300px;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 70;
}

#openmenu {
  display: block;
  width: 58px;
  height: 58px;
  position: fixed;
  top: 15px;
  right: 20px;
  background: linear-gradient(#47d7f6 0%,#4ae7b9 100%);
  z-index: 100;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

#openmenu span {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 15px;
  transition: all .25s ease;
}

#openmenu span:nth-child(1) {
  top: 19px;
}

#openmenu span:nth-child(2) {
  top: 27px;
}

#openmenu span:nth-child(3) {
  top: 35px;
}

#openmenu.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 27px;
  left: 15px;
}

#openmenu.open span:nth-child(2) {
  opacity: 0;
  left: -25px;
}

#openmenu.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 27px;
  left: 15px;
}

.menuopen {
  position: fixed;
  width: 100%;
  height: 100%;
}

.gnav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 80;
  display: none;
}

.gnav-inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.gnav-inner .item {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  color: #acb6e5;
  background: -webkit-linear-gradient(0deg,#48d7f7 0%,#47e0d7 50%,#47e8b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gnav-inner .item:first-child {
  margin-bottom: 20px;
}

/* 変更箇所 */
.download-title {
  color: #FFFFFF;
   text-decoration-color:black;
   padding-bottom: 0px;
   font-weight: bold;
   border-bottom: 2px solid white;
   display: table;
   margin-left: auto;
   margin-right: auto;
}

.download-title2 {
  color: #000000;
   text-decoration-color:black;
   padding-bottom: 0px;
   font-weight: bold;
   border-bottom: 2px solid black;
   display: table;
   margin-left: auto;
   margin-right: auto;
}

.menu-download-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.top-download-title {
  margin-bottom: 10px;
  font-size: 18px;
  text-shadow:
    2px  2px 2px #777,
    2px  2px 2px rgba(46,194,174,0.5),
    2px  2px 2px rgba(46,194,174,0.5),
    2px  2px 2px rgba(46,194,174,0.5);
}

.top-bottom-download-title {
  margin-bottom: 20px;
  font-size: 28px;
}
/* ここまで */

.gnav-list > .item {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.gnav-list > .-deff::before,
.gnav-list > .-deff::after {
  content: "/";
  margin: 0 10px;
}

.gnav-inner a {
  color: inherit;
}

.gnav-inner a:hover {
  color: #474747;
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #474747;
}

.gnav-title {
  text-align: center;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
  transition: all .25s ease;
  transform: scale(1.2,1.2);
  opacity: 0;
  position: relative;
}

.gnav-title > a img {
  transition: all .25s ease;
}

.gnav-title > a:hover img {
  opacity: 0;
}

.gnav-title > a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .25s ease;
}

.gnav-list {
  text-align: center;
}

.gnav-list-item {
  display: block;
  margin-bottom: 40px;
  transition: all .25s ease-in;
  transform: scale(1.4,1.4);
  transform-origin: 50% 50%;
  opacity: 0;
}

.gnav.active .gnav-title,
.gnav.active .gnav-list-item {
  transform: scale(1,1);
  opacity: 1;
  transition: all 1s .1s ease-in;
}

.gnav-list-item:last-child {
  margin-bottom: 0;
}

.gnav-list-item > a {
  display: inline-block;
  transition: all .25s ease;
  padding: 10px 20px;
  position: relative;
}

.gnav-list-item > a img {
  transition: all .25s ease;
}

.gnav-list-item > a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .25s ease;
}

.gnav-list-item > a:hover::after {
  opacity: 1;
}

.gnav-sub-list {
  white-space: nowrap;
}

.gnav-sub-list-item {
  display: inline-block;
  padding: 0 13px;
  position: relative;
}

.gnav-sub-list-item > a {
  display: block;
  position: relative;
}

.gnav-sub-list-item > a img {
  transition: all .25s ease;
}

.gnav-sub-list-item > a:hover img {
  opacity: 0;
}

.gnav-sub-list-item > a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .25s ease;
}

.gnav-sub-list-item > a:hover::after {
  opacity: 1;
}

footer {
  padding: 120px 20px 50px 90px;
}

.footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.footer-address {
  position: absolute;
   left: 0px;
   top: 0px;
   max-width: 50%;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo img {
  width: 250px;
}

.footer-address p {
  font-size: 14px;
  letter-spacing: .02em;
   color: #999;
}

.footernav {
  float: right;
   width: 60%;
   text-align: right;
}

.footernav-list {
  font-size: 0px;
  margin-bottom: 20px;
}

.footernav-list-item {
  font-size: 14px;
  margin-left: 15px;
  letter-spacing: .05em;
  display: inline-block;
}

.footernav-list-item a {
  color: #333;
}

.footernav-list-item a:hover {
  text-decoration: underline;
}

.footersns-list {
  clear: both;
  font-size: 0px;
  float: right;
  width: 50%;
  text-align: right;
}

.footersns-list-item {
  display: inline-block;
  margin-left: 25px;
}

.footersns-list-item a {
  transition: all .25s ease;
}

.footersns-list-item a:hover {
  opacity: .6;
}

.footersns-list-item a img {
  width: 22px;
  height: 22px;
}

.copyright {
  clear: both;
  text-align: right;
  padding-top: 20px;
  color: #999;
  display: block;
  font-size: 11px;
}

.gotop {
  width: 18px;
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: 50;
}

.gotop a {
  display: block;
  background: url("../../img/common/page_top.png") no-repeat left top;
  background-size: 10px;
  width: 18px;
  height: 159px;
  text-indent: -99em;
  overflow: hidden;
  transition: all .25s ease;
  position: relative;
  box-sizing: border-box;
}

.gotop a::after {
  display: block;
  content: "";
  background: #47d7f6;
  width: 1px;
  height: 159px;
  position: absolute;
  right: 0;
  top: 0;
}

.gotop a:hover {
  background-position: left 10px;
}

.gotop a:hover::after {
  -webkit-animation-name: linegrow;
  animation-name: linegrow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@keyframes linegrow {
  0% {
    height: 10px;
  }

  100% {
    height: 159px;
  }
}

.title-page {
}

.title-section {
  position: relative;
  padding: 20px 0 0 0;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.title-section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  background: #020024;
  background: linear-gradient(to right,#47d7f6,#fff);
  width: 140px;
  height: 7px;
}

.title-section span {
  color: #7fdcf4;
}

.title-section-sub {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4;
}

.title-block {
}

.title-paragraph {
}

.text-lead {
  margin-bottom: 25px;
  line-height: 1.9;
}

.section-underLine {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right,#e2e2e2 83.26%,#48d7f6 16.74%);
}

.btn-more {
  overflow: hidden;
}

.btn-more-link {
  display: block;
  position: relative;
  border-bottom: 4px solid #dcdcdc;
  font-size: 15px;
  text-align: right;
}

.btn-more-link::before {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #48d7f6;
  transform: scaleX(0);
  transform-origin: right top;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  content: "";
}

.btn-more-link:hover::before,
a:hover .btn-more-link::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-more span {
  display: inline-block;
  position: relative;
  padding-right: calc(1em + 7px);
  padding-left: 30px;
  padding-bottom: 12px;
}

.btn-more span::after {
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  border-top: 4px solid #48d7f6;
  content: "";
}

a:hover .arrow {
  -webkit-animation-name: arrow-lr;
  animation-name: arrow-lr;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

@keyframes arrow-lr {
  0% {
    right: 5px;
  }

  100% {
    right: 0;
  }
}

.btn-more i.arrow {
  content: "";
  display: block;
  background: url("../../img/common/icon_arrow_right.png");
  width: 7px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 5px;
}

.arrow-link {
  position: relative;
}

.arrow-link:hover .arrow {
  -webkit-animation-name: arrow-lr;
  animation-name: arrow-lr;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

@keyframes arrow-lr {
  0% {
    right: 5px;
  }

  100% {
    right: 0;
  }
}

.arrow-link i.arrow {
  content: "";
  display: inline-block;
  margin-left: 1em;
  background: url("../../img/common/icon_arrow_right.png") center center no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  position: relative;
  top: -.075em;
}

.active.arrow-link i.arrow {
  background-image: url("../../img/common/icon_arrow_right_white.png");
}

.arrow-link:hover .arrow-down {
  -webkit-animation-name: arrow-down;
  animation-name: arrow-down;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

@keyframes arrow-down {
  0% {
    top: -.075em;
  }

  100% {
    top: calc(5px + -.075em);
  }
}

.arrow-link i.arrow-down {
  content: "";
  display: inline-block;
  margin-left: 1em;
  background: url("../../img/common/icon_arrow_down.png") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  position: relative;
  top: -.075em;
}

.pager {
}

.pager-list {
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
  font-size: 0px;
}

.pager-list li {
  display: inline-block;
  margin: 0 4px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}

.pager-list li a,
.pager-list li span {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #0b5bab;
  transition: all .25s ease;
}

.pager-list li a:hover {
  opacity: .8;
}

.pager-list li span {
  background: #020024;
  background: linear-gradient(#48d7f7 0%,#47e0d7 50%,#47e8b8 100%);
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
}

.pager-list li.pager-prev a,
.pager-list li.pager-next a,
.pager-list li.pager-first a,
.pager-list li.pager-last a {
  overflow: hidden;
  text-indent: -99em;
}

.pager-list li.pager-prev a {
  background: url("../../img/common/icon_pager_next.png") no-repeat center center;
  transform: rotate(180deg);
}

.pager-list li.pager-first a {
  background: url("../../img/common/icon_pager_last.png") no-repeat center center;
  transform: rotate(180deg);
}

.pager-list li.pager-next a {
  background: url("../../img/common/icon_pager_next.png") no-repeat center center;
}

.pager-list li.pager-last a {
  background: url("../../img/common/icon_pager_last.png") no-repeat center center;
}

.link-btn {
  display: block;
  border: 1px solid #0b5bab;
  color: #0b5bab;
  width: 140px;
  padding: 8px 0;
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin-right: 5px;
  transition: all .25s ease;
  background: #fff;
}

.link-btn:hover {
  background: #ec6941;
  color: #fff;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .link-btn-wrapper .link-btn {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  .spbr {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }

  * {
    box-sizing: border-box;
  }

  .pc {
    display: none !important;
  }

  .pcbr {
    display: none;
  }

  .nosp {
    display: none;
  }

  p {
    font-size: 12px;
  }

  .header-inner,
  .footer-inner,
  .inner,
  .wrapper {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .inner {
    padding: 0 15px;
  }

  .wrapper::before {
    background-size: 70%;
    width: 100%;
    height: 100%;
  }

  header {
    display: flex;
    align-items: center;
    width: 100%;
    background: #020024;
    background: linear-gradient(to right,#48d7f7 0%,#47e0d7 50%,#47e8b8 100%);
    position: fixed;
    left: 0px;
    top: 0px;
    height: calc(45vw / 3.75);
    z-index: 100;
    padding: 0;
  }

  .header-inner {
    display: inline-flex;
    align-items: center;
  }

  .header-logo {
    position: static;
    width: calc(24vw / 3.75);
    margin-left: 20px;
  }

  .header-menu {
    position: absolute;
    left: auto;
    right: calc(70vw / 3.75);
    bottom: auto;
    top: calc(10vw / 3.75);
    transform: translate(0,0);
    width: fit-content;
  }

  .header-menu-list-item {
    margin-bottom: 0;
  }

  .header-menu-list {
    font-size: 0px;
  }

  .header-menu-list-item {
    display: inline-block;
    margin-left: 2px;
    vertical-align: top;
  }

  .header-menu-list-item a {
    display: block;
    text-indent: -99em;
    overflow: hidden;
    width: calc(25vw / 3.75);
    height: calc(25vw / 3.75);
  }

  .header-menu-list-item.facebook a {
    background: url("../../img/common/icon_facebook_white.svg") no-repeat center center;
    background-size: calc(20vw / 3.75);
  }

  .header-menu-list-item.twitter a {
    background: url("../../img/common/icon_twitter_white.svg") no-repeat center center;
    background-size: calc(20vw / 3.75);
  }

  #openmenu {
    width: calc(30vw / 3.75);
    height: calc(30vw / 3.75);
    position: fixed;
    right: calc(5vw / 3.75);
    top: calc(10vw / 3.75);
    background: none;
    z-index: 120;
    border-radius: 0;
    box-shadow: none;
  }

  #openmenu span {
    content: "";
    display: block;
    width: calc(20vw / 3.75);
    height: calc(2vw / 3.75);
    background: #fff;
    position: absolute;
    left: 5px;
    transition: all .25s ease;
  }

  #openmenu span:nth-child(1) {
    top: calc(5vw / 3.75);
  }

  #openmenu span:nth-child(2) {
    top: calc(12vw / 3.75);
  }

  #openmenu span:nth-child(3) {
    top: calc(19vw / 3.75);
  }

  #openmenu.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    left: 0px;
    background: #48d7f6;
  }

  #openmenu.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
    left: 0px;
    background: #48d7f6;
  }

  .gnav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 110;
    display: none;
  }

  .gnav-inner {
    position: fixed;
    left: 0%;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
    max-height: 100vh;
    max-width: 100%;
    overflow: auto;
  }

  .gnav-inner .item {
    font-size: calc(28vw / 3.75);
  }

  .gnav-list > .item {
    font-size: calc(16vw / 3.75);
  }

  /* 変更箇所 */
  .menu-download-title {
    font-size: calc(20vw / 3.75);
  }

  .top-bottom-download-title {
    font-size: calc(28vw / 3.75);
  }

  .top-download-title {
    font-size: calc(14vw / 3.75);
    border-bottom: 2px solid white;
  }
  /* ここまで */

  .gnav-title {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .gnav-title img {
    height: 23px;
  }

  .gnav-title > a:hover img {
    opacity: 1;
  }

  .gnav-title > a::after {
    display: none;
  }

  .gnav-list-item {
    margin-bottom: 25px;
  }

  .gnav-list-item:last-child {
    margin-bottom: 0;
  }

  .gnav-list-item > a {
    padding: 10px 15px;
  }

  .gnav-list-item > a:hover {
    opacity: 1;
  }

  .gnav-list-item > a.blank::after {
    background: url("../../img/common/icon_blank.png") no-repeat left top;
    background-size: 9px 11px;
    width: 9px;
    height: 11px;
  }

  .gnav-list-item > a img {
    height: 23px;
  }

  .gnav-sub-list {
    text-align: center;
  }

  .gnav-sub-list-item {
    padding: 0 11px;
  }

  .gnav-sub-list-item:nth-child(2)::before {
    background: url("../../img/common/nav_leftslash.png") no-repeat left top;
    background-size: 100%;
    width: 10px;
    height: 20px;
    left: -4px;
    top: -2px;
  }

  .gnav-sub-list-item:nth-child(3)::before {
    background: url("../../img/common/nav_rightslash.png") no-repeat left top;
    background-size: 100%;
    width: 10px;
    height: 20px;
    left: -4px;
    top: -2px;
  }

  .gnav-sub-list-item > a {
    display: block;
  }

  .gnav-sub-list-item > a img {
    height: 13px;
  }

  .gnav-list-item > a:hover img {
    opacity: 1;
  }

  .gnav-list-item > a:hover::after {
    display: none;
  }

  .gnav-sub-list-item > a:hover img {
    opacity: 1;
  }

  .gnav-sub-list-item > a:hover::after {
    display: none;
  }

  footer {
    padding: 70px 15px 20px 15px;
    position: relative;
  }

  .footer-address {
    position: static;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-address p {
    font-size: 11px;
    line-height: 1.8;
  }

  .footernav {
    float: none;
    width: 100%;
    text-align: left;
  }

  .footernav-list {
    margin-bottom: 10px;
  }

  .footernav-list-item {
    font-size: 12px;
    margin: 0 15px 15px 0;
  }

  .footernav-list-item a {
    color: #333;
  }

  .footersns-list {
    font-size: 0px;
    float: none;
    text-align: left;
  }

  .footersns-list-item {
    margin: 0 25px 0 0;
  }

  .copyright {
    float: none;
    text-align: left;
  }

  .gotop {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 50px;
  }

  .gotop a:hover {
    background-position: 0 0;
  }

  .gotop a:hover::after {
    height: 159px;
  }

  .title-page {
  }

  .title-section {
    padding: 20px 0 0 0;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .title-section::before {
    height: 3px;
    width: 70px;
  }

  .title-section-sub {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .title-block {
  }

  .title-paragraph {
  }

  .text-lead {
    margin-bottom: 20px;
  }

  .btn-more {
    overflow: hidden;
  }

  .btn-more-link {
    border-bottom: 2px solid #dcdcdc;
    font-size: 12px;
  }

  .btn-more-link::before {
    bottom: -2px;
    height: 2px;
  }

  .btn-more span {
    padding-bottom: 8px;
    padding-right: 12px;
  }

  .btn-more span::after {
    bottom: -2px;
    border-top: 2px solid #48d7f6;
  }

  .btn-more i.arrow {
    background: url("../../img/common/icon_arrow_right.png");
    background-size: 100%;
    width: 5px;
    height: 8px;
    top: 5px;
  }

  .arrow-link i.arrow {
    width: 4px;
    height: 6px;
  }

  .arrow-link i.arrow-down {
    width: 4px;
    height: 6px;
  }

  .pager {
  }

  .pager-list {
    padding: 20px 0;
  }

  .pager-list li {
    margin: 0 0px;
    font-size: 12px;
  }

  .pager-list li a,
  .pager-list li span {
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
  }

  .pager-list li a:hover {
    opacity: 1;
  }

  .pager-list li.pager-prev a {
    background: url("../../img/common/icon_pager_next.png") no-repeat center center;
    background-size: 5px;
  }

  .pager-list li.pager-first a {
    background: url("../../img/common/icon_pager_last.png") no-repeat center center;
    background-size: 6px;
  }

  .pager-list li.pager-next a {
    background: url("../../img/common/icon_pager_next.png") no-repeat center center;
    background-size: 5px;
  }

  .pager-list li.pager-last a {
    background: url("../../img/common/icon_pager_last.png") no-repeat center center;
    background-size: 6px;
  }
}

@media screen and (max-width: 370px) {
  .pager-list li a,
  .pager-list li span {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}