a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
html,
body {
  height: 100%;
}
body {
  font: 14px/1.6 'Microsoft Yahei', 'Lusitana', 'Noto Sans SC';
  font-family: 'Noto Sans SC', sans-serif;
  color: #fff;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}
img {
  vertical-align: top;
  height: 100%;
}
.clearfix {
  height: 1%;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.fL {
  float: left !important;
}
.fR {
  float: right !important;
}
body,
#container {
  overflow: hidden;
  position: relative;
}
#container {
  position: relative;
  height: 100%;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container::after {
  content: "";
  display: block;
}
#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-height: 100vh;
}
#main .ttl {
  text-align: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#main .linkUl {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  gap: 1.5vh;
  height: 100%;
  max-height: 20vh;
  width: 90%;
  max-width: 70vw;
  margin-top: 2vh;
}
#main .linkUl > li {
  position: relative;
  height: 4vh;
  width: 32vh;
}
#main .linkUl > li > a {
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
#main .linkUl > li > a {
  border: 2px solid #338CD0;
  color: #338CD0;
  border-radius: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vh;
}
#main .linkUl > li:hover > a {
  background: #338CD0;
  color: #fff;
}
#main .linkUl > li:hover .arrow {
  display: block;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 102%;
  height: 18px;
}
#main .linkUl li div {
  display: none;
}
/* PAGE TOP */
.page_top {
  height: 4.5vh;
  width: 100%;
  padding-top: 2vh;
  margin-bottom: 1vh;
  text-align: center;
  border-bottom: 2px solid #F2F2F2;
}
.page_top img {
  height: 4vh;
}
.title {
  height: 2vh;
  width: 100%;
  margin-bottom: 1vh;
  text-align: center;
}
.title img {
  height: 1.8vh;
}
.title_text {
  height: 1.5vh;
  width: 100%;
  margin-bottom: 1vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5vh;
  gap: 5vh;
}
.title_text > span {
  color: #FE6F31;
}
.title_text > span > i {
  color: #338CD0;
  font-style: normal;
}
/* TIP */
.tip {
  height: 7vh;
  text-align: center;
  color: #1EBBED;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.tip span {
  display: block;
  position: relative;
}
.tip span:before {
  left: -103%;
}
.tip span:after {
  right: -103%;
}
/* LINK BOX 01 */
.link_box01 {
  border-radius: 2vh;
  width: 100%;
  display: block;
  background-size: contain;
  background-position: center;
  border: 2px solid #338CD0;
  overflow: hidden;
  margin-top: 1vh;
}
.link_box01 .link_list {
  display: flex;
}
.link_box01 .link_list div,
.link_box01 .link_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: #fff;
  color: #338CD0;
  font-weight: bold;
  font-size: 1.3vh;
  box-sizing: border-box;
  border: 1px solid #4D9AD64D;
}
.link_box01 .link_list .ms {
  color: #09B735;
  padding-left: 3vw;
  padding-right: 3vw;
}
.link_box01 .link_list .url {
  display: flex;
  justify-content: start;
  flex-grow: 1;
  padding: 1vw;
  font-size: 1.5vh;
}
.link_box01 .link_list .url .jumprul {
  border: none;
}
.link_box01 .link_list .url span {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.link_box01 .link_list .url a {
  flex-grow: 0;
  display: flex;
  margin-left: auto;
  width: 20%;
}
.link_box01 .link_list .visit_btn {
  display: block;
  border-radius: 0.6vh;
  background-color: #338CD0;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  box-sizing: border-box;
  padding: 5px 30px;
}
/* BROWSER */
.browser {
  font-size: 17px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.browser img {
  width: 90%;
}
.browser .icon {
  margin-right: 10px;
}
/* QR */
.qr_section {
  margin-bottom: 2.5%;
  display: flex;
  justify-content: center;
  font-size: 17px;
  position: relative;
}
.qr {
  padding: 0.2em;
  width: 110px;
  border: 1px solid #0c52ac;
  background: #fff;
}
.qr_word {
  color: #0c52ac;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 8%;
  line-height: 1.2;
}
.qr_device {
  margin-top: auto;
  justify-content: space-between;
}
.qr_title01 {
  height: 70%;
}
.qr_title02 {
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/*# sourceMappingURL=style.css.map */