@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
picture,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*
独自リセット
css-wipeより抜粋
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* リセットCSSでは bodyのline-height:1 だが
  main要素の下に無駄な余白ができるので0にする */
/* mixins */
/* サイズ指定をremにする */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin-left: auto;
  margin-right: auto;
  font-family: "M PLUS Rounded 1c", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #222;
  background-image: url("../img/bg_BlueDots2.png");
  background-repeat: repeat;
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1.4rem;
  }
}
::-moz-selection {
  background: #EB6101;
  color: #fff;
}
::-moz-selection,
::selection {
  background: #EB6101;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited, a:hover, a:active {
  color: inherit;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  display: block;
}

.ly_cont {
  max-width: 131rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.ly_header {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 479px) {
  .ly_header {
    max-width: 100%;
  }
}
.ly_center {
  margin-left: auto;
  margin-right: auto;
}

.bl_header_fixedWrapper {
  /* イラストの余白とカンプのズレの微調整 */
  position: relative;
  width: 100%;
}

.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/bg_BlueDots2.png);
}
.bl_header.bl_header__fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .bl_header {
    background-image: none;
  }
}
.bl_header_navWrapper {
  width: 40.6rem;
}

@media screen and (max-width: 767px) {
  .bl_header_navWrapper {
    width: auto;
  }
}
.bl_nav {
  height: 100%;
}

.bl_nav_itemsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .bl_header_navWrapper .bl_nav_itemsWrapper {
    display: none;
  }
}
.bl_nav_link {
  font-family: "M PLUS Rounded 1c", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  letter-spacing: normal;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
  position: relative;
}

/* ドロワー */
@media screen and (max-width: 767px) {
  .bl_header_navWrapper .bl_nav {
    width: 25rem;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -25rem;
    z-index: 80;
    background-color: #EB6101;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bl_header_navWrapper #hamburger_checkBox:checked ~ .bl_nav {
    right: 0;
  }
  .bl_header_navWrapper .bl_nav_drawerOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    background-color: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bl_header_navWrapper #hamburger_checkBox:checked ~ .bl_nav_drawerOverlay {
    display: block;
  }
  .bl_header_navWrapper .bl_nav_itemsWrapper {
    padding: 7rem 1rem 0;
    display: block;
  }
  .bl_header_navWrapper .bl_nav_item {
    border-bottom: solid 0.1rem #fff;
    list-style: none;
  }
  .bl_header_navWrapper .bl_nav_link {
    display: block;
    width: 100%;
    padding: 1rem;
    position: relative;
    color: #fff;
  }
  .bl_header_navWrapper .bl_nav_link::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 1.1rem;
    top: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_nav_link.el_btn {
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
@media screen and (max-width: 767px) {
  .bl_nav_link.el_btn:hover, .bl_nav_link.el_btn:focus {
    background-color: transparent;
  }
}
.bl_MV {
  position: relative;
  background-repeat: repeat;
  padding-top: 7rem;
}

@media screen and (max-width: 767px) {
  .bl_MV {
    padding-top: 0;
  }
}
.bl_MV_imgWrapper {
  position: relative;
  max-width: 86.6rem;
  width: 100%;
  top: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.bl_MV_imgWrapper::after {
  content: "";
  display: block;
  position: relative;
  padding-top: 83.2563510393%;
}
.bl_MV_imgWrapper > img {
  position: absolute;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .bl_MV_imgWrapper::after {
    padding-top: 151.8229166667%;
  }
}
.bl_jaggyPaper {
  position: relative;
  background-color: #fff;
  height: auto;
}
.bl_jaggyPaper::before, .bl_jaggyPaper::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0.95rem;
  left: 0;
  background-image: url("../img/deco_waveLine.svg");
}
.bl_jaggyPaper::before {
  top: -0.9rem;
}
.bl_jaggyPaper::after {
  bottom: -0.9rem;
  -webkit-transform: scale(1, -1.01);
  transform: scale(1, -1.01);
}

.bl_jaggyPaper_ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2.3rem;
}

.bl_borderedTextBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.4rem solid #74A92D;
  width: 72rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.1rem;
}

.bl_borderedTextBox_heading {
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #74A92D;
  max-width: 90%;
  padding: 0.8rem;
  margin-top: -2rem;
}

