<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;900&amp;family=Noto+Sans+JP:wght@400;700&amp;display=swap");
html {
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

dl, dt, dd, ol, ul, li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  *border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  border: none;
  text-align: left;
  vertical-align: top;
}

q, blockquote {
  quotes: none;
}

iframe {
  display: block;
  width: 100%;
  overflow: hidden;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  border: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  outline: none;
  cursor: pointer;
}

a:active, a:focus {
  outline: none;
}

sup {
  position: relative;
  bottom: 0.7em;
  font-size: 71.5%;
  vertical-align: baseline;
}

sub {
  position: relative;
  top: 0.1em;
  font-size: 71.5%;
  vertical-align: baseline;
}

abbr, acronym {
  border-bottom: dotted 1px #FFEA00;
  cursor: help;
}

hr {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: normal;
  color: #000;
}
.pc { 
  display: block !important; 
}
.sp { 
  display: none !important; 
}
.l-wrapper--20240410 h1, .l-wrapper--20240410 h2, .l-wrapper--20240410 h3, .l-wrapper--20240410 h4, .l-wrapper--20240410 h5, .l-wrapper--20240410 h6, .l-wrapper--20240410 p, .l-wrapper--20240410 div, .l-wrapper--20240410 span, .l-wrapper--20240410 a, .l-wrapper--20240410 li {
  font-size: 14px;
}

.l-wrapper--20240410 a:hover {
  opacity: 0.8;
}

.l-wrapper--20240410 img {
  max-width: 100%;
}

.is-animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: &nbsp;normal;
  -moz-animation-direction: &nbsp;normal;
  animation-direction: &nbsp;normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: &nbsp;running;
  -moz-animation-play-state: &nbsp;running;
  animation-play-state: &nbsp;running;
}

.is-animated.fx-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInTop {
  0% {
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    -moz-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fx-fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fx-fadeInTop {
  -webkit-animation-name: fadeInTop;
  -moz-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

.fx-fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fx-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fx-fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  -moz-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutTop {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
}
@keyframes fadeOutTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutBottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
}
@-moz-keyframes fadeOutBottom {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
}
.fx-fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fx-fadeOutTop {
  -webkit-animation-name: fadeOutTop;
  -moz-animation-name: fadeOutTop;
  animation-name: fadeOutTop;
}

.fx-fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fx-fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fx-fadeOutBottom {
  -webkit-animation-name: fadeOutBottom;
  -moz-animation-name: fadeOutBottom;
  animation-name: fadeOutBottom;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(scale-from);
    transform: scale(scale-from);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(scale-to);
    transform: scale(scale-to);
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    -moz-transform: scale(scale-from);
    transform: scale(scale-from);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(scale-to);
    transform: scale(scale-to);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(scale-from);
    -moz-transform: scale(scale-from);
    transform: scale(scale-from);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(scale-to);
    -moz-transform: scale(scale-to);
    transform: scale(scale-to);
    opacity: 1;
  }
}
.fx-zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(scale-from);
    transform: scale(scale-from);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(scale-to);
    transform: scale(scale-to);
    opacity: 0;
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale(scale-from);
    transform: scale(scale-from);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    -moz-transform: scale(scale-to);
    transform: scale(scale-to);
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(scale-from);
    -moz-transform: scale(scale-from);
    transform: scale(scale-from);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(scale-to);
    -moz-transform: scale(scale-to);
    transform: scale(scale-to);
    opacity: 0;
  }
}
.fx-zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  animation-name: zoomOut;
}

