@charset "UTF-8";
.ic-urlcontrol .icuc-cntArea {
  z-index: inherit;
}

.editMode .ibqa_chatbutton {
  z-index: 999;
}

.controlPanel a {
  transition-property: opacity;
}
.controlPanel h1 {
  border: none;
}
.controlPanel h1:before, .controlPanel h1:after {
  display: none;
}
.controlPanel h2 {
  border: none;
}
.controlPanel h2:before, .controlPanel h2:after {
  display: none;
}
.controlPanel h3 {
  border: none;
}
.controlPanel h3:before, .controlPanel h3:after {
  display: none;
}
.controlPanel h4 {
  border: none;
}
.controlPanel h4:before, .controlPanel h4:after {
  display: none;
}
.controlPanel h5 {
  border: none;
}
.controlPanel h5:before, .controlPanel h5:after {
  display: none;
}
.controlPanel h6 {
  border: none;
}
.controlPanel h6:before, .controlPanel h6:after {
  display: none;
}

table.FileManager .FileManager_FileList img {
  max-width: inherit;
}

.DNNEmptyPane {
  margin: 0 !important;
  padding: 0 !important;
}

/*===========================================================
 default
===========================================================*/
p {
  padding: 0;
  margin: 0 0 1em 0;
}

a {
  color: #0031E5;
  word-break: break-word;
  text-decoration: underline;
}
a:hover {
  opacity: 1;
  color: #0031E5;
  text-decoration: none;
}

ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
}

ul li,
ol li {
  padding: 0;
}

/* animation
------------------------------ */
a,
a:link,
a:visited,
a:before,
a:after,
a img,
input[type=submit]:not(.submitBtn),
button {
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: opacity, border, background, color, width, height, font-size, padding;
}

img {
  max-width: 100%;
  vertical-align: top;
}

#blockskip {
  display: none;
}

hr {
  margin: 0 0 1em 0;
  border: none;
  border-top: #cccccc solid 1px;
}

#header .token_menu ul li.Tab2461 {
  display: none;
}

/* pc/sp settings */
.pc_area {
  display: block;
}

.sp_area {
  display: none;
}

.box_bordered.shrink, .box_colored.shrink {
  padding: 0.5em 1em;
}
.box_bordered.bulge, .box_colored.bulge {
  padding: 3em 3.5em;
}
.box_bordered {
  border-color: #cccccc;
}
.box_bordered.color_01 {
  border: 1px solid #0031e5;
}
.box_colored {
  background-color: #f3f3f3;
}

.color_red {
  color: #cc0000;
}
.color_gray {
  color: #666;
}
.color_orange {
  color: #e8340c;
}

.font_ubuntu {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,
.pagetitle .page_title_txt {
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  border-bottom: #ddd solid 6px;
  padding: 0 0 20px 0;
  margin: 60px 0 40px;
  position: relative;
}
h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: #0031e5;
  position: absolute;
  left: 0;
  bottom: -6px;
}
h3 {
  font-size: 1.625rem;
  position: relative;
  margin: 60px 0 30px;
  padding: 0 0 15px 0;
  border-bottom: #ddd solid 3px;
}
h4 {
  font-size: 1.375rem;
  position: relative;
  padding: 0 0 0 18px;
  margin: 60px 0 30px;
}
h4:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #0031e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
h5 {
  font-size: 1.125rem;
  position: relative;
  padding: 0 0 0 20px;
  margin: 60px 0 30px;
}
h5:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  left: 0;
  top: 10px;
  background-color: #c7f732;
  margin-top: -1.5px;
}

h6 {
  font-size: 1rem;
  position: relative;
  padding: 0 0 0 20px;
  margin: 60px 0 20px;
}
h6:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  left: 0;
  top: 10px;
  background-color: #ddd;
}

h2 + h3 {
  margin-top: 40px;
}

h3 + h4 {
  margin-top: 30px;
}

h4 + h5 {
  margin-top: 30px;
}

body:not(._Index) .ContentPane > section.ic-modulecontent:first-of-type > div[id$=_ContentPane] > div[id$=_ModuleContent] h2:first-child {
  margin-top: 0;
}

.layout_item.inlined > * {
  margin-right: 1rem;
}

a.link_btn,
.link_btn a {
  background-color: #0031e5;
  border: #0031e5 solid 2px;
  text-decoration: none;
  font-weight: 700;
  padding: 6px 30px;
  line-height: 1.4;
}
a.link_btn:hover,
.link_btn a:hover {
  background-color: #fff;
  color: #0031e5;
}

a.link_btn.bulge,
.link_btn.bulge a {
  padding: 12px 50px;
}

a.link_btn.shrink,
.link_btn.shrink a {
  padding: 2px 20px;
}

a.link_inpage,
.link_inpage a {
  background-color: #f2f4f7;
  color: #1c1c1c;
  padding: 15px 60px 15px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
a.link_inpage:before,
.link_inpage a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/Portals/0/image/common/ico_arrow_r.svg) 0 0 no-repeat;
  filter: brightness(0) saturate(100%) invert(14%) sepia(55%) saturate(5530%) hue-rotate(227deg) brightness(107%) contrast(121%);
  position: absolute;
  right: 23px;
  left: auto;
  top: calc(50% + 3px);
  transform: translateY(-50%) rotate(90deg);
  transition: top 0.2s;
  margin: 0;
}
a.link_inpage:after,
.link_inpage a:after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  right: 15px;
}
a.link_inpage:hover,
.link_inpage a:hover {
  color: #e8340c;
}
a.link_inpage:hover:before,
.link_inpage a:hover:before {
  top: calc(50% + 8px);
}

a.link_txt,
.link_txt a {
  color: #1c1c1c;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  padding: 0 25px 0 0;
  align-items: center;
  line-height: 1.4;
}
a.link_txt:before,
.link_txt a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/Portals/0/image/common/ico_arrow_r.svg) 0 0 no-repeat;
  filter: brightness(0) saturate(100%) invert(10%) sepia(85%) saturate(5759%) hue-rotate(230deg) brightness(107%) contrast(114%);
  position: absolute;
  right: 5px;
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.2s;
}
a.link_txt:hover,
.link_txt a:hover {
  color: #0031e5;
}
a.link_txt:hover:before,
.link_txt a:hover:before {
  right: 0px;
}

ul.link_txt {
  list-style: none;
  margin: 0;
  padding: 0;
}