.bl_borderedTextBox_body {
  padding-top: 2.4rem;
  padding: 0.8rem 3% 1.2rem;
}

.bl_card_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4.2rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.bl_card_heading {
  width: 40.2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.9rem;
}
.bl_card_heading.bl_card_heading__lg {
  width: 46.7rem;
  padding-top: 1.8rem;
}

.bl_card_imgWrapper {
  position: relative;
  width: 37.5rem;
  max-width: 100%;
  margin: 1.6rem auto;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bl_card_imgWrapper::after {
  content: "";
  display: block;
  padding-top: 65.8490566038%;
}
.bl_card_imgWrapper.un_winner_imgWrapper__lg {
  width: 53rem;
}

.bl_card_imgWrapper__irregular::after {
  padding-top: 74.7169811321%;
}

.bl_card_imgWrapper > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bl_card_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_card_emphText {
  font-weight: 500;
  text-align: center;
  font-size: 2.4rem;
  padding-top: 1.7rem;
}

.bl_card_btnWrapper {
  text-align: center;
  padding-top: 1.6rem;
  margin-top: auto;
}

.un_guidelines_endNotice_wrapper {
  background-color: #EB5757;
  width: 84rem;
  padding: 1.6rem 1rem;
  margin: 0.8rem;
}

.un_guidelines_endNotice {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

.bl_alertBox_wrapper {
  background-color: #EB5757;
  width: 84rem;
  max-width: 95%;
  padding: 1.6rem 1rem;
  margin: 0.8rem;
}

.bl_alertBox {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bl_alertBox {
    font-size: 2rem;
  }
}
.bl_horizTable {
  border: none;
  line-height: 1.5;
}
.bl_horizTable table {
  width: 100%;
}
.bl_horizTable th {
  width: 12.5rem;
  background-color: transparent;
  border-bottom: none;
  font-weight: normal;
  vertical-align: text-top;
  text-align: left;
}
.bl_horizTable td {
  border-bottom: none;
}
.bl_horizTable tr:last-child th,
.bl_horizTable tr:last-child td {
  border-bottom-width: 0;
}

@media screen and (max-width: 767px) {
  .bl_horizTable th {
    width: 10.5rem;
  }
}
.bl_stickToEndsTable_wrapper {
  width: 56.5rem;
  max-width: 100%;
}

.bl_stickToEndsTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .bl_stickToEndsTable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .bl_stickToEndsTable.bl_stickToEndsTable__mdVert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.bl_stickToEndsTable_wrapper__var2 {
  width: 54.8rem;
}

.bl_stickToEndsTable_boxLeft {
  width: 33.2rem;
}

.bl_stickToEndsTable_boxRight {
  width: 16.6rem;
}

.bl_2sectionedBox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3.2rem 1.6rem 2.4rem;
}

.bl_2sectionedBox {
  border-radius: 1.8rem;
  overflow: hidden;
}

.bl_2sectionedBox_top {
  background-color: #74A92D;
  padding: 0 3.2rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .bl_2sectionedBox_top {
    text-align: center;
    padding: 0 0.5rem;
  }
}
.bl_2sectionedBox_bottom {
  padding: 0.8rem 3.2rem;
  background-color: #FFF9E2;
}

@media screen and (max-width: 767px) {
  .bl_2sectionedBox_bottom {
    padding: 0.8rem 1.6rem;
  }
}
.bl_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 144rem;
}
.bl_footer img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .bl_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.el_hamburger {
  height: 100%;
}