.l-wrapper--20240410 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.l-wrapper--20240410 * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-container--20240410 {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 60px;
  margin: 20px auto;
  width: 1200px;
  border-radius: 50px;
}
@media screen and (max-width: 800px) {
  .l-container--20240410 {
    width: 90%;
    border-radius: 20px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 599px) {
  .l-container--20240410 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.l-container--vote--20240410 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.l-container--pickUp--20240410 {
  margin-bottom: 25px;
}

.l-container--company--20240410 {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .l-container--company--20240410 {
    margin-bottom: 25px;
  }
}
.l-container--attention--20240410 {
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .l-container--attention--20240410 {
    margin-bottom: 40px;
  }
}
.l-container--social--20240410 {
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .l-container--social--20240410 {
    margin-bottom: 20px;
  }
}
.c-button--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  background: -webkit-linear-gradient(top, #52c10e 41.76%, #30aa0e);
  background: -moz-linear-gradient(top, #52c10e 41.76%, #30aa0e);
  background: linear-gradient(to bottom, #52c10e 41.76%, #30aa0e);
  border-radius: 10px;
  box-shadow: 0 2px 0 0 #008500;
}
.c-button--20240410 img {
  max-width: 84px;
}

@media screen and (max-width: 599px) {
  .c-button--20240410 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
    padding-left: 45px;
  }
}
.c-button--20240410 &gt; img:first-of-type {
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .c-button--20240410 &gt; img:first-of-type {
    display: none;
  }
}
.c-button--20240410 &gt; img:last-of-type {
  display: none;
}

@media screen and (max-width: 599px) {
  .c-button--20240410 &gt; img:last-of-type {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .c-button--special--20240410 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .c-button--special--20240410 &gt; img:last-of-type {
    display: inline-block;
    width: 90%;
  }
}
.c-button--conversion--20240410-open {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background: -webkit-linear-gradient(top, #f9f106 41.76%, #f9f106);
  background: -moz-linear-gradient(top, #faef08 41.76%, #faef08);
  background: linear-gradient(to bottom, #f9f106 41.76%, #f9f106);
  box-shadow: 0 5px 0 0 #d0c900;
}

.c-button--conversion--20240410-close {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background: -webkit-linear-gradient(top, #cccccc 41.76%, #cccccc);
  background: -moz-linear-gradient(top, #faef08 41.76%, #faef08);
  background: linear-gradient(to bottom, #cccccc 41.76%, #cccccc);
  box-shadow: 0 5px 0 0 #878787;
}

@media screen and (max-width: 599px) {
  .c-button--conversion--20240410 {
    width: 100%;
  }
}
.c-button--conversion--20240410 &gt; img:first-of-type {
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .c-button--conversion--20240410 &gt; img:first-of-type {
    display: none;
  }
}
.c-button--conversion--20240410 &gt; img:last-of-type {
  display: none;
}

@media screen and (max-width: 599px) {
  .c-button--conversion--20240410 &gt; img:last-of-type {
    display: inline-block;
    width: 80%;
    max-width: 100%;
  }
}
.c-button--close--20240410 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  background: -webkit-linear-gradient(top, #706F6A 41.76%, #282F2D);
  background: -moz-linear-gradient(top, #706F6A 41.76%, #282F2D);
  background: linear-gradient(to bottom, #706F6A 41.76%, #282F2D);
  box-shadow: 0 3px 0 0 #424242;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .c-button--close--20240410 {
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-button--close--20240410 &gt; img {
    width: 60%;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.c-button__social--20240410 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 599px) {
  .c-button__social--20240410 {
    height: 42px;
    min-height: 42px;
  }
}
.c-button__social--20240410:after {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-button__social--20240410:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.c-button__social--20240410:hover:after {
  color: #fff;
}

.c-button__social--20240410 &gt; span {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: center;
  color: #fff;
}

.c-button__social--facebook--20240410 {
  background: #3A589E;
}

.c-button__social--twitter--20240410 {
  background: #56ADEF;
}

.c-button__social--line--20240410 {
  background: #2BB900;
}

.c-button__social--line--20240410 &gt; i {
  display: block;
  width: 39px;
  height: 39px;
  margin-right: 2rem;
}

@media screen and (max-width: 599px) {
  .c-button__social--line--20240410 &gt; i {
    width: 30px;
    height: 30px;
    margin-right: 1.5rem;
  }
}
.c-button__social--line--20240410 svg {
  width: 39px;
  height: 39px;
}

@media screen and (max-width: 599px) {
  .c-button__social--line--20240410 svg {
    width: 30px;
    height: 30px;
  }
}
.c-gridColumn--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /*  -webkit-justify-content:space-between; */
  -webkit-justify-content: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  /*  justify-content:space-between; */
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .c-gridColumn--20240410 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.c-sectionHeading--20240410 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

.c-sectionHeading--ribbon--20240410 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.c-conversionArea__heading--20240410 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-text-stroke-color: #6EC90D;
  -webkit-text-stroke-width: 1px;
}

@media screen and (max-width: 599px) {
  .c-ribbon--20240410:before {
    left: -3em;
  }
}
.c-ribbon--20240410:after {
  right: -4em;
  border-left-width: 3.5em;
  border-right-color: transparent;
}

@media screen and (max-width: 599px) {
  .c-ribbon--20240410:after {
    right: -3em;
  }
}
.locationArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .locationArea {
    display: none;
  }
}
.locationArea li:not(:last-of-type)::after {
  content: '&gt;';
  display: inline-block;
  margin-right: 1rem;
  margin-left: 1rem;
  font-family: inherit;
}

.locationArea a {
  font-family: inherit;
  color: inherit;
}

.p-floatColumn--20240410:after {
  content: "";
  display: block;
  clear: both;
}

.p-prize--20240410 {
  text-align: center;
  float: left;
}

.p-prize--20240410:not(:last-of-type) {
  margin-right: 24px;
}

@media screen and (max-width: 599px) {
  .p-prize--20240410 {
    float: none;
    margin-right: 0;
  }

  .p-prize--20240410:not(:first-of-type) {
    float: left;
    width: 50%;
    margin-right: 0;
  }

  .p-prize--20240410:first-of-type {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
}
.p-prize__text--20240410 {
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .p-prize__text--20240410 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-conversionArea--20240410 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 599px) {
  .p-conversionArea--20240410 {
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.conversionArea__head--20240410 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #77DD14;
  border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 599px) {
  .conversionArea__head--20240410 {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.conversionArea__body--20240410 {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #E5F9E5;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #54C10E;
  border-top: none;
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 599px) {
  .conversionArea__body--20240410 {
    padding: 20px 15px 30px;
  }
}
.body__text--20240410 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .body__text--20240410 {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-pickUpCompany--20240410 {
  border-width: 5px;
  border-style: solid;
  border-color: #E2E2E2;
}

.pickUpCompany__head--20240410 {
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .pickUpCompany__head--20240410 {
    margin-bottom: 10px;
  }
}
.pickUpCompany__body--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .pickUpCompany__body--20240410 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.body__logo--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .body__logo--20240410 {
    margin-bottom: 10px;
  }

  .body__logo--20240410 &gt; img {
    max-width: 30%;
  }
}
.logo__text--20240410 {
  margin-top: 1rem;
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  .logo__text--20240410 {
    margin-top: 0.2rem;
    font-size: 10px;
    font-size: 1rem;
  }
}
.gridColumn--card--20240410 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  .gridColumn--card--20240410 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-card--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 30%;
  padding: 20px 1% 15px;
  border-width: 5px;
  border-style: solid;
  border-color: #E2E2E2;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 599px) {
  .p-card--20240410 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .p-card--20240410:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.p-cardFlex--20240410 {
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .p-cardFlex--20240410 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-bottom: 15px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #E2E2E2;
  }
}
.card__image--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100px;
}

@media screen and (max-width: 599px) {
  .card__image--20240410 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 40%;
    min-height: 100%;
  }
}
.card__image--20240410 &gt; img {
  width: 58%;
  max-width: 58%;
}

@media screen and (max-width: 599px) {
  .card__image--20240410 &gt; img {
    width: auto;
    max-width: 100%;
  }
}
.card__image--20240410 .image__pwc--20240410 {
  width: 70%;
}

@media screen and (max-width: 599px) {
  .card__image--20240410 .image__pwc--20240410 {
    width: 100%;
  }
}
.card__name--20240410 {
  max-width: 100%;
  margin-top: 15px !important;
  padding-top: 15px !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #E2E2E2;
}

@media screen and (max-width: 599px) {
  .card__name--20240410 {
    width: 50%;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.card__detail--20240410 {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px !important;
  font-size: 14px;
  font-size: 1.4rem;
}

.button--card--20240410 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  height: auto;
}

.p-rankingDetail--20240410 {
  padding: 40px;
  text-align: left;
  background-color: #F9F9E5;
  border-width: 3px;
  border-style: solid;
  border-color: #54C10E;
}

@media screen and (max-width: 599px) {
  .p-rankingDetail--20240410 {
    padding: 20px;
  }
}
.rankingDetail__text--20240410 {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .rankingDetail__text--20240410 {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
a.rankingDetail__link--20240410 {
  position: relative;
  min-height: 200px;
  padding-left: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  color: #77DD14;
}

@media screen and (max-width: 599px) {
  a.rankingDetail__link--20240410 {
    padding-left: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
a.rankingDetail__link--20240410:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent #77DD14;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 599px) {
  a.rankingDetail__link--20240410:before {
    top: 0.7rem;
    border-width: 3.75px 0 3.75px 7.5px;
  }
}
.p-considerations--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-width: 10px;
  border-style: solid;
  border-color: #ccc;
}

@media screen and (max-width: 599px) {
  .p-considerations--20240410 {
    display: block;
    max-width: 100%;
    border-width: 3px;
  }
}
.considerations__heading--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  padding: 3%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #474747;
  background-color: #ccc;
}

@media screen and (max-width: 599px) {
  .considerations__heading--20240410 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.considerations__list--20240410 {
  width: 80%;
  padding: 3%;
}

@media screen and (max-width: 599px) {
  .considerations__list--20240410 {
    width: 100%;
    padding: 15px;
    padding-left: 30px;
  }
}
.considerations__list--20240410 li {
  margin-bottom: 5px;
  line-height: 1.7;
  color: #474747;
  list-style: disc;
}

@media screen and (max-width: 599px) {
  .considerations__list--20240410 li {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.considerations__list--20240410 li:last-of-type {
  margin-bottom: 0;
}

.p-remodal__card--20240410 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  .card__image--remodal--20240410 {
    height: 100%;
    margin-bottom: 30px;
  }
}
.card__image--remodal--20240410 {
  width: auto;
  height: auto;
}

.card__image--remodal--20240410 &gt; img {
  width: auto;
}

@media screen and (max-width: 599px) {
  .card__image--remodal--20240410 &gt; img {
    width: 50%;
  }
}
.card__name--remodal--20240410 {
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .card__name--remodal--20240410 {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 20px;
    font-size: 2rem;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #E2E2E2;
  }
}
.card__detail--remodal--20240410 {
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .card__detail--remodal--20240410 {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-social--20240410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .p-social--20240410 {
    display: block;
  }
}
.p-social--20240410 &gt; li {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
  -moz-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -webkit-flex-shrink: inherit;
  -ms-flex-negative: inherit;
  flex-shrink: inherit;
  width: 30%;
  height: 60px;
  min-height: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
}

@media screen and (max-width: 599px) {
  .p-social--20240410 &gt; li {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 44px;
  }

  .p-social--20240410 &gt; li:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.u-clearfix:after {
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  content: "";
}

.u-margin--top0--20240410 {
  margin-top: 0px !important;
}

.u-margin--top1--20240410 {
  margin-top: 1px !important;
}

.u-margin--top2--20240410 {
  margin-top: 2px !important;
}

.u-margin--top3--20240410 {
  margin-top: 3px !important;
}

.u-margin--top4--20240410 {
  margin-top: 4px !important;
}

.u-margin--top5--20240410 {
  margin-top: 5px !important;
}

.u-margin--top6--20240410 {
  margin-top: 6px !important;
}

.u-margin--top7--20240410 {
  margin-top: 7px !important;
}

.u-margin--top8--20240410 {
  margin-top: 8px !important;
}

.u-margin--top9--20240410 {
  margin-top: 9px !important;
}

.u-margin--top10--20240410 {
  margin-top: 10px !important;
}

.u-margin--top11--20240410 {
  margin-top: 11px !important;
}

.u-margin--top12--20240410 {
  margin-top: 12px !important;
}

.u-margin--top13--20240410 {
  margin-top: 13px !important;
}

.u-margin--top14--20240410 {
  margin-top: 14px !important;
}

.u-margin--top15--20240410 {
  margin-top: 15px !important;
}

.u-margin--top16--20240410 {
  margin-top: 16px !important;
}

.u-margin--top17--20240410 {
  margin-top: 17px !important;
}

.u-margin--top18--20240410 {
  margin-top: 18px !important;
}

.u-margin--top19--20240410 {
  margin-top: 19px !important;
}

.u-margin--top20--20240410 {
  margin-top: 20px !important;
}

.u-margin--top21--20240410 {
  margin-top: 21px !important;
}

.u-margin--top22--20240410 {
  margin-top: 22px !important;
}

.u-margin--top23--20240410 {
  margin-top: 23px !important;
}

.u-margin--top24--20240410 {
  margin-top: 24px !important;
}

.u-margin--top25--20240410 {
  margin-top: 25px !important;
}

.u-margin--top26--20240410 {
  margin-top: 26px !important;
}

.u-margin--top27--20240410 {
  margin-top: 27px !important;
}

.u-margin--top28--20240410 {
  margin-top: 28px !important;
}

.u-margin--top29--20240410 {
  margin-top: 29px !important;
}

.u-margin--top30--20240410 {
  margin-top: 30px !important;
}

.u-margin--top31--20240410 {
  margin-top: 31px !important;
}

.u-margin--top32--20240410 {
  margin-top: 32px !important;
}

.u-margin--top33--20240410 {
  margin-top: 33px !important;
}

.u-margin--top34--20240410 {
  margin-top: 34px !important;
}

.u-margin--top35--20240410 {
  margin-top: 35px !important;
}

.u-margin--top36--20240410 {
  margin-top: 36px !important;
}

.u-margin--top37--20240410 {
  margin-top: 37px !important;
}

.u-margin--top38--20240410 {
  margin-top: 38px !important;
}

.u-margin--top39--20240410 {
  margin-top: 39px !important;
}

.u-margin--top40--20240410 {
  margin-top: 40px !important;
}

.u-margin--top41--20240410 {
  margin-top: 41px !important;
}

.u-margin--top42--20240410 {
  margin-top: 42px !important;
}

.u-margin--top43--20240410 {
  margin-top: 43px !important;
}

.u-margin--top44--20240410 {
  margin-top: 44px !important;
}

.u-margin--top45--20240410 {
  margin-top: 45px !important;
}

.u-margin--top46--20240410 {
  margin-top: 46px !important;
}

.u-margin--top47--20240410 {
  margin-top: 47px !important;
}

.u-margin--top48--20240410 {
  margin-top: 48px !important;
}

.u-margin--top49--20240410 {
  margin-top: 49px !important;
}

.u-margin--top50--20240410 {
  margin-top: 50px !important;
}

.u-margin--top51--20240410 {
  margin-top: 51px !important;
}

.u-margin--top52--20240410 {
  margin-top: 52px !important;
}

.u-margin--top53--20240410 {
  margin-top: 53px !important;
}

.u-margin--top54--20240410 {
  margin-top: 54px !important;
}

.u-margin--top55--20240410 {
  margin-top: 55px !important;
}

.u-margin--top56--20240410 {
  margin-top: 56px !important;
}

.u-margin--top57--20240410 {
  margin-top: 57px !important;
}

.u-margin--top58--20240410 {
  margin-top: 58px !important;
}

.u-margin--top59--20240410 {
  margin-top: 59px !important;
}

.u-margin--top60--20240410 {
  margin-top: 60px !important;
}

.u-margin--top61--20240410 {
  margin-top: 61px !important;
}

.u-margin--top62--20240410 {
  margin-top: 62px !important;
}

.u-margin--top63--20240410 {
  margin-top: 63px !important;
}

.u-margin--top64--20240410 {
  margin-top: 64px !important;
}

.u-margin--top65--20240410 {
  margin-top: 65px !important;
}

.u-margin--top66--20240410 {
  margin-top: 66px !important;
}

.u-margin--top67--20240410 {
  margin-top: 67px !important;
}

.u-margin--top68--20240410 {
  margin-top: 68px !important;
}

.u-margin--top69--20240410 {
  margin-top: 69px !important;
}

.u-margin--top70--20240410 {
  margin-top: 70px !important;
}

.u-margin--top71--20240410 {
  margin-top: 71px !important;
}

.u-margin--top72--20240410 {
  margin-top: 72px !important;
}

.u-margin--top73--20240410 {
  margin-top: 73px !important;
}

.u-margin--top74--20240410 {
  margin-top: 74px !important;
}

.u-margin--top75--20240410 {
  margin-top: 75px !important;
}

.u-margin--top76--20240410 {
  margin-top: 76px !important;
}

.u-margin--top77--20240410 {
  margin-top: 77px !important;
}

.u-margin--top78--20240410 {
  margin-top: 78px !important;
}

.u-margin--top79--20240410 {
  margin-top: 79px !important;
}

.u-margin--top80--20240410 {
  margin-top: 80px !important;
}

.u-margin--top81--20240410 {
  margin-top: 81px !important;
}

.u-margin--top82--20240410 {
  margin-top: 82px !important;
}

.u-margin--top83--20240410 {
  margin-top: 83px !important;
}

.u-margin--top84--20240410 {
  margin-top: 84px !important;
}

.u-margin--top85--20240410 {
  margin-top: 85px !important;
}

.u-margin--top86--20240410 {
  margin-top: 86px !important;
}

.u-margin--top87--20240410 {
  margin-top: 87px !important;
}

.u-margin--top88--20240410 {
  margin-top: 88px !important;
}

.u-margin--top89--20240410 {
  margin-top: 89px !important;
}

.u-margin--top90--20240410 {
  margin-top: 90px !important;
}

.u-margin--top91--20240410 {
  margin-top: 91px !important;
}

.u-margin--top92--20240410 {
  margin-top: 92px !important;
}

.u-margin--top93--20240410 {
  margin-top: 93px !important;
}

.u-margin--top94--20240410 {
  margin-top: 94px !important;
}

.u-margin--top95--20240410 {
  margin-top: 95px !important;
}

.u-margin--top96--20240410 {
  margin-top: 96px !important;
}

.u-margin--top97--20240410 {
  margin-top: 97px !important;
}

.u-margin--top98--20240410 {
  margin-top: 98px !important;
}

.u-margin--top99--20240410 {
  margin-top: 99px !important;
}

.u-margin--top100--20240410 {
  margin-top: 100px !important;
}

.u-margin--right0--20240410 {
  margin-right: 0px !important;
}

.u-margin--right1--20240410 {
  margin-right: 1px !important;
}

.u-margin--right2--20240410 {
  margin-right: 2px !important;
}

.u-margin--right3--20240410 {
  margin-right: 3px !important;
}

.u-margin--right4--20240410 {
  margin-right: 4px !important;
}

.u-margin--right5--20240410 {
  margin-right: 5px !important;
}

.u-margin--right6--20240410 {
  margin-right: 6px !important;
}

.u-margin--right7--20240410 {
  margin-right: 7px !important;
}

.u-margin--right8--20240410 {
  margin-right: 8px !important;
}

.u-margin--right9--20240410 {
  margin-right: 9px !important;
}

.u-margin--right10--20240410 {
  margin-right: 10px !important;
}

.u-margin--right11--20240410 {
  margin-right: 11px !important;
}

.u-margin--right12--20240410 {
  margin-right: 12px !important;
}

.u-margin--right13--20240410 {
  margin-right: 13px !important;
}

.u-margin--right14--20240410 {
  margin-right: 14px !important;
}

.u-margin--right15--20240410 {
  margin-right: 15px !important;
}

.u-margin--right16--20240410 {
  margin-right: 16px !important;
}

.u-margin--right17--20240410 {
  margin-right: 17px !important;
}

.u-margin--right18--20240410 {
  margin-right: 18px !important;
}

.u-margin--right19--20240410 {
  margin-right: 19px !important;
}

.u-margin--right20--20240410 {
  margin-right: 20px !important;
}

.u-margin--right21--20240410 {
  margin-right: 21px !important;
}

.u-margin--right22--20240410 {
  margin-right: 22px !important;
}

.u-margin--right23--20240410 {
  margin-right: 23px !important;
}

.u-margin--right24--20240410 {
  margin-right: 24px !important;
}

.u-margin--right25--20240410 {
  margin-right: 25px !important;
}

.u-margin--right26--20240410 {
  margin-right: 26px !important;
}

.u-margin--right27--20240410 {
  margin-right: 27px !important;
}

.u-margin--right28--20240410 {
  margin-right: 28px !important;
}

.u-margin--right29--20240410 {
  margin-right: 29px !important;
}

.u-margin--right30--20240410 {
  margin-right: 30px !important;
}

.u-margin--right31--20240410 {
  margin-right: 31px !important;
}

.u-margin--right32--20240410 {
  margin-right: 32px !important;
}

.u-margin--right33--20240410 {
  margin-right: 33px !important;
}

.u-margin--right34--20240410 {
  margin-right: 34px !important;
}

.u-margin--right35--20240410 {
  margin-right: 35px !important;
}

.u-margin--right36--20240410 {
  margin-right: 36px !important;
}

.u-margin--right37--20240410 {
  margin-right: 37px !important;
}

.u-margin--right38--20240410 {
  margin-right: 38px !important;
}

.u-margin--right39--20240410 {
  margin-right: 39px !important;
}

.u-margin--right40--20240410 {
  margin-right: 40px !important;
}

.u-margin--right41--20240410 {
  margin-right: 41px !important;
}

.u-margin--right42--20240410 {
  margin-right: 42px !important;
}

.u-margin--right43--20240410 {
  margin-right: 43px !important;
}

.u-margin--right44--20240410 {
  margin-right: 44px !important;
}

.u-margin--right45--20240410 {
  margin-right: 45px !important;
}

.u-margin--right46--20240410 {
  margin-right: 46px !important;
}

.u-margin--right47--20240410 {
  margin-right: 47px !important;
}

.u-margin--right48--20240410 {
  margin-right: 48px !important;
}

.u-margin--right49--20240410 {
  margin-right: 49px !important;
}

.u-margin--right50--20240410 {
  margin-right: 50px !important;
}

.u-margin--right51--20240410 {
  margin-right: 51px !important;
}

.u-margin--right52--20240410 {
  margin-right: 52px !important;
}

.u-margin--right53--20240410 {
  margin-right: 53px !important;
}

.u-margin--right54--20240410 {
  margin-right: 54px !important;
}

.u-margin--right55--20240410 {
  margin-right: 55px !important;
}

.u-margin--right56--20240410 {
  margin-right: 56px !important;
}

.u-margin--right57--20240410 {
  margin-right: 57px !important;
}

.u-margin--right58--20240410 {
  margin-right: 58px !important;
}

.u-margin--right59--20240410 {
  margin-right: 59px !important;
}

.u-margin--right60--20240410 {
  margin-right: 60px !important;
}

.u-margin--right61--20240410 {
  margin-right: 61px !important;
}

.u-margin--right62--20240410 {
  margin-right: 62px !important;
}

.u-margin--right63--20240410 {
  margin-right: 63px !important;
}

.u-margin--right64--20240410 {
  margin-right: 64px !important;
}

.u-margin--right65--20240410 {
  margin-right: 65px !important;
}

.u-margin--right66--20240410 {
  margin-right: 66px !important;
}

.u-margin--right67--20240410 {
  margin-right: 67px !important;
}

.u-margin--right68--20240410 {
  margin-right: 68px !important;
}

.u-margin--right69--20240410 {
  margin-right: 69px !important;
}

.u-margin--right70--20240410 {
  margin-right: 70px !important;
}

.u-margin--right71--20240410 {
  margin-right: 71px !important;
}

.u-margin--right72--20240410 {
  margin-right: 72px !important;
}

.u-margin--right73--20240410 {
  margin-right: 73px !important;
}

.u-margin--right74--20240410 {
  margin-right: 74px !important;
}

.u-margin--right75--20240410 {
  margin-right: 75px !important;
}

.u-margin--right76--20240410 {
  margin-right: 76px !important;
}

.u-margin--right77--20240410 {
  margin-right: 77px !important;
}

.u-margin--right78--20240410 {
  margin-right: 78px !important;
}

.u-margin--right79--20240410 {
  margin-right: 79px !important;
}

.u-margin--right80--20240410 {
  margin-right: 80px !important;
}

.u-margin--right81--20240410 {
  margin-right: 81px !important;
}

.u-margin--right82--20240410 {
  margin-right: 82px !important;
}

.u-margin--right83--20240410 {
  margin-right: 83px !important;
}

.u-margin--right84--20240410 {
  margin-right: 84px !important;
}

.u-margin--right85--20240410 {
  margin-right: 85px !important;
}

.u-margin--right86--20240410 {
  margin-right: 86px !important;
}

.u-margin--right87--20240410 {
  margin-right: 87px !important;
}

.u-margin--right88--20240410 {
  margin-right: 88px !important;
}

.u-margin--right89--20240410 {
  margin-right: 89px !important;
}

.u-margin--right90--20240410 {
  margin-right: 90px !important;
}

.u-margin--right91--20240410 {
  margin-right: 91px !important;
}

.u-margin--right92--20240410 {
  margin-right: 92px !important;
}

.u-margin--right93--20240410 {
  margin-right: 93px !important;
}

.u-margin--right94--20240410 {
  margin-right: 94px !important;
}

.u-margin--right95--20240410 {
  margin-right: 95px !important;
}

.u-margin--right96--20240410 {
  margin-right: 96px !important;
}

.u-margin--right97--20240410 {
  margin-right: 97px !important;
}

.u-margin--right98--20240410 {
  margin-right: 98px !important;
}

.u-margin--right99--20240410 {
  margin-right: 99px !important;
}

.u-margin--right100--20240410 {
  margin-right: 100px !important;
}

.u-margin--bottom0--20240410 {
  margin-bottom: 0px !important;
}

.u-margin--bottom1--20240410 {
  margin-bottom: 1px !important;
}

.u-margin--bottom2--20240410 {
  margin-bottom: 2px !important;
}

.u-margin--bottom3--20240410 {
  margin-bottom: 3px !important;
}

.u-margin--bottom4--20240410 {
  margin-bottom: 4px !important;
}

.u-margin--bottom5--20240410 {
  margin-bottom: 5px !important;
}

.u-margin--bottom6--20240410 {
  margin-bottom: 6px !important;
}

.u-margin--bottom7--20240410 {
  margin-bottom: 7px !important;
}

.u-margin--bottom8--20240410 {
  margin-bottom: 8px !important;
}

.u-margin--bottom9--20240410 {
  margin-bottom: 9px !important;
}

.u-margin--bottom10--20240410 {
  margin-bottom: 10px !important;
}

.u-margin--bottom11--20240410 {
  margin-bottom: 11px !important;
}

.u-margin--bottom12--20240410 {
  margin-bottom: 12px !important;
}

.u-margin--bottom13--20240410 {
  margin-bottom: 13px !important;
}

.u-margin--bottom14--20240410 {
  margin-bottom: 14px !important;
}

.u-margin--bottom15--20240410 {
  margin-bottom: 15px !important;
}

.u-margin--bottom16--20240410 {
  margin-bottom: 16px !important;
}

.u-margin--bottom17--20240410 {
  margin-bottom: 17px !important;
}

.u-margin--bottom18--20240410 {
  margin-bottom: 18px !important;
}

.u-margin--bottom19--20240410 {
  margin-bottom: 19px !important;
}

.u-margin--bottom20--20240410 {
  margin-bottom: 20px !important;
}

.u-margin--bottom21--20240410 {
  margin-bottom: 21px !important;
}

.u-margin--bottom22--20240410 {
  margin-bottom: 22px !important;
}

.u-margin--bottom23--20240410 {
  margin-bottom: 23px !important;
}

.u-margin--bottom24--20240410 {
  margin-bottom: 24px !important;
}

.u-margin--bottom25--20240410 {
  margin-bottom: 25px !important;
}

.u-margin--bottom26--20240410 {
  margin-bottom: 26px !important;
}

.u-margin--bottom27--20240410 {
  margin-bottom: 27px !important;
}

.u-margin--bottom28--20240410 {
  margin-bottom: 28px !important;
}

.u-margin--bottom29--20240410 {
  margin-bottom: 29px !important;
}

.u-margin--bottom30--20240410 {
  margin-bottom: 30px !important;
}

.u-margin--bottom31--20240410 {
  margin-bottom: 31px !important;
}

.u-margin--bottom32--20240410 {
  margin-bottom: 32px !important;
}

.u-margin--bottom33--20240410 {
  margin-bottom: 33px !important;
}

.u-margin--bottom34--20240410 {
  margin-bottom: 34px !important;
}

.u-margin--bottom35--20240410 {
  margin-bottom: 35px !important;
}

.u-margin--bottom36--20240410 {
  margin-bottom: 36px !important;
}

.u-margin--bottom37--20240410 {
  margin-bottom: 37px !important;
}

.u-margin--bottom38--20240410 {
  margin-bottom: 38px !important;
}

.u-margin--bottom39--20240410 {
  margin-bottom: 39px !important;
}

.u-margin--bottom40--20240410 {
  margin-bottom: 40px !important;
}

.u-margin--bottom41--20240410 {
  margin-bottom: 41px !important;
}

.u-margin--bottom42--20240410 {
  margin-bottom: 42px !important;
}

.u-margin--bottom43--20240410 {
  margin-bottom: 43px !important;
}

.u-margin--bottom44--20240410 {
  margin-bottom: 44px !important;
}

.u-margin--bottom45--20240410 {
  margin-bottom: 45px !important;
}

.u-margin--bottom46--20240410 {
  margin-bottom: 46px !important;
}

.u-margin--bottom47--20240410 {
  margin-bottom: 47px !important;
}

.u-margin--bottom48--20240410 {
  margin-bottom: 48px !important;
}

.u-margin--bottom49--20240410 {
  margin-bottom: 49px !important;
}

.u-margin--bottom50--20240410 {
  margin-bottom: 50px !important;
}

.u-margin--bottom51--20240410 {
  margin-bottom: 51px !important;
}

.u-margin--bottom52--20240410 {
  margin-bottom: 52px !important;
}

.u-margin--bottom53--20240410 {
  margin-bottom: 53px !important;
}

.u-margin--bottom54--20240410 {
  margin-bottom: 54px !important;
}

.u-margin--bottom55--20240410 {
  margin-bottom: 55px !important;
}

.u-margin--bottom56--20240410 {
  margin-bottom: 56px !important;
}

.u-margin--bottom57--20240410 {
  margin-bottom: 57px !important;
}

.u-margin--bottom58--20240410 {
  margin-bottom: 58px !important;
}

.u-margin--bottom59--20240410 {
  margin-bottom: 59px !important;
}

.u-margin--bottom60--20240410 {
  margin-bottom: 60px !important;
}

.u-margin--bottom61--20240410 {
  margin-bottom: 61px !important;
}

.u-margin--bottom62--20240410 {
  margin-bottom: 62px !important;
}

.u-margin--bottom63--20240410 {
  margin-bottom: 63px !important;
}

.u-margin--bottom64--20240410 {
  margin-bottom: 64px !important;
}

.u-margin--bottom65--20240410 {
  margin-bottom: 65px !important;
}

.u-margin--bottom66--20240410 {
  margin-bottom: 66px !important;
}

.u-margin--bottom67--20240410 {
  margin-bottom: 67px !important;
}

.u-margin--bottom68--20240410 {
  margin-bottom: 68px !important;
}

.u-margin--bottom69--20240410 {
  margin-bottom: 69px !important;
}

.u-margin--bottom70--20240410 {
  margin-bottom: 70px !important;
}

.u-margin--bottom71--20240410 {
  margin-bottom: 71px !important;
}

.u-margin--bottom72--20240410 {
  margin-bottom: 72px !important;
}

.u-margin--bottom73--20240410 {
  margin-bottom: 73px !important;
}

.u-margin--bottom74--20240410 {
  margin-bottom: 74px !important;
}

.u-margin--bottom75--20240410 {
  margin-bottom: 75px !important;
}

.u-margin--bottom76--20240410 {
  margin-bottom: 76px !important;
}

.u-margin--bottom77--20240410 {
  margin-bottom: 77px !important;
}

.u-margin--bottom78--20240410 {
  margin-bottom: 78px !important;
}

.u-margin--bottom79--20240410 {
  margin-bottom: 79px !important;
}

.u-margin--bottom80--20240410 {
  margin-bottom: 80px !important;
}

.u-margin--bottom81--20240410 {
  margin-bottom: 81px !important;
}

.u-margin--bottom82--20240410 {
  margin-bottom: 82px !important;
}

.u-margin--bottom83--20240410 {
  margin-bottom: 83px !important;
}

.u-margin--bottom84--20240410 {
  margin-bottom: 84px !important;
}

.u-margin--bottom85--20240410 {
  margin-bottom: 85px !important;
}

.u-margin--bottom86--20240410 {
  margin-bottom: 86px !important;
}

.u-margin--bottom87--20240410 {
  margin-bottom: 87px !important;
}

.u-margin--bottom88--20240410 {
  margin-bottom: 88px !important;
}

.u-margin--bottom89--20240410 {
  margin-bottom: 89px !important;
}

.u-margin--bottom90--20240410 {
  margin-bottom: 90px !important;
}

.u-margin--bottom91--20240410 {
  margin-bottom: 91px !important;
}

.u-margin--bottom92--20240410 {
  margin-bottom: 92px !important;
}

.u-margin--bottom93--20240410 {
  margin-bottom: 93px !important;
}

.u-margin--bottom94--20240410 {
  margin-bottom: 94px !important;
}

.u-margin--bottom95--20240410 {
  margin-bottom: 95px !important;
}

.u-margin--bottom96--20240410 {
  margin-bottom: 96px !important;
}

.u-margin--bottom97--20240410 {
  margin-bottom: 97px !important;
}

.u-margin--bottom98--20240410 {
  margin-bottom: 98px !important;
}

.u-margin--bottom99--20240410 {
  margin-bottom: 99px !important;
}

.u-margin--bottom100--20240410 {
  margin-bottom: 100px !important;
}

.u-margin--left0--20240410 {
  margin-left: 0px !important;
}

.u-margin--left1--20240410 {
  margin-left: 1px !important;
}

.u-margin--left2--20240410 {
  margin-left: 2px !important;
}

.u-margin--left3--20240410 {
  margin-left: 3px !important;
}

.u-margin--left4--20240410 {
  margin-left: 4px !important;
}

.u-margin--left5--20240410 {
  margin-left: 5px !important;
}

.u-margin--left6--20240410 {
  margin-left: 6px !important;
}

.u-margin--left7--20240410 {
  margin-left: 7px !important;
}

.u-margin--left8--20240410 {
  margin-left: 8px !important;
}

.u-margin--left9--20240410 {
  margin-left: 9px !important;
}

.u-margin--left10--20240410 {
  margin-left: 10px !important;
}

.u-margin--left11--20240410 {
  margin-left: 11px !important;
}

.u-margin--left12--20240410 {
  margin-left: 12px !important;
}

.u-margin--left13--20240410 {
  margin-left: 13px !important;
}

.u-margin--left14--20240410 {
  margin-left: 14px !important;
}

.u-margin--left15--20240410 {
  margin-left: 15px !important;
}

.u-margin--left16--20240410 {
  margin-left: 16px !important;
}

.u-margin--left17--20240410 {
  margin-left: 17px !important;
}

.u-margin--left18--20240410 {
  margin-left: 18px !important;
}

.u-margin--left19--20240410 {
  margin-left: 19px !important;
}

.u-margin--left20--20240410 {
  margin-left: 20px !important;
}

.u-margin--left21--20240410 {
  margin-left: 21px !important;
}

.u-margin--left22--20240410 {
  margin-left: 22px !important;
}

.u-margin--left23--20240410 {
  margin-left: 23px !important;
}

.u-margin--left24--20240410 {
  margin-left: 24px !important;
}

.u-margin--left25--20240410 {
  margin-left: 25px !important;
}

.u-margin--left26--20240410 {
  margin-left: 26px !important;
}

.u-margin--left27--20240410 {
  margin-left: 27px !important;
}

.u-margin--left28--20240410 {
  margin-left: 28px !important;
}

.u-margin--left29--20240410 {
  margin-left: 29px !important;
}

.u-margin--left30--20240410 {
  margin-left: 30px !important;
}

.u-margin--left31--20240410 {
  margin-left: 31px !important;
}

.u-margin--left32--20240410 {
  margin-left: 32px !important;
}

.u-margin--left33--20240410 {
  margin-left: 33px !important;
}

.u-margin--left34--20240410 {
  margin-left: 34px !important;
}

.u-margin--left35--20240410 {
  margin-left: 35px !important;
}

.u-margin--left36--20240410 {
  margin-left: 36px !important;
}

.u-margin--left37--20240410 {
  margin-left: 37px !important;
}

.u-margin--left38--20240410 {
  margin-left: 38px !important;
}

.u-margin--left39--20240410 {
  margin-left: 39px !important;
}

.u-margin--left40--20240410 {
  margin-left: 40px !important;
}

.u-margin--left41--20240410 {
  margin-left: 41px !important;
}

.u-margin--left42--20240410 {
  margin-left: 42px !important;
}

.u-margin--left43--20240410 {
  margin-left: 43px !important;
}

.u-margin--left44--20240410 {
  margin-left: 44px !important;
}

.u-margin--left45--20240410 {
  margin-left: 45px !important;
}

.u-margin--left46--20240410 {
  margin-left: 46px !important;
}

.u-margin--left47--20240410 {
  margin-left: 47px !important;
}

.u-margin--left48--20240410 {
  margin-left: 48px !important;
}

.u-margin--left49--20240410 {
  margin-left: 49px !important;
}

.u-margin--left50--20240410 {
  margin-left: 50px !important;
}

.u-margin--left51--20240410 {
  margin-left: 51px !important;
}

.u-margin--left52--20240410 {
  margin-left: 52px !important;
}

.u-margin--left53--20240410 {
  margin-left: 53px !important;
}

.u-margin--left54--20240410 {
  margin-left: 54px !important;
}

.u-margin--left55--20240410 {
  margin-left: 55px !important;
}

.u-margin--left56--20240410 {
  margin-left: 56px !important;
}

.u-margin--left57--20240410 {
  margin-left: 57px !important;
}

.u-margin--left58--20240410 {
  margin-left: 58px !important;
}

.u-margin--left59--20240410 {
  margin-left: 59px !important;
}

.u-margin--left60--20240410 {
  margin-left: 60px !important;
}

.u-margin--left61--20240410 {
  margin-left: 61px !important;
}

.u-margin--left62--20240410 {
  margin-left: 62px !important;
}

.u-margin--left63--20240410 {
  margin-left: 63px !important;
}

.u-margin--left64--20240410 {
  margin-left: 64px !important;
}

.u-margin--left65--20240410 {
  margin-left: 65px !important;
}

.u-margin--left66--20240410 {
  margin-left: 66px !important;
}

.u-margin--left67--20240410 {
  margin-left: 67px !important;
}

.u-margin--left68--20240410 {
  margin-left: 68px !important;
}

.u-margin--left69--20240410 {
  margin-left: 69px !important;
}

.u-margin--left70--20240410 {
  margin-left: 70px !important;
}

.u-margin--left71--20240410 {
  margin-left: 71px !important;
}

.u-margin--left72--20240410 {
  margin-left: 72px !important;
}

.u-margin--left73--20240410 {
  margin-left: 73px !important;
}

.u-margin--left74--20240410 {
  margin-left: 74px !important;
}

.u-margin--left75--20240410 {
  margin-left: 75px !important;
}

.u-margin--left76--20240410 {
  margin-left: 76px !important;
}

.u-margin--left77--20240410 {
  margin-left: 77px !important;
}

.u-margin--left78--20240410 {
  margin-left: 78px !important;
}

.u-margin--left79--20240410 {
  margin-left: 79px !important;
}

.u-margin--left80--20240410 {
  margin-left: 80px !important;
}

.u-margin--left81--20240410 {
  margin-left: 81px !important;
}

.u-margin--left82--20240410 {
  margin-left: 82px !important;
}

.u-margin--left83--20240410 {
  margin-left: 83px !important;
}

.u-margin--left84--20240410 {
  margin-left: 84px !important;
}

.u-margin--left85--20240410 {
  margin-left: 85px !important;
}

.u-margin--left86--20240410 {
  margin-left: 86px !important;
}

.u-margin--left87--20240410 {
  margin-left: 87px !important;
}

.u-margin--left88--20240410 {
  margin-left: 88px !important;
}

.u-margin--left89--20240410 {
  margin-left: 89px !important;
}

.u-margin--left90--20240410 {
  margin-left: 90px !important;
}

.u-margin--left91--20240410 {
  margin-left: 91px !important;
}

.u-margin--left92--20240410 {
  margin-left: 92px !important;
}

.u-margin--left93--20240410 {
  margin-left: 93px !important;
}

.u-margin--left94--20240410 {
  margin-left: 94px !important;
}

.u-margin--left95--20240410 {
  margin-left: 95px !important;
}

.u-margin--left96--20240410 {
  margin-left: 96px !important;
}

.u-margin--left97--20240410 {
  margin-left: 97px !important;
}

.u-margin--left98--20240410 {
  margin-left: 98px !important;
}

.u-margin--left99--20240410 {
  margin-left: 99px !important;
}

.u-margin--left100--20240410 {
  margin-left: 100px !important;
}

.u-textCenter--20240410 {
  text-align: center !important;
}

.u-textRight--20240410 {
  text-align: right !important;
}

.u-textLeft--20240410 {
  text-align: left !important;
}

.u-hidden--pc--20240410 {
  display: none;
}

@media screen and (max-width: 599px) {
  .u-hidden--pc--20240410 {
    display: block;
  }
}
.u-hidden--sp--20240410 {
  display: block;
}

@media screen and (max-width: 599px) {
  .u-hidden--sp--20240410 {
    display: none;
  }
}
.u-hidden--20240410 {
  font-size: 24px;
  display: inline-block;
  position: relative;
  color: #F64343;
}
.u-hidden--20240410::before, .u-hidden--20240410::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  margin-top: -0.7em;
  width: 40px;
  border-top: 3px #F64343 solid;
}
.u-hidden--20240410::before {
  left: -45px;
  transform: rotate(-135deg);
}
.u-hidden--20240410::after {
  right: -45px;
  transform: rotate(135deg);
}
.u-hidden--20240410.is-accent3 {
  color: #F64343;
}
.u-hidden--20240410.is-accent3::before, .u-hidden--20240410.is-accent3::after {
  border-color: #F64343;
}

@media screen and (max-width: 800px) {
  .u-hidden--20240410 {
    font-size: 18px;
  }
}
.u-iconFont--20240410 {
  margin-right: 2rem;
  font-size: 4rem !important;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .u-iconFont--20240410 {
    margin-right: 1rem;
    font-size: 2.5rem !important;
  }
}
.u-iconLine--20240410 {
  fill: #fff;
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal, [data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 10;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(137, 137, 137, 0.75);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  -moz-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  -moz-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 45px 35px 35px;
  border-width: 5px;
  border-style: solid;
  border-color: #E2E2E2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

@media screen and (max-width: 599px) {
  .remodal {
    padding: 35px 15px 30px;
  }
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  -moz-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  -moz-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-moz-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-moz-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 800px;
}

/*20200609追記 W投票キャンペーン*/
.anchor-link-area {
  text-align: center;
}

.anchor-link-area p {
  margin-bottom: 45px;
}

.anchor-link-area .anchor-link01 a {
  font-size: 34px;
  text-decoration: underline;
}

.anchor-link-area .anchor-link02 a {
  color: #000;
  font-size: 24px;
  text-decoration: underline;
}

.w_campaign_wrap {
  max-width: 1164px;
}

.w_campaign {
  background: url(../images/2022/w_campaign/w_campaign_bg_pc.png) no-repeat center top;
  width: 100%;
  margin-bottom: 70px;
}

.w_campaign h2 {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 32px;
}

.w_campaign dl {
  display: flex;
  justify-content: space-between;
  width: 82.9%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.w_campaign dl dt {
  width: 4.6%;
}

.w_campaign dl dd {
  width: 92%;
}

.w_campaign dl.box01 {
  margin-bottom: 75px;
}

.w_campaign dl.box01 .btn01 {
  margin: 0;
  text-align: left;
}

.w_campaign dl.box01 .btn02 {
  margin: 0 0 15px 0;
  text-align: left;
}

.w_campaign dl.box01 .txt01 {
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 800;
}

.w_campaign dl.box01 .txt02 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}

.w_campaign dl.box01 .txt03 {
  font-size: 14px;
  line-height: 1.6;
}

.w_campaign dl.box01 .txt03 a {
  font-size: 14px;
}

.w_campaign dl.box02 {
  padding-bottom: 45px;
}

.w_campaign dl.box02 dd li, .w_campaign dl.box02 dd li a {
  line-height: 1.3;
  margin-bottom: 0.8em;
  font-size: 13px;
}

.w_campaign dl.box02 dd li span {
  font-size: 85%;
}

.w_campaign .is-pc {
  display: block;
}

.w_campaign .is-sp {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .anchor-link-area .anchor-link01 a {
    font-size: 24px;
  }

  .anchor-link-area .anchor-link02 a {
    font-size: 18px;
  }

  .w_campaign {
    background: url(../images/2022/w_campaign/w_campaign_bg_pc.png) no-repeat center top;
    width: 100%;
    margin-bottom: 70px;
    background-size: contain;
  }

  .w_campaign h2 {
    padding-top: 30px;
    margin-bottom: 35px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .w_campaign dl dd {
    width: 94%;
  }

  .w_campaign dl.box01 {
    margin-bottom: 35px;
  }

  .w_campaign dl.box01 .btn01 img, .w_campaign dl.box01 .btn02 img {
    width: 90%;
  }

  .w_campaign dl.box01 .btn02 {
    margin: 0 0 10px 0;
    text-align: left;
  }

  .w_campaign dl.box01 .txt01 {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .w_campaign dl.box01 .txt02 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .w_campaign dl.box01 .txt03, .w_campaign dl.box01 .txt03 a {
    font-size: 10px;
    line-height: 1.4;
  }

  .w_campaign dl.box02 dd li, .w_campaign dl.box02 dd li a {
    line-height: 1.1;
    margin-bottom: 0.8em;
    font-size: 10px;
  }

  .w_campaign dl.box02 dd li span {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link-area p {
    margin-bottom: 25px;
  }

  .anchor-link-area .anchor-link01 a {
    font-size: 14px;
  }

  .anchor-link-area .anchor-link02 a {
    font-size: 12px;
  }

  .w_campaign_wrap {
    max-width: 100%;
  }

  .w_campaign {
    background: url(../images/2022/w_campaign/w_campaign_bg_sp.png) no-repeat center top;
    width: 100%;
    margin-bottom: 15px;
    background-size: 100% auto;
  }

  .w_campaign .is-pc {
    display: none;
  }

  .w_campaign .is-sp {
    display: block;
  }

  .w_campaign h2 {
    margin-bottom: 45px;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }

  .w_campaign dl {
    display: block;
    width: 86%;
  }

  .w_campaign dl.box01 {
    margin-bottom: 85px;
  }

  .w_campaign dl dt, .w_campaign dl dd {
    width: 100%;
  }

  .w_campaign dl dt {
    margin-bottom: 10px;
  }

  .w_campaign dl dt img {
    width: 24%;
  }

  .w_campaign dl.box01 .btn01 {
    margin: 0;
  }

  .w_campaign dl.box01 .btn02 {
    margin: 0 0 10px 0;
  }

  .w_campaign dl.box01 .txt01 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .w_campaign dl.box01 .txt02 {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .w_campaign dl.box01 .txt03 {
    font-size: 8.5px;
    letter-spacing: -0.5px;
  }

  .w_campaign dl.box01 .txt03 a {
    font-size: 8.5px;
    line-height: 1.4;
  }

  .w_campaign dl.box02 {
    padding-bottom: 100px;
  }

  .w_campaign dl.box02 dd li, .w_campaign dl.box02 dd li a {
    line-height: 1.4;
    margin-bottom: 1em;
    font-size: 9px;
  }

  .w_campaign dl.box02 dd li span {
    font-size: 9px;
  }
}
@media screen and (max-width: 320px) {
  .w_campaign h2 {
    margin-bottom: 30px;
  }

  .w_campaign {
    background: url(../images/2022/w_campaign/w_campaign_bg_sp2.png) no-repeat center top;
    width: 100%;
    margin-bottom: 15px;
    background-size: 100% auto;
  }

  .w_campaign dl.box01 .txt01 {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: 600;
  }

  .w_campaign dl.box01 {
    margin-bottom: 50px;
  }

  .w_campaign dl.box02 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 414px) and (max-width: 414px) {
  .w_campaign h2 {
    margin-bottom: 50px;
  }

  .w_campaign dl.box01 {
    margin-bottom: 110px;
  }

  .w_campaign dl.box02 {
    padding-bottom: 180px;
  }
}
.locationArea {
  font-size: 14px !important;
  color: #000 !important;
}
.locationArea a {
  text-decoration: none;
  color: #00f;
}
.locationArea a:hover {
  text-decoration: none;
  color: #f60;
}

#vote-20240410 {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  /* 投票導線ブロック
  ============================================================== */
}
#vote-20240410 h1, #vote-20240410 h2, #vote-20240410 h3, #vote-20240410 h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
#vote-20240410 h2 .ttl {
  letter-spacing: 0.1em;
}
#vote-20240410 p {
  margin: 0;
  padding: 0;
}
#vote-20240410 a, #vote-20240410 a img {
  color: inherit;
  border: none;
  text-decoration: none;
  transition: .3s;
}
#vote-20240410 a:hover, #vote-20240410 a img:hover {
  opacity: .7;

}
#vote-20240410 img {
  width: 100%;
  height: auto;
}
#vote-20240410 figure {
  margin: 0;
}
#vote-20240410 .only-pc {
  display: inline-block;
}
#vote-20240410 .only-sp {
  display: none;
}
#vote-20240410 * {
  box-sizing: border-box;
}
#vote-20240410 .vote-mv {
  font-size: 18px;
  padding: 45px 0;
}
@media screen and (min-width: 801px) {
  #vote-20240410 .vote-mv {
    background: transparent url("../images/mv_bg-pc.png") center center no-repeat;
    background-size: cover;
  }
}
#vote-20240410 .vote-mv_inner {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  width: 90%;
  max-width: 860px;
  padding: 30px 0;
  position: relative;
}
#vote-20240410 .vote-mv_inner.is-end {
  padding: 75px 0;
}
#vote-20240410 .vote-mv_inner h1 .sub {
  font-size: 32px;
  position: relative;
  margin-bottom: 15px;
}
#vote-20240410 .vote-mv_inner h1 .sub::after {
  position: absolute;
  content: "";
  background-color: #B3E2B7;
  width: 500px;
  height: 10px;
  bottom: -13px;
  left: 50%;
  margin-left: -250px;
  display: block;
}
#vote-20240410 .vote-mv_inner h1 .sub:last-child {
  margin-bottom: 35px;
}
#vote-20240410 .vote-mv_inner h1 .ttl {
  font-size: 84px;
  color: #009944;
  background: transparent url("../images/mv_icon.svg") left center no-repeat;
  background-size: 100px 84px;
  padding-left: 120px;
  display: inline-block;
  line-height: 1.3;
}
#vote-20240410 .vote-mv_inner .icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #009944;
  color: #fff;
  font-weight: 700;
  position: absolute;
  display: block;
  left: -30px;
  top: -30px;
  font-size: 20px;
  line-height: 1.4;
  padding-top: 30px;
}
#vote-20240410 .vote-mv_inner .icon b {
  font-size: 32px;
}
#vote-20240410 .vote-mv_inner .txt {
  line-height: 1.8;
  margin: 0;
}
#vote-20240410 .vote-mv_inner .period {
  color: #009944;
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0;
  line-height: 1.4;
}
#vote-20240410 .vote-mv_inner .button {
  margin: 15px auto;
  line-height: 90px;
  max-width: 650px;
}
#vote-20240410 .vote-mv_inner .button.is-disabled {
  margin-bottom: 10px;
}
#vote-20240410 .vote-mv_catch {
  background-color: #F65151;
  padding: 22px 0;
  position: relative;
}
#vote-20240410 .vote-mv_catch .link-text {
  line-height: 1.4;
}
#vote-20240410 .vote-mv_catch .link-text.is-anchor-white {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-image: url("../images/icon-point@2x.png"), url("../images/icon_arrow-circle-bottom-white.svg");
  background-position: left 3px, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 28px 28px, 25px 25px;
  padding: 0 25px 0 35px;
  text-decoration: none;
}
#vote-20240410 .vote-mv_catch .annotation {
  position: absolute;
  bottom: -2.75em;
  width: 100%;
  line-height: 1.4;
}
#vote-20240410 .vote-block {
  background-position: center center;
  background-repeat: repeat;
  background-size: 30px 30px;
  padding: 60px 0;
  /* フロー
  ============================================================== */
}
#vote-20240410 .vote-block.is-point-top {
  padding-top: 90px;
}
#vote-20240410 .vote-block.is-accent1 {
  background-image: url("../images/bg-dot-green@2x.png");
  background-color: #E9FCEB;
}
#vote-20240410 .vote-block.is-accent2 {
  background-image: url("../images/bg-dot-beige@2x.png");
  background-color: #FFFAE4;
}
#vote-20240410 .vote-block.is-accent3 {
    background-image: url(../images/bg-dot-green@2x.png);
    background-color: #efefef;
}
#vote-20240410 .vote-block_inner {
  max-width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 60px;
  /* 就活対策記事プレゼント
  ============================================================== */
  /* ピックアップバナー
  ============================================================== */
  /* 早期投票キャンペーン
    ※見出しについてはinner_header記述個所にて指定
  ============================================================== */
  /* 注意事項
  ============================================================== */
}
#vote-20240410 .vote-block_inner .inner_header {
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}

