@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

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

/* アニメーション */
body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  width: 50vw;
  height: 100vh;
  background: #1eb9ee;
  animation: loadopen 1.5s forwards;
  animation-delay: 0.8s;
  z-index: 999;
}

body::before {
  left: 0;
}

body::after {
  right: 0;
}

@keyframes loadopen {
  0% {
    width: 50vw;
  }
  100% {
    width: 0;
    visibility: hidden;
  }
}
.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

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

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#header

-------------------------------*/
#header {
  position: fixed;
  z-index: 90;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 960px) {
  #header {
    top: 10px;
    right: 10px;
  }
}

#drawer-btn {
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#drawer-btn.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    width: 80px;
    height: 80px;
    opacity: 1;
    visibility: visible;
  }
}

#drawer-txt {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1rem;
  text-align: center;
  color: #1eb9ee;
  padding: 15px 0 0;
  letter-spacing: 0px;
}
@media screen and (min-width: 960px) {
  #drawer-txt {
    padding: 20px 0 0;
  }
}

#drawer-line-box {
  width: 53px;
  height: 28px;
  padding: 4px 3px 0px 0;
}
@media screen and (min-width: 960px) {
  #drawer-line-box {
    width: 70px;
    height: 28px;
    padding: 9px 0 0px 0;
  }
}

.drawer-line {
  width: 40px;
  height: 1px;
  background: #1eb9ee;
  display: block;
  margin: 0 0 6px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .drawer-line {
    width: 60px;
  }
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(15deg) translate(3px, 3px);
  transform: rotate(15deg) translate(3px, 3px);
}

.drawer-line.open:nth-child(2) {
  -webkit-transform: rotate(-15deg) translate(3px, -3px);
  transform: rotate(-15deg) translate(3px, -3px);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #nav {
    background: rgba(13, 125, 148, 0.2);
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    display: flex;
    transition: background 0.4s ease;
  }
  #nav.active {
    background: rgb(13, 125, 148);
  }
}

#nav-container {
  width: 90%;
  margin: 0px auto 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #nav-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
}

.nav-box {
  width: 50%;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .nav-box {
    width: auto;
    padding: 0;
  }
}

#nav-theaters {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #nav-theaters {
    width: 300px;
  }
}

.nav-btn {
  display: block;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  background: #1eb9ee;
  border-radius: 5px;
  margin: 0;
  padding: 20px;
}
.nav-btn:hover {
  background: #ebf0f2;
  color: #1eb9ee;
}
@media screen and (min-width: 960px) {
  .nav-btn {
    font-size: 0.8em;
    background: transparent;
    padding: 23px 20px;
  }
  .nav-btn:hover {
    background: transparent;
    color: #fdc24c;
  }
}

#sns-container {
  display: flex;
  justify-content: center;
}

.sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  background: #1eb9ee;
}
.sns-item a:hover {
  background: #ebf0f2;
  color: #1eb9ee;
}
@media screen and (min-width: 960px) {
  .sns-item {
    margin-right: 20px;
  }
  .sns-item a {
    background: transparent;
    width: 60px;
    height: 60px;
  }
  .sns-item a:hover {
    background: transparent;
    color: #fdc24c;
  }
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 80;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background-image: url(../img/top/menu_bg_sp.jpg);
  background-position: bottom right;
  background-size: cover;
  padding: 30px 0 30px 0;
}
@media screen and (min-width: 960px) {
  #drawer-container {
    padding: 50px 0;
    background-image: url(../img/top/menu_bg_pc.jpg);
  }
}
#drawer-container .sns-container {
  position: relative;
  top: auto;
  right: auto;
  margin: 20px 0;
}

#drawer-container-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 20px;
  text-align: center;
  width: 90%;
  margin: 0 auto 1rem;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #drawer-nav-container {
    margin: 0 auto 20px;
  }
}

.drawer-nav-sns {
  margin: 0 auto;
  text-align: center;
}
.drawer-nav-sns a {
  color: #1eb9ee;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 20px;
  display: inline-block;
  margin: 0 1rem;
  font-size: 1.5rem;
  transition: all 0.5s ease;
}
.drawer-nav-sns a:hover {
  opacity: 0.6;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 1% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  display: block;
  color: #fff;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 15px 0;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .drawer-nav-btn {
    font-size: 2rem;
    padding: 10px 0;
  }
}

/*-------------------------------

#footer

-------------------------------*/
/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
  opacity: 0;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #preloader {
    padding: 0;
  }
}

#preloader-inner {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1;
  top: calc(50% - 140px);
  left: calc(50% - 20px);
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    top: calc(50% - 160px);
    left: calc(50% - 0px);
  }
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #1eb9ee;
  text-align: center;
  position: absolute;
  top: 305px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
#preloaderAnime {
  top: 365px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1eb9ee;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.sns-btn {
  margin: 0 10px;
}

.share-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #1eb9ee;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .share-link-btn:hover {
    color: #86daf7;
  }
}

.custom-twitter-btn {
  font-size: 14px;
}

.custom-facebook-btn {
  font-size: 16px;
}

.custom-line-btn {
  font-size: 20px;
}

