@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400"); */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900"); */
/* @import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho:400"); */
/* @import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&family=Noto+Sans+JP:wght@400;700&display=swap');

html {
  font-size: 93.75% !important; /*15px*/
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -ms-overflow-style: scrollbar !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  background: linear-gradient(to bottom, #fdf6f9 0%, #f9faff 40%, #eaf7f7 100%);
  font-family: YakuHanJP, 'Inter', 'Noto Sans JP', sans-serif;
  /* font-family: YakuHanJP, 'Noto Serif JP', serif; */
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  color: #43403F;
}

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

*:focus {
  outline: none !important;
}

*:focus {
  box-shadow: none !important;
}

/* --  scroll-bar ----------------------------------- */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  background: #9b9b9b;
  border-radius: 5px;
}

/* --  container ----------------------------------- */

.container-fluid {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 10px;
  }
}

/* --  header ----------------------------------- */

header {
  border-bottom: #ccc solid 1px;
  /* background: #243441; */
  margin: 0;
  padding: 15px 0 7px;
  margin-bottom: 15px;
  /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end; */
}

.header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

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

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 991px) {
  header {
    position: sticky;
    top: 0 !important;
    background: #fff;
    z-index: 9999;
    /* box-shadow: 0 2px 2px 1px #fff; */
    width: calc(100% + 30px);
    margin-left: -15px !important;
    padding-left: 15px !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* --  Tournament name/logo -------- */

.cName_area {
  display: flex;
  align-self: center;
  padding: 0;
  margin: 0;
}
.cName_area:hover {
  text-decoration: none;
}
.cName_area .logo {
  flex-shrink: 0;
  width: 75px;
  margin-top: 5px !important;
  margin-right: 15px !important;
}

.cName_area .logo > img {
  width: 75px;
}

.cName_area .cName {
  margin-left: 0;
}

.cName h4 {
  /* font-family: serif; */
  font-size: clamp(0.813rem, 0.787rem + 0.13vw, 0.938rem);
  line-height: 1;
  margin: 0;
  padding: 0 0 8px;
}

/* .cName h4 > span{
  color: #4A4A4A;
} */

.cName h1 {
  display: -webkit-flex;
  display: flex;
  align-self: center;
  font-size: clamp(1.688rem, 1.663rem + 0.13vw, 1.813rem);
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  /* color: #fff; */
  /* letter-spacing: -0.02em; */
}

.cName h3 {
  /* font-family: serif; */
  font-size: clamp(0.625rem, 0.602rem + 0.11vw, 0.688rem);
  line-height: 1;
  white-space: nowrap;
  margin: 3px 0 0 2px;
  letter-spacing: 0.085em;
  /* color: #fff; */
  /* background: #00b809; */
}

@media (max-width: 767px) {
  .cName_area h4 {
    font-size: 0.9rem;
  }

  .cName_area h1 {
    font-size: 1.75rem;
  }

  .cName_area h3 {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .logo {
    display: none !important;
  }

  .cName_area .cName {
    margin-left: 0;
  }

  /* .cName_area h4 {
    font-size: 0.75rem;
  } */

  .cName_area h1 {
    font-size: 1.2rem;
    line-height: 1.35;
    padding: 0;
  }

  /* .cName_area h4 {
    display: none;
  } */

  .cName_area h3 {
    display: none;
  }
}

/* .cName_area h1 > br {
  display: none;
} */
@media (max-width: 540px) {
  .cName_area h1 > br {
    display: block;
  }
}

@media (max-width: 420px) {
  .cName_area h1 {
    font-size: 1.1rem;
    letter-spacing: -0.05em;
  }
}

/* --  Date/Place -------- */

.outline {
  margin-left: auto;
}

.outline dl {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0 5px 3px 0;
}

.outline dl dt,
.outline dl dd {
  margin: 0;
  padding: 0;
}

.outline dl dt {
  font-size: 0.9rem;
  font-weight: 500;
  /* color: #fff; */
  /* background: #3f3f3f; */
  padding: 0 7px;
  /* letter-spacing: -0.05rem; */
}

.outline dl dt > span {
  background: #43403F;
  color: #fff;
  padding: 2px 7px;
}

.outline dl dd {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 6px;
  /* color: #fff; */
  letter-spacing: -0.05rem;
}

.toggled {
  margin-left: -18rem;
}

p {
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.215rem !important;
  font-weight: 700;
  padding: 1em 0.75em;
  letter-spacing: 0.15em;
  /* color: #fff; */
  background: linear-gradient(to right, #eaf7f7, #ffeef5);
  /* border-left: solid 5px #9dc93a;  */
  /* border-left: solid 5px #8B4513; */
}

.h5 {
  /* font-family: "Oswald", sans-serif; */
  font-weight: 600;
  font-size: 1.215rem !important;
  color: #0195CE !important;
}

@media (max-width: 767px) {
  .h5 {
    font-size: 1.1rem !important;
    /* color: #203749 !important; */
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  /* background: #f4f5f7; */
  /* box-shadow: 0 0 2px gray; */
}

/* -- hamburger menu -------------------------------------------------------------------------------------------- */
.menu-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  height: 55px;
  width: 55px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: #EBB5CE;
  border-radius: 2px;
  margin: 0 !important;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 38px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background: #EBB5CE;
  transition: all 0.5s;
}
.menu-content ul {
  margin: 100px 15px 0;
  padding: 10px 0 50px;
  height: calc(100vh - 70px) !important;
  overflow-y: auto;
  -ms-overflow-style: none; /* IEとEdgeでスクロールバーを非表示 */
  scrollbar-width: none; /* Firefoxでスクロールバーを非表示 */
}

.menu-content ul::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Operaでスクロールバーを非表示 */
}

.menu-content ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 15px 0 15px 5px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 21px;
}

.menu-content ul li a:hover {
  color: #43403F;
  font-weight: 600;
  background-color: #fefaf9;
}

.menu-content ul li a:hover::before {
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}

.menu-content ul li:last-child {
  margin-bottom: 150px !important;
}

.menu-content ul li.preparation {
  pointer-events: none !important;
}

.menu-content ul li.preparation > a > small {
  display: inline-block;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

h1 > br{
  display: none;
}

@media (max-width: 767px) {
  .menu-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    display: flex;
    /* height: 48px;
    width: 48px; */
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    height: 1px;
    width: 30px;
    border-radius: 1px;
  }
  .menu-btn span:before {
    bottom: 7px;
  }
  .menu-btn span:after {
    top: 7px;
  }
}

@media (max-width: 568px) {
  .menu-btn {
    top: 15px;
  }
  h3,h4{
    display: none;
  }
  h1{
    font-size:19px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01rem !important;
  }
  header{
    min-height: 80px !important;
  }
  h1 > br{
    display: block;
  }
  .menu-btn {
    top: 20px;
    height: 44px;
    width: 44px;
  }
}

@media (max-width: 490px) {
  h1{
    margin-top: 5px !important;
    font-size:17px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01rem !important;
  }
}

@media (max-width: 400px) {
  h1{
    margin-top: 8px !important;
    font-size:15px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.025rem !important;
  }
}

/* -- content-area　-------------------------------------------------------------- */

#society-main .content-area-top {
  padding: 25px 0 45px !important;
}

#society-main .content-area {
  padding: 25px 25px !important;
  background: #fefefe;
}