#vote-20240410 .vote-block_inner .inner_header.is-main {
  background-image: url("/contents/nikki/event/20240410/images/about_bg-left@2x.png"), url("/contents/nikki/event/20240410/images/about_bg-right@2x.png");
  background-size: 218px 116px, 218px 116px;
  min-height: 116px;
}
#vote-20240410 .vote-block_inner .inner_header.point-img  {
  background-image: url("/contents/nikki/event/20240410/images/about_bg-left@2x.png"), url("/contents/nikki/event/20240410/images/about_bg-right@2x.png");
  background-size: 16%;
  min-height: 142px;
}

#vote-20240410 .vote-block_inner .inner_header.is-main .sub {
  font-size: 24px;
  display: inline-block;
  position: relative;
  color: #009944;
}
#vote-20240410 .vote-block_inner .inner_header.is-main .sub::before, #vote-20240410 .vote-block_inner .inner_header.is-main .sub::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  margin-top: -0.7em;
  width: 40px;
  border-top: 3px #009944 solid;
}
#vote-20240410 .vote-block_inner .inner_header.is-main .sub::before {
  left: -45px;
  transform: rotate(-135deg);
}
#vote-20240410 .vote-block_inner .inner_header.is-main .sub::after {
  right: -45px;
  transform: rotate(135deg);
}
#vote-20240410 .vote-block_inner .inner_header.is-main .sub.is-accent3 {
  color: #F64343;
}
#vote-20240410 .vote-block_inner .inner_header.is-main .sub.is-accent3::before, #vote-20240410 .vote-block_inner .inner_header.is-main .sub.is-accent3::after {
  border-color: #F64343;
}
#vote-20240410 .vote-block_inner .inner_header.is-main .ttl {
  font-size: 40px;
  display: block;
  margin-top: 10px;
}
#vote-20240410 .vote-block_inner .inner_header.is-main .ttl .point_cpn .cpn_ft30 {
    font-size: 30px;
}
#vote-20240410 .vote-block_inner .inner_header.is-main .ttl .point_cpn .pt {
    font-weight: 600;
    font-size: 42px;
    color: #e91e63;
}
#vote-20240410 .vote-block_inner .inner_header.is-main .ttl .point_cpn {
    font-size: 20px;
    letter-spacing: 1px;
}
#vote-20240410 .vote-block_inner .inner_header.is-main .ttl .point_cpn .cpn_ft16 {
    font-size: 16px;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign {
  background-image: url("/contents/nikki/event/20240410/images/about_bg-left@2x.png"), url("/contents/nikki/event/20240410/images/about_bg-right@2x.png");
  background-size: 212px auto, 212px auto;
  min-height: 162px;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign h2 .pict {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign h2 .txt {
  font-size: 40px;
  color: #F64343;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign em {
  color: #F64343;
  font-style: normal;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign .sub {
  font-size: 18px;
  letter-spacing: 0.1em;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign .sub em b {
  letter-spacing: 0;
  font-size: 32px;
  font-weight: 900;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl {
  font-size: 40px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl em {
  font-weight: 900;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl em b {
  letter-spacing: 0;
  font-size: 56px;
  font-weight: 900;
}
#vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #FFE4E4;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
#vote-20240410 .vote-block_inner .inner_header p {
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1.5;
}
#vote-20240410 .vote-block_inner .article {
  text-align: center;
  margin: 30px 0 20px 0;
}
#vote-20240410 .vote-block_inner .article .text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  /*width: 69.444444%;*/
}
#vote-20240410 .vote-block_inner .article .text h3 {
  font-size: 24px;
  margin: 5px 0 10px 0;
}
#vote-20240410 .vote-block_inner .article .text h3 em {
  font-size: 40px;
  color: #e91e63;
}
#vote-20240410 .vote-block_inner .article .img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 27.777778%;
}

#vote-20240410 .vote-block_inner .writer_button {
  text-align: right;
}
#vote-20240410 .vote-block_inner .writer_button .click {
  background-color: #E9FCEB;
  color: #009944;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  width: 230px;
  text-align: center;
  border-radius: 10px;
}
#vote-20240410 .vote-block_inner .writer_button .click:hover {
  cursor: pointer;
}
#vote-20240410 .vote-block_inner .writer_button .click:hover .icon-accordion {
  opacity: .65;
}
#vote-20240410 .vote-block_inner .writer_button .click .icon-accordion {
  background: transparent url("../images/icon_ accordion-open.svg") right 52% no-repeat;
  display: inline-block;
  padding-right: 1.5em;
  background-size: 20px 20px;
}
#vote-20240410 .vote-block_inner .writer_button .click .icon-accordion.open {
  background-image: url("../images/icon_ accordion-close.svg");
}
#vote-20240410 .vote-block_inner .writer_inner {
  text-align: left;
  background-color: #E9FCEB;
  border-radius: 10px;
  margin-top: -10px;
  padding: 30px 40px;
}
#vote-20240410 .vote-block_inner .writer_inner .inner_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#vote-20240410 .vote-block_inner .writer_inner .inner_body .text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 82%;
}
#vote-20240410 .vote-block_inner .writer_inner .inner_body .text h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#vote-20240410 .vote-block_inner .writer_inner .inner_body .img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 15%;
}
#vote-20240410 .vote-block_inner .banner {
  margin-top: 20px;
}
#vote-20240410 .vote-block_inner .period {
  border-radius: 10px;
  border: 4px #F65151 solid;
  font-size: 24px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  max-width: 820px;
  margin: 30px auto;
}
#vote-20240410 .vote-block_inner .period .ttl {
  color: #fff;
  width: 25.609756%;
  background-color: #F65151;
  padding: 5px 0;
}
#vote-20240410 .vote-block_inner .period .date {
  color: #F64343;
  padding: 5px 0;
  width: 74.390244%;
}
#vote-20240410 .vote-block_inner .notes {
  margin-top: 40px;
}
#vote-20240410 .vote-block_inner .limited-campaign {
  margin-top: 0;
}
#vote-20240410 .vote-block_inner .notes_header .ttl {
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
  color: #009944;
}
#vote-20240410 .vote-block_inner .notes_header .ttl .box {
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 0 15px;
}
#vote-20240410 .vote-block_inner .notes_header .ttl::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  line-height: 2px;
  background-color: #009944;
}
#vote-20240410 .vote-block_inner .notes_header .ttl.is-accent3 {
  color: #F64343;
}
#vote-20240410 .vote-block_inner .notes_header .ttl.is-accent3::after {
  background-color: #F64343;
}
#vote-20240410 .vote-block_inner .notes_body {
  text-align: left;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
