@charset "UTF-8";
.annotation-list {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.annotation-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 1px;
  background-color: #000;
}

.healthy .page-header .container-fluid {
  background-color: #7a6d92;
}
.healthy .page-header .container-fluid .item-img .backdrop {
  background-image: url("../images/wram/healthy_bg_page_header.png");
}
.healthy .page-header .container-fluid .details :where(p, strong, ul > li > dl dt, ul > li > dl dd) {
  color: #fff !important;
}
.healthy section article .container h3 {
  color: #7a6d92;
}
.healthy section article .container h3::before {
  filter: invert(43%) sepia(41%) saturate(267%) hue-rotate(219deg) brightness(95%) contrast(91%);
}
.healthy section article .container .height-auto {
  margin-top: 30px;
}
.healthy article.interview {
  background-color: #7a6d92;
}
.healthy article.interview .container .item-box {
  display: flex;
  gap: 30px;
}
.healthy article.interview .container .item-box .recipe {
  width: 40%;
  background-color: #fff;
  padding: 30px;
  border: 2px solid #495935;
}
.healthy article.interview .container .item-box .recipe .article-title {
  position: relative;
  padding-top: 100px;
}
.healthy article.interview .container .item-box .recipe .article-title strong {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -40px;
  padding: 30px 40px 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  z-index: 0;
}
.healthy article.interview .container .item-box .recipe .article-title strong::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/wram/img_healthy_ic01.png");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: invert(43%) sepia(41%) saturate(267%) hue-rotate(219deg) brightness(95%) contrast(91%);
  pointer-events: none;
}
.healthy article.interview .container .item-box .recipe .article-title h5 {
  display: block;
  font-size: 30px;
  color: #495935;
  text-decoration: underline;
  text-underline-position: under;
}
.healthy article.interview .container .item-box .recipe .article-content {
  margin-top: 60px;
  line-height: 1.4;
}
.healthy article.interview .container .item-box .recipe .article-content > ul {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  font-size: 18px;
}
.healthy article.interview .container .item-box .recipe .article-content > ul > li {
  width: calc(50% - 15px);
}
.healthy article.interview .container .item-box .recipe .article-content > ul > li dl dt {
  vertical-align: top;
}
.healthy article.interview .container .item-box .recipe .article-content > ul > li dl dt span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 15px;
  background-color: #495935;
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
}
.healthy article.interview .container .item-box .recipe .article-content > ul > li dl dd {
  margin-top: 20px;
  color: #495935;
}
.healthy article.interview .container .item-box .recipe .article-content > ul > li dl dd > ul li {
  color: #7a6d92;
}
.healthy article.interview .container .item-box .recipe .article-content > ul > li dl dd > ul li ~ li {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .healthy article.interview .container .item-box .recipe .article-content > ul > li dl dd {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .healthy article.interview .container .item-box .recipe .article-content > ul > li dl dd.margin-none {
    margin-top: 0;
  }
}
.healthy article.interview .container .item-box .recipe .article-content > ul ~ ul {
  margin-top: 60px;
}
.healthy article.interview .container .item-box .recipe .article-content > ul.type-2 li, .healthy article.interview .container .item-box .recipe .article-content > ul.type-3 li {
  width: 100%;
}
.healthy article.interview .container .item-box .recipe .article-content > ul.type-3 li dl dd > ol li {
  display: inline-flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  vertical-align: top;
  color: #7a6d92;
}
.healthy article.interview .container .item-box .recipe .article-content > ul.type-3 li dl dd > ol li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7a6d92;
  color: #fff;
  padding: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
}
.healthy article.interview .container .item-box .recipe .article-content > ul.type-3 li dl dd > ol li ~ li {
  margin-top: 20px;
}
.healthy article.interview .container .item-box .interview {
  display: block;
  position: relative;
  width: 60%;
  height: fit-content;
  padding: 30px 30px 100px;
  z-index: 0;
  overflow: hidden;
}
.healthy article.interview .container .item-box .interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/wram/img_healthy_interview_bg.png") no-repeat;
  background-position: 100% 0;
  background-size: 100% 100%;
  filter: invert(43%) sepia(41%) saturate(267%) hue-rotate(219deg) brightness(95%) contrast(91%);
  pointer-events: none;
}
.healthy article.interview .container .item-box .interview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/wram/img_healthy_interview_white_bg.png") no-repeat;
  background-position: 100% 0;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}