@media (max-width: 767px) {
  #society-main .content-area {
    padding: 25px 15px !important;
    /* background: #005ab8; */
  }
}

/* -- footer　-------------------------------------------------------------- */

#footer-area {
  display: flex;
  /* border-top: #ccc solid 1px; */
  margin: 15vh 0 0;
  padding: 35px 0 85px;
  gap:25px;
}

@media (max-width: 767px) {
  #footer-area {
    display: block !important;
  }
}

#footer-area ul.secretariat,
#footer-area ul.secretariat li {
  margin: 0;
  padding: 0;
}


#footer-area ul.secretariat {
  width: 100%;
  margin: 0 0 35px;
  padding: 0;
  /* color: #fff; */
  list-style: none;
  /* font-size: 0.9rem; */
}

#footer-area .secretariat02{
  display: flex;
  justify-content: space-between;
  gap:10px;
}

#footer-area .secretariat02 > div{
  width: 100%;
}

@media (max-width: 540px) {
  #footer-area .secretariat02{
    display: block;
  }
  #footer-area .secretariat02 > div{
    width: 96%;
    margin: 15px auto 25px;
  }
}

#footer-area ul.secretariat li {
  /* line-height: 1.25; */
  padding: 0 10px;
  margin: 0 ;
  line-height: 1.7;
}
#footer-area ul.secretariat li:nth-child(1) {
  /* color: #111; */
  font-size: 1.05rem;
  background-color: #fefefe;
  border: 1px solid #ccc;
  padding: 7px 0 5px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
  /* font-family: "Sawarabi Mincho", serif; */
}

#footer-area ul.secretariat li:nth-child(2) {
  /* color: #fff; */
  /* font-size: 0.95rem; */
  padding: 0 10px !important;
  font-weight: 700;
  margin: 0 0 3px;
  /* font-family: "Sawarabi Mincho", serif; */
}