a.link_txt_circle,
.link_txt_circle a {
  color: #1c1c1c;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  padding: 0 50px 0 0;
  align-items: center;
  line-height: 1.4;
}
a.link_txt_circle:before,
.link_txt_circle a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/Portals/0/image/common/ico_arrow_r.svg) 0 0 no-repeat;
  filter: brightness(0) saturate(100%) invert(10%) sepia(85%) saturate(5759%) hue-rotate(230deg) brightness(107%) contrast(114%);
  position: absolute;
  right: 12px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.2s;
}
a.link_txt_circle:after,
.link_txt_circle a:after {
  content: "";
  width: 40px;
  height: 40px;
  border: #0031e5 solid 2px;
  border-radius: 100%;
  position: absolute;
  right: 0;
}
a.link_txt_circle:hover,
.link_txt_circle a:hover {
  color: #0031e5;
}
a.link_txt_circle:hover:before,
.link_txt_circle a:hover:before {
  right: 6px;
}

table.table_basic,
table.tableBasic {
  border-color: #777;
}
table.table_basic > tbody > tr > th,
table.table_basic > tbody > tr > td,
table.tableBasic > tbody > tr > th,
table.tableBasic > tbody > tr > td {
  border-color: #777;
  padding: 15px;
}
table.table_basic > tbody > tr td,
table.tableBasic > tbody > tr td {
  background-color: #fff;
}
table.table_basic > tbody > tr > th,
table.tableBasic > tbody > tr > th {
  background-color: #0031E5;
  color: #fff;
  border-color: #fff;
}
table.table_basic > tbody > tr > th:first-child,
table.tableBasic > tbody > tr > th:first-child {
  border-left-color: #0031E5;
}
table.table_basic > tbody > tr:first-child > th,
table.tableBasic > tbody > tr:first-child > th {
  border-top-color: #0031E5;
}
table.table_basic.type_01 > tbody > tr:nth-child(2) > th,
table.tableBasic.type_01 > tbody > tr:nth-child(2) > th {
  background-color: #033093;
}
table.table_basic.type_01 > tbody > tr:nth-child(2) > th:first-child,
table.tableBasic.type_01 > tbody > tr:nth-child(2) > th:first-child {
  border-left-color: #033093;
}
table.table_basic.type_01 > tbody > tr:nth-child(even) > td,
table.tableBasic.type_01 > tbody > tr:nth-child(even) > td {
  background-color: #F3F3F3;
}
table.table_basic.type_02,
table.tableBasic.type_02 {
  border: none;
}
table.table_basic.type_02 > tbody > tr > th,
table.tableBasic.type_02 > tbody > tr > th {
  background-color: transparent;
  color: #1c1c1c;
  border: none;
  border-bottom: #0031E5 solid 2px;
}
table.table_basic.type_02 > tbody > tr > td,
table.tableBasic.type_02 > tbody > tr > td {
  border: none;
  border-bottom: #cccccc solid 2px;
}
table.table_basic.shrink > tbody > tr > th,
table.table_basic.shrink > tbody > tr > td,
table.tableBasic.shrink > tbody > tr > th,
table.tableBasic.shrink > tbody > tr > td {
  padding: 5px 10px;
}
table.table_basic.bulge > tbody > tr > th,
table.table_basic.bulge > tbody > tr > td,
table.tableBasic.bulge > tbody > tr > th,
table.tableBasic.bulge > tbody > tr > td {
  padding: 20px 30px;
}

.txt_xs, .txt_xsmall {
  font-size: 0.75rem;
}
.txt_sm, .txt_small {
  font-size: 0.875rem;
}
.txt_md, .txt_medium {
  font-size: 1rem;
}
.txt_base {
  font-size: 1rem;
}
.txt_lg, .txt_large {
  font-size: 1.125rem;
}
.txt_xl, .txt_xlarge {
  font-size: 1.25rem;
}
.txt_2xl {
  font-size: 1.5rem;
}
.txt_3xl {
  font-size: 1.875rem;
}
.txt_4xl {
  font-size: 2.1875rem;
}

ul.ulList_vertical.ulPaging {
  text-align: center;
}
ul.ulList_vertical.ulPaging li {
  font-weight: 700;
  line-height: 1;
  background-color: #042666;
  margin: 3px;
}
ul.ulList_vertical.ulPaging li a {
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #042666;
}
ul.ulList_vertical.ulPaging li.Current {
  background-color: #fff;
  border: 1px solid #042666;
  padding: 8px 12px;
  color: #042666;
}

ul.ulPaging li a:hover,
ul.ulPaging li:hover a {
  background-color: #fff;
  color: #042666;
  background: #fff;
}

.icmdtp-formItem .formRepeatfield .table_basic th,
.icmdtp-formItem .formRepeatfield .tableBasic th {
  width: 25%;
}
.icmdtp-formItem .formRepeatfield .table_basic th span.ic-requiredmark,
.icmdtp-formItem .formRepeatfield .tableBasic th span.ic-requiredmark {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: #f2f4f7;
  color: #cc0000;
  padding: 3px 5px;
  border-radius: 2px;
}
.icmdtp-formItem .formRepeatfield .table_basic td .note,
.icmdtp-formItem .formRepeatfield .tableBasic td .note {
  font-size: 0.875rem;
}
.icmdtp-formItem .formRepeatfield .table_basic td fieldset,
.icmdtp-formItem .formRepeatfield .tableBasic td fieldset {
  border: none;
  padding: 0;
}
.icmdtp-formItem .formRepeatfield .table_basic td fieldset legend,
.icmdtp-formItem .formRepeatfield .tableBasic td fieldset legend {
  display: none;
}
.icmdtp-formItem .formSubmitarea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.icmdtp-formItem .formSubmitarea input {
  margin: 5px;
}
.icmdtp-formItem .formSubmitarea input[type=submit] {
  padding: 1em 3.5em;
  color: #1c1c1c;
  text-decoration: none;
  border-radius: 5px;
  font-size: 100%;
  line-height: 1.8;
  position: relative;
  border: none;
  text-align: center;
  cursor: pointer;
}
.icmdtp-formItem .formSubmitarea input[type=submit][disabled=disabled] {
  opacity: 0.5;
  cursor: none;
}

.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit] {
  min-width: 9.4em;
}

[id*=ViewMailForm_pnlInput] .icmdtp-formItem input[type=submit].btnSearchZipCode {
  background-color: #042666;
  border: #042666 solid 2px;
  text-decoration: none;
  font-weight: 700;
  padding: 4px 20px;
  color: #fff;
  border-radius: 0px;
  line-height: 1.4;
}
[id*=ViewMailForm_pnlInput] .icmdtp-formItem input[type=submit].btnSearchZipCode:hover {
  background-color: #fff;
  color: #042666;
}

.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit][id$=Confirm],
.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit][id$=ConfirmSend] {
  background-color: #042666;
  border: #042666 solid 2px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  border-radius: 0px;
}
.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit][id$=Confirm]:hover,
.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit][id$=ConfirmSend]:hover {
  background-color: #fff;
  color: #042666;
}

.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit] {
  border-radius: 0px;
}

.icmdtp-formItem .formRepeatfield table > tbody > tr > td input[type=text],
.icmdtp-formItem .formRepeatfield table > tbody > tr > td textarea {
  width: 100%;
}