#vote-20240410 .vote-block_inner .notes_body &gt; li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  margin-left: 1em;
}
#vote-20240410 .vote-block_inner .notes_body &gt; li.list-style-none {
  list-style: none;
  margin-left: -14px;
}
#vote-20240410 .vote-block .flow {
  border-radius: 50px;
  background-color: #f2fff4;
  overflow: hidden;
  margin: 40px auto;
}
#vote-20240410 .vote-block .flow_header {
  background-color: #009944;
  padding: 15px;
}
#vote-20240410 .vote-block .flow_header .ttl {
  font-size: 32px;
  color: #fff;
}
#vote-20240410 .vote-block .flow_body {
  background-image: url("../images/about_illust01@2x.png")/*, url("../images/about_illust03@2x.png")*/;
  background-position: right top/*, right bottom*/;
  background-repeat: no-repeat, no-repeat;
  background-size: 202px 100px, 202px 92px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 60px;
  list-style-type: none;
}
#vote-20240410 .vote-block .flow_body &gt; li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#vote-20240410 .vote-block .flow_body &gt; li + li {
  margin-top: 10px;
}
#vote-20240410 .vote-block .flow_body &gt; li .step {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #009944;
  color: #fff;
  line-height: 1.2;
  padding-top: 7px;
}
#vote-20240410 .vote-block .flow_body &gt; li .step .txt {
  font-size: 10px;
  display: block;
}
#vote-20240410 .vote-block .flow_body &gt; li .step .nmb {
  font-size: 15px;
  display: block;
}
#vote-20240410 .vote-block .flow_body &gt; li .text {
  line-height: 1.4;
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  padding-top: 5px;
}
#vote-20240410 .vote-button-block {
  background-color: #36BC62;
  background-image: url("../images/vote_bg-left@2x.png"), url("../images/vote_bg-right@2x.png");
  background-size: 310px 180px, 310px 180px;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