.el_hamburger_btn {
  display: none;
}
.el_hamburger_btn span {
  content: "";
  display: block;
  height: 0.2rem;
  width: 2.2rem;
  border-radius: 0.3rem;
  background-color: #FFF100;
  position: absolute;
}
.el_hamburger_btn span:before, .el_hamburger_btn span:after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 2.2rem;
  border-radius: 0.3rem;
  background-color: #FFF100;
  position: absolute;
}
.el_hamburger_btn span:before {
  bottom: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el_hamburger_btn span:after {
  top: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .el_hamburger_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    background-color: #EB6101;
    border-radius: 0.4rem;
    height: 3.2rem;
    width: 3.6rem;
    top: 0;
    right: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    cursor: pointer;
    z-index: 90;
  }
}
#hamburger_checkBox {
  display: none;
}
#hamburger_checkBox:checked ~ .el_hamburger_btn span {
  background-color: rgba(255, 255, 255, 0);
}
#hamburger_checkBox:checked ~ .el_hamburger_btn span::before {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#hamburger_checkBox:checked ~ .el_hamburger_btn span::after {
  top: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.el_badge {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  background-color: #fff;
  border: 0.1rem solid #74A92D;
  border-radius: 0.5rem;
  color: #74A92D;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.el_badge.el_badge__colorReversed {
  background-color: #74A92D;
  color: #fff;
}
.el_badge.el_badge__var2 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.el_badge.el_badge__var3 {
  font-size: 1.8rem;
  letter-spacing: 0em;
  padding: 0.7rem 0.5rem;
}
.el_badge.el_badge__contactInfo {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #222;
  padding: 0 1.2rem;
  border-radius: 0;
  border: 0.1rem solid #222;
}
.el_badge.el_badge__ttl, .el_badge.el_badge__ttl2, .el_badge.el_badge__ttl3 {
  border-radius: 10rem;
  font-weight: 500;
  line-height: 1.5;
}
.el_badge.el_badge__ttl {
  padding: 0;
  width: 48.8rem;
  max-width: 70%;
}
.el_badge.el_badge__ttl2 {
  width: 65.1rem;
  max-width: 88%;
  white-space: nowrap;
  padding: 0 1rem;
}
.el_badge.el_badge__ttl3 {
  width: 51.6rem;
  max-width: 88%;
  white-space: nowrap;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  .el_badge {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .el_badge.el_badge__var2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .el_badge.el_badge__var3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .el_badge.el_badge__ttl2 {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .el_badge.el_badge__ttl3 {
    white-space: normal;
    padding: 0 2.4rem;
  }
}
.el_btn {
  display: inline-block;
  width: 100%;
  padding: 0.8rem 4rem;
  background-color: #EB6101;
  border: 0.1rem solid transparent;
  border-radius: 10rem;
  -webkit-box-shadow: 0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  box-shadow: 0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "M PLUS Rounded 1c", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 479px) {
  .el_btn {
    font-size: 1.6rem;
  }
}
a.el_btn:visited, a.el_btn:hover {
  color: #fff;
}

.el_btn:active {
  -webkit-transform: translate(0.2rem, 0.5rem);
  transform: translate(0.2rem, 0.5rem);
}
.el_btn.el_btn__wAuto {
  width: auto;
}

.el_btn__arrow {
  padding-left: 2.4rem;
  padding-right: 4.8rem;
  position: relative;
}
.el_btn__arrow::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-left: 4.4rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el_dottedAbove {
  position: relative;
}
.el_dottedAbove::before {
  content: "・・";
  position: absolute;
  top: -1.6rem;
}

.el_floatingObj {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  width: 32.1rem;
  max-width: 50%;
  -webkit-filter: drop-shadow(0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.45));
  filter: drop-shadow(0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.45));
  z-index: 1;
  -webkit-animation: bounce 2s ease-in-out forwards;
  animation: bounce 2s ease-in-out forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 767px) {
  .el_floatingObj {
    bottom: 3rem;
    right: 1rem;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
  }
}
.el_floatingObj2 {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  width: 32.1rem;
  -webkit-filter: drop-shadow(0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.45));
  filter: drop-shadow(0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.45));
  z-index: 1;
  -webkit-animation: fuwafuwa 2s infinite ease-in-out 0.8s alternate;
  animation: fuwafuwa 2s infinite ease-in-out 0.8s alternate;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
}
.el_linkIcon {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #EB6101;
  padding-right: 2rem;
}
.el_linkIcon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.8rem;
  background-image: url("../img/icon_linkArrow.svg");
}