#footer-area ul.secretariat li:nth-child(3) span {
  display: inline-block !important;
}

.bg-light02{
  background: #eaeff3 !important;
}

/* -- copy-light　-------------------------------------------------------------- */
footer {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  padding: 12px 0;
  /* color:#fff; */
  /* border-top: #ccc solid 1px; */
}

/* -- div#pagetop-scroll -------------------------------------------------------------- */

div#pagetop-scroll {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 25px;
  color: #fff;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background: #00AED4;
  text-align: center;
  line-height: 2.7em;
}

.fa-3x {
  font-size: 1.25em;
  line-height: 2;
}

div#pagetop-scroll:hover {
  cursor: pointer;
  opacity: 0.9;
}

/* -- side  ------------------------------------------------------------------ */
#society-aside {
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
  /* position: fixed;
  bottom: 0;
  top: 0;
  left: 0; */
  /* overflow-y: scroll; */
  z-index: 1001;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* letter-spacing: 0.05rem; */
}

#society-aside #society-main-menu ul,
#society-aside #society-main-menu ul li {
  margin: 0;
  padding: 0;
  /* border-color: #555;
  border-style: solid;
  border-width: thin;
  border-bottom: none; */
}

#society-aside #society-main-menu ul li {
  margin: 0;
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  background-color: #fefefe;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f3f3f3bb;
  display: inline-block;
  width: 93%;
  /* font-family: "Noto Sans JP", sans-serif; */
  /* font-family: 'Lora', sans-serif; */
  text-transform: uppercase;
  /* letter-spacing: 0.1em; */
}

#society-aside #society-main-menu ul li a {
  text-decoration: none !important;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 10px 7px;
}

#society-aside #society-main-menu ul li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #43403F;
  padding: 0;
  margin: -1px 0 0 0;
  display: inline-block;
}

#society-aside #society-main-menu ul li a div {
  color: #43403F;
  margin-left: 1.6em;
  display: inline-block;
  line-height: 1.45 !important;
}

#society-aside #society-main-menu ul li a div.wait {
  opacity: 0.3;
  display: inline-block;
  line-height: 1.45 !important;
}

#society-aside #society-main-menu ul li.preparation {
  pointer-events: none !important;
}

#society-aside #society-main-menu ul li.preparation > a > span{
  opacity: 0.3;
}

#society-aside #society-main-menu ul li:hover .material-icons-right {
  display: inline-flex !important;
  vertical-align: middle !important;
  margin-left: 58px !important;
}

#society-aside #society-main-menu ul li a:hover div {
  text-decoration: none !important;
  color: #FFFFFF;
}

#society-aside #society-main-menu ul li.society-active a div {
  color: #FFFFFF !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default !important;
}

#society-aside #society-main-menu ul li:hover a span {
  color: #FFFFFF !important;
}

#society-aside #society-main-menu ul li:hover a div {
  color: #FFFFFF;
}

#society-aside #society-main-menu ul li.society-active a span {
  background: none !important;
  color: #FFFFFF;
}

#society-aside #society-main-menu ul li:hover {
  background-color: #0195CE !important;
  text-decoration: none !important;
}

#society-aside #society-main-menu ul li.society-active {
  background-color: #0195CE;
  text-decoration: none !important;
}


/* icon size */
.material-icons.md-13 {
  font-size: 13px;
}
.material-icons.md-14 {
  font-size: 14px;
}
.material-icons.md-15 {
  font-size: 15px;
}
.material-icons.md-16 {
  font-size: 16px;
}
.material-icons.md-17 {
  font-size: 17px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

.material-icons-right {
  display: none !important;
}

/* ポスターダウンロード */
#society-aside .posd {
  margin: 22px 0 0;
  padding: 0 !important;
  background: #eaf9ff;
  width: 93%;
}

#society-aside .posd img {
  width: 93%;
}

#society-aside .posd a:hover {
  opacity: 0.7;
}

#society-aside .posd-txt {
  color: #0593D0 !important;
}

#society-aside .posd-txt p{
  line-height: 1.1;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 15px;
  /* font-family: "Oswald", serif; */
  transform: scale(1, 1.15);
  letter-spacing: 0.01em;
}

#society-aside .posd-txt p:nth-child(2){
  line-height: 1;
  font-size: 30px;
  font-weight: 900;
  transform: scale(1.1, 1);
}

.banner-area{
  margin: 25px 0;
  padding: 0 !important;
  /* background: #fefefe; */
  width: 93%;
}