#vote-20240410 .vote-button-block_inner {
  padding: 40px;
}
#vote-20240410 .lead {
  text-align: left;
  margin: 30px auto;
}
#vote-20240410 .lead2 {
  text-align: right;
  margin: 30px auto;
}
#vote-20240410 .button {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  border-radius: 50px;
  font-size: 32px;
  position: relative;
  margin-bottom: 8px;
  box-shadow: 0px 8px 0px 0px #CE6B25;
  background-color: #FF8833;
}
#vote-20240410 .noactive{
  box-shadow: 0px 8px 0px 0px #cf2533;
  background-color: #ff4c5b;
}
#vote-20240410 .button::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: 35px;
  top: 50%;
  margin-top: -13px;
  background: transparent url("../images/icon_arrow-right-white.svg") center center no-repeat;
  background-size: contain;
}
#vote-20240410 .button:active {
  box-shadow: none;
  transform: translate3d(0, 8px, 0);
}
#vote-20240410 .button.is-disabled {
  background-color: #CCC;
  pointer-events: none;
  box-shadow: none;
  margin-bottom: 0;
}
#vote-20240410 .button.is-disabled::after {
  display: none;
}
#vote-20240410 .link-text {
  text-decoration: underline;
}
#vote-20240410 .link-text:hover {
  text-decoration: none;
}
#vote-20240410 .link-text.is-anchor {
  background: transparent url("../images/icon_arrow-circle-bottom-black.svg") right 52% no-repeat;
  background-size: 22px 22px;
  padding-right: 27px;
  margin-right: 5px;
}
#vote-20240410 .link-text.is-anchor.is-small {
  background-size: 15px 15px;
  padding-right: 1.1em;
}
#vote-20240410 .link-text.is-blank {
  background: transparent url("../images/icon_link-blank.svg") right 52% no-repeat;
  background-size: 16px 16px;
  padding-right: 22px;
  margin-right: 3px;
}
#vote-20240410 .link-text.is-blank.is-accent1 {
  background: transparent url("../images/icon_link-blank-accent1.svg") right 53% no-repeat;
  color: #009944;
  font-weight: 700;
  font-size: 18px;
}
#vote-20240410 .link-text.is-blank.is-small {
  background-size: 12px 12px;
  padding-right: 1em;
}
#vote-20240410 .is-anchor-id {
  position: relative;
}
#vote-20240410 #notes-point, #vote-20240410 #notes-vote,
#vote-20240410 #notes-point, #vote-20240410 #notes-vote-limited-campaign {
  position: relative;
  content: "";
  top: -65px;
  left: 0;
  display: block;
}

