@charset "UTF-8";

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  color: #142149;
  background-color: #fff;
  line-height: 1.3;
}

:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  text-align: left;
  padding: 5px 10px;
}

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

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

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
}

h2 {
  font-size: 1.75rem;
  font-weight: 400;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

h4 {
  font-size: 1.25rem;
  font-weight: 200;
}

h5 {
  font-size: 1rem;
  font-weight: 100;
}

h6 {
  font-size: 1rem;
  font-weight: 100;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #0d47a1;
  text-decoration: none;
}

a:hover,
a:active {
  background-color: transparent;
  color: #07285a;
  text-decoration: none;
}

a:not([href]),
a:not([href]):hover {
  /* color: inherit; */
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0px;
  padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

table {
  border-collapse: collapse;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/*page ----------------------------------------------------*/

.line-height-0 {
  line-height: 0;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #111;
  text-decoration: none;
  line-height: 1.7;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.mobile {
  display: none;
}

@media (min-width: 576px) {
  .mobile {
    display: unset;
  }
}

.small {
  display: none;
}

/* Clearfix -----------------------------------------*/

.clear {
  zoom: 1;
}

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

/** * display */

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.position-relative {
  position: relative;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

/**************************************************/

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

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

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

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

.text-right {
  text-align: right;
}

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

.vertical-align-middle {
  vertical-align: middle;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.rounded-circle {
  border-radius: 50% !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.text-color-red {
  color: #f44336;
}

.text-color-pink {
  color: #e91e63;
}

.text-color-purple {
  color: #9c27b0;
}

.text-color-deep-purple {
  color: #673ab7;
}

.text-color-indigo {
  color: #3f51b5;
}

.text-color-blue {
  color: #2196f3;
}

.text-color-light-blue {
  color: #03a9f4;
}

.text-color-cyan {
  color: #00bcd4;
}

.text-color-teal {
  color: #009688;
}

.text-color-green {
  color: #4caf50;
}

.text-color-light-green {
  color: #8bc34a;
}

.text-color-lime {
  color: #cddc39;
}

.text-color-yellow {
  color: #ffeb3b;
}

.text-color-amber {
  color: #ffc107;
}

.text-color-orange {
  color: #ff9800;
}

.text-color-deep-orange {
  color: #ff5722;
}

.text-color-brown {
  color: #795548;
}

.text-color-black {
  color: #000;
}

.text-color-white {
  color: #fff;
}

.text-color-grey {
  color: #9e9e9e;
}

.text-color-blue-grey {
  color: #607d8b;
}

.text-color-primary-color-dark {
  color: #0d47a1;
}

.text-color-secondary-color {
  color: #aa66cc;
}

.text-color-secondary-color-dark {
  color: #9933cc;
}

.text-color-default-color {
  color: #2bbbad;
}

.text-color-default-color-dark {
  color: #00695c;
}

.text-color-info-color {
  color: #33b5e5;
}

.text-color-info-color-dark {
  color: #0099cc;
}

.text-color-success-color {
  color: #00c851;
}

.text-color-success-color-dark {
  color: #007e33;
}

.text-color-warning-color {
  color: #ffbb33;
}

.text-color-warning-color-dark {
  color: #ff8800;
}

.text-color-danger-color {
  color: #ff3547;
}

.text-color-danger-color-dark {
  color: #cc0000;
}

.text-color-elegant-color {
  color: #2e2e2e;
}

.text-color-elegant-color-dark {
  color: #212121;
}

.text-color-stylish-color {
  color: #4b515d;
}

.text-color-stylish-color-dark {
  color: #3e4551;
}

.text-color-unique-color {
  color: #3f729b;
}

.text-color-unique-color-dark {
  color: #1c2331;
}

.text-color-special-color {
  color: #37474f;
}

.text-color-special-color-dark {
  color: #263238;
}

.text-color-primary {
  color: #4285f4;
}

.text-color-danger {
  color: #ff3547;
}

.text-color-warning {
  color: #ffbb33;
}

.text-color-success {
  color: #00c851;
}

.text-color-info {
  color: #33b5e5;
}

.text-color-default {
  color: #2bbbad;
}

.text-color-secondary {
  color: #aa66cc;
}

.text-color-dark {
  color: #212121;
}

.text-color-light {
  color: #e0e0e0;
}

.text-color-grey-x {
  color: #f9f9f9;
}

.border-color-red {
  border-color: #f44336;
}

.border-color-pink {
  border-color: #e91e63;
}

.border-color-purple {
  border-color: #9c27b0;
}

.border-color-deep-purple {
  border-color: #673ab7;
}

.border-color-indigo {
  border-color: #3f51b5;
}

.border-color-blue {
  border-color: #2196f3;
}

.border-color-light-blue {
  border-color: #03a9f4;
}

.border-color-cyan {
  border-color: #00bcd4;
}

.border-color-teal {
  border-color: #009688;
}

.border-color-green {
  border-color: #4caf50;
}

.border-color-light-green {
  border-color: #8bc34a;
}

.border-color-lime {
  border-color: #cddc39;
}

.border-color-yellow {
  border-color: #ffeb3b;
}

.border-color-amber {
  border-color: #ffc107;
}

.border-color-orange {
  border-color: #ff9800;
}

.border-color-deep-orange {
  border-color: #ff5722;
}

.border-color-brown {
  border-color: #795548;
}

.border-color-black {
  border-color: #000;
}

.border-color-white {
  border-color: #fff;
}

.border-color-grey {
  border-color: #9e9e9e;
}

.border-color-blue-grey {
  border-color: #607d8b;
}

.border-color-primary-color-dark {
  border-color: #0d47a1;
}

.border-color-secondary-color {
  border-color: #aa66cc;
}

.border-color-secondary-color-dark {
  border-color: #9933cc;
}

.border-color-default-color {
  border-color: #2bbbad;
}

.border-color-default-color-dark {
  border-color: #00695c;
}

.border-color-info-color {
  border-color: #33b5e5;
}

.border-color-info-color-dark {
  border-color: #0099cc;
}

.border-color-success-color {
  border-color: #00c851;
}

.border-color-success-color-dark {
  border-color: #007e33;
}

.border-color-warning-color {
  border-color: #ffbb33;
}

.border-color-warning-color-dark {
  border-color: #ff8800;
}

.border-color-danger-color {
  border-color: #ff3547;
}

.border-color-danger-color-dark {
  border-color: #cc0000;
}

.border-color-elegant-color {
  border-color: #2e2e2e;
}

.border-color-elegant-color-dark {
  border-color: #212121;
}

.border-color-stylish-color {
  border-color: #4b515d;
}

.border-color-stylish-color-dark {
  border-color: #3e4551;
}

.border-color-unique-color {
  border-color: #3f729b;
}

.border-color-unique-color-dark {
  border-color: #1c2331;
}

.border-color-special-color {
  border-color: #37474f;
}

.border-color-special-color-dark {
  border-color: #263238;
}

.border-color-primary {
  border-color: #4285f4;
}

.border-color-danger {
  border-color: #ff3547;
}

.border-color-warning {
  border-color: #ffbb33;
}

.border-color-success {
  border-color: #00c851;
}

.border-color-info {
  border-color: #33b5e5;
}

.border-color-default {
  border-color: #2bbbad;
}

.border-color-secondary {
  border-color: #aa66cc;
}

.border-color-dark {
  border-color: #212121;
}

.border-color-light {
  border-color: #e0e0e0;
}

.border-color-grey-x {
  border-color: #f9f9f9;
}

.bg-color-red {
  background-color: #f44336;
}

.bg-color-pink {
  background-color: #e91e63;
}

.bg-color-purple {
  background-color: #9c27b0;
}

.bg-color-deep-purple {
  background-color: #673ab7;
}

.bg-color-indigo {
  background-color: #3f51b5;
}

.bg-color-blue {
  background-color: #2196f3;
}

.bg-color-light-blue {
  background-color: #03a9f4;
}

.bg-color-cyan {
  background-color: #00bcd4;
}

.bg-color-teal {
  background-color: #009688;
}

.bg-color-green {
  background-color: #4caf50;
}

.bg-color-light-green {
  background-color: #8bc34a;
}

.bg-color-lime {
  background-color: #cddc39;
}

.bg-color-yellow {
  background-color: #ffeb3b;
}

.bg-color-amber {
  background-color: #ffc107;
}

.bg-color-orange {
  background-color: #ff9800;
}

.bg-color-deep-orange {
  background-color: #ff5722;
}

.bg-color-brown {
  background-color: #795548;
}

.bg-color-black {
  background-color: #000;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-grey {
  background-color: #9e9e9e;
}

.bg-color-blue-grey {
  background-color: #607d8b;
}

.bg-color-primary-color-dark {
  background-color: #0d47a1;
}

.bg-color-secondary-color {
  background-color: #aa66cc;
}

.bg-color-secondary-color-dark {
  background-color: #9933cc;
}

.bg-color-default-color {
  background-color: #2bbbad;
}

.bg-color-default-color-dark {
  background-color: #00695c;
}

.bg-color-info-color {
  background-color: #33b5e5;
}

.bg-color-info-color-dark {
  background-color: #0099cc;
}

.bg-color-success-color {
  background-color: #00c851;
}

.bg-color-success-color-dark {
  background-color: #007e33;
}

.bg-color-warning-color {
  background-color: #ffbb33;
}

.bg-color-warning-color-dark {
  background-color: #ff8800;
}

.bg-color-danger-color {
  background-color: #ff3547;
}

.bg-color-danger-color-dark {
  background-color: #cc0000;
}

.bg-color-elegant-color {
  background-color: #2e2e2e;
}

.bg-color-elegant-color-dark {
  background-color: #212121;
}

.bg-color-stylish-color {
  background-color: #4b515d;
}

.bg-color-stylish-color-dark {
  background-color: #3e4551;
}

.bg-color-unique-color {
  background-color: #3f729b;
}

.bg-color-unique-color-dark {
  background-color: #1c2331;
}

.bg-color-special-color {
  background-color: #37474f;
}

.bg-color-special-color-dark {
  background-color: #263238;
}

.bg-color-primary {
  background-color: #4285f4;
}

.bg-color-danger {
  background-color: #ff3547;
}

.bg-color-warning {
  background-color: #ffbb33;
}

.bg-color-success {
  background-color: #00c851;
}

.bg-color-info {
  background-color: #33b5e5;
}

.bg-color-default {
  background-color: #2bbbad;
}

.bg-color-secondary {
  background-color: #aa66cc;
}

.bg-color-dark {
  background-color: #212121;
}

.bg-color-light {
  background-color: #e0e0e0;
}

.bg-color-grey-x {
  background-color: #f9f9f9;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

body.neo-scroll {
  overflow: hidden;
}

input:focus,
select:focus,
textarea:focus,
option:focus {
  border: 1px solid #aaaaaa;
  outline: none;
}

.pc {
  display: block;
}

@media (min-width: 576px) {
  .pc {
    display: none;
  }
}

/** shadows depth ****************************************/

.shadows-0 {
  box-shadow: none !important;
}

.shadows-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadows-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.shadows-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.shadows-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.shadows-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.shadows-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

/**********************************************************/

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pl-n10px {
  padding-left: -10px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pr-n10px {
  padding-right: -10px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-n10px {
  padding-left: -10px !important;
  padding-right: -10px !important;
}

.px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

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

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

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

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

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

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

.pt-n10px {
  padding-top: -10px !important;
}

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

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

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

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

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

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

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

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

.pb-n10px {
  padding-bottom: -10px !important;
}

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-n10px {
  padding-top: -10px !important;
  padding-bottom: -10px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-n10px {
  margin-left: -10px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-n10px {
  margin-right: -10px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mr-5px {
  margin-right: 5px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-n10px {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-5px {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

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

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

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

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

.mt-n10px {
  margin-top: -10px !important;
}

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

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

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

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

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

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

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

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

.mb-n10px {
  margin-bottom: -10px !important;
}

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-n10px {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.title-hr {
  background: url(/images/background/bg_title.png) center bottom no-repeat;
  color: #142149;
  display: block;
  font-family: RCB;
  font-size: 25px;
  padding: 40px 30px 15px;
  text-align: center;
  text-transform: uppercase;
}

.wrap-break-word {
  overflow-wrap: break-word !important;
}

.wrapper__sidebar {
  position: relative;
  z-index: 123;
}

.wrapper__content {
  position: relative;
  z-index: 111;
}

.sidebar {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  width: 80px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  border-left: 1px solid #cccccc;
  background: white;
}

.sidebar__toggle-menu {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 10px 15px;
  margin: 0;
  width: 60px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.sidebar__wrapper-toggle {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2000;
  padding: 11px 8px 0;
  text-align: left;
}

@media (max-width: 991px) {
  .sidebar__wrapper-toggle {
    background: white;
    border-bottom: 1px solid #dadada;
    transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    min-height: 50px;
    box-shadow: 0 3px 0 rgba(102, 102, 102, 0.1);
  }

  .sidebar__wrapper-toggle:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .sidebar__wrapper-toggle .sidebar__toggle-menu {
    float: left;
  }
}

.sidebar__wrapper-toggle:hover .item {
  -webkit-animation: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s 1 normal none running beerDV;
          animation: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s 1 normal none running beerDV;
}

.sidebar__wrapper-toggle:hover .item:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.sidebar__wrapper-toggle:hover .item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sidebar__wrapper-toggle .link__homepage {
  display: none;
  height: 100%;
  padding: 0px 10px 20px;
  text-transform: capitalize;
  font-size: 25px;
}

@media (max-width: 991px) {
  .sidebar__wrapper-toggle .link__homepage {
    display: inline-block;
    color: #000;
    float: left;
  }
}

.sidebar__toggle-item {
  list-style: none;
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
  height: 3px;
  background: black;
  transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.sidebar__toggle-item:nth-child(3) {
  margin-bottom: 0px;
}

.sidebar__toggle-item:nth-child(4),
.sidebar__toggle-item:nth-child(5) {
  position: absolute;
  top: 8px;
  margin-bottom: 0px;
  opacity: 0;
}

.sidebar__bottom-metro {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 54px;
}

.sidebar__nav {
  margin: 0;
  padding: 0;
}

.sidebar__nav-item {
  list-style: none;
  margin-top: 10px;
}

.sidebar__nav-link {
  display: block;
  padding: 0 2px;
  margin: 0 auto;
  text-align: center;
}

.sidebar__nav-link:hover {
  opacity: 0.6;
}

.sidebar__nav-link:hover .cls-1,
.sidebar__nav-link:hover .cls-3 {
  fill: red;
}

.sidebar__nav-link:hover span {
  color: red;
}

.sidebar__nav-link svg {
  width: 35px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.sidebar__nav-link span {
  font-size: 10px;
  color: #1baad1;
  font-weight: bold;
}

.sidebar__nav-link.icon__facebook {
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding-top: 0;
}

.sidebar__nav-link.icon__twitter {
  color: #2196f3;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding-top: 0;
}

.sidebar__nav-link.icon__instagram {
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding-top: 0;
}

.sidebar__nav-link.icon__youtube {
  color: #f44336;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding-top: 0;
}

@-webkit-keyframes beerDV {
  0% {
    transform: scale(1);
    transform-origin: left center;
  }

  50% {
    transform: scale(0);
    transform-origin: left center;
  }

  51% {
    transform: scale(0);
    transform-origin: right center;
  }

  100% {
    transform: scale(1);
    transform-origin: right center;
  }
}

@keyframes beerDV {
  0% {
    transform: scale(1);
    transform-origin: left center;
  }

  50% {
    transform: scale(0);
    transform-origin: left center;
  }

  51% {
    transform: scale(0);
    transform-origin: right center;
  }

  100% {
    transform: scale(1);
    transform-origin: right center;
  }
}

@media (max-width: 991px) {
  .sidebar {
    height: unset;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: unset;
    width: 100%;
    z-index: 1500;
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    height: 50px;
    border-bottom: 1px solid transparent;
    transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }

  .sidebar.open {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }

  .sidebar__bottom-metro {
    position: fixed;
    bottom: unset;
    top: inherit;
    right: 15px;
    width: 54px;
  }

  .sidebar__wrapper-toggle {
    padding: 5px;
    width: 100%;
    height: 100%;
  }

  .sidebar__nav {
    display: none;
  }
}

.nav {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -1900px;
  right: 1900px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1111111;
  padding: 50px 3%;
  text-align: center;
  transition: 0.2s 0s;
}

.nav__wrapper {
  max-width: 768px;
  margin: 0 auto;
}

.nav.open {
  left: 0;
  right: 0;
  background-color: #fff;
  transition: 0.2s 0s;
}

.nav__top {
  display: block;
  margin: 0;
  padding: 0;
}

.nav__top-item {
  list-style: none;
  margin-bottom: 16px;
  padding: 8px 0px;
}

.nav__top-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.nav__top-item .circle {
  position: relative;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #1baad1;
  border-radius: 50%;
  background: white;
  display: block;
  margin-right: 6px;
  color: #1baad1;
}

.nav__top-item .text-tag {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.nav__top-item:hover a {
  color: #ff9800;
  margin-left: 5px;
  transition: all 0.3s;
}

.nav__links,
.nav__history {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 60px;
  text-align: left;
}

.nav__links-item,
.nav__history-item {
  list-style: none;
  margin-bottom: 16px;
  padding: 0 10px;
}

.nav__links-item a,
.nav__history-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
}

.nav__links-item:hover a,
.nav__history-item:hover a {
  color: #ff9800;
  margin-left: 5px;
  transition: all 0.3s;
}

.nav__brand {
  display: block;
  padding: 8px 0px;
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.nav__brand .icon {
  width: 15px;
  display: inline-block;
}

.nav__brand .icon svg {
  width: 100%;
}

.nav__search {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}

.nav__searchs {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.nav__searchs-wrapper {
  margin: 0;
  padding: 0;
}

.nav__searchs-item {
  display: inline-block;
  margin: 10px 16px 0px 0px;
}

.nav__searchs-item a {
  color: #333333;
  font-size: 11px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  padding: 6px 16px;
  border: 1px solid #cccccc;
  background: white;
  transition: all 0.3s;
}

.nav__searchs-item:hover a {
  color: #ff9800;
  margin-left: 5px;
  transition: all 0.3s;
}

.nav__metro {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.nav__metro-title {
  margin-top: 4rem;
  font-weight: bold;
  font-size: 17px;
}

.nav__metros {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.nav__metros-wrapper {
  margin: 0;
  padding: 0;
}

.nav__metros-item {
  font-size: 20px;
  display: inline-block;
  padding: 0 30px;
}

.nav__metros-item a {
  display: block;
  transition: all 0.3s;
}

.nav__metros-item.twitter a {
  color: #1da1f2;
}

.nav__metros-item.fb a {
  color: #3b5998;
}

.nav__metros-item.line a {
  color: #1ecd02;
}

.nav__metros-item:hover a {
  color: #ff9800;
  margin-left: 5px;
  transition: all 0.3s;
}

.nav__close {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 38%;
  margin: 24px auto 0px;
  padding: 10px 0px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #333333;
  background: white;
  line-height: 1;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nav__close i {
  font-size: 30px;
  margin-right: 15px;
}

.nav__icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}

.nav__metro-bottom {
  display: none;
}

@media (min-width: 768px) {
  .nav {
    padding: 50px 3%;
  }

  .nav__top {
    display: flex;
    justify-content: space-around;
  }

  .nav__links,
  .nav__history {
    margin-top: 30px;
    width: 100%;
  }

  .nav__links:after,
  .nav__history:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .nav__links.follow__links,
  .nav__history.follow__links {
    margin-top: 20px;
  }

  .nav__links-item,
  .nav__history-item {
    margin-bottom: 5px !important;
    position: relative;
    float: left;
  }

  .nav__links-item:after,
  .nav__history-item:after {
    position: absolute;
    top: 3px;
    right: 0;
    transform: rotate(25deg);
    display: block;
    width: 2px;
    height: 20px;
    content: "";
    background: black;
  }

  .nav__links-item:last-child:after,
  .nav__history-item:last-child:after {
    display: none;
  }

  .nav__brand {
    text-align: left;
    padding: 30px 10px;
  }

  .nav__search {
    margin-top: 30px;
  }

  .nav__search-title {
    text-align: left;
  }

  .nav__searchs-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .nav__searchs-title {
    text-align: left;
  }

  .nav__searchs-item {
    float: left;
  }

  .nav__metro-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .nav__metro-bottom {
    display: inline-block;
    width: 60px;
  }

  .nav__metro-title {
    margin-top: 0 !important;
  }

  .nav__metros {
    margin-top: 0;
  }

  .nav__metros-item {
    font-size: 20px;
    display: inline-block;
    padding: 0 30px;
  }
}

.footer {
  text-align: center;
}

.wrapper__about-page {
  margin-top: 50px;
}

.wrapper__about-page h2 {
  text-align: center;
}

.wrapper__about-page > span
{
    text-align: center;
    display: block;
}

.wrapper__about-page > h1 > span {
  font-family: "Noto Serif JP", serif;
}

.wrapper__about-page p span {
  font-weight: bold;
  font-size: 15px;
}

.wrapper__about-page > p {
  line-height: 37px;
}

.btntotop {
  position: relative;
  padding: 10px 50px;
  border-radius: 8px;
  border: 1px solid #5252d8;
  cursor: pointer;
  color: #5252d8;
}

.btntotop:hover {
  border: 1px solid #6767dd;
  color: #6767dd;
}

.wrapper__about-page {
  /* padding: 0 15px; */
  padding: 20px 25px;
}

.divbtntotop {
  padding-top: 30px;
  text-align: center;
  padding-right: 95px;
  padding-left: 28%;
  padding-left: calc( 28% + 8px);
}

@media (max-width: 991px) {
  .divbtntotop {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer {
  padding-right: 95px;
  padding-left: 28%;
  padding-left: calc( 28% + 8px);
}

@media (max-width: 991px) {
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 414px){
  .metrores{
    width:40px; margin:15px 20px -10px 18px
  }
  .sidebar__wrapper-toggle .link__homepage {
    height: 100%;
    padding: 5px 10px 20px;
    text-transform: capitalize;
    font-size: 20px;
  }
}


