@charset "UTF-8";

     article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
display: block;
}
blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
margin: 0;
padding: 0;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
li {
list-style: none;
}
a,
a:link {
text-decoration: none;
}
a:visited,
a:active {
color: #2D3047;
}
img {
max-width: 100%;
height: auto;
border: 0;
height: auto;
vertical-align: bottom;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
button, input, select, textarea {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
display: none;
}
i {
font-style: normal;
}
textarea {
resize: none;
font-family: sans-serif;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}   html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
margin: auto;
width: 100%;
height: 100%;
font-size: 62.5%;
}
*,
:after,
:before {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
button {
border: none;
}
body {
position: relative;
margin: 0;
background-color: #fff;
font-family: "Noto Sans JP", sans-serif;
-webkit-font-feature-settings: "palt" 1;
font-feature-settings: "palt" 1;
width: 100%;
height: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
color: #2D3047;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.4;
overflow-x: hidden;
}
a {
color: #E96100;
text-decoration: none;
-webkit-transition: 0.5s;
transition: 0.5s;
}
a img {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
a:hover {
color: #009699;
}
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
}  body img {
width: 100%;
height: auto;
font-size: 0;
}
img {
image-rendering: -webkit-optimize-contrast;
} .main_width {
margin: 0 auto;
width: calc(100% - 40px);
max-width: 1200px;
} .sp {
display: none !important;
}
.pc {
display: block !important;
} @media screen and (max-width: 768px) {
.pc {
display: none !important;
} .sp {
display: block !important;
}
}
.cen {
text-align: center;
}
.en {
font-family: "Libertinus Sans", sans-serif;
}
.btn a {
position: relative;
padding: 14px 66px;
color: #FFF;
font-size: clamp(1.6rem, 1.7vw, 2.4rem);
font-weight: 700;
letter-spacing: 0.08em;
line-height: 1;
display: inline-block;
}
.btn a:hover {
opacity: 0.7;
}
.btn.icn a {
padding: 26px 30px 26px 76px;
min-width: 260px;
}
@media screen and (max-width: 768px) {
.btn.icn a {
min-width: 180px;
}
}
.btn.icn a::before {
position: absolute;
content: "";
width: 38px;
height: 28px;
top: calc(50% - 14px);
left: 26px;
-webkit-transition: 0.5s;
transition: 0.5s;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-mail.svg) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
.btn.icn a::before {
width: 25px;
height: 25px;
top: calc(50% - 12px);
left: 18px;
}
}
.btn.icn a:hover {
opacity: 0.7;
}
.btn.more {
width: 70px;
height: 70px;
color: white;
font-size: 1.8rem;
font-weight: 500;
background: #2D3047;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
}
@media screen and (max-width: 820px) {
.btn.more {
width: 45px;
height: 45px;
font-size: 1.3rem;
font-weight: 400;
letter-spacing: 0.05em;
}
}
.btn.more:hover {
background: #0061C2;
}
.external {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: block;
}
.external span {
position: relative;
padding-right: 35px;
}
.external span::after {
position: absolute;
content: "";
width: 22px;
height: 22px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-external.svg) no-repeat 0 0/contain;
top: calc(50% - 11px);
right: 0;
}
.btn.external a {
margin: 116px auto 16px;
padding: 15px 18px;
width: 430px;
height: 86px;
color: #FFF;
font-size: 2.4rem;
letter-spacing: 0.05em;
background: #2D3047;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
border-radius: 51px;
}
@media screen and (max-width: 768px) {
.btn.external a {
margin: 30px auto 15px;
width: 100%;
height: 60px;
font-size: 1.6rem;
letter-spacing: 0.08em;
}
}
.btn.external a span {
position: relative;
padding-right: 34px;
display: block;
}
.btn.external a span::after {
position: absolute;
content: "";
width: 22px;
height: 22px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-external.svg) no-repeat 0 0/contain;
top: calc(50% - 10px);
right: 0;
}
.btn.external a:hover {
background: #0061C2;
}
.btn.arrow a {
margin: 80px auto 100px;
padding: 15px 18px;
width: 348px;
height: 86px;
color: #FFF;
font-size: 2.4rem;
letter-spacing: 0.08em;
font-weight: 700;
background: #2D3047;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
border-radius: 51px;
}
@media screen and (max-width: 768px) {
.btn.arrow a {
margin: 40px auto 60px;
width: 100%;
max-width: 288px;
height: 60px;
font-size: 2rem;
letter-spacing: 0.08em;
}
}
.btn.arrow a span {
position: relative;
padding-right: 42px;
display: block;
}
.btn.arrow a span::after {
position: absolute;
content: "";
width: 16px;
height: 30px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-white.svg) no-repeat 0 0/contain;
top: calc(50% - 14px);
right: 0;
}
.btn.arrow a:hover {
background: #0061C2;
}
.txt_base p {
color: #2D3047;
font-size: clamp(1.4rem, 1.6vw, 1.8rem);
font-weight: 400;
letter-spacing: 0.025em;
line-height: 2;
}      #pagetop {
font-size: 1px;
line-height: 0;
overflow: hidden;
float: right;
}
#pagetop a {
text-decoration: none;
}
#pagetop img {
width: 50px;
height: 50px;
vertical-align: bottom;
}
@media screen and (max-width: 768px) {
#pagetop img {
width: 40px;
height: 40px;
}
}
#pagetop.f_fixed {
position: fixed;
bottom: 30px;
right: 15px;
z-index: 99;
}
@media screen and (max-width: 768px) {
#pagetop.f_fixed {
bottom: 15px;
right: 15px;
}
}
.animate.ver_down_top {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.animate.ver_down_top.scrollin {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.animate.ver_left_right {
opacity: 0;
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.animate.ver_left_right.scrollin {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.animate.ver_right_left {
opacity: 0;
-webkit-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.animate.ver_right_left.scrollin {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}  @-webkit-keyframes infinity-scroll-left {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes infinity-scroll-left {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.marque {
overflow: hidden; }
.marque .marque_inner {
margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.marque .marque_inner {
margin-bottom: 34px;
}
}
.marque .marque_inner .marque_parent {
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
}
@media screen and (max-width: 768px) {
.marque .marque_inner .marque_parent {
margin-bottom: 20px;
}
}  .bread_crumb {
padding-bottom: 10px;
width: 100%;
color: #2D3047;
letter-spacing: 0.08em;   }
@media screen and (max-width: 768px) {
.bread_crumb {
margin: 10px auto 0;
padding: 0 15px 10px 0;
font-size: 1.1rem;
}
}
.bread_crumb span {
margin: 0 5px;
}
.bread_crumb span:first-of-type {
margin: 0 5px 0 0;
}
.bread_crumb span a {
color: #000;
text-decoration: none;
-webkit-transition: none;
transition: none;
}
.bread_crumb span a:hover {
text-decoration: underline;
}  .page-numbers_wrap {
margin: 120px auto 0;
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 0 80px;
}
@media screen and (max-width: 768px) {
.page-numbers_wrap {
margin: 80px auto 0;
gap: 0 38px;
}
}
.page-numbers_wrap .prev_next {
width: 31px;
height: 31px; }
.page-numbers_wrap ul.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-numbers_wrap ul.pagination li {
margin: 5px 10px;
}
@media screen and (max-width: 768px) {
.page-numbers_wrap ul.pagination li {
margin: 5px;
}
}
.page-numbers_wrap ul.pagination li span.dots {
height: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .pagination li a,
.pagination li .current {
padding: 0;
width: 25px;
height: 36px;
line-height: 1.8;
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 768px) {
.pagination li a,
.pagination li .current {
line-height: 1.7;
}
}
.pagination li a {
color: #000;
}
.pagination li a:hover,
.pagination li .current {
color: #0061C2;
}
.page-numbers_wrap .prev a,
.page-numbers_wrap .next a {
position: relative;
width: 31px;
height: 31px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/btn-next.svg) no-repeat 0 0/contain;
display: block;
}
.page-numbers_wrap .prev.sp a, .page-numbers_wrap .prev.tb a,
.page-numbers_wrap .next.sp a,
.page-numbers_wrap .next.tb a {
padding: 5px 6px 6px 5px;
width: 25px;
height: 25px;
line-height: 1;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/btn_arrow_s.png) no-repeat center center/contain;
border: 1px solid #000;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-numbers_wrap .prev.sp a::after, .page-numbers_wrap .prev.tb a::after,
.page-numbers_wrap .next.sp a::after,
.page-numbers_wrap .next.tb a::after {
content: none;
}
.page-numbers_wrap .prev.sp a span, .page-numbers_wrap .prev.tb a span,
.page-numbers_wrap .next.sp a span,
.page-numbers_wrap .next.tb a span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-numbers_wrap .prev a {
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/btn-prev.svg) no-repeat 0 0/contain;
}       #header {
position: relative;
width: 100%;
height: 100px;
top: 0;
left: 0;
z-index: 99;
-webkit-transition: all 0.5s;
transition: all 0.5s;
background: #FFFFFF;
-webkit-box-shadow: 0px 4px 18.7px rgba(12, 12, 13, 0.06);
box-shadow: 0px 4px 18.7px rgba(12, 12, 13, 0.06);
}
@media (max-width: 1024px) {
#header {
height: 65px;
}
}
#header .head_wrapper {
padding: 17px 18px;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 1;
}
@media (max-width: 1024px) {
#header .head_wrapper {
padding: 8px 25px;
}
}
#header #h_logo {
position: absolute;
width: 30%;
top: 17px;
left: 18px;
}
@media (max-width: 1024px) {
#header #h_logo {
width: 60%;
top: 0;
left: 25px;
}
}
#header #h_logo img {
max-width: 130px;
}
@media (max-width: 1024px) {
#header #h_logo img {
max-width: 84px;
}
}
#header #h_logo span {
font-size: clamp(1.6rem, 1.54vw, 2.4rem);
display: block;
}
@media (max-width: 1024px) {
#header #h_logo span {
padding-top: 5px;
font-size: 1.4rem;
}
}
#header #h_logo a,
#header #h_logo a:hover {
color: #2D3047;
}
#header .head_right {
width: 70%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 0 25px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media (max-width: 1024px) {
#header .head_right {
display: none;
}
}
#header #gnav_wrapper ul {
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 0 25px;
}
@media screen and (max-width: 1150px) {
#header #gnav_wrapper ul {
gap: 0 1.3vw;
}
}
#header #gnav_wrapper ul li {
position: relative;
}
#header #gnav_wrapper ul li.down {
padding-right: 15px;
cursor: pointer;
}
#header #gnav_wrapper ul li.down::after {
position: absolute;
content: "";
width: 7px;
height: 13px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-01.svg) no-repeat 0 0/contain;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
top: calc(50% - 6px);
right: 0;
}
#header #gnav_wrapper ul li:hover::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
background: #0061C2;
border-radius: 50%;
bottom: -18px;
left: calc(50% - 5px);
}
#header #gnav_wrapper ul li:hover.down::after {
-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
}
#header #gnav_wrapper ul li a {
position: relative;
color: #2D3047;
letter-spacing: 0.05em;
font-weight: 700;
display: block;
}
#header #gnav_wrapper ul li .child {
position: absolute;
padding-top: 20px;
top: 20px;
left: 0;
width: 138px;
display: none;
opacity: 0;
}
#header #gnav_wrapper ul li .child.active {
display: block;
opacity: 1;
}
#header #gnav_wrapper ul li .child ul {
width: 100%;
height: 100%;
background: #FFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
#header #gnav_wrapper ul li .child ul li {
width: 100%;
}
#header #gnav_wrapper ul li .child ul li a {
padding: 10px 20px;
width: 100%;
display: block;
}
#header #gnav_wrapper ul li .child ul li a::after {
position: absolute;
content: "";
width: 7px;
height: 13px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-01.svg) no-repeat 0 0/contain;
top: calc(50% - 7px);
right: 24px;
}
#header #gnav_wrapper ul li .child ul li a:hover {
color: #2D3047;
background: rgba(0, 97, 194, 0.2);
}
#header #gnav_wrapper ul li .child ul li:hover::before {
content: none;
}
#header #gnav_btn ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#header #gnav_btn ul li {
width: 178px;
height: 50px;
}
#header #gnav_btn ul li a {
padding: 15px 25px;
width: 100%;
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 10px;
color: #FFF;
font-weight: 700;
background: #2D3047;
border-radius: 9999px;
}
#header #gnav_btn ul li a span {
width: 21px;
height: 16px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-mail-w.svg) no-repeat 0 0/contain;
display: block;
}
#header #gnav_btn ul li a:hover {
opacity: 0.7;
}
#header.h_fixed {
position: fixed;
background: #FFF; }
@media only screen and (min-width: 1025px) {
.menu_button,
.nav_content {
display: none !important;
}
}
.menu_button {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 36px;
height: 31px;
top: 10px;
right: 20px;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
z-index: 99999;
}
.menu_button::after {
position: absolute;
content: "メニュー";
width: 48px;
bottom: -20px;
left: -5px;
font-size: 1.1rem;
font-weight: 700;
}
.menu_button span {
display: block;
width: 30px;
height: 2px;
background: #2D3047;
border-radius: 10px;
}
.menu_button span + span {
margin-top: 6.5px;
}
.menu_button.close::after {
content: "閉じる";
color: #2D3047;
left: 0;
}
.menu_button.close span {
position: relative;
background: #2D3047;
}
.menu_button.close span:nth-of-type(1) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 1px;
}
.menu_button.close span:nth-of-type(2) {
display: none;
}
.menu_button.close span:nth-of-type(3) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -1px;
}
.menu_button.close span + span {
margin-top: 0;
}
.nav_content {
position: fixed;
padding: 0;
top: 0;
right: 0;
width: 400px;
height: 100vh;
-webkit-overflow-scrolling: touch;
background: #F2F8FF;
z-index: 2;
-webkit-transition: all 0.5s;
transition: all 0.5s;
right: -120%;
z-index: 99998;
}
.nav_content.active {
right: 0;
}
@media screen and (max-width: 480px) {
.nav_content {
width: 100%;
overflow-y: auto;
}
}
.nav_content .hum_nav {
position: absolute;
margin: 0 auto;
width: calc(100% - 88px);
height: calc(100vh - 100px);
top: 100px;
left: 50px;
-webkit-transform: none;
transform: none;
}
.nav_content .hum_nav ul { }
.nav_content .hum_nav ul li {
padding: 14px 0;
}
.nav_content .hum_nav ul li a, .nav_content .hum_nav ul li span {
position: relative;
width: 100%;
color: #2D3047;
font-size: 1.9rem;
font-weight: 700;
display: block;
}
.nav_content .hum_nav ul li.toggle span::before {
position: absolute;
content: "";
width: 3px;
height: 20px;
background: #2D3047;
top: calc(50% - 9px);
right: 8.5px;
border-radius: 9999px;
}
.nav_content .hum_nav ul li.toggle span::after {
position: absolute;
content: "";
width: 20px;
height: 3px;
background: #2D3047;
top: calc(50% - 1px);
right: 0;
border-radius: 9999px;
}
.nav_content .hum_nav ul li.toggle ul.child {
padding-top: 10px;
display: none;
}
.nav_content .hum_nav ul li.toggle ul.child li {
border-bottom: none;
}
.nav_content .hum_nav ul li.toggle ul.child li a {
padding-left: 1em;
font-weight: 500;
}
.nav_content .hum_nav ul li.toggle.active span::before {
content: none;
}
.nav_content .hum_nav .btn.icn {
margin-top: 50px;
text-align: center;
}
.nav_content .hum_nav .btn.icn a {
padding: 18px 45px 18px 90px;
width: 286px;
font-size: 1.9rem;
font-weight: 700;
letter-spacing: 0.08em;
background: #2D3047;
border-radius: 9999px;
}
.nav_content .hum_nav .btn.icn a::before {
width: 21px;
height: 17px;
top: calc(50% - 8px);
left: 45px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-mail-w.svg) no-repeat 0 0/contain;
}  #footer {
padding: 35px;
color: #FFF;
background: #151D5A;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 768px) {
#footer {
padding: 26px 0 20px;
}
}
#footer .footer_wrapper .f_logo {
text-align: center;
}
#footer .footer_wrapper .f_logo img {
margin-bottom: 10px;
max-width: 130px;
}
@media screen and (max-width: 768px) {
#footer .footer_wrapper .f_logo img {
max-width: 96px;
}
}
#footer .footer_wrapper .f_logo span {
font-size: clamp(1.6rem, 1.54vw, 2.4rem);
letter-spacing: 0.05em;
display: block;
}
#footer .footer_wrapper .f_nav {
margin-top: 66px;
margin-bottom: 66px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 10px 40px;
}
@media screen and (max-width: 480px) {
#footer .footer_wrapper .f_nav {
margin-top: 50px;
margin-bottom: 50px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 12px 10px;
}
}
@media screen and (max-width: 480px) {
#footer .footer_wrapper .f_nav li {
width: 34%;
}
}
#footer .footer_wrapper .f_nav li a {
color: #FFF;
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.08em;
white-space: nowrap;
display: block;
}
@media screen and (max-width: 480px) {
#footer .footer_wrapper .f_nav li a {
font-size: 1.6rem;
}
}
#footer .footer_wrapper .f_nav li a:hover {
opacity: 0.7;
}
#footer .footer_wrapper .f_nav li a.external span {
padding-right: 25px;
}
#footer .footer_wrapper .f_nav li a.external span::after {
width: 17px;
height: 17px;
top: calc(50% - 8px);
}
#footer .footer_wrapper .btn.icn {
text-align: center;
}
#footer .footer_wrapper .btn.icn a {
padding: 14px 66px 14px 120px;
color: #151D5A;
font-size: clamp(1.7rem, 2vw, 2.4rem);
line-height: 1.2;
text-align: center;
background: #FFCA3A;
border-radius: 9999px;
}
@media screen and (max-width: 480px) {
#footer .footer_wrapper .btn.icn a {
padding: 10px 50px 10px 80px;
}
}
#footer .footer_wrapper .btn.icn a::before {
width: 27px;
height: 20px;
top: calc(50% - 10px);
left: 42px;
}
#footer .copyright {
margin-top: 25px;
text-align: center;
}
@media screen and (max-width: 480px) {
#footer .copyright {
margin-top: 10px;
}
}
#footer .copyright small {
color: #FFF;
font-size: 1.3rem;
letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
#footer .copyright small {
font-size: 1rem;
}
}  #cta {
display: none;
}
@media screen and (max-width: 768px) {
#cta {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: block;
z-index: 999;
}
#cta ul {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#cta ul li {
width: 50%;
height: 58px;
background: #E96100;
}
#cta ul li a {
padding: 18px 0;
width: 100%;
height: 100%;
color: #FFF;
font-family: "Shippori Mincho", serif;
font-size: 1.4rem;
font-weight: 500;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 10px;
}
#cta ul li a span {
width: 21px;
height: 21px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-mail-w.svg) no-repeat 0 0/contain;
display: block;
}
#cta ul li a:hover {
opacity: 0.7;
}
#cta ul li:nth-of-type(2) a span {
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-cart-w.svg) no-repeat 0 0/contain;
}
}  .news_list a.newsbox {
position: relative;
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 56px;
color: #2D3047;
border-bottom: 1px solid #2D3047;
cursor: pointer;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox {
padding: 25px 0;
gap: 10px 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.news_list a.newsbox:first-of-type {
border-top: 1px solid #2D3047;
}
.news_list a.newsbox::after {
position: absolute;
content: "";
width: 7px;
height: 13px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-01.svg) no-repeat 0 0/contain;
top: calc(50% - 7px);
right: 8px;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox::after {
content: none;
}
}
.news_list a.newsbox:hover {
color: #0061C2;
}
.news_list a.newsbox:hover::after {
-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
}
.news_list a.newsbox:hover .info .cat span {
border: 1px solid #0061C2;
}
.news_list a.newsbox .info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 60px;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox .info {
gap: 0 30px;
}
}
.news_list a.newsbox .info .cat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0 10px;
}
.news_list a.newsbox .info .cat span {
padding: 6px 25px;
font-weight: 700;
letter-spacing: 0.08em;
border: 1px solid #2D3047;
border-radius: 34px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox .info .cat span {
padding: 2px 13px;
font-size: 1.2rem;
}
}
.news_list a.newsbox .info .date {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox .info .date {
font-size: 1.3rem;
letter-spacing: 0.05em;
}
}
.news_list a.newsbox p {
position: relative;
padding-right: 66px;
width: 100%;
font-size: 1.4rem;
letter-spacing: 0.1em;
line-height: 1.5;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox p {
padding-right: 33px;
font-size: 1.3rem;
letter-spacing: 0.05em;
}
}
.news_list a.newsbox p::after {
position: absolute;
content: "";
width: 7px;
height: 13px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-01.svg) no-repeat 0 0/contain;
top: calc(50% - 7px);
right: 8px;
}
@media (min-width: 821px) {
.news_list a.newsbox p::after {
content: none;
}
}
.news_list a.newsbox p:hover {
color: #0061C2;
}
.news_list a.newsbox p:hover::after {
-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
}     .sec_contact { } .post_content .post_body a {
color: #0061C2;
text-decoration: underline;
}
.post_content .post_body a:hover {
color: #0061C2;
text-decoration: none;
}
.post_content .post_body img {
width: auto;
height: auto;
margin-top: 16px;
margin-bottom: 16px;
}
.post_content .post_body img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 110px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-categories,.cmplz-manage-vendors,.cmplz-manage-third-parties,.cmplz-read-more,.cmplz-view-preferences,.cmplz-save-preferences,.cmplz-btn.cmplz-manage-options { display: none;}.cmplz-link.cmplz-manage-third-parties { display: none;}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}#cmplz-cookiebanner-container .cmplz-cookiebanner { bottom: -50vh; -webkit-animation: slideIn 1s forwards; -webkit-animation-delay: 0s; animation: slideIn 1s forwards; animation-delay: 0s;}@-webkit-keyframes slideIn { 100% { bottom: 0; }}@keyframes slideIn { 100% { bottom: 0; }}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-marketing:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-marketing:not(.cmplz-tcf) { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}