.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit] {
  border: #ccc solid 2px;
  background-color: #fff;
  color: #1c1c1c;
}

.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit]:hover {
  border-color: #042666;
  opacity: 1;
  color: #042666;
}

.icmdtp-formItem .formRepeatfield .table_basic td [id*=_divDescription_] > *,
.icmdtp-formItem .formRepeatfield .tableBasic td [id*=_divDescription_] > *,
.icmdtp-formItem .formRepeatfield .table_basic td [id*=_divAboveDescription_] > *,
.icmdtp-formItem .formRepeatfield .tableBasic td [id*=_divAboveDescription_] > * {
  margin-bottom: 0;
}

.side_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side_nav ul li a {
  display: block;
  color: #1c1c1c;
  text-decoration: none;
  position: relative;
  border-top: #fff solid 1px;
  padding: 20px 15px;
  line-height: 1.5;
}
.side_nav ul li a:hover {
  color: #e8340c;
  opacity: 1;
}
.side_nav ul li a.toggleSwitch {
  padding-right: 30px;
  position: relative;
}
.side_nav ul li a.toggleSwitch .toggleBtn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.side_nav ul li a.toggleSwitch .toggleBtn:before, .side_nav ul li a.toggleSwitch .toggleBtn:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  background-color: #052666;
  top: 50%;
  right: 4px;
  margin-top: -1px;
  transition: ease-in-out 0.3s;
}
.side_nav ul li a.toggleSwitch .toggleBtn:after {
  transform: rotate(90deg);
}
.side_nav ul li a.toggleSwitch.open .toggleBtn:after {
  transform: rotate(0deg);
  background-color: #999;
}
.side_nav ul li a.toggleSwitch.open .toggleBtn:before {
  background-color: #999;
}
.side_nav ul li.currentItem, .side_nav ul li.parentItem {
  display: block;
}
.side_nav ul li ul li a {
  padding: 18px 15px;
}
.side_nav ul li ul li ul {
  display: none;
}
.side_nav ul li.currentItem > a:before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 16px);
  position: absolute;
  background-color: #e8340c;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.side_nav ul ul li.parentItem > a,
.side_nav ul ul li.currentItem > a {
  color: #042666;
  font-weight: 700;
}
.side_nav > ul > li {
  display: none;
}
.side_nav > ul > li.parentItem {
  display: block;
}
.side_nav > ul > li > a {
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #042666;
  line-height: 1.2;
  position: relative;
  color: #fff;
}
.side_nav > ul > li > a:hover {
  color: #FFF;
  text-decoration: underline;
}
.side_nav > ul > li > ul > li {
  background-color: #f2f4f7;
  margin-bottom: 1px;
}
.side_nav > ul > li > ul > li > a {
  border: none;
}
.side_nav > ul > li > ul > li ul {
  margin-left: 20px;
}
.side_nav > ul > li > ul > li > ul {
  background-color: #fff;
}
.side_nav > ul > li > ul > li > ul > li > a {
  border-color: #f2f4f7;
}
.side_nav > ul > li > ul > li > ul > li > ul > li {
  background-color: #f2f4f7;
  margin-bottom: 1px;
}
.side_nav > ul > li > ul > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.side_nav > ul > li > ul > li > ul > li > ul > li > a {
  border: none;
}
.side_nav > ul > li > ul > li > ul > li > ul > li ul {
  margin-left: 15px;
}
.side_nav > ul > li > ul > li > ul > li > ul > li > ul > li {
  background-color: #fff;
  margin-bottom: 1px;
}
.side_nav > ul > li > ul > li > ul > li > ul > li > ul > li a {
  padding: 10px 25px 10px 15px;
  border-color: #f2f4f7;
}
.side_nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
  background-color: #f2f4f7;
  margin-bottom: 1px;
}
.side_nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
  background-color: #fff;
  margin-bottom: 1px;
}
.side_nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {
  border-color: #f2f4f7;
}

.match_report_news.icmdtp-newsItem {
  padding-bottom: 100px;
}
.match_report_news.icmdtp-newsItem ul.news_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.match_report_news.icmdtp-newsItem ul.news_list li {
  display: flex;
  flex-direction: column;
  border: none;
  margin: 0;
  padding: 0;
}
.match_report_news.icmdtp-newsItem ul.news_list li .news_image {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 10px;
}
.match_report_news.icmdtp-newsItem ul.news_list li .news_image a {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  justify-content: center;
}
.match_report_news.icmdtp-newsItem ul.news_list li .news_image a img {
  object-fit: cover;
}
.match_report_news.icmdtp-newsItem ul.news_list li .news_category {
  color: #e8340c;
  font-weight: 700;
  position: relative;
  padding-left: 10px;
  font-size: 0.875rem;
}
.match_report_news.icmdtp-newsItem ul.news_list li .news_category:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 6px;
}
.match_report_news.icmdtp-newsItem ul.news_list li .news_date {
  font-weight: 700;
}
.match_report_news.icmdtp-newsItem ul.news_list li .news_title a {
  color: #1c1c1c;
  text-decoration: none;
}
.match_report_news.icmdtp-newsItem ul.news_list li:hover .news_image a img {
  opacity: 0.6;
}
.match_report_news.icmdtp-newsItem ul.news_list li:hover .news_title a {
  opacity: 0.6;
}
.match_report_news.icmdtp-newsItem .report_news_detail .link_btn.news_backLink {
  text-align: right;
  margin-top: 2em;
}

.content_01 .match_report_news.icmdtp-newsItem ul.news_list li .news_title a {
  color: #fff;
}
.content_01 .icmdtp-newsItem.match_report_news .news_title img[alt=New][id^=dnn_] {
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(95%) sepia(96%) saturate(908%) hue-rotate(23deg) brightness(105%) contrast(99%);
}

.icmdtp-newsItem {
  padding: 0;
}

ul.news_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.news_list li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #ccc solid 1px;
}
ul.news_list li .news_date {
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 0;
}
ul.news_list li .news_title {
  margin-top: 0.5em;
}
ul.news_list li .news_title a {
  color: #1c1c1c;
  text-decoration: none;
  line-height: 1.6;
}
ul.news_list li .news_title a:hover {
  color: #0031e5;
}
ul.news_list li .news_category {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  width: 12em;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  flex-wrap: wrap;
}
ul.news_list li .news_category > span {
  border-radius: 3px;
  border: 1px solid #0031e5;
  background-color: #fff;
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
  padding: 5px;
  width: 100%;
  text-align: center;
}