@media screen and (max-width: 767px) {
  .el_linkIcon {
    font-size: 1.6rem;
  }
}
.un_concept_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.un_concept_wrapper {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.un_concept_heading {
  width: 21.5rem;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.un_conceptTxt {
  padding-top: 1.6rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .un_conceptTxt {
    font-size: 1.6rem;
    padding-top: 24px;
  }
}
.un_supporters_section {
  padding-top: 2rem;
  padding-bottom: 2.6rem;
}

.un_supporters_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  max-width: 84.5rem;
  margin-left: auto;
  margin-right: auto;
}
.un_supporters_wrapper.un_supporters_wrapper__wide {
  max-width: 90%;
  padding-top: 1.7rem;
  padding-left: 30px;
}

@media screen and (max-width: 479px) {
  .un_supporters_wrapper {
    gap: 2.4rem;
    padding-left: 0px;
    padding-right: 0px;
  }
  .un_supporters_wrapper__wide {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .un_supporters_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.un_supporters_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}

.un_supporters_left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.un_supporters_lgTxt {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .un_supporters_lgTxt {
    font-size: 2.4rem;
  }
}
.un_supporters_stdTxt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .un_supporters_stdTxt {
    font-size: 1.4rem;
  }
}
ul.un_supporters_member_wrapper {
  list-style-type: none;
}

.un_supporters_member_wrapper {
  display: grid;
  width: 100%;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fit, 17rem);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  row-gap: 10px;
}

@media screen and (max-width: 767px) {
  .un_supporters_member_wrapper {
    row-gap: 0px;
  }
}
.un_supporters_member {
  min-width: 19rem;
  color: #EB6101;
}

@media screen and (max-width: 767px) {
  .un_supporters_member {
    min-width: 17rem;
  }
}
#winners {
  margin-top: -8rem;
  padding-top: 8rem;
}

.un_winners_wrapper {
  max-width: 100rem;
  padding-top: 7.2rem;
  padding-bottom: 2.4rem;
}

.un_winners_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 880px) {
  .un_winners_2col {
    display: block;
    grid-template-columns: 8 1fr;
  }
}
#movie {
  margin-top: -8rem;
  padding-top: 8rem;
}

.un_movie_wrapper {
  max-width: 100rem;
  padding-top: 9.4rem;
  padding-bottom: 2.4rem;
}

.un_movie {
  padding: 4.8rem 2.5% 3.2rem;
}
.un_movie h3 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #EB6101;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .un_movie {
    padding-top: 3.2rem;
  }
}
.un_movie_inner {
  margin: 1.6rem auto 0;
  width: 900px;
  max-width: 90%;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .un_movie_inner .un_movie_inner {
    padding-bottom: 30px;
  }
}
.un_movie_inner > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#guidelines {
  margin-top: -8rem;
  padding-top: 8rem;
}

.un_guidelines_wrapper {
  max-width: 100rem;
  padding-top: 4.2rem;
  padding-bottom: 8rem;
}

.un_guidelines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2.4rem;
}

.un_guidelines_sankasho {
  position: absolute;
  max-width: 18.3rem;
  right: 0;
  top: -0.6rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .un_guidelines_sankasho {
    max-width: 11.4rem;
    right: -1.6rem;
  }
}
.un_guidelines_subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .un_guidelines_subttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6.4rem;
  }
}
.un_guidelines_subttl_txtImg {
  width: 11.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.un_guidelines_subttl_lgTxt {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
  color: #EB6101;
}

.un_guidelines_subttl_smTxt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #EB6101;
}

.un_guidelines_item {
  max-width: 84rem;
  width: 95%;
  padding-top: 2.4rem;
  overflow: hidden;
}

.un_guidelines_item_ttl {
  position: relative;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.1em;
  color: #74A92D;
  white-space: nowrap;
}
.un_guidelines_item_ttl::before {
  content: "■";
  font-size: 2rem;
}
.un_guidelines_item_ttl::after {
  content: "";
  display: inline-block;
  height: 0.6rem;
  width: 79.7rem;
  background-image: url("/assets/img/deco_slashLines.png");
  background-size: contain;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .un_guidelines_item_ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .un_guidelines_item_ttl::before {
    font-size: 1.8rem;
  }
}
#applicationPaper {
  margin-top: -5rem;
  padding-top: 7.4rem;
}

.un_guidelines_body {
  padding: 1.4rem 2.85% 0;
}

