@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #333;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  html {
    font-size: 4.0712468193vw;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: 1.1713030747vw;
  }
}

body {
  font-size: 1.25rem;
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.header {
  position: relative;
}
.header_menu {
  margin-top: 3.25rem;
}
@media (max-width: 767px) {
  .header_menu {
    margin-top: 2.4375rem;
  }
}
.header.is-active .header_btn-list_item:nth-child(2) img, .header.is-active .header_btn-list_item:nth-child(3) img {
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .header.is-active .header_wrap {
    height: calc(100dvh - 9.375rem);
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 2.8125rem;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
  }
}
.header_logo_fixed {
  position: fixed;
  top: 2.3125rem;
  left: 2.0625rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .header_logo_fixed {
    position: absolute;
  }
}
.header_logo_fixed .logo_wrap {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header_logo_fixed .logo_wrap .logo_yure {
  position: absolute;
  top: -0.6875rem;
  left: 0;
  width: 7.1875rem;
}
@media (max-width: 767px) {
  .header_logo_fixed .logo_wrap .logo_yure {
    top: -0.25rem;
    width: 2.6875rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .header_logo_fixed a:hover .logo_wrap {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header_logo_fixed {
    top: 0.8125rem;
    left: 0.875rem;
  }
}
.header_logo_fixed img {
  width: 7.375rem;
}
@media (max-width: 767px) {
  .header_logo_fixed img {
    width: 2.75rem;
  }
}
.header_btn a {
  padding-right: 3.75rem;
  padding-left: 1.0625rem;
  width: 26.875rem;
  height: 7.375rem;
  border: 0.125rem solid #fff;
  background: transparent url("/myscore/yamagata/assets/img/common/arr_white_border.png") no-repeat 95% center/3.4375rem 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 768px) and (hover: hover) {
  .header_btn a:hover {
    background-color: #707070;
    opacity: 1;
  }
  .header_btn a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header_btn a {
    padding-left: 0.875rem;
    width: 20rem;
    height: 5.5rem;
    border-width: 1px;
    background-size: 2.3125rem 2.3125rem;
  }
}
.header_btn a img {
  width: 19.5rem;
}
@media (max-width: 767px) {
  .header_btn a img {
    width: 14.8125rem;
  }
}

.btn-menu {
  width: 4rem;
  height: auto;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-menu {
    width: 100%;
    height: 3.0625rem;
  }
}
.btn-menu_inner {
  margin: 0 auto;
  width: 2.875rem;
  height: 2rem;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .btn-menu_inner {
    width: 2.0625rem;
    height: 1.4375rem;
  }
}
.btn-menu_inner span {
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn-menu_inner span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.btn-menu_inner span:nth-child(2) {
  top: 1rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 767px) {
  .btn-menu_inner span:nth-child(2) {
    top: 0.6875rem;
  }
}
.btn-menu_inner span:nth-child(3) {
  top: 2rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 767px) {
  .btn-menu_inner span:nth-child(3) {
    top: 1.375rem;
  }
}
.btn-menu_text {
  margin-top: 0.5rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-menu_text {
    margin-top: 0.3125rem;
  }
}
.btn-menu_text img {
  width: auto;
  height: 1.0625rem;
}
@media (max-width: 767px) {
  .btn-menu_text img {
    height: 0.75rem;
  }
}
.btn-menu.is-open {
  opacity: 1 !important;
}
.btn-menu.is-open .btn-menu_inner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -0.625rem;
  left: 0;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .btn-menu.is-open .btn-menu_inner span:nth-child(1) {
    width: 2.8125rem;
    top: -0.5rem;
  }
}
.btn-menu.is-open .btn-menu_inner span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.btn-menu.is-open .btn-menu_inner span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1.8125rem;
  left: 0;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .btn-menu.is-open .btn-menu_inner span:nth-child(3) {
    width: 2.8125rem;
    top: 1.5rem;
  }
}
.btn-menu.is-open .btn-menu_text img {
  opacity: 1 !important;
}

.header_menu-list + .header_menu-list {
  margin-top: 0.9375rem;
  padding-top: 0.75rem;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .header_menu-list + .header_menu-list {
    margin-top: 0.625rem;
    padding-top: 0.5625rem;
  }
}
.header_menu-list a {
  padding: 0.8125rem 0;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
}
.header_menu-list a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 768px) and (hover: hover) {
  .header_menu-list a {
    /* when hover is supported */
  }
  .header_menu-list a:hover:after {
    width: 100%;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header_menu-list a {
    padding: 0.5625rem 0;
    font-size: 0.875rem;
  }
}
.header_menu-list a.link-arr span {
  padding-right: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .header_menu-list a.link-arr span {
    padding-right: 1.3125rem;
  }
}
.header_menu-list a.link-arr span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0.4375rem;
  height: 0.9375rem;
  background-image: url("/myscore/yamagata/assets/img/common/arr_white.svg");
  background-size: 0.4375rem auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header_menu-list a.link-arr span:after {
    width: 0.3125rem;
    height: 0.625rem;
    background-size: 0.3125rem auto;
  }
}

@media (max-width: 767px) {
  .header_btn-list {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header_btn-list_inner {
  padding-top: 1.25rem;
  padding-left: 2.0625rem;
  padding-right: 2.0625rem;
  padding-bottom: 1.3125rem;
  width: 9.6875rem;
  background-color: #333;
  border-radius: 0 0.875rem 0.875rem 0;
}
@media (min-width: 768px) {
  .header_btn-list_inner {
    position: fixed;
    top: 14.75rem;
    left: 0;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .header_btn-list_inner {
    margin: 0 auto -0.375rem;
    padding: 1.125rem 0;
    width: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.875rem 0.875rem 0 0;
  }
}
.header_btn-list_item {
  text-align: center;
  padding: 1.9375rem 0 1.6875rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .header_btn-list_item {
    padding: 0;
    width: 33.3333%;
    height: 4rem;
    text-align: center;
    border-bottom: 0;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.header_btn-list_item img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .header_btn-list_item img {
    margin-top: -0.5rem !important;
  }
}
.header_btn-list_item:last-child {
  border: none;
}
@media (max-width: 767px) {
  .header_btn-list_item:nth-child(1) {
    position: relative;
  }
  .header_btn-list_item:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0625rem;
    height: 136%;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .header_btn-list_item:nth-child(2) {
    padding-top: 1.5625rem;
    padding-bottom: 1.8125rem;
  }
}
@media (max-width: 767px) {
  .header_btn-list_item:nth-child(2) {
    position: relative;
  }
  .header_btn-list_item:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0625rem;
    height: 136%;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .header_btn-list_item:nth-child(3) {
    padding-top: 1.3125rem;
    padding-bottom: 0;
  }
}
.header_btn-list_item--myscore img {
  margin: 0 auto;
  width: 5rem;
}
@media (max-width: 767px) {
  .header_btn-list_item--myscore img {
    margin-top: 0.625rem !important;
    width: auto;
    height: 4.375rem;
  }
}
.header_btn-list_item--news img {
  margin: 0 auto;
  margin-left: -0.3125rem;
  width: 6rem;
  max-width: unset;
}
@media (max-width: 767px) {
  .header_btn-list_item--news img {
    margin-top: 1.5625rem !important;
    margin-left: 0.125rem !important;
    width: auto;
    height: 5.375rem;
  }
}
.header_btn-list_item a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.header_main {
  width: 100%;
  height: 100dvh;
  background-color: #333333;
  color: #fff;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .header_main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .header_main::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
@media (max-width: 767px) {
  .header_main {
    display: block;
    height: calc(100dvh - 9.375rem);
    overflow-y: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    top: auto;
    bottom: 0;
  }
  .header_main::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.header_main_container {
  margin: 0 auto;
  width: 50rem;
  max-width: 100%;
  position: relative;
  min-height: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  .header_main_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .header_main_container {
    width: 100%;
  }
}
.header_main_inner {
  margin: 0 auto 3.125rem;
  width: 100%;
}
@media (max-width: 767px) {
  .header_main_inner {
    margin: 0 auto;
    padding-bottom: 2.5rem;
  }
}
.header_main_content {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .header_main_content {
    padding-top: 2.875rem;
    padding-bottom: 0rem;
  }
}
.header_main_detail {
  margin: 0 auto;
  width: 26.875rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .header_main_detail {
    padding: 0 2.25rem;
  }
}

.nav--open .header_logo_fixed {
  opacity: 0;
}

.footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 1.3125rem;
    padding-bottom: 12.5rem;
  }
}
.footer img {
  width: auto;
  height: 1.3125rem;
}
@media (max-width: 767px) {
  .footer img {
    width: 100%;
    height: auto;
  }
}

.text-underline {
  text-decoration: underline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-no-underline {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-300 {
  font-weight: 300;
}
.text-400 {
  font-weight: 400;
}
.text-500 {
  font-weight: 500;
}
.text-600 {
  font-weight: 600;
}
.text-700 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.wrapper {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 52.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    max-width: 100%;
  }
}

body:after {
  content: none;
}

.main {
  min-height: calc(100vh - 6.875rem);
}
@media (max-width: 767px) {
  .main {
    min-height: calc(100dvh - 25rem);
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.btn {
  margin: 0 auto;
  border: 1px solid #5FCBD5;
  width: 19.1875rem;
  height: 3.125rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(128, 128, 128, 0.2);
          box-shadow: 0 0.125rem 0.3125rem rgba(128, 128, 128, 0.2);
  background-size: 0.6875rem auto;
  color: #fff;
  font-size: 1rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn:hover {
    background-color: #fff;
    color: #5FCBD5;
    background-position: 95%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.btn:disabled {
  cursor: default !important;
}
.btn:not(:disabled) {
  cursor: pointer !important;
}

.questions-btn {
  padding: 0 10px;
  color: #fff;
  text-align: center;
  min-width: 5rem;
  height: 2.5rem;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 1.25rem;
  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;
  background-color: #EA535D;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(128, 128, 128, 0.2);
          box-shadow: 0 0.125rem 0.3125rem rgba(128, 128, 128, 0.2);
}
.questions-btn.questions-btn_prev {
  background-color: #B3B3B3;
}

.btn-white {
  padding-right: 1.0625rem;
  width: 100%;
  height: 6.25rem;
  border-radius: 1.1875rem;
  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;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-white {
    padding-right: 0.625rem;
    width: 100%;
    height: 5.5rem;
  }
}
.btn-white span {
  color: #EA535D;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-white span {
    font-size: 1.25rem;
  }
}
.btn-white:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid transparent;
  border-left: 1.3125rem solid #EA535D;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-white:after {
    right: 1.5625rem;
    border-top: 0.8125rem solid transparent;
    border-bottom: 0.8125rem solid transparent;
    border-left: 1.1875rem solid #EA535D;
  }
}
@media (min-width: 768px) {
  .btn-white:hover {
    background-color: #EA535D;
  }
  .btn-white:hover span {
    color: #fff;
  }
  .btn-white:hover:after {
    border-left-color: #fff;
  }
}

.btn-white-arrow {
  width: 100%;
  height: 6.25rem;
  border-radius: 1.1875rem;
  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;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .btn-white-arrow {
    padding-right: 0.5625rem;
    width: 100%;
    height: 5.5rem;
  }
}
.btn-white-arrow span {
  color: #EA535D;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-white-arrow span {
    font-size: 1.25rem;
  }
}
.btn-white-arrow:after {
  content: "";
  width: 3.1875rem;
  height: 3.1875rem;
  background: url("/myscore/yamagata/assets/img/top/btn01_arrow_red.png") no-repeat 50% 50%;
  background-size: 1.625rem;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  border: 0.125rem solid #EA535D;
}
@media (max-width: 767px) {
  .btn-white-arrow:after {
    right: 1.5625rem;
    width: 2.5625rem;
    height: 2.5625rem;
    background-size: 1.25rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .btn-white-arrow:hover {
    background-color: #EA535D;
  }
  .btn-white-arrow:hover span {
    color: #fff;
  }
  .btn-white-arrow:hover:after {
    background-color: #fff;
  }
}

.btn-red-arrow {
  width: 100%;
  height: 6.25rem;
  border-radius: 1.1875rem;
  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;
  background-color: #EA535D;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .btn-red-arrow {
    padding-right: 0.5625rem;
    width: 100%;
    height: 5.5rem;
  }
}
.btn-red-arrow span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-red-arrow span {
    font-size: 1.25rem;
  }
}
.btn-red-arrow:after {
  content: "";
  width: 3.1875rem;
  height: 3.1875rem;
  background: url("/myscore/yamagata/assets/img/top/btn01_arrow_white.png") no-repeat 50% 50%;
  background-size: 1.625rem;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  border: 0.125rem solid #FFFFFF;
}
@media (max-width: 767px) {
  .btn-red-arrow:after {
    right: 1.5625rem;
    width: 2.5625rem;
    height: 2.5625rem;
    background-size: 1.25rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .btn-red-arrow:hover {
    background-color: #fff;
  }
  .btn-red-arrow:hover span {
    color: #EA535D;
  }
  .btn-red-arrow:hover:after {
    background-color: #EA535D;
  }
}

.btn-more {
  margin-top: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #EA535D;
  height: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-more span {
  display: inline-block;
  line-height: 1;
}
.btn-more .txt img {
  width: 2.375rem;
}
.btn-more .arrow {
  margin-left: 0.3125rem;
}
.btn-more .arrow img {
  margin-top: -0.125rem;
  width: 0.9375rem;
}

.btn_view-more {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .btn_view-more {
    margin-top: 0;
  }
}
.btn_view-more a {
  padding-right: 1.875rem;
  padding-bottom: 0.3125rem;
  display: inline-block;
  border-bottom: 0.0625rem solid #EA535D;
  font-size: 1.25rem;
  font-weight: 600;
  color: #EA535D;
  letter-spacing: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (min-width: 768px) and (hover: hover) {
  .btn_view-more a:hover {
    opacity: 0.7;
  }
}
.btn_view-more a:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/myscore/yamagata/assets/img/top/btn01_arrow_red.png") no-repeat 50% 50%;
  background-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  border: 0.0625rem solid #EA535D;
}
@media (max-width: 767px) {
  .btn_view-more a:after {
    top: 0.0625rem;
    right: 0.0625rem;
    width: 0.9375rem;
    height: 0.9375rem;
    background-image: url("/myscore/yamagata/assets/img/top/btn01_arrow_red_sp.png");
    background-size: 0.5625rem;
    background-position: 50% 50%;
  }
}
@media (max-width: 767px) {
  .btn_view-more a {
    padding-right: 1.3125rem;
    padding-bottom: 0.125rem;
    font-size: 0.875rem;
    background-size: 1.0625rem;
    background-position-y: 0;
  }
}

.event-section_btn {
  margin: 4.5rem auto 0;
}
@media (max-width: 767px) {
  .event-section_btn {
    margin-top: 4.3125rem;
  }
}
@media (min-width: 768px) {
  .event-section_btn .btn-white-arrow {
    padding-right: 0.75rem;
  }
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: bold;
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 1rem;
  height: 1rem;
  background: url("/myscore/yamagata/assets/img/checkbox-uncheck.png") no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  [type=checkbox]:checked + label:before,
  [type=checkbox]:not(:checked) + label:before {
    top: 0.25rem;
  }
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 1rem;
  height: 1rem;
  background: url("/myscore/yamagata/assets/img/checkbox-checked.png") no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  [type=checkbox]:checked + label:after,
  [type=checkbox]:not(:checked) + label:after {
    top: 0.25rem;
  }
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

[type=checkbox]:checked + label:after {
  opacity: 1;
}

[type=checkbox]:checked + label:before {
  opacity: 0;
}

.form-check .form-check-label.form-checkbox-label {
  width: auto;
}

.form-check .mark {
  margin-top: -0.0625rem;
  margin-left: 0.5rem;
  cursor: pointer;
}
.form-check .mark img {
  width: 1rem;
  height: 1rem;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 101%;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  height: 0;
  background: transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 1.6875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* Thumb: webkit */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border-radius: 50%;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Thumb: Firefox */
input[type=range]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border-radius: 50%;
  border: none !important;
  box-shadow: none;
}

.range-group {
  padding-bottom: 5.5rem;
  position: relative;
}
.range-group + .range-group {
  margin-top: 1.375rem;
}
.range-group + .form-group {
  margin-top: 1.375rem;
}
.range-group label {
  font-size: 0.875rem;
  font-weight: 500;
}

.bgd-slider {
  position: absolute;
  width: 100%;
  height: 0.3125rem;
  background-color: #B3B3B3;
  left: 0;
  bottom: 1.5625rem;
  z-index: 0;
  color: transparent;
  border-radius: 30px;
}
.bgd-number {
  padding: 0 0.4375rem 0 0.6875rem;
  position: absolute;
  left: 0;
  bottom: 1.1875rem;
  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;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #8CC63F;
  white-space: nowrap;
  -webkit-transform: translateX(-1.125rem);
          transform: translateX(-1.125rem);
}
@media (max-width: 767px) {
  .bgd-number {
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem);
  }
}
.bgd-number span {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2rem;
  color: #fff;
  padding: 0 0.125rem;
}
.bgd-number .range-value {
  position: static !important;
}
.bgd-number.left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bgd-number.left:after {
  left: 0.1875rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) {
  .bgd-number.right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bgd-number.right:after {
  left: auto;
  right: -0.25rem;
}

.arr-tooltip {
  margin-top: -1.25rem;
  content: "";
  width: 0.75rem;
  height: 0.4375rem;
  border-top: solid 0.375rem #8CC63F;
  border-left: solid 0.375rem transparent;
  border-right: solid 0.375rem transparent;
  position: absolute;
  top: 100%;
  left: 0%;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
}
@media (max-width: 767px) {
  .arr-tooltip {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.arr-tooltip.left {
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
  margin-left: 0;
}
.arr-tooltip.right {
  -webkit-transform: translateX(-0.5625rem);
          transform: translateX(-0.5625rem);
  margin-left: 0;
}

.range-text-center {
  display: none;
}

.number-limit {
  padding-left: 0.3125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.875rem;
  font-weight: bold;
}

.question7 input[type=range]::-webkit-slider-thumb,
.question8 input[type=range]::-webkit-slider-thumb {
  background-color: #8CC63F;
}
.question7 input[type=range]::-moz-range-thumb,
.question8 input[type=range]::-moz-range-thumb {
  background-color: #8CC63F;
}

@media (max-width: 767px) {
  .question7 .bgd-number.right {
    -webkit-transform: translateX(-1.5625rem);
            transform: translateX(-1.5625rem);
  }
}

@media (max-width: 767px) {
  .question8 .bgd-number.right {
    -webkit-transform: translateX(-1.875rem);
            transform: translateX(-1.875rem);
  }
}

.question9 .bgd-number {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #EA535D;
}
.question9 .bgd-number span {
  padding: 0;
}
.question9 .arr-tooltip {
  border-top-color: #EA535D;
}
.question9 input[type=range]::-webkit-slider-thumb {
  background-color: #EA535D;
}
.question9 input[type=range]::-moz-range-thumb {
  background-color: #EA535D;
}

.question10 .bgd-number {
  background-color: #EA535D;
}
.question10 .arr-tooltip {
  border-top-color: #EA535D;
}
.question10 input[type=range]::-webkit-slider-thumb {
  background-color: #EA535D;
}
.question10 input[type=range]::-moz-range-thumb {
  background-color: #EA535D;
}

.question11 .bgd-number {
  background-color: #EA535D;
}
.question11 .arr-tooltip {
  border-top-color: #EA535D;
}
.question11 input[type=range]::-webkit-slider-thumb {
  background-color: #EA535D;
}
.question11 input[type=range]::-moz-range-thumb {
  background-color: #EA535D;
}

.range-text {
  padding-left: 0.125rem !important;
}

.form-check {
  background-color: #fff;
  border-radius: 0.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-check .form-check-label {
  width: 100%;
  height: 100%;
}
.form-check + .form-check {
  margin-top: 0.25rem;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding: 0.875rem 3rem 0.9375rem 1.25rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background: url("/myscore/yamagata/assets/img/check.png") no-repeat center center;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  [type=radio]:checked + label:before,
  [type=radio]:not(:checked) + label:before {
    top: 56%;
    right: 1rem;
  }
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background: url("/myscore/yamagata/assets/img/checked.png") no-repeat center center;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  [type=radio]:checked + label:after,
  [type=radio]:not(:checked) + label:after {
    top: 56%;
    right: 1rem;
  }
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
}

[type=radio]:checked + label:after {
  opacity: 1;
}

[type=radio]:checked + label:before {
  opacity: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 91;
  display: none;
}

.modal {
  position: fixed;
  top: 51.1%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 92;
  width: 100%;
  max-width: 53.125rem;
  display: none;
}
@media (max-width: 767px) {
  .modal {
    width: calc(100vw - 3rem);
    max-width: 100%;
    top: 50%;
  }
}
.modal-content {
  position: relative;
  width: 100%;
  max-width: 53.125rem;
  height: 64.5vh;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 4.125rem 3.75rem;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .modal-content {
    height: 87dvh;
    padding: 3.4375rem 1.25rem 1.5rem;
  }
}
.modal-close {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 0.9375rem;
  right: 0.875rem;
}
.modal-close img {
  width: 100%;
}
@media (max-width: 767px) {
  .modal-close {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.modal-title {
  margin-bottom: 1.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .modal-title {
    margin-bottom: 1.75rem;
  }
}
.modal-desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.modal-desc p + p {
  padding-top: 1.5rem;
}
.modal-main {
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .modal-main {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
.kv {
  padding: 5.375rem 0 4.5625rem;
  width: 100%;
}
@media (max-width: 767px) {
  .kv {
    padding: 6.1875rem 0 87px;
  }
}
.kv .wrapper {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
.kv img {
  width: 30.8125rem;
}
.kv_gif {
  position: absolute;
  top: -1.75rem;
  left: 11.6875rem;
  width: 28.5625rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .kv_gif {
    top: -1.25rem;
    left: 2.75rem;
    width: 18.6875rem;
  }
}

.btn-top-section {
  margin: 0 auto;
  width: 64.375rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .btn-top-section {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn-top-section .wrapper {
    padding: 0;
    max-width: unset;
  }
}
.btn-top-section a {
  padding: 2.625rem 0 3.625rem;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  max-width: 62.5rem;
  background: #FBEAF2 url("/myscore/yamagata/assets/img/top/btn01_arrow.png") no-repeat 89% center;
  background-size: 6.6875rem;
  border-radius: 4.375rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0.625rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.5rem 0.5rem 0.625rem rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) and (hover: hover) {
  .btn-top-section a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media (max-width: 767px) {
  .btn-top-section a {
    padding: 0.875rem 0 1.1875rem;
    border-radius: 1.5625rem;
    -webkit-box-shadow: 0.3125rem 0.25rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0.3125rem 0.25rem 0.375rem rgba(0, 0, 0, 0.16);
    background-size: 2.1875rem;
    background-position: 89% center;
  }
}
.btn-top-section a .btn-img img {
  width: 72%;
}
@media (max-width: 767px) {
  .btn-top-section a .btn-img img {
    width: 72%;
  }
}
.btn-top-section .btn-img {
  padding-left: 5.9375rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-top-section .btn-img {
    padding-left: 1.9375rem;
    width: 100%;
    text-align: left;
  }
}
.btn-top-section.teaching-materials {
  margin-top: 10.4375rem;
  width: 63.625rem;
}
@media (max-width: 767px) {
  .btn-top-section.teaching-materials {
    margin-top: 3.125rem;
    width: 100%;
  }
  .btn-top-section.teaching-materials .wrapper {
    padding: 0 1.71875rem;
  }
}
.btn-top-section.teaching-materials .btn-img {
  padding-left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-top-section.teaching-materials .btn-img {
    border-radius: 1.9375rem;
    overflow: hidden;
  }
}

.sec-intro {
  margin-top: 5.125rem;
  margin-bottom: 4.3125rem;
}
@media (max-width: 767px) {
  .sec-intro {
    margin-top: 2.75rem;
    margin-bottom: 4.0625rem;
  }
}
.sec-intro .intro_desc {
  margin: 0 auto;
  max-width: 50rem;
}
.sec-intro .intro_text {
  margin-top: 1.6875rem;
  font-size: 1.25rem;
  line-height: 2.25;
  font-weight: 300;
}
@media (max-width: 767px) {
  .sec-intro .intro_text {
    margin-top: 1.9375rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.sec-intro .intro_img {
  margin: 7.3125rem auto 0;
  width: 29.75rem;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .sec-intro .intro_img {
    margin-top: 1.75rem;
    width: 100%;
  }
}
.sec-intro .intro__wrap + .intro__wrap {
  margin-top: 5.125rem;
}
@media (max-width: 767px) {
  .sec-intro .intro__wrap + .intro__wrap {
    margin-top: 4.375rem;
  }
}

.intro_title {
  padding: 1rem;
  border-top: 1px solid #EA535D;
  border-bottom: 1px solid #EA535D;
  color: #EA535D;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .intro_title {
    padding: 0.375rem 0;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .top-page .intro_title {
    padding: 0.75rem 0;
  }
}

.sec-event {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .sec-event {
    margin-top: 3.5rem;
  }
}
.sec-event .wrapper {
  max-width: 100%;
}
.sec-event .event_top_list {
  margin-top: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.6875rem;
}
@media (max-width: 767px) {
  .sec-event .event_top_list {
    margin-top: 1.9375rem;
    margin-bottom: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.75rem 0;
  }
}
.sec-event .event_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec-event .event_title {
    font-size: 1.25rem;
  }
}
.sec-event .event_desc {
  width: 20.875rem;
  display: block;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #333333;
}
@media (max-width: 767px) {
  .sec-event .event_desc {
    max-width: 100%;
    width: 46%;
  }
}
.sec-event .event_desc .thumb {
  width: 100%;
  height: 10.4375rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-event .event_desc .thumb {
    height: 6.9375rem;
  }
}
.sec-event .event_desc .thumb img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: ease 0.4s transform;
  transition: ease 0.4s transform;
}
.sec-event .event_desc .txt {
  padding: 0.8125rem 0.8125rem 0.6875rem;
  border-top: 1px solid #333333;
}
@media (max-width: 767px) {
  .sec-event .event_desc .txt {
    padding: 0.4375rem 0.5rem 0.5rem;
  }
}
.sec-event .event_desc .txt .date {
  color: #EA535D;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  line-break: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-event .event_desc .txt .date {
    font-size: 0.875rem;
  }
}
.sec-event .event_desc .txt p {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-break: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-event .event_desc .txt p {
    margin-top: 0;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .sec-event .event_desc:hover .thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: ease 0.4s transform;
    transition: ease 0.4s transform;
  }
}
.sec-event .event_btn {
  margin: 3.25rem auto 0;
  width: 67.5rem;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-event .event_btn {
    text-align: center;
  }
}
.sec-event .event_btn a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sec-event .event_btn a img {
  width: 19.3125rem;
}
@media (max-width: 767px) {
  .sec-event .event_btn a img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .sec-event .event_btn a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.sec-event .event_top_more {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .sec-event .event_top_more {
    margin-top: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .sec-event.event-end {
    margin-top: 11.4375rem;
  }
}
@media (max-width: 767px) {
  .sec-event.event-end {
    margin-top: 1.5625rem;
  }
}

.sec-news {
  margin-top: 8.4375rem;
}
@media (max-width: 767px) {
  .sec-news {
    margin-top: 6.75rem;
  }
}
.sec-news .news_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec-news .news_title {
    font-size: 1.25rem;
  }
}
.sec-news .news_list {
  margin: 1.8125rem auto;
  max-width: 50rem;
}
@media (max-width: 767px) {
  .sec-news .news_list {
    margin: 1.9375rem auto;
    max-width: 100%;
  }
}
.sec-news .news_item {
  border-top: 1px solid #333;
}
.sec-news .news_item a {
  padding: 1.25rem 0 1rem;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .sec-news .news_item a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 767px) {
  .sec-news .news_item a {
    padding: 0.8125rem 0 0.625rem;
  }
}
.sec-news .news_item:last-child {
  border-bottom: 1px solid #333;
}
.sec-news .news_item .date {
  color: #EA535D;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  line-break: anywhere;
}
@media (max-width: 767px) {
  .sec-news .news_item .date {
    font-size: 0.75rem;
  }
}
.sec-news .news_item .txt {
  margin-top: 0.5625rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-break: anywhere;
}
@media (max-width: 767px) {
  .sec-news .news_item .txt {
    margin-top: 0.375rem;
    font-size: 1rem;
  }
}
.sec-news .news_more {
  margin-top: 2rem;
}

.movie {
  margin-top: 7.0625rem;
  padding: 2.25rem;
  background-color: #FBEAF2;
  text-align: center;
}
@media (max-width: 767px) {
  .movie {
    margin-top: 4.25rem;
    padding: 1.8125rem;
    overflow: hidden;
  }
}
.movie_title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .movie_title {
    font-size: 1.25rem;
  }
}
.movie p {
  margin-top: 1.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  height: 12.875rem;
  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;
  text-align: center;
}
@media (max-width: 767px) {
  .movie p {
    margin-top: 0;
    height: 8.25rem;
    font-size: 1rem;
  }
}

.link {
  margin-top: 4.5625rem;
  margin-bottom: 3.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .link {
    margin-top: 2.875rem;
    overflow: hidden;
  }
}
.link .wrapper {
  padding: 0 0.875rem;
  max-width: 62.5rem;
}
@media (max-width: 767px) {
  .link .wrapper {
    padding: 0;
  }
}
.link_title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .link_title {
    font-size: 1.25rem;
  }
}
.link_list_item a {
  width: 100%;
  height: 6rem;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .link_list_item a {
    width: 13.25rem;
    height: 4.0625rem;
  }
}
.link_list_item a img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 768px) and (hover: hover) {
  .link_list_item a img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.link_splide {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .link_splide {
    margin-top: 3.8125rem;
  }
}
.link .splide__pagination {
  bottom: -1.625rem;
  gap: 0.5625rem;
}
@media (max-width: 767px) {
  .link .splide__pagination {
    bottom: 0;
    gap: 0.375rem;
  }
}
.link .splide__pagination__page {
  margin: 0;
  border-radius: 0;
  background-color: #DEDEDE;
  width: 1.625rem;
  height: 0.3125rem;
  opacity: 1;
}
.link .splide__pagination__page.is-active {
  background-color: #EA535D;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 767px) {
  .link .splide__pagination__page {
    width: 1.125rem;
    height: 0.1875rem;
  }
}
.link .splide__arrow {
  width: 1.625rem;
  height: 1.625rem;
  background: transparent url("/myscore/yamagata/assets/img/top/btn01_arrow.svg") no-repeat center center;
  background-size: 100% 100%;
  opacity: 1;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .link .splide__arrow {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.link .splide__arrow svg {
  display: none;
}
.link .splide__arrow--prev {
  top: 36%;
  left: -0.875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 767px) {
  .link .splide__arrow--prev {
    top: 28%;
    left: 1.1875rem;
  }
}
.link .splide__arrow--next {
  right: -0.875rem;
}
@media (max-width: 767px) {
  .link .splide__arrow--next {
    top: 39%;
    right: 1.1875rem;
  }
}
.link .splide__arrow:disabled {
  opacity: 0.75;
  pointer-events: none;
}
@media (max-width: 767px) {
  .link .splide__track {
    padding-bottom: 1.125rem;
  }
}

.video-section {
  margin-top: 12.125rem;
}
@media (max-width: 767px) {
  .video-section {
    margin-top: 6.1875rem;
  }
}
@media (min-width: 768px) {
  .video-section .wrapper {
    max-width: 62.5rem;
  }
}
.video-section .video_list {
  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: 4.375rem;
}
@media (max-width: 767px) {
  .video-section .video_list {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.8125rem;
    width: 15.9375rem;
  }
}
.video-section .video_item {
  width: 25.9375rem;
  max-width: 100%;
  text-align: center;
}
.video-section .video_thumb {
  width: 100%;
}
.video-section .video_iframe {
  padding-bottom: 56.386%;
  width: 100%;
  position: relative;
}
.video-section .video_iframe iframe,
.video-section .video_iframe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section .video_desc {
  margin: 1.25rem auto 0;
  padding: 0.625rem 1.25rem;
  min-width: 10.375rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  border-radius: 1.375rem;
  background-color: #EA535D;
  display: inline-block;
}
@media (max-width: 767px) {
  .video-section .video_desc {
    margin: 0.75rem auto 0;
    padding: 0.4375rem 1.25rem;
    min-width: 6.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.875rem;
  }
}

/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
.decarbo-page {
  background-color: #fff;
}
.decarbo-page .header .btn-menu {
  opacity: 1;
}
.decarbo-page .header .header_btn-list_item img {
  opacity: 1;
}
.decarbo-page .header .header_btn-list_item.active img {
  opacity: 1;
}
@media (min-width: 768px) {
  .decarbo-page .header_logo_fixed {
    top: 2.25rem;
    left: 2.0625rem;
  }
}
@media (max-width: 767px) {
  .decarbo-page .header_logo_fixed {
    position: absolute;
  }
}
.decarbo-page .main {
  background-color: #FBEAF2;
}
.decarbo-page .average-emissions_btn {
  margin-top: 5.6875rem;
}
@media (max-width: 767px) {
  .decarbo-page .average-emissions_btn {
    margin-top: 6.0625rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .start-page .header_logo_fixed {
    position: absolute;
  }
}

.kv_child {
  padding: 4.375rem 0 3.875rem;
  width: 100%;
}
@media (max-width: 767px) {
  .kv_child {
    padding: 6rem 0 2.5rem;
  }
}
.kv_child .wrapper {
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
.kv_child img {
  width: 29.8125rem;
}
@media (max-width: 767px) {
  .kv_child img {
    width: 13.75rem;
  }
}
.kv_ttl {
  text-align: center;
}
.kv_ttl span {
  padding: 0.0625rem 0.4375rem 0.125rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  background-color: #1B96D5;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .kv_ttl span {
    padding: 0.0625rem 0.25rem 0.125rem;
    font-size: 0.875rem;
    line-height: 1;
  }
}

.main_detail {
  padding: 0 0 7.875rem;
}
@media (max-width: 767px) {
  .main_detail {
    padding: 0 0 4.5rem;
  }
}
.main_detail .logo {
  text-align: center;
}
.main_detail .logo img {
  width: 31.5625rem;
}
@media (max-width: 767px) {
  .main_detail .logo img {
    width: 11.75rem;
  }
}
.main_detail .txt {
  line-height: 2.25;
}
@media (max-width: 767px) {
  .main_detail .txt {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.num-co2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #EA535D;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 767px) {
  .num-co2 {
    width: 100%;
  }
}
.num-co2 span {
  display: inline-block;
}
.num-co2 .num {
  font-size: 4.5625rem;
}
@media (max-width: 767px) {
  .num-co2 .num {
    font-size: 2.8125rem;
  }
}
.num-co2 .txt-desc {
  margin-bottom: 0.4375rem;
  font-size: 1.625rem;
}
@media (max-width: 767px) {
  .num-co2 .txt-desc {
    margin-bottom: 0.1875rem;
    font-size: 1rem;
  }
}
.num-co2 .txt-desc small {
  font-size: 1.1875rem;
}
@media (max-width: 767px) {
  .num-co2 .txt-desc small {
    font-size: 0.75rem;
  }
}
.num-co2.black {
  color: #333;
}

.title-border {
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #EA535D;
  border-bottom: 1px solid #EA535D;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #EA535D;
}
@media (max-width: 767px) {
  .title-border {
    padding: 0.75rem 0;
    font-size: 1.1875rem;
    line-height: 1.7;
    white-space: nowrap;
  }
}

.stage-block {
  margin-top: 4.375rem;
  margin-bottom: 5.9375rem;
  padding: 3.3125rem 0 4.1875rem;
  background-color: #fff;
  border-radius: 1.4375rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .stage-block {
    margin-top: 3.125rem;
    margin-bottom: 3.3125rem;
    padding: 2.125rem 0 1.6875rem;
  }
}
.stage-block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .stage-block_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.stage-block_item {
  width: 50%;
  text-align: center;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .stage-block_item {
    width: 100%;
  }
}
.stage-block_item_title {
  margin-bottom: 1.4375rem;
  width: 15.625rem;
  height: 2.9375rem;
  border-radius: 1.5625rem;
  background-color: #EA535D;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.9375rem;
  text-align: center;
}
@media (max-width: 767px) {
  .stage-block_item_title {
    margin-bottom: 0.8125rem;
    width: 9.625rem;
    height: 1.8125rem;
    font-size: 0.75rem;
    line-height: 1.8125rem;
  }
}
.stage-block_item_img {
  position: relative;
}
@media (max-width: 767px) {
  .stage-block_item_img {
    width: 100%;
    text-align: center;
  }
}
.stage-block_item_img img {
  margin-top: 0.8125rem;
  width: 7.6875rem;
  height: auto;
}
@media (max-width: 767px) {
  .stage-block_item_img img {
    margin: 0 auto;
    width: 6.625rem;
  }
}
.stage-block_item--my {
  padding-left: 0;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .stage-block_item--my {
    margin-right: 3.125rem;
  }
}
@media (max-width: 767px) {
  .stage-block_item--my {
    padding-left: 0;
    width: 100%;
  }
}
.stage-block_item--img {
  width: 7.6875rem;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .stage-block_item--img {
    margin-top: 0.625rem;
    padding-left: 0.375rem;
    width: 9.125rem;
    text-align: center;
  }
}
.stage-block_item--txt {
  padding-top: 1.375rem;
  padding-left: 1.125rem;
  width: 12.8125rem;
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .stage-block_item--txt {
    padding-top: 2rem;
    padding-left: 0;
    width: calc(100% - 9.125rem);
  }
}
.stage-block_item--txt span {
  display: inline-block;
}
.stage-block_item--txt .txt_big {
  margin-bottom: 0.5625rem;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .stage-block_item--txt .txt_big {
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
  }
}
.stage-block_item--txt .txt_title {
  margin-right: -0.4375rem;
  font-size: 2.1875rem;
  line-height: 1.2;
  color: #EA535D;
  font-weight: 600;
  line-break: anywhere;
}
@media (max-width: 767px) {
  .stage-block_item--txt .txt_title {
    font-size: 1.5rem;
  }
}
.stage-block_item--txt .txt_desc {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .stage-block_item--txt .txt_desc {
    font-size: 0.875rem;
  }
}
.stage-block_note {
  margin-bottom: 7.6875rem;
}
@media (max-width: 767px) {
  .stage-block_note {
    margin-bottom: 4.375rem;
  }
}
.stage-block_note p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .stage-block_note p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.stage-block_note small {
  margin-top: 0.5625rem;
  display: block;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .stage-block_note small {
    margin-top: 1.375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding-left: 1rem;
    text-indent: -1rem;
  }
}

.chart-block {
  margin-top: 4.0625rem;
  margin-bottom: 10.625rem;
}
@media (max-width: 767px) {
  .chart-block {
    margin-top: 3.5625rem;
    margin-left: 0rem;
    margin-bottom: 3.75rem;
  }
}
.chart-block_img {
  padding-bottom: 4.6875rem;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .chart-block_img {
    padding-bottom: 5.25rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.chart-block_img:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2.3125rem solid transparent;
  border-right: 2.3125rem solid transparent;
  border-top: 2.3125rem solid #EA535D;
  position: absolute;
  bottom: 0;
  left: 53%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .chart-block_img:after {
    border-left: 1.6875rem solid transparent;
    border-right: 1.6875rem solid transparent;
    border-top: 1.75rem solid #EA535D;
    left: 50%;
  }
}
.chart-block_desc {
  margin-top: 2.3125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .chart-block_desc {
    padding-left: 2.6875rem;
  }
}
@media (max-width: 767px) {
  .chart-block_desc {
    margin-top: 1.75rem;
  }
}
.chart-block_desc_title {
  margin-top: 1.25rem;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
  color: #EA535D;
}
@media (max-width: 767px) {
  .chart-block_desc_title {
    margin-top: 0.625rem;
    font-size: 1.25rem;
  }
}
.chart-block_desc_txt {
  margin-top: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .chart-block_desc_txt {
    margin-top: 0.75rem;
  }
}
.chart-block_desc_txt .num {
  position: relative;
}
.chart-block_desc_txt .num:after {
  content: "※CO₂e ：CO₂に換算する際の単位";
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #EA535D;
  position: absolute;
  left: 0.5rem;
  bottom: -2.4375rem;
  height: 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .chart-block_desc_txt .num:after {
    font-size: 0.875rem;
    bottom: -1.875rem;
  }
}
.chart-block_desc .num-co2 .num {
  font-size: 4.75rem;
}
@media (max-width: 767px) {
  .chart-block_desc .num-co2 .num {
    font-size: 3.625rem;
  }
}
.chart-block_desc .num-co2 .txt-desc {
  margin-bottom: 0.4375rem;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .chart-block_desc .num-co2 .txt-desc {
    margin-bottom: 0.3125rem;
    font-size: 1.3125rem;
  }
}
.chart-block_desc .num-co2 .txt-desc small {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .chart-block_desc .num-co2 .txt-desc small {
    font-size: 0.9375rem;
  }
}

.average-emissions_num {
  margin-top: 2.9375rem;
  margin-left: 3.8125rem;
}
@media (max-width: 767px) {
  .average-emissions_num {
    margin-top: 2.3125rem;
    margin-left: 0;
  }
}
.average-emissions .num-co2 .num {
  font-size: 5.375rem;
}
@media (max-width: 767px) {
  .average-emissions .num-co2 .num {
    font-size: 3.625rem;
  }
}
.average-emissions .num-co2 .txt-desc {
  margin-bottom: 0.4375rem;
  font-size: 1.9375rem;
}
@media (max-width: 767px) {
  .average-emissions .num-co2 .txt-desc {
    margin-bottom: 0.3125rem;
    font-size: 1.3125rem;
  }
}
.average-emissions .num-co2 .txt-desc small {
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .average-emissions .num-co2 .txt-desc small {
    font-size: 0.9375rem;
  }
}
.average-emissions_maps {
  margin-top: 4.3125rem;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .average-emissions_maps {
    margin-top: 2.8125rem;
    margin-left: 0;
    height: 25.3125rem;
  }
}
.average-emissions_maps img {
  margin: 0 auto;
  display: block;
  width: 23.1875rem;
}
@media (max-width: 767px) {
  .average-emissions_maps img {
    width: 15.5rem;
  }
}
.average-emissions_btn {
  margin: 4.9375rem auto 0;
  width: 27rem;
  max-width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .average-emissions_btn {
    margin: 3.375rem auto 5rem;
    width: 100%;
  }
}

.chart-wrapper {
  position: relative;
  width: 19.375rem;
}
@media (max-width: 767px) {
  .chart-wrapper {
    width: 16.9375rem;
    max-width: 16.9375rem;
  }
}

.chart-desc {
  margin-left: 3.75rem;
  width: 42%;
}
@media (max-width: 767px) {
  .chart-desc {
    margin-left: 0;
    width: 100%;
  }
}
.chart-desc .list-txt {
  margin-top: 0.8125rem;
}
@media (max-width: 767px) {
  .chart-desc .list-txt {
    margin-top: 3.5rem;
  }
}
.chart-desc .list-txt .item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chart-desc .list-txt .item-txt .txt-info {
  text-align: left;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .chart-desc .list-txt .item-txt .txt-info {
    width: 60%;
    font-size: 1.3125rem;
  }
}
.chart-desc .list-txt .item-txt .txt-info:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  background-color: #8CC63F;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-top: -0.375rem;
}
@media (max-width: 767px) {
  .chart-desc .list-txt .item-txt .txt-info:before {
    margin-top: -0.1875rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.chart-desc .list-txt .item-txt .num-info {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .chart-desc .list-txt .item-txt .num-info {
    width: 40%;
    font-size: 2.1875rem;
  }
}
.chart-desc .list-txt .item-txt.green .txt-info:before {
  background-color: #8CC63F;
}
.chart-desc .list-txt .item-txt.red .txt-info:before {
  background-color: #EA535D;
}
.chart-desc .list-txt .item-txt.black .txt-info:before {
  background-color: #333333;
}
.chart-desc .list-txt .item-txt.blue .txt-info:before {
  background-color: #1B96D5;
}
.chart-desc .list-txt .item-txt + .item-txt {
  margin-top: 1.5625rem;
}

canvas {
  width: 100%;
  height: 100%;
}

.label-box {
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}
.label-box .label {
  font-size: 1rem;
  font-weight: 300;
  display: block;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .label-box .label {
    font-size: 0.75rem;
  }
}
.label-box .value {
  white-space: nowrap;
  font-size: 2rem;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .label-box .value {
    font-size: 1.5rem;
  }
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.3125rem;
  color: #333;
}
@media (max-width: 767px) {
  .center-text {
    font-size: 1rem;
  }
}
.center-text span {
  display: inline;
}
.center-text small {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .center-text small {
    font-size: 0.75rem;
  }
}

.start-page {
  background-color: #fff;
}
.start-page .main {
  background-color: #FBEAF2;
}
.start-page .average-emissions_btn {
  margin-top: 2.875rem;
  width: 22.625rem;
}
@media (max-width: 767px) {
  .start-page .average-emissions_btn {
    margin-top: 3.4375rem;
    width: 100%;
  }
}
.start-page p + .title-border {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .start-page p + .title-border {
    margin-top: 3.625rem;
  }
}
.start-page p + .title-border + p {
  margin-top: 1.625rem;
}
@media (max-width: 767px) {
  .start-page p + .title-border + p {
    margin-top: 1.3125rem;
  }
}
.start-page p + .title-border + p + p {
  margin-top: 1.875rem;
}

.share-sns {
  margin-top: 8.1875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .share-sns {
    margin-top: 1.625rem;
  }
}
.share-sns .average-emissions_btn {
  margin-top: 0.6875rem !important;
}
@media (max-width: 767px) {
  .share-sns .average-emissions_btn {
    margin-top: 0.25rem !important;
  }
}
.share-sns .average-emissions_btn small {
  margin-top: 1.375rem;
  display: block;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 300;
  color: #707070;
}
@media (max-width: 767px) {
  .share-sns .average-emissions_btn small {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}
.share-sns .average-emissions_btn + .average-emissions_btn {
  display: none;
}
@media (max-width: 767px) {
  .share-sns .average-emissions_btn + .average-emissions_btn {
    display: block;
    margin-top: 2.1875rem !important;
  }
}
.share-sns .share-section-ttl {
  text-align: center;
}
@media (min-width: 768px) {
  .share-sns .share-section-ttl img {
    width: auto;
    height: 1.6875rem;
  }
}
@media (max-width: 767px) {
  .share-sns .share-section-ttl img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .share-sns .share-section-ttl {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.txt-co2 {
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -0.25rem;
}

.recommended-actions {
  margin: 4.125rem auto 0;
  padding: 5.375rem 1.25rem 0.625rem;
  background-color: #fff;
  border-radius: 2.5625rem;
  width: 62.5rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .recommended-actions {
    margin: 4.625rem auto 0;
    padding: 2.5625rem 1.25rem 0.375rem;
    width: calc(100% - 4.5rem);
    border-radius: 2.0625rem;
  }
}
.recommended-actions_inner {
  margin: 0 auto;
  width: 50rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .recommended-actions .title-border {
    padding: 0.5625rem 0.625rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.recommended-actions .sub-title {
  text-align: center;
  margin-top: 2.875rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4583333333;
}
@media (max-width: 767px) {
  .recommended-actions .sub-title {
    margin-top: 1.1875rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.recommended-actions_list {
  margin-top: 3.875rem;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
@media (max-width: 767px) {
  .recommended-actions_list {
    margin-top: 2.4375rem;
    margin-left: -0.53125rem;
    margin-right: -0.53125rem;
  }
}
.recommended-actions_item + .recommended-actions_item {
  margin-top: 4.75rem;
}
@media (max-width: 767px) {
  .recommended-actions_item + .recommended-actions_item {
    margin-top: 2.5rem;
  }
}
.recommended-actions_btn {
  margin: 2.875rem auto 0;
  width: 35.25rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .recommended-actions_btn {
    margin-top: 2.875rem;
    text-align: center;
  }
  .recommended-actions_btn a {
    line-height: 1.7;
  }
}
.recommended-actions_btn small {
  margin-top: 0.9375rem;
  text-align: center;
  display: block;
  color: #707070;
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .recommended-actions_btn small {
    margin-top: 1.0625rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .recommended-actions_btn .btn-red-arrow {
    padding-top: 1.1875rem;
    padding-bottom: 0.9375rem;
    padding-right: 0;
    line-height: 1.4;
    display: -webkit-inline-box;
    height: auto;
  }
  .recommended-actions_btn .btn-red-arrow span {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}
.recommended-actions_btn .btn-red-arrow:after {
  content: none;
}
.recommended-actions_note {
  margin-top: 3.875rem;
  text-align: center;
  display: block;
  color: #707070;
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .recommended-actions_note {
    margin-top: 2.875rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
:root {
  --app-height: 100%;
}

.questions-page {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "YuGothic M", sans-serif;
  font-weight: 400;
  color: #2C2D2D;
  background-color: #FBEAF2;
}
@media (min-width: 768px) {
  .questions-page {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .questions-page {
    font-size: 1rem;
  }
}
.questions-page .header {
  height: auto;
  position: fixed;
  top: 0;
  width: 12.5rem;
  z-index: 91;
}
@media (max-width: 767px) {
  .questions-page .header {
    width: 3.125rem;
    height: auto;
  }
}
.questions-page .header .bl_header_inner {
  padding: 2.1875rem 2rem 0;
}
@media (max-width: 767px) {
  .questions-page .header .bl_header_inner {
    padding: 0.8125rem 0.875rem 0;
  }
}
.questions-page .header .bl_header_inner img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.questions-page .header .bl_header_inner .bl_header_logo {
  width: 7.375rem;
}
@media (max-width: 767px) {
  .questions-page .header .bl_header_inner .bl_header_logo {
    width: 3.6875rem;
  }
}
.questions-page .header .bl_header_inner .bl_header_logo .logo_wrap {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.questions-page .header .bl_header_inner .bl_header_logo .logo_wrap .logo_yure {
  position: absolute;
  top: -0.6875rem;
  left: 0;
  width: 7.1875rem;
}
@media (max-width: 767px) {
  .questions-page .header .bl_header_inner .bl_header_logo .logo_wrap .logo_yure {
    top: -0.25rem;
    width: 3.5625rem;
  }
}
.questions-page .header .bl_header_inner a {
  display: inline-block;
  height: 100%;
}
@media (min-width: 768px) and (hover: hover) {
  .questions-page .header .bl_header_inner a:hover .logo_wrap {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.questions-page .logo-top {
  padding-top: 2.5625rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 90;
}
@media (max-width: 767px) {
  .questions-page .logo-top {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    top: 0;
  }
}
.questions-page .logo-top .wrapper {
  position: relative;
}
.questions-page .logo-top .wrapper .kv_ttl span {
  padding: 0.0625rem 1.0625rem 0.125rem;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .questions-page .logo-top .wrapper .kv_ttl span {
    padding: 0.0625rem 0.25rem 0.125rem;
    font-size: 0.6875rem;
  }
}
.questions-page .logo-top img {
  margin: 0 auto;
  width: 22.875rem;
  display: block;
}
@media (max-width: 767px) {
  .questions-page .logo-top img {
    width: 180px;
  }
}
.questions-page .main {
  padding-top: 12.1875rem;
  background-color: #FBEAF2;
}
@media (max-width: 767px) {
  .questions-page .main {
    padding-top: 162px;
  }
}

button:disabled {
  background-color: #F9C9CC;
}

.event-sec {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-sec .wrapper {
  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;
}
.event-btn {
  margin-top: 1.25rem;
}
.event-btn button {
  background-color: #000;
  color: #fff;
  text-align: center;
  min-width: 9.375rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
}
.event-btn button + button {
  margin-left: 1.25rem;
}

.questions-sec {
  height: calc(100vh - 5.625rem - 10rem);
}
@media (max-width: 767px) {
  .questions-sec {
    height: calc(100dvh - 4.5rem - 5.625rem);
  }
}
.questions-sec .wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .questions-sec .wrapper {
    height: auto;
    padding: 0 2.125rem;
  }
}
.questions-sec .form-group select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  width: 300px;
  overflow: hidden;
  white-space: nowrap; /* Don't forget this one */
  text-overflow: ellipsis;
}

.questions_wrap {
  position: relative;
}
.questions_wrap .questions-img {
  min-width: 100%;
  position: sticky;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))) center center/cover no-repeat, url(../img/intro.jpg), rgb(255, 255, 255);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%) center center/cover no-repeat, url(../img/intro.jpg), rgb(255, 255, 255);
  background-position: center center;
}
.questions_wrap .questions-desc {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.questions-img-cont {
  left: 40px;
  right: 40px;
  top: 48px;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 80px);
}
.questions-img-tiny {
  padding-bottom: 0.625rem;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: #fff 1px solid;
  color: #fff;
}
.questions-img .number-result {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 8px;
}
.questions-img .number-result h2 {
  margin: 0;
  font-size: 48px;
  line-height: 58px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.06em;
}
.questions-img .number-result .small-body {
  margin: 6px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.questions-desc {
  padding-top: 7.4375rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .questions-desc {
    padding-top: 3.1875rem;
    padding-bottom: 100px;
  }
}
.questions-cont {
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  max-width: 41.875rem;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .questions-cont {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.questions-cont [type=checkbox], .questions-cont [type=radio] {
  min-height: unset;
}
.questions-ttl {
  padding-top: 1rem;
  margin-bottom: 2.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .questions-ttl {
    margin-bottom: 1.625rem;
  }
}
.questions-ttl .mark {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  top: -0.125rem;
  cursor: pointer;
}
.questions-ttl .mark img {
  width: 100%;
}
.questions-ttl small {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .questions-ttl small {
    display: block;
  }
}
.questions-btn button,
.questions-btn a {
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  min-width: 6.25rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
  display: inline-block;
}
.questions-btn button + button,
.questions-btn a + button {
  margin-left: 1.25rem;
}
.questions-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questions-type span {
  display: inline-block;
  line-height: 1.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #808080;
}
.questions-type span:nth-child(1) {
  margin-right: 0.375rem;
  padding: 0 0.625rem;
  color: #fff;
  border-radius: 0.25rem;
}
.questions-type span:nth-child(1).type1 {
  background-color: #333333;
}
.questions-type span:nth-child(1).type2 {
  background-color: #8CC63F;
}
.questions-type span:nth-child(1).type3 {
  background-color: #EA535D;
}
.questions-type span:nth-child(1).type4 {
  background-color: #1B96D5;
}
.questions-list-ttl {
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.questions-list .form-group select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
}
.questions-progress {
  position: absolute;
  width: 53.125rem;
  top: 5.4375rem;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .questions-progress {
    top: 1.3125rem;
    width: 100%;
  }
}
.questions-progress-page {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.questions-progress-page .total-page {
  margin-left: -0.1875rem;
}
.questions-progress-line {
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (max-width: 767px) {
  .questions-progress-line {
    height: 0.375rem;
  }
}
.questions-progress-line-bgd {
  width: 2.1875rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EA535D;
  border-radius: 0.375rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 767px) {
  .questions-progress-line-bgd {
    width: 1.6875rem;
  }
}

.btn-controls-wrap {
  margin: 0 auto;
  padding: 1.0625rem 1.875rem;
  position: fixed;
  width: 40.625rem;
  max-width: 100%;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
@media (max-width: 767px) {
  .btn-controls-wrap {
    padding: 1rem 1.5rem;
    bottom: 0.5rem;
  }
}
.btn-controls-wrap .btn-group {
  margin: 0 auto;
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .btn-controls-wrap .btn-group {
    width: 100%;
  }
}
.btn-controls-wrap .questions-progress-page {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

.range-group {
  display: block;
}
.range-group label {
  display: block;
  margin-bottom: 0.625rem;
  position: relative;
}
.range-group .range-value {
  position: absolute;
  right: 0;
  bottom: 0;
}

.form-control-range {
  width: 100%;
}

select, option {
  width: 250px;
}

option {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a.disabled {
  cursor: default !important;
  opacity: 0.3;
  pointer-events: none;
}

@media (min-width: 768px) {
  .select2-container {
    width: 40.625rem !important;
  }
}
@media (max-width: 767px) {
  .select2-container {
    width: 19.1875rem !important;
  }
}

.select2-container--default .select2-selection--single {
  border: 0;
}

.select2-container .select2-selection--single {
  height: 3.125rem;
  border-radius: 0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}

.select2-selection__arrow {
  width: 0.9375rem !important;
  height: 0.625rem !important;
  background: url("/myscore/yamagata/assets/img/arr-select.svg") no-repeat center center;
  background-size: 100%;
  top: 50% !important;
  right: 1.5rem !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  margin-top: 0.25rem;
  border: 0;
  background-color: #fff;
  border-radius: 0.25rem;
}

.select2-results__option {
  padding: 0.6875rem 1.25rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(251, 234, 242, 0.4);
  color: #000;
}

.select2-container--open .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select2-selection__placeholder {
  color: #808080 !important;
}

.question1 .questions-btn_prev {
  position: fixed;
  bottom: 2.3125rem;
  left: 50%;
  -webkit-transform: translateX(-13.5rem);
          transform: translateX(-13.5rem);
  z-index: 10;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .question1 .questions-btn_prev {
    bottom: 1.5rem;
    -webkit-transform: translateX(-10.8125rem);
            transform: translateX(-10.8125rem);
  }
}
.question1 .questions-ttl {
  margin-bottom: 2.25rem;
  padding-top: 2.75rem;
}
@media (max-width: 767px) {
  .question1 .questions-ttl {
    margin-bottom: 1.75rem;
    padding-top: 0.25rem;
  }
}

.question1-1 .questions-ttl,
.question1-2 .questions-ttl,
.question1-3 .questions-ttl {
  margin-bottom: 2.25rem;
  padding-top: 2.75rem;
}
@media (max-width: 767px) {
  .question1-1 .questions-ttl,
  .question1-2 .questions-ttl,
  .question1-3 .questions-ttl {
    margin-bottom: 1.75rem;
    padding-top: 0.25rem;
  }
}

.question7 .questions-ttl {
  margin-bottom: 0.875rem;
}
@media (max-width: 767px) {
  .question7 .questions-ttl {
    margin-bottom: 0.875rem;
  }
}
.question7 .form-check {
  margin-bottom: 2rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .question7 .form-check {
    margin-bottom: 1.5625rem;
    position: relative;
  }
}
.question7 .form-check .mark {
  margin-top: 0;
  margin-left: 0.1875rem;
  position: relative;
  top: -1;
}
@media (max-width: 767px) {
  .question7 .form-check .mark {
    margin-left: 0;
    top: -0.125rem;
  }
}

.question8 .questions-ttl,
.question9 .questions-ttl,
.question10 .questions-ttl,
.question11 .questions-ttl {
  margin-bottom: 1.9375rem;
}
@media (max-width: 767px) {
  .question8 .questions-ttl,
  .question9 .questions-ttl,
  .question10 .questions-ttl,
  .question11 .questions-ttl {
    margin-bottom: 1.5rem;
  }
}
.question8 .form-check,
.question9 .form-check,
.question10 .form-check,
.question11 .form-check {
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  font-weight: 400;
}

.conscious-list {
  padding-top: 2.5rem;
}
.conscious-list .questions-ttl {
  margin-bottom: 0.625rem;
}

.questions-page-specialguest .question1 .questions-btn {
  position: fixed;
  bottom: 2.3125rem;
  left: 50%;
  -webkit-transform: translateX(-13.4375rem);
          transform: translateX(-13.4375rem);
  z-index: 91;
}
@media (max-width: 767px) {
  .questions-page-specialguest .question1 .questions-btn {
    bottom: 1.5rem;
    -webkit-transform: translateX(-10.25rem);
            transform: translateX(-10.25rem);
  }
}

.nick-name-input {
  padding-top: 0.125rem;
  padding-left: 1.25rem;
  width: 100%;
  height: 3.125rem;
  font-size: 1rem;
  line-height: 3.125rem;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}
.nick-name-input::-webkit-input-placeholder {
  color: #ccc;
}
.nick-name-input::-moz-placeholder {
  color: #ccc;
}
.nick-name-input:-ms-input-placeholder {
  color: #ccc;
}
.nick-name-input::-ms-input-placeholder {
  color: #ccc;
}
.nick-name-input::placeholder {
  color: #ccc;
}
.nick-name-input:focus {
  outline: 1px solid #EA535D;
}
.nick-name-input.typing {
  outline: none;
}

.nick-name-note {
  margin-top: 0.9375rem;
  display: block;
}

/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
.result-page {
  background-color: #fff;
}

@media (max-width: 767px) {
  .result-content {
    padding-top: 0.3125rem;
  }
}
.result-content-ttl {
  width: 100%;
  height: 2.5rem;
  background-color: #5FCBD5;
  border-radius: 0.25rem;
  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;
  margin-bottom: 2.625rem;
}
@media (max-width: 767px) {
  .result-content-ttl {
    margin-bottom: 1.6875rem;
  }
}
.result-content-ttl img {
  width: auto;
  height: 1.375rem;
}
.result-content-ttl--02 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .result-content-ttl--02 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
    height: 4.375rem;
  }
}
.result-content-ttl--02 img {
  height: 1.125rem;
}
@media (max-width: 767px) {
  .result-content-ttl--02 img {
    height: 2.75rem;
  }
}

.result-info + .result-info {
  margin-top: 3.1875rem;
}
@media (max-width: 767px) {
  .result-info + .result-info {
    margin-top: 3.3125rem;
  }
}
.result-info-desc h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}
.result-info-total {
  margin-top: 1.5625rem;
  text-align: center;
  color: #18BCD1;
}
@media (max-width: 767px) {
  .result-info-total {
    margin-top: 1.4375rem;
  }
}
.result-info-total span {
  line-height: 3.125rem;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
}
.result-info-total span.result-info-total-num {
  margin-left: -0.5625rem;
  font-size: 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .result-info-total span.result-info-total-num {
    position: static;
  }
}
@media (max-width: 374px) {
  .result-info-total span.result-info-total-num {
    font-size: 2.875rem;
  }
}
.result-info-total span.result-info-total-num:after {
  margin-left: 0.25rem;
  content: "トンCO2e";
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: 0.3125rem;
  left: 100%;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .result-info-total span.result-info-total-num:after {
    position: static;
    display: inline-block;
  }
}
.result-info-detail {
  margin: 0 auto;
  padding-top: 1.875rem;
  max-width: 37.5rem;
  font-weight: bold;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .result-info-detail {
    padding: 0 0.625rem;
    padding-top: 1.875rem;
  }
}
.result-info-detail b {
  font-size: 1.5rem;
  color: #18BCD1;
  line-height: 1;
}
.result-info-detail p {
  font-size: 1rem;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .result-info-detail p {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}
.result-info-detail span {
  background-color: #FFFF79;
}
.result-info-detail small {
  margin-top: 1.125rem;
  display: block;
  font-size: 0.75rem;
  color: #808080;
}
@media (max-width: 767px) {
  .result-info-detail small {
    margin-top: 0.625rem;
  }
}

.intro_chart .result-info-desc {
  margin-top: 1.875rem;
  padding-top: 2.4375rem;
  position: relative;
}
@media (max-width: 767px) {
  .intro_chart .result-info-desc {
    margin-top: 1.25rem;
  }
  .intro_chart .result-info-desc h3 {
    font-size: 1.125rem;
  }
  .intro_chart .result-info-desc .result-info-total {
    margin-top: 0.625rem;
  }
}
.intro_chart .result-info-desc:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4.25rem solid transparent;
  border-right: 4.25rem solid transparent;
  border-top: 1.25rem solid #60CAD5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.result-page .intro_chart {
  margin: 2.0625rem auto 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .result-page .intro_chart {
    margin-top: 1.4375rem;
  }
}
.result-page .intro_chart_list {
  margin: 0 auto;
  max-width: 21.875rem;
}
.result-page .intro_chart_note {
  margin: 0 auto;
  margin-top: 0.875rem;
  font-size: 0.625rem;
  color: #808080;
  font-weight: 500;
  max-width: 23.125rem;
}
@media (max-width: 767px) {
  .result-page .intro_chart_note {
    margin-top: 0.125rem;
  }
}
.result-page .intro_chart .result-calculator__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .result-page .intro_chart .result-calculator__list {
    padding: 0 0.625rem;
    gap: 2.25rem;
  }
}
.result-page .intro_chart .chart {
  margin-top: 2.75rem;
  width: 3.125rem;
  -webkit-box-shadow: -0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.08);
          box-shadow: -0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
  position: relative;
}
.result-page .intro_chart .chart::before {
  margin-bottom: 0.625rem;
  content: "";
  width: 100%;
  height: 2.125rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("/myscore/yamagata/assets/img/result-home.svg") no-repeat top center;
  background-size: auto 2.125rem;
}
.result-page .intro_chart .item {
  position: relative;
  margin-bottom: 2.25rem;
}
.result-page .intro_chart .item .ttl {
  margin-top: 0.375rem;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 1.125rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .result-page .intro_chart .item .ttl {
    margin-top: 0.375rem;
  }
}
.result-page .intro_chart #diet {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.result-page .intro_chart #diet .chart {
  background-color: #72AFDF;
}
.result-page .intro_chart #diet .chart:before {
  background-image: url("/myscore/yamagata/assets/img/result-diet.svg");
}
.result-page .intro_chart #home {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.result-page .intro_chart #home .chart {
  background-color: #00B49D;
}
.result-page .intro_chart #home .chart:before {
  background-image: url("/myscore/yamagata/assets/img/result-home.svg");
}
.result-page .intro_chart #transport {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.result-page .intro_chart #transport .chart {
  background-color: #F17298;
}
.result-page .intro_chart #transport .chart:before {
  background-image: url("/myscore/yamagata/assets/img/result-transport.svg");
}
.result-page .intro_chart #lifestyle {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.result-page .intro_chart #lifestyle .chart {
  background-color: #FBB040;
}
.result-page .intro_chart #lifestyle .chart:before {
  background-image: url("/myscore/yamagata/assets/img/result-lifestyle.svg");
}
.result-page .intro_chart_desc {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .result-page .intro_chart_desc {
    margin-top: 1.125rem;
  }
}
.result-page .intro_chart_desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .result-page .intro_chart_desc ul {
    gap: 1rem;
  }
}
.result-page .intro_chart_desc ul li span {
  display: inline-block;
}
@media (max-width: 767px) {
  .result-page .intro_chart_desc ul li span {
    font-size: 0.75rem;
  }
}
.result-page .intro_chart_desc ul li span:before {
  margin-right: 0.5rem;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  background-color: #F17298;
  position: relative;
  top: 0.3125rem;
}
@media (max-width: 767px) {
  .result-page .intro_chart_desc ul li span:before {
    margin-right: 0.25rem;
    width: 1rem;
    height: 1rem;
    top: 0.1875rem;
  }
}
.result-page .intro_chart_desc ul li span.type-home:before {
  background-color: #00B49D;
}
.result-page .intro_chart_desc ul li span.type-transport:before {
  background-color: #F17298;
}
.result-page .intro_chart_desc ul li span.type-lifestyle:before {
  background-color: #FBB040;
}
.result-page .intro_chart_desc ul li span.type-diet:before {
  background-color: #72AFDF;
}

.btn-reset {
  margin-top: 50px;
  text-align: center;
}
.btn-reset a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
}

.share-section {
  margin-top: 3.5625rem;
  padding: 2.3125rem 0;
  background-color: #F5F5F5;
  text-align: center;
}
@media (max-width: 767px) {
  .share-section {
    margin-top: 3.625rem;
    padding: 2.25rem 0;
  }
}
.share-section .share-sns {
  margin-top: 1.5rem;
  text-align: center;
  font-weight: bold;
}
.share-section .share-sns ul {
  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;
}
.share-section .share-sns ul li {
  margin: 0 5px;
}
.share-section .share-sns-note {
  font-size: 0.625rem;
  font-weight: bold;
  color: #808080;
}
.share-section a {
  width: 19.1875rem;
  height: 3.125rem;
  line-height: 2.875rem;
  display: inline-block;
  border-radius: 1.5rem;
  color: #fff;
  background-color: #5FCBD5;
  border: 0.125rem solid #5FCBD5;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(128, 128, 128, 0.2);
          box-shadow: 0 0.125rem 0.3125rem rgba(128, 128, 128, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .share-section a:hover {
    background-color: #fff;
    color: #5FCBD5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .share-section a {
    max-width: 100%;
  }
}
.share-section .btn-reset {
  margin-top: 0.8125rem;
}
@media (max-width: 767px) {
  .share-section .btn-reset {
    margin-top: 0.9375rem;
  }
}
.share-section .btn-reset a {
  background-color: #fff;
  color: #5FCBD5;
  border-width: 0.125rem;
  line-height: 2.875rem;
}
@media (min-width: 768px) {
  .share-section .btn-reset a:hover {
    background-color: #5FCBD5;
    color: #fff;
  }
}

.decarbonization {
  margin: 3.1875rem auto 3.6875rem;
  padding: 2.375rem 2.125rem;
  width: 100%;
  max-width: 46.875rem;
  border: 0.125rem solid #5FCBD5;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .decarbonization {
    margin: 2.5rem auto 3.6875rem;
    padding: 1.75rem 1.125rem;
  }
}
@media (max-width: 767px) {
  .decarbonization_ttl {
    padding-left: 0.25rem;
  }
}
.decarbonization_ttl img {
  height: 1.75rem;
  width: auto;
}
@media (max-width: 767px) {
  .decarbonization_ttl img {
    height: 3.3125rem;
  }
}
.decarbonization p {
  margin: 1.5625rem 0.25rem 2.125rem;
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .decarbonization p {
    margin: 1.25rem 0 1.5625rem;
    margin-right: -0.625rem;
    padding-left: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.decarbonization_btn .btn {
  background-image: none;
  border: 0.125rem solid #5FCBD5;
}
@media (max-width: 767px) {
  .decarbonization_btn .btn {
    width: 100%;
  }
}
.decarbonization_btn span {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #18BCD1;
  display: block;
  line-height: 3.125rem;
}
@media (max-width: 767px) {
  .decarbonization_btn span {
    margin-top: -0.3125rem;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.decarbonization--result {
  padding-bottom: 1.9375rem;
}
@media (max-width: 767px) {
  .decarbonization--result {
    padding-bottom: 1.4375rem;
  }
}
.decarbonization--result p {
  margin-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .decarbonization--result p {
    margin-bottom: 1.1875rem;
  }
}

.event-news-page {
  background-color: #FBEAF2;
}
@media (max-width: 767px) {
  .event-news-page {
    position: relative;
  }
  .event-news-page .header_logo_fixed {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .event-news-page .event-section {
    margin-bottom: 0;
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .event-news-page.event-news-page--news .event-section {
    padding-bottom: 4.3125rem;
  }
}
@media (max-width: 767px) {
  .event-news-page.event-news-page--news .event-section_btn {
    margin-top: 3.6875rem;
  }
}

.event-news-page--event-empty .event-section {
  min-height: calc(100vh - 6.875rem);
  position: relative;
  padding-bottom: 17.5rem;
}
@media (max-width: 767px) {
  .event-news-page--event-empty .event-section {
    margin-bottom: 0;
    min-height: calc(100vh - 15.625rem);
  }
}
.event-news-page--event-empty .event-section_btn {
  margin-top: 0;
  position: absolute;
  left: 50%;
  bottom: 4.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22.625rem;
}
@media (max-width: 767px) {
  .event-news-page--event-empty .event-section_btn {
    margin-bottom: 0;
    bottom: 3.75rem;
    width: 20.0625rem;
  }
}

.event-section {
  margin: 0 auto 7.5rem;
  padding-top: 7.1875rem;
  max-width: 62.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .event-section {
    padding-top: 7.8125rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .event-section_btn {
    width: 22.625rem;
  }
}
.event-list {
  margin-top: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.875rem 2.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .event-list {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    gap: 2.25rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.event-list .id-event {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: transparent;
  top: -8.75rem;
  left: 0;
}
@media (max-width: 767px) {
  .event-list .id-event {
    top: -7.5rem;
  }
}
.event-list-item {
  width: 19.3125rem;
  border: 1px solid #333333;
  background-color: #fff;
}
@media (min-width: 768px) and (hover: hover) {
  .event-list-item:hover .thumbnail img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: ease 0.4s transform;
    transition: ease 0.4s transform;
  }
}
@media (max-width: 767px) {
  .event-list-item {
    max-width: 100%;
    width: 46%;
  }
}
.event-list-item .thumbnail {
  width: 100%;
  height: 13.1875rem;
  position: relative;
  overflow: hidden;
  background-color: #E0E0E0;
}
@media (max-width: 767px) {
  .event-list-item .thumbnail {
    height: 7rem;
    border-bottom: 1px solid #333333;
  }
}
.event-list-item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: ease 0.4s transform;
  transition: ease 0.4s transform;
}
.event-list-item .txt-desc {
  padding: 0.625rem 1.25rem 0.75rem 0.6875rem;
}
@media (max-width: 767px) {
  .event-list-item .txt-desc {
    padding: 0.5rem 0.5rem 0.75rem 0.5rem;
  }
}
.event-list-item .txt-desc .ttl {
  color: #EA535D;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  line-break: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .event-list-item .txt-desc .ttl {
    font-size: 0.875rem;
  }
}
.event-list-item .txt-desc p {
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  line-break: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .event-list-item .txt-desc p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.news-list {
  margin-top: 1.375rem;
}
.news-list-item {
  padding: 1.25rem 3.125rem 1.1875rem 0;
  border-bottom: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/event-news/icon_arrow_news.png") no-repeat 99.7% 1.5625rem;
  background-size: 1.8125rem auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .news-list-item:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .news-list-item {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: right 1.5625rem;
  }
}
.news-list-item .date {
  margin-top: 0.375rem;
  width: 7.875rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #EA535D;
  line-break: anywhere;
}
@media (max-width: 767px) {
  .news-list-item .date {
    margin-top: 0;
    line-height: 1.4;
    width: 100%;
    padding-right: 2.5rem;
  }
}
.news-list-item .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7083333333;
  line-break: anywhere;
  width: calc(100% - 7.875rem);
}
@media (max-width: 767px) {
  .news-list-item .title {
    margin-top: 0.625rem;
    width: 100%;
    font-size: 1.25rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .btn-event-end {
    width: 27rem;
  }
}
@media (max-width: 767px) {
  .btn-event-end {
    padding-right: 2.8125rem;
  }
}

.content-detail {
  margin: 0 auto;
  padding: 3rem 0 4.5625rem;
  width: 80%;
}
@media (max-width: 767px) {
  .content-detail {
    padding: 1.5625rem 1.1875rem 2.5rem;
    width: 100%;
  }
}
.content-detail .date-detail {
  padding-bottom: 0.375rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #EA535D;
  line-break: anywhere;
}
@media (max-width: 767px) {
  .content-detail .date-detail {
    padding-bottom: 0.875rem;
    font-size: 1rem;
  }
}
.content-detail .title-detail {
  margin-top: -0.375rem;
  margin-bottom: 2.3125rem;
  padding-bottom: 0.4375rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5625;
  width: 100%;
  border-bottom: 1px solid #333333;
  line-break: anywhere;
}
@media (max-width: 767px) {
  .content-detail .title-detail {
    margin-bottom: 1.75rem;
    padding-bottom: 0.6875rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.template-detail,
.ck-content {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .template-detail p,
  .ck-content p {
    font-size: 1rem;
    line-height: 2;
  }
}
.template-detail .desc,
.ck-content .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.25;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #333;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .template-detail .desc,
  .ck-content .desc {
    font-size: 4.5801526718vw;
    line-height: 1.5;
  }
}
.template-detail .list-dosc,
.ck-content .list-dosc {
  margin-top: 52px;
  margin-bottom: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .template-detail .list-dosc,
  .ck-content .list-dosc {
    margin-top: 5.0890585242vw;
    margin-bottom: 5.0890585242vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.template-detail table,
.template-detail .table,
.ck-content table,
.ck-content .table {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.25;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #333;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .template-detail table,
  .template-detail .table,
  .ck-content table,
  .ck-content .table {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.template-detail table.ck-table-resized,
.template-detail .table.ck-table-resized,
.ck-content table.ck-table-resized,
.ck-content .table.ck-table-resized {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .template-detail table.ck-table-resized,
  .template-detail .table.ck-table-resized,
  .ck-content table.ck-table-resized,
  .ck-content .table.ck-table-resized {
    margin-top: 10.1781170483vw;
  }
}
@media (max-width: 767px) {
  .template-detail .table-teamplate,
  .ck-content .table-teamplate {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .template-detail .table-teamplate tbody, .template-detail .table-teamplate tr,
  .ck-content .table-teamplate tbody,
  .ck-content .table-teamplate tr {
    display: block !important;
  }
}
.template-detail .table-teamplate td,
.ck-content .table-teamplate td {
  width: 48%;
}
@media (max-width: 767px) {
  .template-detail .table-teamplate td,
  .ck-content .table-teamplate td {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }
}
.template-detail .table-teamplate td > figure,
.ck-content .table-teamplate td > figure {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .template-detail .table-teamplate td > figure,
  .ck-content .table-teamplate td > figure {
    width: 100% !important;
    height: auto !important;
  }
}
.template-detail .table-teamplate td > figure video,
.template-detail .table-teamplate td > figure img,
.ck-content .table-teamplate td > figure video,
.ck-content .table-teamplate td > figure img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .template-detail .table-teamplate td > figure video,
  .template-detail .table-teamplate td > figure img,
  .ck-content .table-teamplate td > figure video,
  .ck-content .table-teamplate td > figure img {
    width: 100% !important;
    height: auto !important;
  }
}
.template-detail .table-teamplate td .tbody > tr,
.ck-content .table-teamplate td .tbody > tr {
  vertical-align: top;
}
.template-detail .table-teamplate tr,
.ck-content .table-teamplate tr {
  vertical-align: top;
}
.template-detail a:-webkit-any-link,
.template-detail a,
.ck-content a:-webkit-any-link,
.ck-content a {
  color: -webkit-link !important;
  cursor: pointer;
  text-decoration: underline;
}
.template-detail ul, .template-detail li, .template-detail ol,
.ck-content ul,
.ck-content li,
.ck-content ol {
  list-style: inherit;
  list-style-position: inside;
}
@media (max-width: 767px) {
  .template-detail figure,
  .ck-content figure {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .template-detail figure video,
  .template-detail figure img,
  .ck-content figure video,
  .ck-content figure img {
    width: 100% !important;
    height: auto !important;
  }
}

.title-end-event {
  margin-top: 6.25rem;
  margin-bottom: -0.8125rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .title-end-event {
    margin-top: 5.625rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}

.empty-event {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .empty-event {
    font-size: 1.125rem;
  }
}

.event-news-page--detail .event-inner {
  margin-top: 3.9375rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .event-news-page--detail .event-inner {
    margin-top: 3rem;
  }
}
.event-news-page--detail .average-emissions_btn {
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .event-news-page--detail .average-emissions_btn {
    width: 22.625rem;
  }
}

/* Loading overlay */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 235, 238, 0.8); /* nền hồng nhạt */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.spinner {
  width: 5rem;
  height: 5rem;
  border: 0.5rem solid #ffc2c7;
  border-top: 0.5rem solid #EA535D;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.loading-text {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #EA535D;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loader-container {
  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;
}

.about-section {
  padding-top: 7.1875rem;
}
@media (max-width: 767px) {
  .about-section {
    padding-top: 7.8125rem;
  }
}
@media (min-width: 768px) {
  .about-section .wrapper {
    padding: 0;
    max-width: 62.5rem;
  }
}
@media (max-width: 767px) {
  .about-section .wrapper {
    padding-bottom: 1.25rem;
  }
}
.about_sub-ttl {
  margin-top: 2.625rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .about_sub-ttl {
    margin: 2.875rem auto 0;
    font-size: 1rem;
    line-height: 2;
    width: 86%;
  }
}
.about_position {
  margin: 6rem auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .about_position {
    margin: 5.1875rem auto 0;
  }
}
.about_position h2 {
  margin: 0 auto;
  padding: 0.875rem 0;
  width: 28.125rem;
  max-width: 100%;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media (max-width: 767px) {
  .about_position h2 {
    padding: 0.8125rem 0;
    width: 100%;
    font-size: 1rem;
  }
}
.about_position p {
  margin-top: 1.1875rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .about_position p {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .about_position p a {
    pointer-events: none;
  }
}

.privacy-section {
  padding-top: 7.1875rem;
  padding-bottom: 3.5625rem;
}
@media (max-width: 767px) {
  .privacy-section {
    padding-top: 7.8125rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .privacy-section .wrapper {
    padding: 0;
    max-width: 62.5rem;
  }
}
.privacy_title-h2 {
  padding: 0.75rem 0 0.6875rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  background-color: #EA535D;
}
@media (max-width: 767px) {
  .privacy_title-h2 {
    padding: 0.875rem 0 0.8125rem;
  }
}
.privacy_title-h3 {
  padding: 0.75rem 0 0.6875rem;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  background-color: #FBEAF2;
}
@media (max-width: 767px) {
  .privacy_title-h3 {
    padding: 0.875rem 0 0.8125rem;
  }
}
.privacy_title-h3-blue {
  padding: 0.9375rem 0 0.9375rem;
  border-top: 1px solid #EA535D;
  border-bottom: 1px solid #EA535D;
  background-color: #fff;
  color: #EA535D;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .privacy_title-h3-blue {
    padding: 0.75rem 0;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .privacy_title-h3.ttl-cookie {
    padding: 0.75rem 0 0.625rem;
    line-height: 1.7;
  }
}
.privacy_list {
  margin-top: 2.5rem;
  color: #333333;
}
@media (max-width: 767px) {
  .privacy_list {
    margin-top: 2.6875rem;
  }
}
.privacy_item + .privacy_item {
  margin-top: 2.625rem;
}
@media (max-width: 767px) {
  .privacy_item + .privacy_item {
    margin-top: 2.8125rem;
  }
}
.privacy_item p {
  margin-top: 2.5625rem;
  font-size: 1.25rem;
  line-height: 2.25;
  font-weight: 300;
}
@media (max-width: 767px) {
  .privacy_item p {
    margin-top: 2.625rem;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.privacy_item p + p {
  margin-top: 2.8125rem;
}
@media (max-width: 767px) {
  .privacy_item p + p {
    margin-top: 2rem;
  }
}
.privacy_item p.txt-indent span {
  display: inline-block;
  width: 100%;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  .privacy_item p.txt-indent span {
    padding-left: 0;
    text-indent: 1rem;
  }
}
.privacy_item a {
  text-decoration: underline;
  line-break: anywhere;
}
.privacy_reference {
  margin-top: 2rem !important;
  font-size: 1.25rem;
  line-height: 2.25;
  font-weight: 300;
}
@media (max-width: 767px) {
  .privacy_reference {
    margin-top: 2.1875rem !important;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.privacy_reference_ttl {
  font-size: 1.25rem;
  line-height: 2.25;
  font-weight: 300;
}
@media (max-width: 767px) {
  .privacy_reference_ttl {
    font-size: 1rem;
    line-height: 2;
  }
}
.privacy_reference_item a {
  text-decoration: underline;
  line-break: anywhere;
}