@charset "UTF-8";
/*!
Theme Name: Theme
Description: theme.
Version: 1.0
Author: Artarakt
Author URI: http://artarakt.com
Version: 1.0
License: Artarakt
License URI: http://artarakt.com
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
}

#root, #__next {
  isolation: isolate;
}

input[type=submit],
input[type=button] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  color: #004645;
}

small {
  font-size: 90%;
}

a {
  transition-duration: 0.5s;
}

a:hover {
  transition-duration: 0.5s;
}

.hidden {
  display: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 420px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.flex {
  display: flex;
  align-items: flex-start;
}

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

.center {
  text-align: center;
}

@media screen and (max-width: 840px) {
  .flex {
    display: block;
  }
}
body {
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(images/bg.jpg) center center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  box-sizing: border-box;
}
header .nav_ticket {
  font-size: 12px;
  color: #004645;
  text-decoration: none;
  letter-spacing: 0.08em;
}
header .nav_ticket:hover {
  opacity: 0.6;
}
header .nav_menu {
  font-size: 12px;
  color: #004645;
  cursor: pointer;
  letter-spacing: 0.08em;
  user-select: none;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
header .nav_menu:hover {
  opacity: 0.6;
}

.nav_popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.nav_popup_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 70, 69, 0.55);
}

.nav_popup_panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 336px;
  max-width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  padding: 80px 28px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.nav_popup_close {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 12px;
  color: #004645;
  cursor: pointer;
  letter-spacing: 0.08em;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
.nav_popup_close:hover {
  opacity: 0.6;
}

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

.nav_popup nav li {
  border-bottom: 1px solid #004645;
}
.nav_popup nav li:first-child {
  border-top: 1px solid #004645;
}

.nav_popup nav a {
  display: block;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 400;
  color: #004645;
  text-decoration: none;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.nav_popup nav a span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.nav_popup nav a:hover {
  color: #29a9d4;
}

.nav_ticket_popup {
  display: block;
  margin-top: 32px;
  padding: 12px;
  background: #004645;
  border: 1px solid #004645;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.nav_ticket_popup:hover {
  opacity: 0.6;
}

#Mv h1 {
  margin: 0;
}
#Mv picture {
  display: block;
}
#Mv img {
  display: block;
  width: 100%;
  height: auto;
}

#About h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #004645;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
#About h2 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 6px;
}
#About {
  position: relative;
  padding: 120px 0 0;
  text-align: center;
}
#About .about_catch {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 40px;
}
#About p {
  font-size: 18px;
  line-height: 46px;
  color: #004645;
  margin: 0 0 1em;
}
#About p:last-child {
  margin-bottom: 0;
}

#Session h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #004645;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
#Session h2 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 6px;
}
#Session {
  padding: 100px 0;
  text-align: center;
}
#Session h2 {
  margin-bottom: 16px;
}
#Session .section_lead {
  font-size: 15px;
  line-height: 1.9;
  color: #004645;
  margin: 0 0 36px;
}
#Session .session_cta.session_cta_top {
  margin: 0 0 64px;
}
#Session .session_cta.session_cta_bottom {
  margin: 40px 0 0;
}
#Session .session_cta .policy_contact {
  margin-top: 0;
}
#Session .session_list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  text-align: left;
  border-top: 1px solid #a8d8ea;
}
#Session .session_list .session_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 24px;
  padding: 22px 8px;
  border-bottom: 1px solid #a8d8ea;
}
#Session .session_list .session_row .day_label {
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 400;
  color: #004645;
  line-height: 1.2;
  margin: 0;
  min-width: 70px;
  letter-spacing: 0.06em;
}
#Session .session_list .session_row > time {
  flex: 0 0 auto;
  font-size: 14px;
  color: #004645;
  letter-spacing: 0.04em;
}
#Session .session_list .session_row > h3 {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  color: #004645;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.06em;
}
#Session .session_list .session_row.is_featured {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
#Session .session_list .session_row.is_featured .session_row_head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 24px;
  padding-bottom: 18px;
}
#Session .session_list .session_row.is_featured .session_row_head .day_label {
  flex: 0 0 auto;
  min-width: 70px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.06em;
}
#Session .session_list .session_row.is_featured .session_row_head > time {
  flex: 0 0 auto;
  font-size: 14px;
  color: #004645;
  letter-spacing: 0.04em;
}
#Session .session_list .session_row.is_featured .session_row_head > h3 {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  color: #004645;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.06em;
}
#Session .session_list .day_more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  color: #004645;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
#Session .session_list .day_more:hover {
  opacity: 0.6;
}
#Session .session_list .day_more .ext_icon {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
}
#Session .session_list .day2_locations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
  row-gap: 0;
}
#Session .session_list .day2_locations li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 4px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-top: 1px dashed #a8d8ea;
}
#Session .session_list .day2_locations li:first-child, #Session .session_list .day2_locations li:nth-child(2) {
  border-top: none;
}
#Session .session_list .day2_locations .loc_name {
  font-size: 15px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
#Session .session_list .day2_locations .loc_more {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #004645;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
#Session .session_list .day2_locations .loc_more:hover {
  opacity: 0.6;
}
#Session .session_list .day2_locations .loc_more .ext_icon {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
}

#Schedule h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #004645;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
#Schedule h2 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 6px;
}
#Schedule {
  padding: 100px 0;
  text-align: center;
}
#Schedule .section_lead {
  font-size: 15px;
  line-height: 1.9;
  color: #004645;
  margin: 0 0 56px;
}
#Schedule .schedule_day {
  display: flex;
  align-items: flex-start;
  gap: 0 48px;
  padding: 40px 0;
  border-top: 1px solid #a8d8ea;
  text-align: left;
}
#Schedule .schedule_day:last-of-type {
  border-bottom: 1px solid #a8d8ea;
}
#Schedule .day_info {
  flex: 0 0 180px;
}
#Schedule .day_info .day_label {
  font-size: 26px;
  font-weight: 400;
  color: #004645;
  line-height: 1.2;
  margin: 0 0 4px;
}
#Schedule .day_info time {
  display: block;
  font-size: 13px;
  color: #004645;
  margin-bottom: 14px;
}
#Schedule .day_info h3 {
  font-size: 19px;
  font-weight: 400;
  color: #004645;
  line-height: 1.5;
  margin: 0 0 10px;
}
#Schedule .day_info address {
  font-size: 13px;
  font-style: normal;
  color: #004645;
  line-height: 1.8;
}
#Schedule .timetable {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
#Schedule .timetable li {
  display: flex;
  align-items: baseline;
  gap: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #a8d8ea;
  line-height: 1.5;
}
#Schedule .timetable li:first-child {
  border-top: 1px solid #c5e3ef;
}
#Schedule .timetable li time {
  flex: 0 0 130px;
  font-size: 14px;
  color: #004645;
  white-space: nowrap;
}
#Schedule .timetable li span {
  font-size: 15px;
  font-weight: 400;
  color: #004645;
}
#Schedule .field_locations {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  align-content: start;
}
#Schedule .field_locations li {
  font-size: 15px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.06em;
}

#Sponsor h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #004645;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
#Sponsor h2 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 6px;
}
#Sponsor {
  padding: 100px 0;
  text-align: center;
}
#Sponsor h2 {
  margin-bottom: 50px;
}
#Sponsor .sponsor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#Sponsor .sponsor_list li {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 20px;
}
#Sponsor .sponsor_list li img {
  max-width: 100%;
  height: auto;
  display: block;
}

#Policy {
  padding: 60px 0;
}
#Policy .policy_banner {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 28px 36px;
  border: 1px solid #004645;
  border-radius: 2px;
  text-decoration: none;
  color: #004645;
  letter-spacing: 0.08em;
  transition: opacity 0.2s;
}
#Policy .policy_banner:hover {
  opacity: 0.6;
}
#Policy .policy_banner .policy_banner_en {
  font-size: 12px;
  color: #004645;
  white-space: nowrap;
}
#Policy .policy_banner .policy_banner_ja {
  font-size: 16px;
  font-weight: 400;
}
#Policy .policy_banner .policy_banner_arrow {
  margin-left: auto;
  font-size: 16px;
}

#PolicyPage {
  padding: 60px 0 60px;
}
#PolicyPage h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #004645;
  letter-spacing: 0.1em;
  margin: 0 0 60px;
  text-align: center;
}
#PolicyPage h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 6px;
}
#PolicyPage .page_back {
  margin-bottom: 40px;
}
#PolicyPage .page_back a {
  font-size: 13px;
  color: #004645;
  text-decoration: none;
  letter-spacing: 0.06em;
}
#PolicyPage .page_back a:hover {
  opacity: 0.6;
}
#PolicyPage .policy_block {
  max-width: 720px;
  margin: 0 auto 56px;
}
#PolicyPage .policy_block:last-child {
  margin-bottom: 0;
}
#PolicyPage .policy_block h2 {
  font-size: 18px;
  font-weight: 400;
  color: #004645;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a8d8ea;
}
#PolicyPage .policy_block p {
  font-size: 15px;
  line-height: 2;
  color: #004645;
  margin: 0 0 1em;
}
#PolicyPage .policy_block p:last-of-type {
  margin-bottom: 0;
}
#PolicyPage .policy_list {
  list-style: none;
  margin: 16px 0 20px;
  padding: 0;
}
#PolicyPage .policy_list li {
  font-size: 14px;
  line-height: 1.8;
  color: #004645;
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid #c5e3ef;
  position: relative;
}
#PolicyPage .policy_list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #29a9d4;
}
#PolicyPage .policy_list li:first-child {
  border-top: 1px solid #c5e3ef;
}

.policy_contact {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 32px;
  border: 1px solid #004645;
  color: #004645;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-radius: 2px;
  white-space: nowrap;
}
.policy_contact:hover {
  background-color: #004645;
  color: white;
}

#Credits {
  padding: 60px 0 40px;
}
#Credits .inner {
  max-width: 860px;
}
#Credits .credits_heading {
  font-size: 16px;
  font-weight: 400;
  color: #004645;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a8d8ea;
}
#Credits .credits_list {
  margin: 0;
  padding: 0;
}
#Credits .credits_row {
  display: flex;
  align-items: baseline;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #004645;
}
#Credits .credits_row dt {
  flex: 0 0 auto;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#Credits .credits_row dt::after {
  content: "／";
}
#Credits .credits_row dd {
  flex: 1;
  margin: 0;
  letter-spacing: 0.04em;
}

footer {
  padding: 30px 20px;
  text-align: center;
}
footer small {
  font-size: 12px;
  color: #004645;
  opacity: 0.6;
}

@media screen and (max-width: 840px) {
  .inner {
    padding: 0 30px;
  }
  header {
    padding: 14px 20px;
  }
  #About {
    padding: 80px 0 0;
  }
  #About p {
    font-size: 16px;
    line-height: 38px;
  }
  #Session {
    padding: 70px 0;
  }
  #Session .session_list .session_row {
    gap: 0 16px;
    padding: 18px 4px;
  }
  #Session .session_list .session_row .day_label {
    min-width: 60px;
    font-size: 20px;
  }
  #Session .session_list .session_row > h3 {
    font-size: 16px;
  }
  #Session .session_list .day2_locations {
    column-gap: 20px;
  }
  #Session .session_list .day2_locations .loc_name {
    font-size: 14px;
  }
  #Schedule {
    padding: 70px 0;
  }
  #Schedule .schedule_day {
    gap: 0 30px;
  }
  #Schedule .day_info {
    flex: 0 0 150px;
  }
  #Schedule .timetable li time {
    flex: 0 0 110px;
    font-size: 13px;
  }
  #Sponsor {
    padding: 70px 0;
  }
  #Sponsor .sponsor_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #Policy {
    padding: 50px 0;
  }
  #Policy .policy_banner {
    padding: 22px 24px;
    gap: 0 14px;
  }
  #Policy .policy_banner .policy_banner_ja {
    font-size: 15px;
  }
  #PolicyPage {
    padding: 120px 0 80px;
  }
  #PolicyPage h1 {
    font-size: 26px;
    line-height: 36px;
  }
  #PolicyPage h1 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .inner {
    padding: 0 20px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  #About h2,
  #Session h2,
  #Schedule h2,
  #Sponsor h2 {
    font-size: 24px;
    line-height: 34px;
  }
  #About h2 span,
  #Session h2 span,
  #Schedule h2 span,
  #Sponsor h2 span {
    font-size: 16px;
  }
  #About {
    padding: 70px 0 0;
  }
  #About .about_catch {
    font-size: 17px;
  }
  #About p {
    font-size: 14px;
    line-height: 32px;
  }
  #Session {
    padding: 60px 0;
  }
  #Session .section_lead {
    font-size: 13px;
    margin-bottom: 28px;
  }
  #Session .session_cta_top {
    margin: 0 0 40px;
  }
  #Session .session_cta_bottom {
    margin: 28px 0 0;
  }
  #Session .session_list .session_row {
    gap: 4px 12px;
    padding: 16px 2px;
    row-gap: 4px;
  }
  #Session .session_list .session_row .day_label {
    font-size: 18px;
    min-width: 54px;
  }
  #Session .session_list .session_row > time {
    font-size: 12px;
  }
  #Session .session_list .session_row > h3 {
    font-size: 18px;
    flex: 1 1 100%;
    margin-top: 2px;
  }
  #Session .session_list .session_row.is_featured .session_row_head {
    padding-bottom: 12px;
  }
  #Session .session_list .session_row.is_featured .session_row_head > time {
    font-size: 12px;
  }
  #Session .session_list .session_row.is_featured .session_row_head > h3 {
    font-size: 18px;
    flex: 1 1 100%;
    margin-top: 2px;
  }
  #Session .session_list .day_more {
    font-size: 12px;
    margin-left: 0;
    flex: 1 1 100%;
    margin-top: 4px;
  }
  #Session .session_list .day_more .ext_icon {
    width: 10px;
    height: 10px;
  }
  #Session .session_list .day2_locations {
    grid-template-columns: 1fr;
  }
  #Session .session_list .day2_locations li {
    padding: 8px 2px;
    border-top: 1px dashed #a8d8ea;
  }
  #Session .session_list .day2_locations li:first-child {
    border-top: none;
  }
  #Session .session_list .day2_locations li:nth-child(2) {
    border-top: 1px dashed #a8d8ea;
  }
  #Session .session_list .day2_locations .loc_name {
    font-size: 14px;
  }
  #Session .session_list .day2_locations .loc_more {
    font-size: 11px;
  }
  #Credits {
    padding: 50px 0 30px;
  }
  #Credits .credits_heading {
    font-size: 15px;
  }
  #Credits .credits_row {
    font-size: 12px;
    flex-wrap: wrap;
  }
  #Schedule {
    padding: 60px 0;
  }
  #Schedule .section_lead {
    font-size: 13px;
  }
  #Schedule .schedule_day {
    flex-direction: column;
    gap: 20px 0;
  }
  #Schedule .day_info {
    flex: none;
    width: 100%;
  }
  #Schedule .day_info .day_label {
    font-size: 20px;
  }
  #Schedule .day_info h3 {
    font-size: 15px;
  }
  #Schedule .timetable {
    width: 100%;
  }
  #Schedule .timetable li {
    flex-direction: column;
    gap: 2px 0;
  }
  #Schedule .timetable li time {
    flex: none;
    font-size: 12px;
  }
  #Schedule .timetable li span {
    font-size: 13px;
  }
  #Schedule .field_locations {
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
  }
  #Schedule .field_locations li {
    font-size: 13px;
  }
  #Sponsor {
    padding: 60px 0;
  }
  #Sponsor .sponsor_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #Policy {
    padding: 40px 0;
  }
  #Policy .policy_banner {
    padding: 18px 16px;
    gap: 0 10px;
  }
  #Policy .policy_banner .policy_banner_en {
    font-size: 11px;
  }
  #Policy .policy_banner .policy_banner_ja {
    font-size: 14px;
  }
  #Policy .policy_banner .policy_banner_arrow {
    font-size: 14px;
  }
  #PolicyPage {
    padding: 60px 0 60px;
  }
  #PolicyPage h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #PolicyPage h1 span {
    font-size: 16px;
  }
  #PolicyPage .policy_block {
    margin-bottom: 40px;
  }
  #PolicyPage .policy_block h2 {
    font-size: 16px;
  }
  #PolicyPage .policy_block p {
    font-size: 14px;
    line-height: 1.9;
  }
  #PolicyPage .policy_list li {
    font-size: 13px;
  }
  .policy_contact {
    font-size: 12px;
    padding: 10px 24px;
  }
}