.un_guidelines_appl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  padding: 1rem 1rem 0.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .un_guidelines_appl_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.un_guidelines_appl {
  background-color: #F4F8D9;
  padding: 1.6rem 4rem;
  border-radius: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.un_guidelines_appl.un_guidelines_appl__var2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.6rem 1.6rem;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 767px) {
  .un_guidelines_appl {
    padding: 1.2rem 1.6rem;
  }
}
.un_guidelines_apple_ttl {
  color: #EB6101;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .un_guidelines_apple_ttl {
    font-size: 2rem;
  }
}
.un_guidelines_appl_btn {
  position: relative;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 1.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .un_guidelines_appl_btn {
    font-size: 2rem;
    margin-top: 0.4rem;
  }
}
a.un_guidelines_appl_btn:visited, a.un_guidelines_appl_btn:hover, a.un_guidelines_appl_btn:active {
  color: #fff;
}

.un_guideLines_note {
  text-align: center;
  padding: 1.4rem 0 0.8rem;
}

.un_prize_ttl {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.un_prize_ttl span {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .un_prize_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .un_prize_ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .un_prize_ttl__var2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .un_prize_ttl__var2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .un_prize_ttl__var2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .un_prize_ttl span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  .un_prize_ttl span {
    font-size: 1.4rem;
  }
}
.un_prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}

.un_prize__smWrapper {
  width: 39.1rem;
}