.topics_news ul.news_list li {
  flex-wrap: nowrap;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.topics_news ul.news_list li .news_date {
  width: 4.5em;
  line-height: 1.2;
  margin-top: -0.2em;
}
.topics_news ul.news_list li .news_date span {
  display: block;
  font-size: 1.5rem;
}
.topics_news ul.news_list li .news_title {
  margin-top: 0;
}
.topics_news ul.news_list li .news_category > span {
  padding: 10px 15px;
}

.news_detail .news_date {
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 15px;
}
.news_detail .news_category {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}
.news_detail .news_category > span {
  display: inline-block;
  padding: 2px 1em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #0031e5;
  background-color: #fff;
}
.news_detail h2.newsTitle {
  margin-top: 15px;
}
.news_detail .link_btn.news_backLink {
  text-align: right;
  margin-top: 2em;
}

.news_detail h1.newsTitle {
  font-size: 1.875rem;
  line-height: 1.2;
  border-bottom: #ddd solid 6px;
  padding: 0 0 20px 0;
  margin: 15px 0 40px;
  position: relative;
}
.news_detail h1.newsTitle:after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: #0031e5;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.news_detail .news_description h2 {
  font-size: 1.625rem;
  position: relative;
  margin: 60px 0 30px;
  padding: 0 0 15px 0;
  border-bottom: #ddd solid 3px;
}
.news_detail .news_description h2:after {
  display: none;
}
.news_detail .news_description h3 {
  font-size: 1.375rem;
  position: relative;
  padding: 0 0 0 18px;
  margin: 60px 0 30px;
  border: none;
}
.news_detail .news_description h3:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #0031e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_detail .news_description h4 {
  font-size: 1.125rem;
  position: relative;
  padding: 0 0 0 20px;
  margin: 60px 0 30px;
}
.news_detail .news_description h4:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  left: 0;
  top: 10px;
  background-color: #c7f732;
  margin-top: -1.5px;
}
.news_detail .news_description h5 {
  font-size: 1rem;
  position: relative;
  padding: 0 0 0 20px;
  margin: 60px 0 20px;
}
.news_detail .news_description h5:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  left: 0;
  top: 10px;
  background-color: #ddd;
}

ul.ulList_vertical.ulPaging {
  text-align: center;
}
ul.ulList_vertical.ulPaging li {
  background-color: #0031e5;
  margin: 3px;
}
ul.ulList_vertical.ulPaging li a {
  color: #fff;
  border: 1px solid #0031e5;
}
ul.ulList_vertical.ulPaging li.Current {
  background-color: #fff;
  border-color: #0031e5;
  color: #0031e5;
}

ul.ulPaging li a:hover,
ul.ulPaging li:hover a {
  color: #0031e5;
}

[id*=ViewMailForm_pnlInput] .icmdtp-formItem input[type=submit].btnSearchZipCode {
  background-color: #0031e5;
  border-color: #0031e5 solid;
}

[id*=ViewMailForm_pnlInput] .icmdtp-formItem input[type=submit].btnSearchZipCode:hover {
  background-color: #fff;
  color: #0031e5;
}

.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit][id$=Confirm],
.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit][id$=ConfirmSend] {
  background-color: #0031e5;
  border-color: #0031e5;
  color: #fff;
}

.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit][id$=Confirm]:hover,
.icmdtp-formItem .formSubmitarea input[id^=dnn_][type=submit][id$=ConfirmSend]:hover {
  background-color: #fff;
  color: #0031e5;
}

.side_nav > ul > li > a {
  background-color: #0031e5;
  color: #fff;
}

.side_nav ul li a:hover {
  color: #0031e5;
  opacity: 1;
}

.side_nav ul li a.toggleSwitch .toggleBtn:before,
.side_nav ul li a.toggleSwitch .toggleBtn:after {
  background-color: #0031e5;
}

.side_nav ul ul li.parentItem > a,
.side_nav ul ul li.currentItem > a {
  color: #0031e5;
}

.side_nav > ul > li > a {
  background-color: #0031e5;
  color: #fff;
}

.side_nav > ul > li > a:hover {
  color: #fff;
}

.side_nav ul li.currentItem > a:before {
  background-color: #c7f732;
}

.side_nav > ul > li.currentItem > a:before {
  display: none;
}