@media screen and (max-width: 800px) {
  #vote-20240410 {
    font-size: 14px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-main .ttl .point_cpn .cpn_ft30 {
    font-size: 24px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-main .ttl .point_cpn .pt {
    font-size: 32px;
}
    /* 投票導線ブロック
    ============================================================== */
  
  #vote-20240410 .only-pc {
    display: none;
  }
  #vote-20240410 .only-sp {
    display: inline-block;
  }
  #vote-20240410 h2 .ttl {
    letter-spacing: 0.025em;
  }
  #vote-20240410 .vote-mv {
    font-size: 14px;
    padding: 60px 0 80px 0;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  #vote-20240410 .vote-mv {
    background: transparent url("../images/mv_bg-sp@2x.png") right calc(100% + 75px) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 800px) {
  .pc { 
    display: none !important;
  }
    .sp { 
    display: block !important; 
  }
  #vote-20240410 .vote-mv_inner {
    padding: 35px 20px;
  }
  #vote-20240410 .vote-mv_inner.is-end {
    padding: 35px 20px;
  }
  #vote-20240410 .vote-mv_inner h1 .sub {
    font-size: 18px;
  }
  #vote-20240410 .vote-mv_inner h1 .sub::after {
    width: 100%;
    height: 6px;
    bottom: -10px;
    left: 0;
    margin-left: 0;
  }
  #vote-20240410 .vote-mv_inner h1 .ttl {
    font-size: 43px;
    background-size: 60px 50px;
    padding-left: 65px;
    letter-spacing: -1px;
  }
  #vote-20240410 .vote-mv_inner .icon {
    width: 82px;
    height: 82px;
    left: 0;
    top: -41px;
    font-size: 10px;
    padding-top: 20px;
  }
  #vote-20240410 .vote-mv_inner .icon b {
    font-size: 16px;
  }
  #vote-20240410 .vote-mv_inner .period {
    margin: 15px 0;
    font-size: 14px;
  }
  #vote-20240410 .vote-mv_inner .button {
    margin: 15px auto;
    line-height: 60px;
    font-size: 1em;
    padding-right: 1.5em;
  }
  #vote-20240410 .vote-mv_catch {
    padding: 20px 15px;
    text-align: left;
  }
  #vote-20240410 .vote-mv_catch .link-text.is-anchor-white {
    font-size: 16px;
    background-position: left top right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, 25px 25px;
    padding: 0 25px 0 25px;
    display: inline-block;
  }
  #vote-20240410 .vote-mv_catch .annotation {
    bottom: -3.5em;
    width: calc(100% - 30px);
    font-size: 12px;
  }
  #vote-20240410 .vote-mv_catch .annotation .link-text.is-anchor {
    background-size: 15px 15px;
    padding-right: 18px;
    margin-right: 3px;
  }
  #vote-20240410 .vote-block {
    padding: 30px 0;
    /* フロー
    ============================================================== */
  }
  #vote-20240410 .vote-block.is-point-top {
    padding-top: 60px;
  }
  #vote-20240410 .vote-block_inner {
    width: 92%;
    border-radius: 20px;
    padding: 30px 20px;
    /* 就活対策記事プレゼント
    ============================================================== */
    /* ピックアップバナー
    ============================================================== */
    /* 早期投票キャンペーン
      ※見出しについてはinner_header記述個所にて指定
    ============================================================== */
    /* 注意事項
    ============================================================== */
  }
  #vote-20240410 .vote-block_inner .inner_header.is-main {
    background-size: auto 63px, auto 63px;
    min-height: 78px;
    margin: 0 -2%;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-main .sub {
    font-size: 18px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-main .ttl {
    font-size: 24px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign {
    background-size: 98px auto, 98px auto;
    min-height: 77px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign h2 {
    display: block;
    margin: 0;
    padding-top: 20px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign h2 .pict {
    display: block;
    margin-right: 0;
    margin: 0 auto;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign h2 .txt {
    font-size: 24px;
    display: block;
    margin: 5px 0;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign .sub {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.4;
    margin: 15px 0;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign .sub em b {
    font-size: 24px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl {
    font-size: 16px;
    z-index: 2;
    display: inline-block;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl em {
    font-size: 28px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl em b {
    font-size: 28px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl::after {
    width: 100%;
    height: 10px;
    bottom: 0px;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl .underline-sp {
    display: inline-block;
    position: relative;
  }
  #vote-20240410 .vote-block_inner .inner_header.is-campaign .ttl .underline-sp::after {
    width: 100%;
    height: 10px;
    bottom: 0px;
    content: "";
    background-color: #FFE4E4;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  #vote-20240410 .vote-block_inner .article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  #vote-20240410 .vote-block_inner .article .text {
    width: 100%;
    margin: 15px 0;
  }
  #vote-20240410 .vote-block_inner .article .text h3 {
    font-size: 18px;
    margin: 5px 0 10px 0;
  }
  #vote-20240410 .vote-block_inner .article .img {
    width: 100%;
    text-align: center;
  }
  #vote-20240410 .vote-block_inner .article .img img {
    max-width: 205px;
  }
  #vote-20240410 .vote-block_inner .writer_button {
    text-align: center;
  }
  #vote-20240410 .vote-block_inner .writer_button .click {
    width: 100%;
  }
  #vote-20240410 .vote-block_inner .writer_button .click .icon-accordion {
    padding-right: 1.5em;
  }
  #vote-20240410 .vote-block_inner .writer_inner {
    margin: -10px 0 0 0;
    padding: 20px;
  }
  #vote-20240410 .vote-block_inner .writer_inner .inner_body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #vote-20240410 .vote-block_inner .writer_inner .inner_body .text {
    width: 100%;
  }
  #vote-20240410 .vote-block_inner .writer_inner .inner_body .text h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #vote-20240410 .vote-block_inner .writer_inner .inner_body .img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #vote-20240410 .vote-block_inner .writer_inner .inner_body .img img {
    max-width: 100px;
  }
  #vote-20240410 .vote-block_inner .banner {
    margin-top: 20px;
  }
  #vote-20240410 .vote-block_inner .period {
    font-size: 18px;
    letter-spacing: 0.025em;
    display: block;
    margin: 30px auto;
    line-height: 1.4;
  }
  #vote-20240410 .vote-block_inner .period .ttl {
    width: 100%;
    display: block;
  }
  #vote-20240410 .vote-block_inner .period .date {
    width: 100%;
    display: block;
    padding: 5px 10px;
  }
  #vote-20240410 .vote-block_inner .notes {
    margin-top: 30px;
  }
  #vote-20240410 .vote-block_inner .notes_header .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #vote-20240410 .vote-block_inner .notes_header .ttl .box {
    padding: 0 5px;
  }
  #vote-20240410 .vote-block_inner .notes_body {
    margin: 0;
    padding: 0;
  }
  #vote-20240410 .vote-block .flow {
    border-radius: 20px;
    margin: 30px auto;
  }
  #vote-20240410 .vote-block .flow_header {
    padding: 10px;
  }
  #vote-20240410 .vote-block .flow_header .ttl {
    font-size: 24px;
    color: #fff;
  }
  #vote-20240410 .vote-block .flow_body {
    background-position: center top, center bottom;
    background-size: 202px 100px, 202px 92px;
    padding: 125px 0 0;
    margin: 30px 15px;
  }
  #vote-20240410 .vote-block .flow_body &gt; li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #vote-20240410 .vote-block .flow_body &gt; li + li {
    margin-top: 25px;
  }
  #vote-20240410 .vote-block .flow_body &gt; li .step {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }
  #vote-20240410 .vote-block .flow_body &gt; li .step .nmb {
    font-size: 12px;
  }
  #vote-20240410 .vote-block .flow_body &gt; li .text {
    font-size: 16px;
    margin-left: 7px;
    padding-top: 0px;
    width: calc(100% - 47px);
  }
  #vote-20240410 .vote-button-block {
    background-image: url("../images/vote_bg-left-sp@2x.png"), url("../images/vote_bg-right-sp@2x.png");
    background-size: 139px 111px, 139px 111px;
    background-position: left top, right top;
  }
  #vote-20240410 .vote-button-block_inner {
    padding: 30px 35px;
  }
  #vote-20240410 .lead {
    margin: 15px auto;
  }
  #vote-20240410 .lead2 {
    text-align: left;
    margin: 15px auto;
  }
  #vote-20240410 .button {
    font-size: 14px;
    line-height: 60px;
    margin-bottom: 6px;
    box-shadow: 0px 6px 0px 0px #cf2533;
    padding-right: 1.5em;
  }
  #vote-20240410 .button::after {
    width: 15px;
    height: 15px;
    right: 25px;
    margin-top: -6px;
  }
  #vote-20240410 .button:active {
    transform: translate3d(0, 6px, 0);
  }
  #vote-20240410 .link-text.is-anchor {
    background-size: 20px 20px;
    padding-right: 23px;
    margin-right: 3px;
  }
  #vote-20240410 .link-text.is-anchor.is-small {
    background-size: 13px 13px;
    padding-right: 15px;
  }
  #vote-20240410 .link-text.is-blank {
    background-size: 16px 16px;
    padding-right: 21pxm;
    margin-right: 3px;
  }
  #vote-20240410 .link-text.is-blank.is-accent1 {
    font-size: 16px;
  }
  #vote-20240410 .link-text.is-blank.is-small {
    background-size: 12px 12px;
    padding-right: 15px;
  }
  #vote-20240410 #notes-point, #vote-20240410 #notes-vote,
  #vote-20240410 #notes-point, #vote-20240410 #notes-vote-limited-campaign {
    top: -20px;
    left: 0;
  }
}
#vote-20240410 .vote-block_inner .text_left {
  text-align: left;
}
@media screen and (max-width: 370px) {
  #vote-20240410 .vote-mv_inner .icon {
    top: -46px;
  }
}