.healthy article.interview .container .item-box .interview .article-header {
  text-align: center;
}
.healthy article.interview .container .item-box .interview .article-header strong {
  display: inline-block;
  position: relative;
  margin-top: 60px;
  vertical-align: top;
  width: 80%;
  height: 100px;
  line-height: 65px;
  font-size: 20px;
  color: #fff;
  z-index: 0;
}
.healthy article.interview .container .item-box .interview .article-header strong::before {
  filter: invert(43%) sepia(41%) saturate(267%) hue-rotate(219deg) brightness(95%) contrast(91%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/wram/img_healthy_ic02.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}
.healthy article.interview .container .item-box .interview .article-header strong::after {
  filter: invert(43%) sepia(41%) saturate(267%) hue-rotate(219deg) brightness(95%) contrast(91%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/wram/img_healthy_ic02-1.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}
.healthy article.interview .container .item-box .interview .article-content {
  margin-top: 60px;
}
.healthy article.interview .container .item-box .interview .article-content > ul.people-list li {
  display: flex;
  gap: 30px;
  padding: 60px 0;
}
.healthy article.interview .container .item-box .interview .article-content > ul.people-list li > .item-img {
  display: block;
  margin: 0;
  width: 100%;
}
.healthy article.interview .container .item-box .interview .article-content > ul.people-list li > .details {
  display: block;
  margin: 0;
  width: auto;
}
.healthy article.interview .container .item-box .interview .article-content > ul.people-list li > .details > dl > dt {
  display: block;
  text-align: right;
  font-size: 26px;
  font-weight: bold;
}
.healthy article.interview .container .item-box .interview .article-content > ul.people-list li > .details > dl > dd {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
  color: #7a6d92;
  font-weight: 500;
}
.healthy article.interview .container .item-box .interview .article-content > ul.people-list li ~ li {
  border-top: 2px dashed #495935;
}
.healthy article.interview .container .item-box .interview .article-content > ul.people-list li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.healthy article.interview .deco-img {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .healthy article.interview .deco-img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .healthy article.interview .container .item-box {
    flex-direction: column;
  }
  .healthy article.interview .container .item-box .recipe {
    width: 100%;
    height: fit-content;
    padding: 15px;
  }
  .healthy article.interview .container .item-box .recipe .article-title {
    padding-top: 60px;
    text-align: center;
  }
  .healthy article.interview .container .item-box .recipe .article-title strong {
    left: -9%;
    top: -20px;
  }
  .healthy article.interview .container .item-box .recipe .article-title h5 {
    font-size: 26px;
  }
  .healthy article.interview .container .item-box .recipe .article-content > ul {
    flex-direction: column;
    font-size: 16px;
    gap: 30px;
  }
  .healthy article.interview .container .item-box .recipe .article-content > ul > li {
    width: 100%;
  }
  .healthy article.interview .container .item-box .recipe .article-content > ul > li.title-none {
    margin-bottom: 30px;
  }
  .healthy article.interview .container .item-box .recipe .article-content > ul > li dl dd > ul li ~ li {
    margin-top: 5px;
  }
  .healthy article.interview .container .item-box .recipe .article-content > ul ~ ul {
    margin-top: 30px;
  }
  .healthy article.interview .container .item-box .recipe .article-content > ul.type-2 li, .healthy article.interview .container .item-box .recipe .article-content > ul.type-3 li {
    width: 100%;
  }
  .healthy article.interview .container .item-box .recipe .article-content > ul.type-3 li dl dd > ol li span {
    width: 20px;
    height: 20px;
  }
  .healthy article.interview .container .item-box .recipe .article-content > ul.type-3 li dl dd > ol li ~ li {
    margin-top: 20px;
  }
  .healthy article.interview .container .item-box .interview {
    padding: 0;
    width: 100%;
  }
  .healthy article.interview .container .item-box .interview::before, .healthy article.interview .container .item-box .interview::after {
    background: none;
  }
  .healthy article.interview .container .item-box .interview .article-header {
    margin-top: 60px;
  }
  .healthy article.interview .container .item-box .interview .article-header strong {
    position: relative;
    padding: 9px 0px 0px;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    height: fit-content;
    top: 0;
  }
  .healthy article.interview .container .item-box .interview .article-header strong::before {
    filter: invert(43%) sepia(41%) saturate(267%) hue-rotate(219deg) brightness(95%) contrast(91%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/wram/img_healthy_ic02.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .healthy article.interview .container .item-box .interview .article-header strong::after {
    filter: invert(43%) sepia(41%) saturate(267%) hue-rotate(219deg) brightness(95%) contrast(91%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/wram/img_healthy_ic02-1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .healthy article.interview .container .item-box .interview .article-content {
    margin-top: 30px;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li {
    position: relative;
    flex-direction: column;
    padding: 60px 20px 80px;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li:nth-of-type(1) {
    padding-top: 0;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li > .item-img {
    width: 80%;
    margin: 0 auto;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li > .details {
    width: 100%;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li > .details > dl > dt {
    text-align: center;
    font-size: 22px;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li > .details > dl > dd {
    font-size: 17px;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/wram/img_healthy_interview_bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    pointer-events: none;
    filter: invert(43%) sepia(41%) saturate(267%) hue-rotate(219deg) brightness(95%) contrast(91%);
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/wram/img_healthy_interview_white_bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    pointer-events: none;
    z-index: -1;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li:nth-of-type(1) {
    padding-top: 60px;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li:nth-last-child(1) {
    padding-bottom: 80px;
  }
  .healthy article.interview .container .item-box .interview .article-content > ul.people-list li ~ li {
    margin-top: 60px;
    border: none;
  }
}
.healthy .item-box {
  display: flex;
  gap: 30px;
}
.healthy .item-box .details {
  flex: 1 1 320%;
}
.healthy .item-box .item-img {
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .healthy .item-box.reverse {
    flex-direction: column-reverse;
  }
}
.healthy .item-box.reverse + p {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .healthy .item-box {
    flex-direction: column;
  }
}
.healthy .visibility-none {
  visibility: hidden;
}
@media (max-width: 1024px) {
  .healthy .visibility-none {
    display: none !important;
  }
}
.damage {
  background: url("../images/wram/damage_bg_page_header.png") no-repeat center/cover;
}
.damage figure img {
  border-radius: 0;
}
.damage .page-header {
  background-color: transparent;
}
.damage section.front {
  padding-top: 0;
}
.damage section ~ section {
  background: rgba(107, 215, 241, 0.7);
}
@media (max-width: 1024px) {
  .damage section.front {
    padding: 40px 0;
  }
}

.global .page-header .container-fluid {
  background-color: #84903e;
}
.global .page-header .container-fluid .item-img .backdrop {
  background: url("../images/wram/global_bg_page_header.png") no-repeat center/cover;
}
.global section article .container h3 {
  color: #84903e;
}
.global section article .container h3::before {
  filter: invert(50%) sepia(36%) saturate(593%) hue-rotate(29deg) brightness(99%) contrast(88%);
}
.global section article .container .item-box {
  display: flex;
  gap: 30px;
}
.global section article .container .item-box .details {
  flex: 1 1 170%;
}
.global section article .container .item-box .item-img {
  flex: 1 1 auto;
}
.global section article.table .container > .table-container {
  text-align: center;
}
.global section article.table .container > .table-container > h4 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 30px;
  border-radius: 999px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: #84903e;
}
.global section article.table .container > .table-container table {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
  vertical-align: middle;
}
.global section article.table .container > .table-container table > caption {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.global section article.table .container > .table-container table > thead tr {
  text-align: center;
}
.global section article.table .container > .table-container table > thead tr th {
  padding: 20px;
  background-color: #7c6aa9;
  color: #fff;
  font-size: 20px;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.global section article.table .container > .table-container table > thead tr th:last-child {
  border: 0;
}
.global section article.table .container > .table-container table > tbody tr th {
  background-color: #e6e2f0;
  border: 1px solid #7c6aa9;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
.global section article.table .container > .table-container table > tbody tr th > b {
  display: inline-block;
  line-height: 35px;
  font-size: 22px;
}
.global section article.table .container > .table-container table > tbody tr td {
  font-size: 18px;
  line-height: 1.6;
  border: 1px solid #7c6aa9;
}
.global section article.table .container > .table-container table > tbody tr,
.global section article.table .container > .table-container table > tbody th {
  border: 1px solid #84903e;
}
.global section article.table .container > .table-container table > tbody th,
.global section article.table .container > .table-container table > tbody td {
  padding: 30px;
}
.global section article .global-list {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  word-break: break-all;
}
@media (max-width: 1024px) {
  .global section article .global-list {
    font-size: 17px;
  }
}
.global section article .global-list > ol > li dl dt {
  font-weight: bold;
}
.global section article .global-list > ol > li dl dd {
  margin-top: 5px;
}
.global section article .global-list > ol > li ~ li {
  margin-top: 20px;
}
.global section article .box {
  display: flex;
  gap: 30px;
}
.global section article .box > div {
  flex: 1 1 100%;
}
.global section article .box figcaption {
  font-size: 14px;
}
.global section article .box figcaption small {
  font-size: 13px;
}
.global section article .box .table-container h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 10px;
  background-color: #0087ed;
  color: #fff;
  padding: 10px 0;
}
.global section article .box .table-container table {
  width: 100%;
  line-height: 1.5;
  font-size: 17px;
  height: 90%;
}
.global section article .box .table-container table thead tr th {
  background-color: #0087ed;
  color: #fff;
  border: 1px solid #fff;
  text-align: left;
}
.global section article .box .table-container table tbody tr th {
  text-align: center;
  color: #000;
  background-color: #cce7fb;
}
.global section article .box .table-container table tbody tr th,
.global section article .box .table-container table tbody tr td {
  border: 1px solid #0087ed;
  vertical-align: middle;
}
.global section article .box .table-container table th,
.global section article .box .table-container table td {
  padding: 10px;
}
@media (max-width: 1024px) {
  .global section article .box {
    flex-direction: column;
  }
  .global section article .box > div.details {
    order: 1;
  }
  .global section article .box > div.item-img {
    order: 2;
  }
  .global section article .box > div.table-container {
    order: 2;
  }
}
.global section sup {
  display: inline;
  vertical-align: super;
  color: #84903e;
}
.global section .sup-details {
  display: inline-block;
  margin-top: 60px;
  padding-top: 10px;
  border-top: 1px solid #84903e;
}
.global section .sup-details span {
  display: inline-block;
  background-color: #84903e;
  color: #fff;
  border-radius: 100%;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.global .height-auto {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .global section article .container .item-box {
    flex-direction: column;
  }
  .global section article.table .container > .table-container {
    text-align: center;
  }
  .global section article.table .container > .table-container > h4 {
    padding: 5px 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  .global section article.table .container > .table-container table > thead tr th {
    font-size: 16px;
  }
  .global section article.table .container > .table-container table > tbody tr th {
    font-size: 16px;
  }
  .global section article.table .container > .table-container table > tbody tr th > b {
    font-size: 20px;
  }
  .global section article.table .container > .table-container table > tbody tr td {
    font-size: 16px;
  }
  .global section article.table .container > .table-container table > tbody th,
  .global section article.table .container > .table-container table > tbody td {
    padding: 10px;
  }
}

.tip .page-header .container-fluid .details {
  background-color: #e8e8d3;
}
.tip .page-header .container-fluid .item-img .backdrop {
  background: url("../images/wram/tip_bg_page_header.png") no-repeat center/cover;
}
.tip article h3 {
  color: #d87737;
}
.tip article h3:before {
  filter: invert(50%) sepia(86%) saturate(447%) hue-rotate(340deg) brightness(91%) contrast(85%);
}
.tip article.epi .container strong {
  color: #d87737;
}
.tip section {
  background-color: #fff;
}
.tip section .container .section-title {
  display: block;
  margin-bottom: 30px;
}
.tip section .container .section-title h3 {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
}
.tip section .container .section-title small {
  display: block;
  font-size: 18px;
}
.tip section .container .section-content table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.tip section .container .section-content table tr td,
.tip section .container .section-content table tr th {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #00b2eb;
}
.tip section .container .section-content table.table-one caption {
  caption-side: bottom;
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
}
.tip section .container .section-content table.table-one thead tr th {
  background-color: #00b2eb;
  color: #555;
  border-right: 1px solid #fff;
}
.tip section .container .section-content table.table-one thead tr th:nth-last-of-type(1) {
  border: none;
}
.tip section .container .section-content table.table-one tbody tr th {
  background-color: #d1ebfb;
}
.tip section .container .section-content table.table-one tbody tr td:nth-of-type(1) {
  text-align: left;
}
.tip section .container .section-content table.table-one tfoot tr td {
  background-color: #fffcd6;
  text-align: left;
  font-weight: bold;
}
.tip section .container .section-content table.table-two caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 10px;
}
.tip section:nth-of-type(2) ~ section {
  background-color: #fce2ed;
}
.tip section:nth-of-type(2) ~ section .section-title h3 {
  background-color: #f06d9c;
  margin: 0;
}
.tip section:nth-of-type(2) ~ section .section-content table tr th,
.tip section:nth-of-type(2) ~ section .section-content table tr td {
  border: none;
}
.tip section:nth-of-type(2) ~ section .section-content table thead {
  background-color: #f5a3c7;
  border-top: 2px solid #f06d9c;
}
.tip section:nth-of-type(2) ~ section .section-content table thead tr th {
  border-right: 2px solid #fff;
}
.tip section:nth-of-type(2) ~ section .section-content table thead tr th:nth-last-child(1) {
  border: none;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr {
  border-bottom: 2px solid #f8bed7;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr:nth-last-child(1) {
  border-bottom: 2px solid #f06d9c;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr th {
  background-color: #fdecf3;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr td {
  background-color: #fff;
  border: 2px solid #f5a3c7;
  border-bottom: none;
  font-weight: 500;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr td:nth-of-type(1) {
  text-align: left;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr td:nth-last-child(1) {
  border-right: none;
}
.tip section:nth-of-type(2) ~ section .section-content .item-img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tip section:nth-of-type(2) ~ section .section-content .item-img figure img {
  border: 2px solid #f5a3c7;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list1 li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: bold;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list1 li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: 25px;
  height: 25px;
  background-color: #f06d9c;
  border-radius: 100%;
  color: #fff;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 li dl {
  display: flex;
  gap: 10px;
  align-items: center;
  vertical-align: middle;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 li dl dt {
  padding: 5px 15px;
  background-color: #f06d9c;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
}
.tip section .tip-wrap {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .tip section .tip-wrap {
    flex-direction: column;
  }
}
.tip section .tip-wrap table tbody tr {
  border-top: 1px solid #8c6ca6;
  border-bottom: 1px solid #8c6ca6;
}
.tip section .tip-wrap table tbody tr th {
  background-color: #8c6ca6;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 15%;
}
.tip section .tip-wrap table tbody tr td {
  padding: 10px;
}
.tip section .tip-wrap table tbody tr td > ul > li b {
  display: inline-block;
  padding: 4px 8px;
  background-color: #8c6ca6;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}
.tip section .tip-wrap table tbody tr td > ul > li ~ li {
  margin-top: 10px;
}
.tip section .tip-wrap .etiquette-list {
  margin-top: 30px;
}
.tip section .tip-wrap .etiquette-list > ul > li dl {
  font-size: 20px;
}
.tip section .tip-wrap .etiquette-list > ul > li dl dt {
  display: block;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  color: #8c6ca6;
}
.tip section .tip-wrap .etiquette-list > ul > li dl dt::before {
  content: "·";
  position: absolute;
  left: 0;
}
.tip section .tip-wrap .etiquette-list > ul > li dl dd p {
  margin-top: 10px;
}
.tip section .tip-wrap .etiquette-list > ul > li dl dd p ~ p {
  margin-top: 20px;
}
.tip section .tip-wrap .etiquette-list > ul > li ~ li {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .tip section {
    background-color: #fff;
  }
  .tip section:nth-of-type(2) {
    padding-top: 0;
  }
  .tip section .container .section-title h3 {
    font-size: 22px;
  }
  .tip section .container .section-title small {
    display: block;
    font-size: 16px;
  }
  .tip section .container .section-content .table-container {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .tip section .container .section-content .table-container {
    overflow: scroll;
  }
  .tip section .container .section-content .table-container::-webkit-scrollbar {
    width: 0px;
    height: 8px;
  }
  .tip section .container .section-content .table-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .tip section .container .section-content .table-container::-webkit-scrollbar-thumb {
    background: rgb(238, 174, 202);
    background: linear-gradient(90deg, rgb(238, 174, 202) 0%, rgb(148, 187, 233) 100%);
    border-radius: 100px;
  }
}
@media (max-width: 1024px) {
  .tip section .container .section-content table {
    white-space: nowrap;
    font-size: 16px;
  }
  .tip section .container .section-content table tr td,
  .tip section .container .section-content table tr th {
    padding: 10px 15px;
  }
  .tip section:nth-of-type(2) ~ section .section-content ol.tip-list1 li span {
    font-size: 14px;
  }
  .tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 {
    gap: 20px;
  }
  .tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 li dl {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  .tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 li dl dt {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.news {
  background-color: #eeefef;
}
.news .page-header .container-fluid {
  background-color: #329bb7;
}
.news .page-header .container-fluid .details strong {
  color: #fff !important;
  transition-delay: 0.7s !important;
}
.news .page-header .container-fluid .details p {
  color: #fff !important;
  transition-delay: 0.9s !important;
}
.news .page-header .container-fluid .item-img .backdrop {
  background: url("../images/wram/news_bg_page_header.png") no-repeat center/cover;
}
.news .news-wrap {
  background-color: #eeefef;
  padding: 80px 0;
}
.news .news-wrap article {
  display: block;
  margin: 0 auto;
  max-width: 1230px;
  padding: 80px 50px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.news .news-wrap article .article-title {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  border-top: 4px solid #121212;
  border-bottom: 4px double #121212;
  padding: 20px 0;
}
.news .news-wrap article section {
  padding: 0;
  margin: 60px 0 !important;
  background-color: transparent;
}
.news .news-wrap article section:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.news .news-wrap article section .section-title {
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  background-color: #eeefef;
}
.news .news-wrap article section .section-title h5 {
  font-size: 26px;
}
.news .news-wrap article section .section-content {
  font-size: 18px;
  line-height: 28px;
}
.news .news-wrap article section .section-content .row {
  align-items: center;
}
.news .news-wrap article section .section-content dl {
  margin-top: 20px;
}
.news figure img {
  border-radius: 0;
}
.news a {
  text-decoration: underline;
  text-underline-position: under;
}
.news .flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .news .flex {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .news .news-wrap {
    padding: 60px 15px;
    word-break: break-all;
  }
  .news .news-wrap article {
    padding: 20px 15px;
  }
  .news .news-wrap article .article-title {
    align-items: center;
    font-size: 20px;
    padding: 20px 0;
  }
  .news .news-wrap article section {
    padding: 0;
    margin: 60px 0 !important;
    background-color: transparent;
  }
  .news .news-wrap article section:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
  .news .news-wrap article section .section-title {
    margin-bottom: 30px;
    padding: 15px;
  }
  .news .news-wrap article section .section-title h5 {
    font-size: 20px;
    line-height: 1.2;
  }
  .news .news-wrap article section .section-content {
    font-size: 18px;
    line-height: 28px;
  }
  .news .news-wrap article section .section-content .row {
    align-items: center;
  }
  .news .news-wrap article section .reverse > div:nth-of-type(1) {
    order: 1;
  }
}

.event section.winner ul.add-winner > li {
  width: 33.3333333333%;
}/*# sourceMappingURL=wram.css.map */