ul.sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sitemap li {
  padding: 0;
  margin: 0 0 2em;
  border: none;
}
ul.sitemap li a {
  text-decoration: none;
  display: block;
  margin: 0 0 0.5em;
  padding: 1em 1.5em;
  background-color: #042666;
  color: #fff;
  border: none;
  line-height: 1.25;
  font-weight: 700;
  height: auto;
  font-size: 1.25rem;
}
ul.sitemap li a:hover {
  background-color: #e8340c;
}
ul.sitemap li ul {
  padding: 0;
  list-style: none;
  margin: 0 0 1em 3rem;
}
ul.sitemap li ul li {
  margin: 0 0 1em;
}
ul.sitemap li ul li a {
  background-color: transparent;
  color: #333;
  padding: 1em;
  position: relative;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 1.125rem;
}
ul.sitemap li ul li a:hover {
  background-color: transparent;
  color: #e8340c;
}
ul.sitemap li ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #042666 50%, #666 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.sitemap li ul li ul {
  margin-left: 2rem;
}
ul.sitemap li ul li ul li {
  margin: 0;
}
ul.sitemap li ul li ul li a {
  font-size: 1rem;
  font-weight: 400;
}
ul.sitemap li ul li ul li a:after {
  height: 2px;
  background: linear-gradient(to right, #042666 25%, #666 25%);
}
ul.sitemap li ul li ul li ul li a {
  font-size: 1rem;
  padding: 0.75em 1em;
  border-bottom: 1px solid #666;
}
ul.sitemap li ul li ul li ul li a:after {
  content: none;
}
ul.sitemap li ul li ul li ul li a ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
ul.sitemap li ul li ul li ul li a ul li a {
  padding: 0 0 0 20px;
  border: none;
  margin: 0 0 1em;
  font-size: 1rem;
}
ul.sitemap li ul li ul li ul li a ul li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: calc(0.75em - 2px);
  left: 0;
  background: linear-gradient(to right, #042666 50%, #666 50%);
  bottom: inherit;
}
ul.sitemap li ul li ul li ul li a ul li ul li a {
  font-size: 0.875rem;
}

div.ViewTabs > div[id]:not(:first-of-type) {
  display: none;
}
div.ViewTabs > ul.ui-tabs-nav {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 0 45px;
  padding: 0;
}
div.ViewTabs > ul.ui-tabs-nav > li {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
div.ViewTabs > ul.ui-tabs-nav > li.ui-tabs-active a {
  color: #1c1c1c;
  border-color: #c7f732;
}
div.ViewTabs > ul.ui-tabs-nav > li > a {
  text-decoration: none;
  color: #666;
  font-size: 1rem;
  padding: 1rem 0;
  border-bottom: #eee solid 6px;
}
div.ViewTabs > ul.ui-tabs-nav > li > a:hover {
  color: #1c1c1c;
  border-color: #c7f732;
}
div.ViewTabs .ui-tabs-panel {
  word-wrap: break-word;
  border: none;
  padding: 0;
}

.acc_wrap {
  margin-bottom: 2em;
}

.acc_title {
  display: block;
  cursor: pointer;
  border: 1px solid #042666;
  background-color: #042666;
  padding: 1em 3em 1em 1.5em;
  color: #fff;
  font-size: fontsize(18px);
  font-weight: 700;
  position: relative;
}
.acc_title .acc-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1.5em;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.acc_title .acc-btn:before, .acc_title .acc-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.acc_title .acc-btn:after {
  transform: rotate(90deg);
}
.acc_title.is-open .acc-btn:before {
  opacity: 0;
}
.acc_title.is-open .acc-btn:after {
  transform: rotate(180deg);
}

.acc_item {
  display: none;
  border: 1px solid #042666;
  padding: 1.5em 1.5em;
}
.acc_item > *:last-child {
  margin-bottom: 0;
}

.infocmsEditor .acc_item {
  display: block;
}

.js-fileicon {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 0 0 5px;
  line-height: 1;
}
.js-fileicon .size {
  display: block;
}
.js-fileicon .icon {
  display: block;
}
.js-fileicon .icon img {
  display: block;
  margin-right: 5px;
}
.js-fileicon .bg_icon {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url(/Portals/0/image/common/ico_external.png) center center no-repeat;
  display: inline-block;
  width: 16px;
}

table.table_basic.no_icon a .js-fileicon {
  display: none;
}

.megamenu_wrap ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.megamenu_wrap ul li a {
  color: #1c1c1c;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
  display: block;
}
.megamenu_wrap > ul > li {
  position: relative;
  display: none;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 50px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.megamenu_wrap > ul > li:before {
  content: "";
  display: block;
  width: 1920px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.megamenu_wrap > ul > li > a {
  display: inline-flex;
  padding: 0 50px 0 0;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.megamenu_wrap > ul > li > a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/Portals/0/image/common/ico_arrow_r.svg) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  left: auto;
  top: 0.5em;
  transition: right 0.2s;
}
.megamenu_wrap > ul > li > a:after {
  content: "";
  width: 36px;
  height: 36px;
  border: #e8340c solid 2px;
  border-radius: 100%;
  position: absolute;
  right: 0;
}
.megamenu_wrap > ul > li > a:hover {
  color: #e8340c;
}
.megamenu_wrap > ul > li > a:hover:before {
  right: 6px;
}
.megamenu_wrap > ul > li > ul {
  border-top: #eee solid 3px;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  position: relative;
  padding-top: 15px;
}
.megamenu_wrap > ul > li > ul > li {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.megamenu_wrap > ul > li > ul > li > a {
  text-decoration: none;
  display: inline-flex;
  padding: 0 30px 0 0;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
}
.megamenu_wrap > ul > li > ul > li > a + a {
  margin-top: 0.5em;
}
.megamenu_wrap > ul > li > ul > li > a:before {
  content: "";
  width: 18px;
  height: 12px;
  background: url(/Portals/0/image/common/ico_arrow_r.svg) 0 0 no-repeat;
  position: absolute;
  right: 5px;
  left: auto;
  bottom: auto;
  top: calc(0.5em - 1px);
  transition: right 0.2s;
  background-size: contain;
}
.megamenu_wrap > ul > li > ul > li > a:hover {
  color: #e8340c;
}
.megamenu_wrap > ul > li > ul > li > a:hover:before {
  right: 0px;
}
.megamenu_wrap > ul > li > ul > li > ul > li > a {
  font-size: 0.875rem;
  position: relative;
  padding-left: 12px;
  margin-top: 0.5em;
}
.megamenu_wrap > ul > li > ul > li > ul > li > a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background-color: #e8340c;
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
}

.megamenu_wrap > ul > li > ul.txt_sm {
  gap: 0em 30px;
}
.megamenu_wrap > ul > li > ul.txt_sm li a {
  font-size: 0.875rem;
}
.megamenu_wrap > ul > li > ul.txt_sm li a:before {
  width: 12px;
  height: 12px;
  background-size: contain;
}

.mega_closeBtn {
  cursor: pointer;
  display: inline-flex;
  position: absolute;
  top: 60px;
  right: 20px;
}
.mega_closeBtn:hover {
  color: #042666;
}
.mega_closeBtn p {
  position: relative;
  line-height: 1;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 14px;
}
.mega_closeBtn p:before, .mega_closeBtn p:after {
  content: "";
  display: block;
  background-color: #042666;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mega_closeBtn p:before {
  transform: rotate(45deg);
}
.mega_closeBtn p:after {
  transform: rotate(-45deg);
}

.infocmsEditor .megamenu_wrap > ul > li {
  display: block;
  position: relative;
  left: 0;
  transform: none;
}

.mega_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
body.editMode .mega_overlay {
  z-index: -1;
}

.scroll_wrap {
  overflow: auto;
  margin: 0 0 2em;
}
.scroll_wrap > table.scroll_table {
  max-width: inherit;
  width: 100%;
  margin: 0;
}
.scroll_wrap > table.scroll_table:not([style*=width]) > *:where(thead, tbody) > tr:first-child > th {
  white-space: nowrap;
}
.scroll_wrap > table.scroll_table td {
  background-color: transparent;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.megamenu_wrap > ul > li > a:before,
.megamenu_wrap > ul > li > ul > li > a:before {
  filter: brightness(0) saturate(100%) invert(10%) sepia(85%) saturate(5759%) hue-rotate(230deg) brightness(107%) contrast(114%);
}

.megamenu_wrap > ul > li > a:after {
  border-color: #0031e5;
}

.megamenu_wrap > ul > li > a:hover,
.megamenu_wrap > ul > li > ul > li > a:hover {
  color: #0031e5;
}

.megamenu_wrap > ul > li > ul > li > ul > li > a:before {
  background-color: #0031e5;
}

.mega_closeBtn:hover {
  color: #0031e5;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.main.slider,
.slickSlider {
  margin: 0 0 80px;
}
.main.slider > *:not(:first-child) img,
.slickSlider > *:not(:first-child) img {
  display: none;
}
.main.slider .slick-slide div[style*="display: inline-block;"],
.slickSlider .slick-slide div[style*="display: inline-block;"] {
  display: block !important;
}
.main.slider .slick-slide img,
.slickSlider .slick-slide img {
  display: block;
}

.slick-dots {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  padding: 0;
  margin: 0 10px;
}
.slick-dots li button {
  display: block;
  width: 100px;
  height: 6px;
  background-color: #666;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  padding: 0;
}
.slick-dots li button:hover {
  background-color: #e8340c;
}
.slick-dots li.slick-active button {
  background-color: #e8340c;
}
.slick-dots li.slick-active button:hover {
  opacity: 0.7;
}

.slicksliderArea .btnPause[id*=_ViewSliderImagespause]:before {
  width: 2px;
  left: 5px;
}

.slicksliderArea .btnPause[id*=_ViewSliderImagespause]:after {
  width: 2px;
}

.carousel_area {
  position: relative;
}
.carousel_area a:hover {
  opacity: 0.7;
}
.carousel_area .slick-navigation {
  position: absolute;
  top: calc(100% - 40px);
  right: 65px;
  z-index: 10;
}
.carousel_area .controls-btn {
  width: 20px;
  height: 20px;
  padding: 5px;
  background-color: #dadfe7;
  border: 2px solid transparent;
  position: absolute;
  border: #dadfe7 2px solid;
}
.carousel_area .controls-btn.pause-btn.active {
  display: none;
}
.carousel_area .controls-btn:hover {
  background-color: #fff;
  border-color: #042666;
}
.carousel_area .controls-btn.play-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #042666;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  top: 4px;
  left: 4px;
}
.carousel_area .controls-btn.pause-btn {
  content: "";
  display: block;
  position: absolute;
}
.carousel_area .controls-btn.pause-btn:before, .carousel_area .controls-btn.pause-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 9px;
  background-color: #042666;
  top: 4px;
}
.carousel_area .controls-btn.pause-btn:before {
  left: 5px;
}
.carousel_area .controls-btn.pause-btn:after {
  left: 9px;
}
.carousel_area .bnrarea_slide {
  padding: 50px 30px;
}
.carousel_area .slick-track .slick-slide {
  max-width: 250px;
  margin: 0 15px;
  line-height: 1;
}
.carousel_area .slick-arrow {
  position: absolute;
  width: 45px;
  height: 100%;
  flex-shrink: 0;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.carousel_area .slick-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(32%) saturate(5144%) hue-rotate(214deg) brightness(98%) contrast(108%);
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.carousel_area .slick-arrow.slick-prev {
  left: 0;
}
.carousel_area .slick-arrow.slick-prev:after {
  background-image: url(/Portals/0/image/index/slider_arrow_l.svg);
  background-position: center left;
}
.carousel_area .slick-arrow.slick-next {
  right: 0;
}
.carousel_area .slick-arrow.slick-next:after {
  background-image: url(/Portals/0/image/index/slider_arrow_r.svg);
  background-position: center right;
  right: 0;
}

ul.f_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
ul.f_nav li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
ul.f_nav li a:hover {
  text-decoration: underline;
}

ul.f_link {
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px 40px;
}
ul.f_link li {
  position: relative;
}
ul.f_link li:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -6px;
}
ul.f_link li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}
ul.f_link li a:hover {
  text-decoration: underline;
}

.infocmsEditor ul.f_link li a {
  color: #1c1c1c;
}

.foot_search {
  margin-top: 40px;
}
.foot_search .SearchInput.submitArea {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  position: relative;
  height: 30px;
}
.foot_search .SearchInput.submitArea .txtSearch {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-color: rgba(242, 244, 247, 0.15);
  border: none;
  border-radius: 0px;
}
.foot_search .SearchInput.submitArea .submitBtn_S[type=submit] {
  background: url(/Portals/0/image/common/ico_magnify.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  border: none;
  text-indent: -200%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

.f_adress_area {
  text-align: center;
}
.f_adress_area .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.carousel_area .slick-arrow:after {
  filter: brightness(0) saturate(100%) invert(13%) sepia(67%) saturate(6238%) hue-rotate(231deg) brightness(94%) contrast(112%);
}

.carousel_area .controls-btn.pause-btn:before,
.carousel_area .controls-btn.pause-btn:after {
  background-color: #0031e5;
}

.carousel_area .controls-btn:hover {
  border-color: #0031e5;
}

.category_index.layout_item {
  gap: 30px;
}
.category_index.layout_item > * {
  background: #f3f3f3;
  padding: 28px;
  margin: 0;
}
.category_index.layout_item.col2 > * {
  width: calc(50% - 15px);
}
.category_index.layout_item.col3 > * {
  width: calc(33% - 17px);
}
.category_index .title:has(+ hr) {
  margin-bottom: 15px;
}
.category_index .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.category_index .title img {
  display: block;
  vertical-align: baseline;
  margin-bottom: 20px;
}
.category_index hr {
  margin: 0 0 1em 0;
  border: none;
  border-top: #fff solid 3px;
}

.head_font {
  display: flex;
  align-items: center;
}
.head_font img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(85%) saturate(5759%) hue-rotate(230deg) brightness(107%) contrast(114%);
}
.head_font ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  display: inline-flex;
  gap: 0 10px;
}
.head_font ul li {
  font-size: 0.875rem;
  font-weight: 700;
  color: #cccccc;
  min-width: 2em;
  text-align: center;
  border-bottom: solid 2px transparent;
  line-height: 1.5;
  position: relative;
}
.head_font ul li:hover {
  cursor: pointer;
}
.head_font ul li.active {
  color: #000;
  border-color: #0031e5;
}
.head_font ul li.fontsize2 {
  position: relative;
}
.head_font ul li.fontsize2:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 4px);
  width: 1px;
  background-color: #ccc;
  left: -3px;
  top: 2px;
}

