@charset 'UTF-8';
/* ----------------------------------------------------------------
  common
---------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
body {}
main {
  padding: 70px 0 90px;
  background-color: #F6F8F8;
}
@media (max-width: 620px) {
  main {
    padding: 40px 0 40px;
  }
}
a {
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}
@media (max-width: 840px) {
  .page-content main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 620px) {
  .page-content main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 20px 0;
    background-color: #ffffff;
  }
}
@media (max-width: 840px) {
  .container {
    padding-top: 0;
    background-color: #f5f8fa;
  }
}
.container_head {
  margin-top: 90px;
  background: #24A0A8;
}
@media (max-width: 620px) {
  .container_head {
    margin-top: 70px;
  }
}
.width_760 {
  max-width: 760px;
  margin: 0 auto;
}
h2.point02 {
  margin: 0 0 30px 0;
}
h2.point02 {
  color: #333333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
h2.point02 span {
  line-height: 3;
}
h2.point02 span {
  color: #333333;
  font-size: 14px;
  padding-left: 13px;
  letter-spacing: 7px;
  display: block;
}
.page-content .pkz {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .page-content .pkz {
    font-size: 13px;
  }
}
.pkz {
  max-width: 1024px;
  margin: auto;
  padding: 10px 20px;
  color: #ffffff;
}
.pkz a {
  color: #ffffff;
}
.pkz a:hover {
  text-decoration: underline;
}
.page-content strong {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  .page-content strong {
    font-size: 17px;
  }
}
hr {
  margin: 30px 0;
}
.contact {
  background: #E3E7ED;
  padding: 120px 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 620px) {
  .contact {
    padding: 60px 0;
  }
}
footer .container {
  background-color: #F6F6F6;
}
/* ----------------------------------------------------------------
  content
---------------------------------------------------------------- */
.page-content {
  background-color: #f5f8fa;
  font-family: 'Noto Sans JP', sans-serif;
}
.page-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .page-content p {
    font-size: 16px;
  }
}
.page-content #contact {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 620px) {
  .page-content #contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-content .contact {
  margin-bottom: 0;
}
.page-inner {
  max-width: 1024px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .page-inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 620px) {
  .page-inner {
    padding: 0 17px;
  }
}
.content {}
.content .content-wrapper {
  background-color: #ffffff;
  padding: 50px 50px;
  border: 1px solid #dddddd;
  word-break: break-all;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper {
    padding: 25px 20px;
  }
}
.content .content-wrapper .i-catch-img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-wrapper .i-catch-img img {
  width: 100%;
}
.content .content-wrapper h1 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 30px 0;
  line-height: 1.8;
  font-weight: 800;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper h1 {
    font-size: 20px;
    text-align: left;
  }
}
.content .content-wrapper h1 span {
  background: linear-gradient(transparent 70%, #f8d95c 70%);
}
.content .content-wrapper .content-txt h2 {
  padding: 1rem 2rem;
  border-left: 5px solid #24A0A8;
  background: #F6F8F8;
  margin: 50px 0 30px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .content .content-wrapper .content-txt h2 {
    padding: 0.5rem 1rem;
    font-size: 24px;
  }
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .content-txt h2 {
    padding: 0.5rem 1rem;
    margin: 30px 0 20px 0;
    font-size: 18px;
  }
}
.content .content-wrapper .content-txt h3 {
  position: relative;
  padding: 1rem 0rem;
  border-bottom: 5px solid #eeeeee;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 30px 0;
}
@media screen and (max-width: 1000px) {
  .content .content-wrapper .content-txt h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .content-txt h3 {
    font-size: 17px;
    line-height: 1.5;
  }
}
.content .content-wrapper .content-txt h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #24A0A8;
}
.content .content-wrapper .content-txt h3.title-b {
  font-size: 21px;
  font-weight: bold;
  margin: 50px 0 20px 0;
  line-height: 1.5;
  padding: initial;
  border-bottom: initial;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .content-txt h3.title-b {
    font-size: 17px;
    margin: 30px 0 20px 0;
  }
}
.content .content-wrapper .content-txt h3.title-b:before {
  content: initial;
}
.content .content-wrapper .content-txt h4 {
  font-size: 21px;
  font-weight: bold;
  margin: 30px 0 20px 0;
  line-height: 1.5;
}
.content .content-wrapper .content-txt h3 a {
  color: #176469;
}
.content .content-wrapper .content-txt h3 a:hover {
  color: #24A0A8;
  text-decoration: none;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .content-txt h4 {
    font-size: 17px;
  }
}
.content .content-wrapper .content-txt h4.headline_dot {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  margin: 30px 0 20px 23px;
  line-height: 1.5;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .content-txt h4.headline_dot {
    font-size: 17px;
  }
}
.content .content-wrapper .content-txt h4.headline_dot:after {
  content: '●';
  position: absolute;
  top: 0;
  left: -23px;
  color: #24A0A8;
}
.content .content-wrapper .content-txt {
  margin-top: 40px;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .content-txt {
    margin-top: 25px;
  }
}
.content .content-wrapper .content-txt p {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .content-txt p {
    font-size: 16px;
  }
}
.content .content-wrapper .content-txt a {
  color: #24A0A8;
}
.content .content-wrapper .content-txt a:hover {
  text-decoration: underline;
}
.content .content-wrapper .content-txt p span {
  background-color: #ffe1e1;
  font-weight: bold;
}
.content .content-wrapper .addition {
  width: fit-content;
  margin-bottom: 20px;
}
.content .content-wrapper .addition li {
  position: relative;
  padding-left: 23px;
  line-height: 2.0;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .addition li {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.content .content-wrapper .addition li span {
  font-weight: 800;
}
.content .content-wrapper .addition li:after {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  color: #24A0A8;
}
.content .content-wrapper .addition_no {
  border: 1px solid #ddd;
  padding: 25px 25px;
  background-color: #f5f8fa;
  width: fit-content;
  counter-reset: number 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .addition_no {
    padding: 20px 20px;
  }
}
.content .content-wrapper .addition_no li {
  position: relative;
  padding-left: 23px;
  line-height: 1.8;
}
.content .content-wrapper .addition_no li:after {
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  font-family: 'Roboto', sans-serif;
  font-display: swap;
  font-size: 16px;
  color: #24A0A8;
  font-weight: bold;
}
.content .content-wrapper .addition_none {
  width: fit-content;
  margin-bottom: 20px;
}
.content .content-wrapper .addition_none li {
  line-height: 2.0;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .addition_none li {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.content .content-wrapper .addition_none li span {
  font-weight: 800;
}
.link {
  margin-top: 50px;
}
@media screen and (max-width: 620px) {
  .link {
    margin-top: 40px;
  }
}
.link .link-wrapper {}
.link .link-wrapper h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  .link .link-wrapper h2 {
    font-size: 20px;
  }
}
.link .link-wrapper .link-item h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.link .link-wrapper .link-item {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 620px) {
  .link .link-wrapper .link-item {
    display: block;
  }
}
.link .link-wrapper .link-item .item {
  width: 47.5%;
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.link .link-wrapper .link-item .item.is-hidden {
  display: none;
  opacity: 0;
}
.link .link-wrapper .link-item .item.is-show {
  animation: fadeIn 1s ease;
}
.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  margin: 20px auto;
  background: #F5F8FA;
  color: #333333;
  border: 1px solid #333333;
}
.btn-more:hover {
  opacity: 0.7;
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 840px) {
  .link .link-wrapper .link-item .item {
    width: 100%;
  }
}
.link .link-wrapper .link-item .item .item-img {
  width: 25%;
}
.link .link-wrapper .link-item .item .item-txt {
  width: 70%;
}
.link .link-wrapper .link-item .item .item-txt p {}
.link .link-wrapper .link-item .item .item-txt .link-btn {
  width: 100%;
  background-color: #fdd73b;
  text-align: center;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 800;
  color: #000000;
}
.link .link-wrapper .link-item .item .item-txt .link-btn:hover {
  opacity: 0.8;
}
.link .link-wrapper .link-item .item .item-txt .link-btn a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px
}
.back {
  padding: 20px 0;
  margin-top: 40px;
}
@media (max-width: 620px) {
  .back {
    margin-top: 0;
  }
}
@media screen and (max-width: 620px) {
  .back {
    padding: 40px 0;
  }
}
.back .back-btn {
  max-width: 500px;
  background-color: #fdd73b;
  text-align: center;
  padding: 20px 20px;
  margin: auto;
  border-radius: 40px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 620px) {
  .back .back-btn {
    max-width: 260px;
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 16px;
  }
}
.back .back-btn:hover {
  opacity: 0.8;
}
.remarks {
  margin-bottom: 20px;
}
.remarks li {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 620px) {
  .remarks li {
    font-size: 14px;
    line-height: 1.5;
  }
}
.content-img {
  margin: 30px 0;
  border: 1px solid #ddd;
}
@media screen and (max-width: 620px) {
  .content-img {
    margin: 20px 0;
  }
}
.content-img a img:hover {
  opacity: 0.7;
}
.page-content p.global-Header-Logo {
  margin-bottom: 0;
}
.page-content p.form_preview_policy {
  font-size: 16px;
  margin-bottom: 0;
}
.page-content p.global-Footer-Nav-Title {
  font-size: 17px;
  margin-bottom: 0;
}
.page-content p.global-Footer-Security {
  margin-bottom: 0;
}
.page-content p.global-Footer-Text {
  font-size: 15px;
  margin-bottom: 0;
}
.page-content p.global-Footer-Copy {
  font-size: 14px;
  margin-bottom: 0;
}
/* ----------------------------------------------------------------
  table
---------------------------------------------------------------- */
.table-list01 {
  margin-bottom: 20px;
}
.table-list01 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.table-list01 table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}
.table-list01 table th {
  padding: 1.5em;
  border-right: 2px solid #fff;
}
.table-list01 table th.list-item {
  width: 25%;
}
.table-list01 table td {
  padding: 10px 10px;
  border-right: 2px solid #eee;
  text-align: center;
  line-height: 1.7;
  vertical-align: middle;
}
.table-list01 table td:first-of-type {
  text-align: left !important;
}
.table-list01 table td p {
  font-size: 16px;
  line-height: 1.7;
  vertical-align: middle;
}
.table-list01 table thead tr {
  background-color: #ff935f;
  color: #fff;
}
.table-list01 table tbody th {
  border-right: 2px solid #eee;
  background: #e6e3df;
  color: #5a4227;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}
.table-list01 tbody tr:nth-child(even) {
  background: #f7f7f7;
}
@media screen and (max-width: 840px) {
  .table-list01 {
    overflow-x: scroll;
  }
  .table-list01 table {
    width: 830px;
  }
}
@media screen and (max-width: 840px) {
  .table-list01 table {
    width: 740px;
    font-size: 15px;
  }
}
.table-list02 {
  margin-bottom: 20px;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.table-list02 tr {
  background-color: #ffffff;
  padding: .20px 10px;
  border: 2px solid #eeeeee;
}
.table-list02 td:first-child {
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  background: #eaeff7;
  color: #002753;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}
.table-list02 tr td {
  padding: 20px 10px;
  border-right: 2px solid #eeeeee;
  text-align: left;
  line-height: 1.7;
  vertical-align: middle;
}
.table-list02 tr td p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.table-list02 td ul {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.table-list02 td ul:last-child {
  margin-bottom: 0;
}
.table-list02 td ul li {
  list-style: initial;
}
.table-list02 .thead th {
  background-color: #004DA1;
  color: #ffffff;
  padding: 20px 10px;
  border-right: 2px solid #ffffff;
}
.table-list02 .thead th:first-child {
  width: 22%;
}
.table-list02 .thead th:nth-child(2) {
  width: 22%;
}
.table-list02 .thead th:nth-child(3) {
  width: 32%;
}
.table-list02 .thead th:nth-child(4) {
  width: 24%;
}
.table-list02 tbody tr:nth-child(even) {
  background: #F7F8F8;
}
@media screen and (max-width: 840px) {
  .table-list02 {
    overflow-x: scroll;
  }
  .table-list02 table {
    width: 830px;
    font-size: 15px;
  }
}
@media screen and (max-width: 620px) {
  .table-list02 .thead {
    display: none;
  }
  .table-list02 tr {
    width: 100%;
  }
  .table-list02 td {
    display: block;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }
  .table-list02 td:last-child {
    border-bottom: none;
  }
  .table-list02 td:first-child {
    background: #004DA1;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  }
  .table-list02 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 100%;
  }
  .table-list02 td ul {
    margin-left: 0;
    list-style-type: none;
  }
  .table-list02 td ul li {
    list-style: none;
    display: block;
  }
}
.content .content-wrapper .content-txt .table-list02 a {
  color: #004DA1;
}
@media screen and (max-width: 620px) {
  .content .content-wrapper .content-txt .table-list02 a.sp-white {
    color: #ffffff;
  }
}
.content .content-wrapper .content-txt .table-list02 a:hover {
  text-decoration: underline;
}
.content .content-wrapper .content-txt p.text-sm {
  font-size: 16px;
}
#contents_list {
  background: #F6F8F8;
  border: 1px solid #aaaaaa;
  padding: 20px 25px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  #contents_list {
    font-size: 16px;
  }
}
@media screen and (max-width: 620px) {
  #contents_list {
    margin-top: 30px;
  }
}
#contents_list p.contents_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#contents_list p.contents_title + ul.contents_list {
  margin-top: 1em;
}
#contents_list a {
  text-decoration: none;
  text-shadow: none;
  line-height: 1.8;
}
#contents_list ul.contents_list.glossary {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}
#contents_list ul.contents_list.glossary li {
  text-indent: -1.0em;
}
#contents_list ul.contents_list.glossary li:first-child {
  text-indent: -1.5em;
  margin-bottom: 5px;
  font-weight: 700;
}
.anchor {
  display: block;
  padding-top: 95px;
  margin-top: -95px;
}
.partition {
  border: 1px solid #dddddd;
}
/* ----------------------------------------------------------------
  ブログカード
---------------------------------------------------------------- */
a.tmt-blog-card {
  border: 2px solid #24A0A8;
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  text-decoration: none;
  margin: 50px 0 40px 0;
}
@media (max-width: 840px) {
  a.tmt-blog-card {
    margin: 20px 0 10px 0;
  }
}
a.tmt-blog-card::before {
  background-color: #24A0A8;
  border: solid 1px #24A0A8;
  color: #ffffff;
  content: '合わせて読みたい';
  font-size: 12px;
  display: block;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  left: 25px;
}
a.tmt-blog-card::after {
  border: solid 1px #24A0A8;
  color: #24A0A8;
  content: '続きを読む';
  font-size: 14px;
  display: block;
  padding: 10px 25px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  border-radius: 40px;
}
a.tmt-blog-card:hover {
  box-shadow: none;
  opacity: .8;
  text-decoration: none !important;
}
.tmt-blog-card-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.tmt-blog-card-title {
  font-size: 19px;
  font-weight: 600;
  color: #24A0A8;
  padding-bottom: 5px;
  line-height: 1.8;
}
@media (max-width: 620px) {
  .tmt-blog-card-title {
    font-size: 14px;
    line-height: 1.7;
    padding-top: 5px;
    padding-bottom: 20px;
  }
}
.tmt-blog-card-thumbnail {
  flex: 1;
  margin-right: 22px;
  padding-top: 5px;
}
.tmt-blog-card-thumbnail img {
  width: 100%;
}
@media (max-width: 620px) {
  .blog-Page.single .blog-Content .tmt-blog-card-thumbnail img {
    margin-top: 5px;
  }
}
.tmt-blog-card-content {
  flex: 4.5;
}
@media (max-width: 620px) {
  .tmt-blog-card-content {
    flex: 2.5;
  }
}
.tmt-blog-card-excerpt {
  color: #2d2a28;
  font-size: 16px;
  padding-bottom: 30px;
  font-weight: 400;
  line-height: 2.0;
}
.tmt-blog-card-site {
  color: #b2b2b2;
  font-size: 11px;
  padding-left: 5px;
}
.tmt-blog-card-site img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 20px;
}
@media (max-width: 1000px) {
  .tmt-blog-card-excerpt {
    border: none;
  }
}
@media (max-width: 620px) {
  a.tmt-blog-card {
    padding: 10px 10px 20px 10px;
  }
  a.tmt-blog-card::before {
    font-size: 11px;
    padding: 4px 8px 5px;
    top: -15px;
    left: 10px;
  }
  a.tmt-blog-card::after {
    font-size: 12px;
    padding: 5px 13px;
    right: 10px;
  }
  .tmt-blog-card-thumbnail {
    margin-right: 10px;
    padding-top: 10px;
  }
  .tmt-blog-card-excerpt {
    display: none;
  }
}
.tmt-blog-card-2column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
a.tmt-blog-card.half-Wrapper {
  width: 48%;
}
@media (max-width: 840px) {
  a.tmt-blog-card.half-Wrapper {
    width: 100%;
  }
}
/* ----------------------------------------------------------------
  responsive
---------------------------------------------------------------- */
.sp-hide {
  display: block;
}
@media screen and (max-width: 900px) {
  .sp-hide {
    display: none !important;
  }
}
.pc-hide {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc-hide {
    display: block !important;
  }
}
.pc-hide-sp-600 {
  display: none;
}
@media screen and (max-width: 620px) {
  .pc-hide-sp-600 {
    display: block !important;
  }
}
.sp-hide-sp-600 {
  display: block;
}
@media screen and (max-width: 620px) {
  .sp-hide-sp-600 {
    display: none !important;
  }
}
/* ----------------------------------------------------------------
  layout 
---------------------------------------------------------------- */
/* ------ margin ------ */
.mA {
  margin: auto !important;
}
.mtA {
  margin: 0 auto !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb13 {
  margin-bottom: 13px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
/* ------ padding ------ */
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
/* ------ text-decoration ------ */
.fdU {
  text-decoration: underline;
}
/* ------ indent ------ */
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.indent3 {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
/* ------ letter-spacing ------ */
.ls1 {
  letter-spacing: 1px;
}
/* ------ text-align ------ */
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
/* ------ vertical-align ------ */
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}