.share-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.share-ttl {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  text-align: center;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

/*-------------------------------

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cboxOverlay {
  background: #c7f1ff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #000;
}

.modaal-close:after,
.modaal-close:before {
  width: 1px;
  left: 25px;
}

.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.load-anime.is-loaded {
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
  transform: translateX(0);
}

.load-anime.is-loaded span {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
}

.img-anime {
  animation: img-anime 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.delayItem {
  opacity: 0;
  z-index: 2;
}

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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
body::before, body::after {
  display: none;
}

#main {
  opacity: 1;
  background-image: url("../img/bg_pc.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
}

/*-------------------------------

#info page styles

-------------------------------*/
.info-container {
  padding: 40px 20px;
  line-height: 1.8;
  color: #333;
  background: rgba(222, 241, 252, 0.85);
  border: 7px solid #016fbc;
}

.info-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.page-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #006fbc;
  font-family: "Poiret One", cursive;
}

.warning-section {
  margin-bottom: 60px;
}

.warning-box {
  background: #ffffff;
  border: 2px solid #def1fc;
  padding: 30px;
}

.warning-box h2 {
  color: #856404;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.warning-box p {
  color: #006fbc;
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: center;
}

.warning-tags {
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.warning-tag {
  color: #006fbc;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.warning-tag i {
  margin-right: 5px;
  color: #ff6b6b;
}

.warning-note {
  text-align: center;
  margin-top: 15px;
}

.warning-note span {
  color: #006fbc;
  font-size: 1.2rem;
  font-weight: bold;
}

.content-section {
  margin-bottom: 60px;
}

.content-section h2 {
  font-size: 1.5rem;
  color: #006fbc;
  margin-bottom: 20px;
  border-bottom: 1px solid #1eb9ee;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-weight: bold;
}

.content-section > p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #555;
  text-align: justify;
}

.terms-list {
  margin-top: 30px;
}

.term-item {
  background: #f8f9fa;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #def1fc;
}

.term-item h3 {
  color: #006fbc;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 8px;
  position: relative;
}

.term-item h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #1eb9ee;
}

.term-item p {
  color: #555;
  margin: 0;
  line-height: 1.8;
  font-size: 0.9rem;
  background: #e9ecef;
  padding: 15px;
  border-left: 2px solid #1eb9ee;
}

.support-section h2 {
  font-size: 1.5rem;
  color: #016fbc;
  margin-bottom: 30px;
  border-bottom: 1px solid #016fbc;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-weight: bold;
}

.support-list {
  display: grid;
  gap: 25px;
  text-align: center;
}

.support-item {
  padding: 25px;
}

.support-item h3 {
  color: #006fbc;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.support-item h3 .org-name {
  font-size: 0.9rem;
}

.support-item p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 0.9rem;
}

.support-item a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  word-break: break-all;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid #1eb9ee;
}

.support-item a:hover {
  color: #1eb9ee;
  background: #fff;
  text-decoration: none;
}

.support-item a i {
  margin-left: 5px;
  font-size: 0.8em;
  opacity: 0.7;
}

.detail-btn {
  display: block;
  background: #1eb9ee;
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  margin: 10px auto 0;
  max-width: 300px;
  text-align: center;
}

.detail-btn:hover {
  background: #17a2d1;
  text-decoration: none;
  color: white;
}

.detail-btn i {
  margin-left: 5px;
  font-size: 0.8em;
  opacity: 1;
}

/*-------------------------------

#copyright

-------------------------------*/
.copyright {
  text-align: center;
  padding: 20px;
}

.copyright p {
  margin: 0;
  color: #666;
  font-size: 0.7rem;
}

/*-------------------------------

#fotter

-------------------------------*/
#footer {
  background: #ebf0f2;
  position: relative;
  padding: 40px 5%;
}

/*-------------------------------

#responsive styles

-------------------------------*/
@media (max-width: 768px) {
  #main {
    background-attachment: scroll;
    position: relative;
    background-image: none;
  }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg_sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    display: block;
    animation: none;
  }
  .info-container {
    padding: 20px 15px;
    position: relative;
    border: 5px solid #016fbc;
    z-index: 1;
  }
  .page-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .warning-section {
    margin-bottom: 50px;
  }
  .warning-box {
    padding: 20px;
  }
  .warning-tags {
    flex-direction: column;
  }
  .warning-tag {
    text-align: center;
  }
  .content-section h2,
  .support-section h2 {
    font-size: 1.5rem;
  }
  .term-item,
  .support-item {
    padding: 15px;
  }
  .support-item a {
    display: block;
    text-align: center;
    width: 80%;
  }
  .support-item h3 {
    font-size: 1.3rem;
  }
}
/*-------------------------------

#back to top button

-------------------------------*/
.back-to-top {
  text-align: center;
  margin: 60px auto 30px;
  padding-top: 40px;
  border-top: 1px solid #e9ecef;
}

.top-link-btn {
  display: inline-block;
  background: #1eb9ee;
  color: white;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.top-link-btn:hover {
  background: #2980b9;
  text-decoration: none;
  color: white;
}

.top-link-btn i {
  margin-right: 8px;
}

/* term item styles */
.term-item h3 {
  font-size: 1.3rem;
}/*# sourceMappingURL=style.css.map */