ul.f_sns_link {
  max-width: 112px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
ul.f_sns_link img {
  vertical-align: middle;
}

._Index .main.slider,
._Index .slickSlider {
  margin: 0;
}
._Index .slicksliderArea {
  position: relative;
  background: #0031e5;
}
._Index .slicksliderArea .js-fileicon {
  display: none;
}
._Index .slicksliderArea .slick-list.draggable {
  padding: 0 20%;
}
._Index .slicksliderArea .slick-slide img {
  width: 100%;
}
._Index .slicksliderArea .slick-initialized .slick-slide {
  margin: 0;
}
._Index .slicksliderArea .slick-initialized .slick-slide a {
  text-decoration: none;
}
._Index .slicksliderArea .slick-initialized .slick-slide img {
  opacity: 0.5;
}
._Index .slicksliderArea .slick-initialized .slick-slide.slick-active img {
  opacity: 1;
}
._Index .slicksliderArea .slick-initialized .slick-slide.slick-active:hover {
  opacity: 0.7;
}
._Index .slicksliderArea .slick-slide p {
  font-size: 0.875rem;
  display: inline-block;
  width: auto;
  right: auto;
}
._Index .slicksliderArea .slick-slide p:hover {
  opacity: 1;
}
._Index .slicksliderArea .btnPause {
  background-color: transparent;
  position: absolute;
  top: auto;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(80px);
  width: 16px;
  height: 16px;
}
._Index .slicksliderArea .btnPause:before, ._Index .slicksliderArea .btnPause:after {
  background-color: #0031e5;
}
._Index .slicksliderArea .btnPause.pause:before {
  border-color: transparent transparent transparent #0031e5;
}
._Index .slicksliderArea .slick-arrow {
  position: absolute;
  width: 44px;
  height: 100%;
  flex-shrink: 0;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
._Index .slicksliderArea .slick-arrow:after {
  content: "";
  display: block;
  width: 44px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  margin-top: -40px;
}
._Index .slicksliderArea .slick-arrow.slick-prev {
  margin-left: -33%;
}
._Index .slicksliderArea .slick-arrow.slick-prev:after {
  background-image: url(/Portals/0/image/index/slider_arrow_l.svg);
}
._Index .slicksliderArea .slick-arrow.slick-next {
  margin-left: 33%;
}
._Index .slicksliderArea .slick-arrow.slick-next:after {
  background-image: url(/Portals/0/image/index/slider_arrow_r.svg);
}
._Index .slicksliderArea .slick-arrow:hover {
  opacity: 0.6;
}
._Index .slicksliderArea ul.slick-dots {
  background-color: #fff;
  gap: 15px;
}
._Index .slicksliderArea ul.slick-dots li {
  margin: 0;
}
._Index .slicksliderArea ul.slick-dots li button {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
}
._Index .slicksliderArea ul.slick-dots li button:hover,
._Index .slicksliderArea ul.slick-dots li.slick-active button {
  background-color: #0031e5;
}
._Index .slicksliderArea .btnPause,
._Index .slicksliderArea .btnPause.pause {
  background-color: transparent;
}

._Index .index_heading {
  position: relative;
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
._Index .index_heading hgroup > * {
  display: inline-flex;
}
._Index .index_heading h2 {
  border: none;
  font-size: 1rem;
  margin: 0 0 0 20px;
  position: relative;
  padding: 0 0 0 25px;
}
._Index .index_heading h2:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #c7f732;
  position: absolute;
  left: 0;
  top: 0;
}
._Index .index_heading span,
._Index .index_heading .title {
  font-size: 5rem;
  color: #0031e5;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
._Index .content_01 {
  color: #fff;
}
._Index .content_01 .index_heading span,
._Index .content_01 .index_heading .title {
  color: #fff;
}
._Index .content_01 .index_heading .link_txt_circle a {
  color: #fff;
}
._Index .content_01 .index_heading .link_txt_circle a:hover {
  opacity: 0.6;
}
._Index .content_01 .index_heading .link_txt_circle a:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(371%) hue-rotate(92deg) brightness(115%) contrast(100%);
}
._Index .content_01 .index_heading .link_txt_circle a:after {
  border-color: #ffffff;
}
._Index .reports_area {
  background: url(/Portals/0/image/billiejeanking_cup/index/bg_report_logo.png) top right no-repeat;
}
._Index .benner_area {
  display: flex;
  justify-content: center;
  gap: 30px;
}
._Index .benner_area > * {
  width: calc(33.3333333333% - 27px);
}
._Index .benner_area ul.layout_item.centered.middled {
  gap: 20px 50px;
}
._Index .benner_area h3 {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  border: none;
}
._Index .benner_area h3:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  left: 50%;
  bottom: 0;
  background-color: #c7f732;
  transform: translateX(-50%);
}
._Index .js-fileicon {
  visibility: hidden;
}
._Index .js-fileicon .bg_icon {
  width: 0;
}

.contact_box {
  border: 6px solid #eee;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contact_box .link_btn {
  width: 380px;
}
.contact_box .link_btn a {
  display: block;
}
.contact_box .img_logo {
  flex-shrink: 0;
}

@media screen and (max-width: 1130px) {
  ._Index .slicksliderArea .slick-arrow:after {
    height: 50px;
  }
}
.result_area {
  padding: 0 0 100px;
}
.result_area .index_heading {
  padding-top: 0;
}
.result_area .date {
  color: #1c1c1c;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}

.match_result {
  width: 100%;
  border-bottom: #999 solid 1px;
  margin-bottom: 30px;
}
.match_result > tbody > tr:first-child {
  border-bottom: #999 solid 1px;
}
.match_result > tbody > tr > th {
  padding: 10px 5px;
  text-align: center;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.match_result > tbody > tr > th:nth-child(1) {
  width: 1em;
}
.match_result > tbody > tr > th:nth-child(2) {
  width: 35%;
}
.match_result > tbody > tr > th.score {
  line-height: 1;
  color: #0031e5;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 6.25rem;
  white-space: nowrap;
  position: relative;
}
.match_result > tbody > tr > th.score:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 166px;
  height: 10px;
  background-color: #c7f732;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.match_result > tbody > tr > th:nth-child(4) {
  width: 35%;
}
.match_result > tbody > tr > td {
  padding: 10px 5px;
  text-align: center;
}
.match_result > tbody > tr > td:nth-child(1) {
  font-weight: 700;
}
.match_result > tbody > tr > td.score {
  font-weight: 700;
  color: #0031e5;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.match_result > tbody > tr > td.score span {
  display: inline-flex;
  padding: 0 10px;
}
.match_result > tbody > tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.icmdtp-sitemapItem > li {
  border-bottom: #f3f3f3 solid 1px;
  padding: 0;
}

.icmdtp-sitemapItem ul li a {
  display: block;
  margin: 0;
}
.icmdtp-sitemapItem ul li a:hover {
  color: #0031e5;
}

.icmdtp-sitemapItem > li > ul > li a {
  padding: 15px;
}

.icmdtp-sitemapItem > li > ul > li > ul,
.icmdtp-sitemapItem > li > ul > li > ul ul {
  font-size: 100%;
  margin: 0 0 0 1.5em;
}

.icmdtp-sitemapItem > li > a {
  background-color: #0031e5;
  color: #fff;
  padding: 20px;
}

ul.icmdtp-sitemapItem > li > ul li,
ul.icmdtp-sitemapItem > li > ul ul ul li,
ul.icmdtp-sitemapItem > li > ul ul ul ul ul li {
  background-color: #f3f3f3;
  border-top: #fff solid 1px;
}

.icmdtp-sitemapItem > li > ul > li {
  border: none;
}

ul.icmdtp-sitemapItem > li > ul > li > a {
  background-color: #f2f4f7;
  padding: 20px;
}

ul.icmdtp-sitemapItem ul ul li,
ul.icmdtp-sitemapItem ul ul ul ul li {
  background-color: #fff;
  border-top: #f2f4f7 solid 1px;
}

@media screen and (max-width: 768px) {
  .editMode .ibqa_chatbutton {
    z-index: 999;
  }
  .controlPanel a {
    transition-property: opacity;
  }
  .DNNEmptyPane {
    margin: 0 !important;
    padding: 0 !important;
  }
  /*===========================================================
   default
  ===========================================================*/
  /* pc/sp settings */
  .pc_area {
    display: none !important;
  }
  .sp_area {
    display: block !important;
  }
  .color_red {
    color: #cc0000;
  }
  .color_gray {
    color: #666;
  }
  h1,
  .pagetitle .page_title_txt {
    font-size: 1.625rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  .match_report_news.icmdtp-newsItem ul.news_list {
    display: flex;
    flex-direction: column;
  }
  .match_report_news.icmdtp-newsItem {
    padding-bottom: 50px;
  }
  .topics_news ul.news_list li {
    flex-wrap: wrap;
  }
  .topics_news .news_title {
    flex-grow: 1;
    margin-top: 1em;
  }
  .news_detail h1.newsTitle {
    font-size: 1.5rem;
  }
  .news_detail .news_description h2 {
    font-size: 1.375rem;
  }
  .news_detail .news_description h3 {
    font-size: 1.25rem;
  }
  .news_detail .news_description h4 {
    font-size: 1.125rem;
  }
  .news_detail .news_description h5 {
    font-size: 1rem;
  }
  div.ViewTabs > ul.ui-tabs-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  div.ViewTabs > ul.ui-tabs-nav > li {
    width: auto;
    flex-grow: 1;
  }
  div.ViewTabs > ul.ui-tabs-nav > li a {
    height: 100%;
    font-size: 0.875rem;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  body.burger-open {
    overflow: hidden;
  }
  .burger_motion {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
  }
  .burger_motion p {
    position: relative;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .burger_motion p span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 3px;
    margin: auto;
    border-radius: 0;
    vertical-align: middle;
    transition: background 0.25s ease-in-out 0.25s;
  }
  .burger_motion p span:before, .burger_motion p span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 0;
    transition: transform ease-in-out 0.25s 0s, margin ease-in-out 0.25s 0.25s;
  }
  .burger_motion p span:before {
    margin-top: -9px;
  }
  .burger_motion p span:after {
    margin-top: 9px;
  }
  .burger_motion.is-open p span {
    background-color: rgba(255, 255, 255, 0);
    transition: background 0.25s ease-in-out 0s;
  }
  .burger_motion.is-open p span:before, .burger_motion.is-open p span:after {
    margin-top: 0;
    transition: transform ease-in-out 0.25s 0.25s, margin ease-in-out 0.25s;
  }
  .burger_motion.is-open p span:before {
    transform: rotate(45deg);
  }
  .burger_motion.is-open p span:after {
    transform: rotate(-45deg);
  }
  .burger_item {
    z-index: 100;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 100%;
    display: block;
    max-height: calc(100svh - 60px);
    overflow-y: auto;
    background-color: #0031e5;
    display: none;
  }
  .burger_item > * {
    position: relative;
    z-index: 10;
  }
  .burger_overlay {
    position: fixed;
    top: 0;
    z-index: 90;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    margin: auto;
    height: 100vh;
  }
  .burger_motion.main {
    display: block;
  }
  .burger_motion.main p {
    background-color: transparent;
  }
  .burger_motion.main p span {
    background-color: #0031e5;
    border-radius: 0;
  }
  .burger_motion.main p span:before, .burger_motion.main p span:after {
    background-color: #0031e5;
    border-radius: 0;
  }
  .burger_motion.main.is-open p span {
    background-color: rgba(4, 38, 102, 0);
    transition: background 0.25s ease-in-out 0s;
  }
  .scroll_wrap .scroll_table {
    min-width: 860px;
  }
  .scroll-hint-icon-wrap .scroll-hint-icon {
    top: 10%;
    left: 50%;
    translate: -50% -50%;
  }
  .carousel_area .slick-arrow:after {
    height: 30px;
  }
  ul.f_nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto;
  }
  ul.f_link {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 40px;
  }
  .f_adress_area {
    line-height: 1.4;
  }
  .category_index.layout_item > * {
    margin: 0 0 30px 0;
  }
  .category_index.layout_item.col2 > * {
    width: 100%;
  }
  .category_index.layout_item.col3 > * {
    width: 100%;
  }
  .category_index .thum img {
    width: 100%;
  }
  .category_index .link_txt_circle {
    font-size: 1.5rem;
  }
  ul.f_sns_link {
    justify-content: center;
    padding: 1em;
    max-width: none;
  }
  ul.f_sns_link li {
    max-width: 30px;
  }
  ._Index .main.slider,
  ._Index .slickSlider {
    margin: 0;
  }
  ._Index .index_heading {
    padding-top: 3em;
    display: block;
    margin-bottom: 20px;
  }
  ._Index .index_heading hgroup {
    display: flex;
    align-items: self-end;
  }
  ._Index .index_heading h2 {
    font-size: 0.875rem;
  }
  ._Index .index_heading span,
  ._Index .index_heading .title {
    font-size: 3.125rem;
    line-height: 1;
  }
  ._Index .index_heading > .link_txt_circle {
    text-align: right;
    margin-top: 1em;
  }
  ._Index .slicksliderArea .slick-list.draggable {
    padding: 0;
  }
  ._Index .tennis_journey_wrap {
    padding: 50px 0 150px;
  }
  ._Index .slicksliderArea .slick-arrow.slick-next,
  ._Index .slicksliderArea .slick-arrow.slick-prev {
    transform: translateX(0);
    left: auto;
    right: 0;
    width: 20px;
  }
  ._Index .slicksliderArea .slick-arrow:after {
    margin-top: -25px;
  }
  ._Index .slicksliderArea .slick-arrow.slick-next:after,
  ._Index .slicksliderArea .slick-arrow.slick-prev:after {
    width: 100%;
    background-size: contain;
  }
  ._Index .slicksliderArea .slick-arrow.slick-prev {
    right: auto;
    /* left: 0; */
    transform: translateX(0);
    left: 0;
    margin: 0;
  }
  ._Index .slicksliderArea .slick-initialized .slick-slide {
    margin: 0 1.2%;
  }
  ._Index .benner_area {
    text-align: center;
    display: block;
  }
  ._Index .benner_area > * {
    width: 100%;
  }
  ._Index .result_area .index_heading {
    padding-top: 0;
  }
  .contact_box {
    display: block;
  }
  .contact_box .link_btn {
    width: 100%;
  }
  .match_result > tbody > tr > td:nth-child(1),
  .match_result > tbody > tr > th:nth-child(1) {
    display: none;
  }
  .match_result > tbody > tr > td.score {
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .match_result > tbody > tr > td {
    font-size: 0.875rem;
  }
  .match_result > tbody > tr > th {
    font-size: 1.125rem;
  }
  .match_result > tbody > tr > th.score {
    font-size: 60px;
  }
  ._Index .result_area {
    padding: 0 0 50px;
  }
  .result_area {
    padding: 0 0 50px;
  }
  .match_result > tbody > tr > th.score:after {
    width: 100px;
  }
}
/*
/pages/global/ (ヘッダーフッターは共通)
*/