/* バナー */
#society-aside .banner-box {
  margin: 11px 0;
  padding: 0 !important;
  width: 100%;
}

#society-aside .banner-box img {
  width: 100%;
}

#society-aside .banner-box img:hover{
  opacity: 0.7 !important;
}

.banner-area-sp{
  display: none;
}


.banner-area-sp img{
  max-width: 300px;
}

@media (max-width: 991px) {
  .banner-area-sp{
    display: block;
  }
}


#society-aside .posd a:hover,#society-aside .posd a:hover .posd-txt:hover {
  text-decoration: none !important;
}

#society-aside ul.secretariat,
#society-aside ul.secretariat li {
  margin: 0;
  padding: 0;
}

#society-aside ul.secretariat {
  width: 93%;
  margin: 22px 0 0;
  padding: 0;
  /* color: #fff; */
  list-style: none;
  font-size: 0.95rem;
}

#society-aside ul.secretariat li {
  line-height: 1.25;
  padding: 0 3px 0;
  letter-spacing: 0.05em !important;
}
#society-aside ul.secretariat li:nth-child(1) {
  color: #111;
  font-weight: 700;
  /* font-size: 0.95rem; */
  background-color: #fefefe;
  border: 1px solid #ccc;
  padding: 7px 0 5px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  /* font-family: "Sawarabi Mincho", serif; */
}


/* #society-aside ul.secretariat li:nth-child(2) {
  color: #333;
  font-size: 0.85rem;
  padding: 1px 3px 6px;
  font-weight: bold;
} */

#society-aside ul.secretariat li.toptitle {
  /* color: #fff; */
  /* font-size: 0.95rem; */
  padding: 1px 3px 1px;
  font-weight: bold;
  /* letter-spacing: -0.01em; */
  margin-bottom: 3px;
}

#society-main {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#society-aside::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.text-shadow01 {
  text-shadow: 0 0 10px #000 !important;
}

.vertical {
  writing-mode: vertical-rl;
}

.v_line_left {
  border-left: solid 1px rgb(255, 255, 255);
  padding-left: 1px;
  height: 2.8rem !important;
}

.v_line_left02 {
  border-left: solid 1px rgb(255, 255, 255);
  padding-left: 1px;
  height: 3rem !important;
}

/* -- News -------------------------------------------------------- */

.info {
  padding: 1em 1.5em;
  border: 1px solid #ccc;
  /* font-size: 13px; */
  text-align: left;
  color: #111;
  overflow: auto;
  width: 100%;
  /* height: 18.5em; */
  background-color: #fefefe;
}

.info dl {
  display: flex;
  padding:0;
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 540px) {
  .info {
    padding: .5em 1em;
    font-size: 0.9em;
  }
  .info dl {
    display: block;
  }
}

.info dt,
.info dd {
  line-height: 1.65;
  padding-left: 0.25rem;
}

.info dt {
  padding-bottom: 0.35em;
  padding-right: 0.5em;
}

/* Sponsored CSS -------------------------------------------------------------- */

.head-border {
  display: flex;
  align-items: center;
  color: #107dc3 !important;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ccc;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

/* modal CSS -------------------------------------------------------------- */

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 23.8%;
}

.modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 160px);
  z-index: 99999;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 800px;
  padding: 45px 30px;
  background-color: #fff;
  margin-top: -80px;
}

@media (max-width: 767px) {
  .modalWrapper {
    width: 90%;
    padding: 45px 15px;
  }
}

.modalContents > p.mtitle {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}

.modalContents > p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

body.fixed02 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.lh1 {
  line-height: 1.2 !important;
}

.lh185 {
  line-height: 1.85 !important;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
}

.lh2 {
  line-height: 2 !important;
  text-align: justify;
  text-justify: inter-ideograph; /* IE */
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .lh2 {
    line-height: 1.65 !important;
  }
}

a.banner-link img:hover {
  opacity: 0.7 !important;
}

.fs15 {
  font-size: 1.25rem !important;
  /* font-family: "Oswald", sans-serif; */
  padding: 0 0.1rem;
}

.fs1red {
  font-size: 0.9rem !important;
  color: #b80000 !important;
  padding: 0 0.15rem;
}

.fs1blu {
  font-size: 0.9rem !important;
  color: #005ab8 !important;
  padding: 0 0.15rem;
}

._txt_red {
  color: #b80000 !important;
}

._txt_blu {
  color: #005ab8 !important;
}


.ls-001 {
  letter-spacing: -0.01rem !important;
}

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

.no-scroll {
  overflow: hidden;
}

.small02{
  font-size: 0.9em !important;
}