@media screen and (max-width: 991px) {
  .un_prize__smWrapper {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .un_prize__smWrapper {
    width: 100%;
  }
}
.un_prize_descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 0 1.2rem;
}
.un_prize_descr figure {
  width: 1.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.un_prize_img {
  width: 17.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .un_prize_img {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 1.2rem;
  }
}
.un_contactInfo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.un_contactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .un_contactInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    padding-top: 0;
  }
}
.un_contactInfo_name p {
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}
.un_contactInfo_name p:nth-of-type(1) {
  font-size: 2.1rem;
}
.un_contactInfo_name p:nth-of-type(2) {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .un_contactInfo_name p {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .un_contactInfo_name p:nth-of-type(1) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .un_contactInfo_name p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.un_contactInfo_tel {
  font-size: 2.4rem;
}
.un_contactInfo_tel a {
  color: #222;
  font-size: 3.3rem;
}
.un_contactInfo_tel a:visited {
  color: #222;
}

@media screen and (max-width: 991px) {
  .un_contactInfo_tel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .un_contactInfo_tel {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .un_contactInfo_tel a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .un_contactInfo_tel a {
    font-size: 2.4rem;
  }
}
.un_contactInfo_email a {
  font-weight: 500;
  line-height: 1.1;
  color: #222;
  text-align: center;
  text-decoration: underline;
}

.un_contactInfo_hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
}
.un_contactInfo_hours div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
}

@media screen and (max-width: 479px) {
  .un_contactInfo_hours {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.un_ecoCooking_wrapper {
  max-width: 100rem;
  padding-top: 8.4rem;
  padding-bottom: 6.4rem;
}

.un_ecoCooking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.2rem;
}
.un_ecoCooking rt {
  letter-spacing: -0.3em;
}

.un_ecoCooking_subttl {
  padding: 3.4rem 1rem 0;
}
.un_ecoCooking_subttl h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #74A92D;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .un_ecoCooking_subttl {
    padding: 6.4rem 1rem 0;
  }
}
.un_ecoCooking_subttlDeco {
  width: 100%;
  height: 1rem;
  margin-top: -0.2rem;
}
.un_ecoCooking_subttlDeco img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .un_ecoCooking_subttlDeco {
    display: none;
  }
}
.un_ecoCooking_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 2.2rem 1.2rem;
}
.un_ecoCooking_body::before, .un_ecoCooking_body::after {
  content: "";
  border: 0.1rem dashed #74A92D;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .un_ecoCooking_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.un_ecoCooking_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 32%;
}
.un_ecoCooking_item:nth-of-type(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.un_ecoCooking_item:nth-of-type(3) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 767px) {
  .un_ecoCooking_item {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.un_ecoCooking_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: start;
}

.un_ecoCooking_badge {
  width: 6.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.un_ecoCooking_txt {
  padding-left: 1rem;
  line-height: 1.8;
  list-style: none;
}
.un_ecoCooking_txt li {
  position: relative;
}
.un_ecoCooking_txt li p {
  padding-left: 1rem;
}
.un_ecoCooking_txt li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 0.1rem #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #222;
  margin: 1.6rem 0rem;
}

.un_ecoCooking_illust {
  padding: 0 3rem;
}

@media screen and (max-width: 767px) {
  .un_ecoCooking_illust {
    max-width: 37rem;
    padding-top: 1.2rem;
  }
}
.un_ecoCooking_footer {
  font-size: 2.2rem;
  font-weight: 500;
  color: #74A92D;
  text-align: center;
  padding: 0 1rem;
}
.un_ecoCooking_footer span {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .un_ecoCooking_footer {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .un_ecoCooking_footer span {
    font-size: 2.2rem;
  }
}
.js_bgcChange {
  -webkit-animation: bgcChange;
  animation: bgcChange;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .js_bgcChange {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes bgcChange {
  0% {
    background-color: rgba(255, 242, 0, 0.9);
  }
  100% {
    background-image: none;
    background-color: #fff;
  }
}
@keyframes bgcChange {
  0% {
    background-color: rgba(255, 242, 0, 0.9);
  }
  100% {
    background-image: none;
    background-color: #fff;
  }
}
.js_bgcTheme {
  background-color: #74A92D;
}

.lg_only,
.md_only {
  display: none;
}

@media screen and (max-width: 991px) {
  .lg_only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .md_only {
    display: block;
  }
}
.hp_show_mdUp {
  display: block;
}

@media screen and (max-width: 767px) {
  .hp_show_mdUp {
    display: none;
  }
}
.hp_centerTxt {
  text-align: center;
}

.hp_coloredLink {
  color: #EB6101;
  text-decoration: underline;
}
.hp_coloredLink:visited {
  color: #EB6101;
  text-decoration: underline;
}

.hp_zIndex__20 {
  z-index: 20;
}

.hp_lineFeed {
  display: inline-block;
}
.hp_lineFeed__force {
  display: block;
}

.hp_subBg {
  background-image: url("../img/bg_BlueDots2.png");
}

.hp_fz12 {
  font-size: 1.2rem;
}

.hp_fz14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .hp_fz14 {
    font-size: 1.2rem;
  }
}
.hp_fz15 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .hp_fz15 {
    font-size: 1.2rem;
  }
}
.hp_fz16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .hp_fz16 {
    font-size: 1.3rem;
  }
}
.hp_fz18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .hp_fz18 {
    font-size: 1.5rem;
  }
}
.hp_fz20 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .hp_fz20 {
    font-size: 1.6rem;
  }
}
.hp_fz22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .hp_fz22 {
    font-size: 1.8rem;
  }
}
.hp_fz24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .hp_fz24 {
    font-size: 1.9rem;
  }
}
.hp_fz26 {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .hp_fz26 {
    font-size: 2rem;
  }
}
.hp_fz28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .hp_fz28 {
    font-size: 2.2rem;
  }
}
.hp_fz30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .hp_fz30 {
    font-size: 2.4rem;
  }
}
.hp_fz40 {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .hp_fz40 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .hp_lg_fz24 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .hp_lg_fz14 {
    font-size: 1.4rem;
  }
}
.hp_ml5 {
  margin-left: 0.5rem;
}

@media screen and (max-width: 767px) {
  .hp_md_mt10 {
    margin-top: 1rem;
  }
}
.hp_fw400 {
  font-weight: 400;
}

.hp_fw500 {
  font-weight: 500;
}

.hp_ls56 {
  letter-spacing: 0.56em;
}

.hp_lh120 {
  line-height: 1.2;
}

.hp_colWhite {
  color: #fff;
}

.hp_colTheme {
  color: #74A92D;
}

.hp_colYellow {
  color: #FFF100;
}

.hp_pt3 {
  padding-top: 0.3rem;
}

.hp_ls49 {
  letter-spacing: 0.49em;
}

.bl_alertBox_wrapper {
  background-color: #EB5757;
  width: 84rem;
  max-width: 95%;
  padding: 1.6rem 1rem;
  margin: 0.8rem;
}