.maintenance-writer_button {
  background-color: #ff5151;
}

.maintenance-writer_button .click {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 230px;
  text-align: center;
}
 .maintenance-link {
  text-decoration: underline !important;
}
.maintenance-writer_button .click:hover {
  cursor: pointer;
}
.maintenance-writer_button .click:hover .icon-accordion {
  opacity: .65;
}
.maintenance-writer_button .click .icon-accordion {
  background: transparent url("../images/icon_ accordion-open.svg") right 52% no-repeat;
  display: inline-block;
  padding-right: 1.5em;
  background-size: 20px 20px;
  font-size: 24px;
  /*line-height: 70px;*/
}
.maintenance-writer_button .click .icon-accordion.open {
  background-image: url("../images/icon_ accordion-close.svg");
}

.maintenance-writer_inner {
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  width: 100%
}
.maintenance-writer_inner .inner_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.maintenance-inner_body {
  width: 690px;
  margin: 0 auto;
}
.maintenance-writer_inner .inner_body .text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 82%;
}
.maintenance-writer_inner .inner_body .text h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.maintenance-writer_inner .inner_body .img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 15%;
}
.maintenance-inner_body .text span {
  color: #737373;
}
.maintenance-schedule {
  color: #c01920;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .maintenance-inner_body {
  width: 90%;
  margin: 0 auto;
}
}
#notes_stay, #notes_bus, #notes_car {
  display: block;
  padding-top: 80px !important;
  margin-top: -80px !important;
}
@media screen and (max-width: 800px){
#vote-20240410 .cpn-text {
    padding-top: 40px;
}
}

/*
  キャンペーンテンプレ
*/
#vote-20240410 .event-tb01 a {
  text-decoration: underline;
}
#vote-20240410 .cpn-notice-title {
  font-size: 1.5rem;
    font-weight: bold;
    background: #f0f0f0;
    padding: 8px;
}
#vote-20240410 .event-tb01 {
  text-align: left;
}
#vote-20240410 .event-area-wrap #event-campaign {
  background: #fff9fb;
  padding-bottom: 70px;
}
#vote-20240410 .event-area-wrap #event-campaign .event-inner {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#vote-20240410 .event-area-wrap #event-campaign .campaign-main {
  width: 100%;
}

#vote-20240410 li.list_none {
  padding: 4px;
  list-style: "";
  margin-left :12px;
}
#vote-20240410 li.dot {
  padding: 4px;
  list-style: "・";
margin-left :12px;
}
#vote-20240410 li.asterisk {
  padding: 4px;
  list-style: "※";
  margin-left :12px;
}
@media only screen and (max-width: 600px) {
  #vote-20240410 .event-area-wrap #event-campaign .event-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #vote-20240410 .event-area-wrap #event-campaign h2 img {
    max-width: 224px;
  }
  #vote-20240410 .event-area-wrap #event-campaign .campaign-main .terms {
    margin-top: 10px;
    font-size: 10px;
  }
  #vote-20240410 .event-area-wrap #event-campaign .campaign-main ul {
    width: 100%;
  }

  #vote-20240410 .event-area-wrap #event-campaign .campaign-main ul li:first-child {
    margin-top: 0;
  }
  #vote-20240410 .event-area-wrap #event-campaign .campaign-main ul li .right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  #vote-20240410 .event-area-wrap #event-campaign .campaign-main .event-tb01 .list-asterisk,
  #vote-20240410 .event-area-wrap #event-campaign .campaign-main .event-tb01 .list-normal  {
    padding: 0 auto;
  }

}

#vote-20240410 table{
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
}
#vote-20240410 .event-tb01 th,
.event-tb01 td{
  border-bottom: solid 1px #ccc;
  text-align: left;
  box-sizing:border-box;
  padding: 16px 8px;
}
#vote-20240410 .event-tb01 th {
  font-size: 14px;
  text-align: left;
  width: 240px;
}
#vote-20240410 .event-tb01 td {
  font-size: 14px;
}
#vote-20240410 .event-area-wrap #event-campaign .campaign-main .event-tb01 ul li {
  margin-top: 0;
  padding-left: 1em;;
}

@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #vote-20240410 .event-tb01 {
    width: 100%;
  }
  #vote-20240410 .event-tb01 tr {
    margin: 0 8px;
  }
  #vote-20240410 table.event-tb01 th,
  #vote-20240410 table.event-tb01 td {
    display: block;
    width: 100%;
    padding: 8px;
  }
  #vote-20240410 table.event-tb01 th {
    border-bottom:none;
    padding: 8px 4px 4px 4px;
  }
  #vote-20240410 table.event-tb01 td {
    padding: 4px 4px 8px 4px;
  }
  #vote-20240410 .event-tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}</pre></body></html>