@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@400;500;700&display=swap");
/* ------------------------------
 * Browser Default Style Reset
 * ----------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
mark,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  outline: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  font-size: 62.5%;
  min-width: 320px;
  background-color: #fff;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #252323;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

[lang="en-US"] body {
  font-family: "Rubik", sans-serif;
}

[lang="en-PH"] body {
  font-family: "Rubik", sans-serif;
}

[lang="th"] body {
  font-family: "Mitr", sans-serif;
}

[data-ng-controller] {
  visibility: hidden;
}

[data-ng-controller].ng-scope {
  visibility: visible;
}

strong,
span {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: inherit;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

hr {
  visibility: hidden;
}

a,
button,
input[type="button"] {
  cursor: pointer;
  outline: none;
}

a {
  color: #E83928;
  -webkit-transition-property: background, color, border;
  transition-property: background, color, border;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  text-decoration: none;
}

a:hover, a:visited:hover, a:focus, a:visited:focus, a:active, a:visited:active, a.is-active {
  color: #fff;
  text-decoration: none;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  width: 100%;
}

[lang="en-US"] input, [lang="en-US"]
button, [lang="en-US"]
textarea, [lang="en-US"]
select {
  font-family: "Rubik", sans-serif;
}

[lang="en-PH"] input, [lang="en-PH"]
button, [lang="en-PH"]
textarea, [lang="en-PH"]
select {
  font-family: "Rubik", sans-serif;
}

[lang="th"] input, [lang="th"]
button, [lang="th"]
textarea, [lang="th"]
select {
  font-family: "Mitr", sans-serif;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: 0;
}

textarea {
  overflow-y: auto;
}

select::-ms-expand {
  display: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  vertical-align: middle;
}

mark {
  background-color: rgba(255, 255, 0, 0.75);
}

nav ul {
  list-style: none;
}

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

figure {
  margin: 0;
}

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

input:-webkit-autofill {
  color: #fff !important;
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: 50000s ease-in-out 0s;
  transition: 50000s ease-in-out 0s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

@-webkit-keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

/* ------------------------------
 * ユーティリティ
 * ----------------------------- */
/* 非表示 */
.hide {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .hide-lgOver {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .hide-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .hide-lgUnder {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-mdOver {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .hide-md {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .hide-mdUnder {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hide-smOver {
    display: none !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-smUnder {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hide-xs {
    display: none !important;
  }
}

.pagination {
  text-align: center;
}

.pagination__inner {
  text-align: center;
}

.pagination__list {
  display: inline-block;
}

.pagination__item {
  display: inline-block;
  width: 60px;
  height: 72px;
  margin: 0 3px;
}

.pagination__item--omit {
  width: 72px;
  margin-left: -14px;
  margin-right: -16px;
}

@media screen and (max-width: 767px) {
  .pagination__item {
    width: 32px;
    height: 44px;
    margin: 0px 1px;
  }
  .pagination__item--omit {
    width: 48px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 374px) {
  .pagination__item {
    width: 28px;
  }
  .pagination__item--omit {
    width: 44px;
  }
}

.pagination__start {
  display: inline-block;
  width: 56px;
  height: 72px;
}

@media screen and (max-width: 767px) {
  .pagination__start {
    width: 18px;
    height: 44px;
  }
}

@media screen and (max-width: 374px) {
  .pagination__start {
    width: 16px;
  }
}

.pagination__prev {
  display: inline-block;
  width: 56px;
  height: 72px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .pagination__prev {
    width: 28px;
    height: 44px;
    margin: 0 2px 0 0;
  }
}

@media screen and (max-width: 374px) {
  .pagination__prev {
    width: 24px;
  }
}

.pagination__next {
  display: inline-block;
  width: 56px;
  height: 72px;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .pagination__next {
    width: 28px;
    height: 44px;
    margin: 0 0 0 2px;
  }
}

@media screen and (max-width: 374px) {
  .pagination__next {
    width: 24px;
  }
}

.pagination__end {
  display: inline-block;
  width: 56px;
  height: 72px;
}

@media screen and (max-width: 767px) {
  .pagination__end {
    width: 18px;
    height: 44px;
  }
}

@media screen and (max-width: 374px) {
  .pagination__end {
    width: 16px;
  }
}

.wp-pagenavi {
  text-align: center;
  font-family: "Rubik", sans-serif;
}

.wp-pagenavi .current {
  display: inline-block;
  width: 60px;
  padding: 22px 0;
  margin: 0 3px;
  border: 2px solid #E83928;
  background-color: #E83928;
  color: #fff;
  border-radius: 3px;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .current {
    width: 32px;
    padding: 13px 0 11px;
    margin: 0px 2px;
    font-size: 1.5rem;
    line-height: 0.26667;
  }
  .wp-pagenavi .current:before, .wp-pagenavi .current:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .wp-pagenavi .current:before {
    margin-bottom: 0.55rem;
  }
  .wp-pagenavi .current:after {
    margin-top: 0.55rem;
  }
}

@media screen and (max-width: 374px) {
  .wp-pagenavi .current {
    width: 28px;
  }
}

.wp-pagenavi .page {
  display: inline-block;
  width: 60px;
  padding: 22px 0;
  margin: 0 3px;
  color: #E83928;
  border: 2px solid #F5F1ED;
  border-radius: 3px;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .page {
    width: 32px;
    padding: 13px 0 11px;
    margin: 0px 2px;
    font-size: 1.5rem;
    line-height: 0.26667;
  }
  .wp-pagenavi .page:before, .wp-pagenavi .page:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .wp-pagenavi .page:before {
    margin-bottom: 0.55rem;
  }
  .wp-pagenavi .page:after {
    margin-top: 0.55rem;
  }
}

@media screen and (max-width: 374px) {
  .wp-pagenavi .page {
    width: 28px;
  }
}

.wp-pagenavi .page:hover, .wp-pagenavi .page:visited:hover, .wp-pagenavi .page:focus, .wp-pagenavi .page:visited:focus, .wp-pagenavi .page:active, .wp-pagenavi .page:visited:active, .wp-pagenavi .page.is-active {
  border: 2px solid #E83928;
  background-color: #E83928;
  color: #fff;
}

.wp-pagenavi .nextpostslink {
  display: inline-block;
  width: 56px;
  padding: 24px 0;
  margin: 0 0 0 20px;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 3px;
  font-weight: 500;
  background-color: #F5F1ED;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    width: 28px;
    padding: 13px 0;
    margin: 0 0 0 2px;
    font-size: 1.8rem;
    line-height: 0.22222;
  }
  .wp-pagenavi .nextpostslink:before, .wp-pagenavi .nextpostslink:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .wp-pagenavi .nextpostslink:before {
    margin-bottom: 0.7rem;
  }
  .wp-pagenavi .nextpostslink:after {
    margin-top: 0.7rem;
  }
}

@media screen and (max-width: 374px) {
  .wp-pagenavi .nextpostslink {
    width: 24px;
  }
}

.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:visited:hover, .wp-pagenavi .nextpostslink:focus, .wp-pagenavi .nextpostslink:visited:focus, .wp-pagenavi .nextpostslink:active, .wp-pagenavi .nextpostslink:visited:active, .wp-pagenavi .nextpostslink.is-active {
  color: #E83928;
}

.wp-pagenavi .previouspostslink {
  display: inline-block;
  width: 56px;
  padding: 24px 0;
  margin: 0 20px 0 0;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 3px;
  font-weight: 500;
  background-color: #F5F1ED;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    width: 28px;
    padding: 13px 0;
    margin: 0 2px 0 0;
    font-size: 1.8rem;
    line-height: 0.22222;
  }
  .wp-pagenavi .previouspostslink:before, .wp-pagenavi .previouspostslink:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .wp-pagenavi .previouspostslink:before {
    margin-bottom: 0.7rem;
  }
  .wp-pagenavi .previouspostslink:after {
    margin-top: 0.7rem;
  }
}

@media screen and (max-width: 374px) {
  .wp-pagenavi .previouspostslink {
    width: 24px;
  }
}

.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:visited:hover, .wp-pagenavi .previouspostslink:focus, .wp-pagenavi .previouspostslink:visited:focus, .wp-pagenavi .previouspostslink:active, .wp-pagenavi .previouspostslink:visited:active, .wp-pagenavi .previouspostslink.is-active {
  color: #E83928;
}

.wp-pagenavi .extend {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  margin-left: -12px;
  margin-right: -13px;
  color: #E83928;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .extend {
    font-size: 1.6rem;
    line-height: 0.25;
    margin-left: -8px;
    margin-right: -8px;
  }
  .wp-pagenavi .extend:before, .wp-pagenavi .extend:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .wp-pagenavi .extend:before {
    margin-bottom: 0.6rem;
  }
  .wp-pagenavi .extend:after {
    margin-top: 0.6rem;
  }
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 56px;
  display: inline-block;
  padding: 24px 0;
  border-radius: 3px;
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 18px;
    font-size: 1.8rem;
    line-height: 0.22222;
    padding: 13px 0;
  }
  .wp-pagenavi .first:before, .wp-pagenavi .first:after,
  .wp-pagenavi .last:before,
  .wp-pagenavi .last:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .wp-pagenavi .first:before,
  .wp-pagenavi .last:before {
    margin-bottom: 0.7rem;
  }
  .wp-pagenavi .first:after,
  .wp-pagenavi .last:after {
    margin-top: 0.7rem;
  }
}

.wp-pagenavi .first:hover, .wp-pagenavi .first:visited:hover, .wp-pagenavi .first:focus, .wp-pagenavi .first:visited:focus, .wp-pagenavi .first:active, .wp-pagenavi .first:visited:active, .wp-pagenavi .first.is-active,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:visited:hover,
.wp-pagenavi .last:focus,
.wp-pagenavi .last:visited:focus,
.wp-pagenavi .last:active,
.wp-pagenavi .last:visited:active,
.wp-pagenavi .last.is-active {
  color: #E83928;
}

.breadcrumb {
  position: relative;
}

.breadcrumb__nav {
  background-color: #F5F1ED;
  padding: 5px 0 11px;
}

@media screen and (max-width: 767px) {
  .breadcrumb__nav {
    padding: 5px 0 9px;
  }
}

.breadcrumb__list {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .breadcrumb__list {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.breadcrumb__item {
  text-transform: capitalize;
  margin-top: 8px;
}

.breadcrumb__item__icon {
  display: inline-block;
  position: relative;
  width: 20px;
  font-family: 'Rubik', sans-serif;
  color: #70798C;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3;
}

.breadcrumb__item__icon:before, .breadcrumb__item__icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.breadcrumb__item__icon:before {
  margin-bottom: -1.4rem;
}

.breadcrumb__item__icon:after {
  margin-top: -1.4rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb__item__icon {
    width: 12px;
  }
}

.footer {
  position: relative;
}

.footer__button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer__button {
    max-width: 1446px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.footer__button__inner {
  width: 96px;
  position: absolute;
  right: 40px;
  top: -168px;
}

@media screen and (max-width: 767px) {
  .footer__button__inner {
    position: static;
    width: 100%;
  }
}

[lang="th"] .footer__button__inner {
  width: 60px;
  top: -118px;
}

@media screen and (max-width: 767px) {
  [lang="th"] .footer__button__inner {
    width: 100%;
  }
}

.footer__inner {
  background-color: #252323;
  position: relative;
}

.footer__bg {
  background: url(../image/common/footer-bg.png) repeat center top;
  background-color: #70798C;
  background-size: 128px 128px;
  position: relative;
  width: 100%;
}

.footer__content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 232px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .footer__content {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer__content {
    min-height: 125px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
  }
}

.ie .footer__content {
  height: 232px;
}

.footer__logo {
  max-width: 148px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 94px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__item {
  padding: 0 23px;
  border-right: 1px solid #fff;
}

.footer__item:last-child {
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .footer__item {
    padding: 0 15px;
  }
  .footer__item:last-child {
    padding-right: 15px;
  }
}

.footer__copyright {
  text-align: center;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  padding: 19px 0;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    padding: 9px 0;
  }
}

.footer-banner {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 115px;
  width: 380px;
  z-index: 101;
  -webkit-transition: bottom 0.6s;
  transition: bottom 0.6s;
}

@media screen and (max-width: 767px) {
  .footer-banner {
    right: 15px;
    bottom: 35px;
    width: 210px;
  }
}

.footer-banner.in-footer {
  bottom: 58px;
}

@media screen and (max-width: 767px) {
  .footer-banner.in-footer {
    bottom: 35px;
  }
}

.footer-banner a {
  border: 2px solid #eee;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.footer-banner img {
  display: block;
}

.footer-banner__close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 34px;
  height: 34px;
  font-size: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #ddd;
  padding: 0 1px 4px 0;
}

@media screen and (max-width: 767px) {
  .footer-banner__close {
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    font-size: 2.8rem;
  }
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  background-color: #fff;
  overflow: hidden;
}

.header__content {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 88px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .header__content {
    max-width: 1446px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header__content {
    min-height: 64px;
  }
}

.header__content::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 88px;
  z-index: 1;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .header__content::after {
    min-height: 64px;
  }
}

.header__logo {
  max-width: 148px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 94px;
    margin-left: 14px;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.header__button {
  margin-right: 25px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__button {
    display: none;
  }
}

.header__category {
  margin-right: 83px;
  display: none;
}

.header__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__category__item:not(:last-child) {
  margin-right: 14px;
}

@media screen and (max-width: 1024px) {
  .header__category {
    display: none;
  }
}

.header__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu__button {
  height: 88px;
}

@media screen and (max-width: 767px) {
  .header__menu__button {
    height: 64px;
    width: 72px;
  }
}

.header__box {
  z-index: -1;
  position: relative;
}

.header__layer {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-color: rgba(37, 35, 35, 0.72);
}

.container {
  width: 100vw;
  position: relative;
}

.main {
  background: #fff;
  margin: 88px auto 0;
  min-height: calc(100vh - 480px);
}

@media screen and (min-width: 768px) {
  .main {
    min-height: calc(100vh - 680px);
  }
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: 64px;
  }
}

.index-mv__bg {
  background: url(../image/index/index-mv-bg.png) repeat center top;
  background-color: #E83928;
  background-size: 128px 128px;
  position: relative;
  width: 100%;
}

.index-mv__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .index-mv__inner {
    max-width: 1446px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.index-mv__inner::before {
  content: "";
  display: inline-block;
  background: url(../image/index/index-mv-pht.jpg) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 40px;
  width: 1223px;
  height: 606px;
}

@media screen and (max-width: 767px) {
  .index-mv__inner {
    height: 125vw;
  }
  .index-mv__inner::before {
    background: url(../image/index/sp-index-mv-pht.jpg) no-repeat center top;
    background-size: 100% auto;
    right: 0;
    width: 89.5vw;
    height: 111.5vw;
  }
}

.index-mv__title {
  padding: 403px 0 52px;
}

@media screen and (max-width: 767px) {
  .index-mv__title {
    padding: 0;
    position: absolute;
    bottom: 34px;
    left: 22px;
  }
}

.index-about__bg {
  background: url(../image/index/index-about-bg.png) no-repeat center top;
  background-color: #fff;
  background-size: auto 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .index-about__bg {
    background: url(../image/index/index-about-bg.png) no-repeat left -560px top;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  .index-about__bg {
    background: url(../image/index/sp-index-about-bg.png) no-repeat center top 52px;
    background-size: 100%;
  }
}

@media screen and (max-width: 1024px) {
  [lang="th"] .index-about__bg {
    background: url(../image/index/index-about-bg.png) no-repeat left -650px top;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  [lang="th"] .index-about__bg {
    background: url(../image/index/sp-index-about-bg.png) no-repeat center top 52px;
    background-size: 100%;
  }
}

.index-about__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 99px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .index-about__inner {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.index-about__inner::before {
  content: "";
  display: block;
  background: url(../image/index/index-about-icon.svg) no-repeat center top;
  background-size: 100% auto;
  width: 172px;
  height: 71px;
  position: absolute;
  top: -5px;
  right: 2px;
}

@media screen and (max-width: 767px) {
  .index-about__inner::before {
    background-size: 100% auto;
    width: 100px;
    height: 42px;
    top: -3px;
    right: -16px;
  }
}

@media screen and (max-width: 767px) {
  .index-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
}

.index-about__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  padding-top: 28px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .index-about__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    padding-top: 40px;
    padding-bottom: 92px;
  }
}

@media screen and (max-width: 767px) {
  .index-about__desc {
    padding-top: 44.6%;
    padding-bottom: 64px;
  }
}

.index-about__desc__medium {
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .index-about__desc__medium {
    padding-top: 26px;
  }
}

.index-about__desc__button {
  padding-top: 68px;
  margin-left: -2px;
  max-width: 342px;
}

@media screen and (max-width: 767px) {
  .index-about__desc__button {
    padding-top: 43px;
    margin-left: 0;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  [lang="th"] .index-about__desc__medium {
    padding-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  [lang="th"] .index-about__desc__button {
    padding-top: 47px;
  }
}

.index-why__bg {
  background: url(../image/index/index-why-bg.png) repeat center top;
  background-color: #F5F1ED;
  background-size: auto 100%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .index-why__bg {
    background: url(../image/index/sp-index-why-bg.png) no-repeat center top;
    background-size: 100%;
  }
}

@media screen and (max-width: 374px) {
  .index-why__bg {
    background: url(../image/index/sp-index-why-bg.png) no-repeat right top;
    background-size: auto 708px;
  }
  [lang="th"] .index-why__bg {
    background-size: auto 800px;
  }
}

@media screen and (max-width: 767px) {
  .index-why__bg::after {
    content: "";
    display: block;
    background: url(../image/index/index-article-icon.svg) no-repeat center top;
    background-size: 100% auto;
    width: 100px;
    height: 42px;
    position: absolute;
    top: -22px;
    left: -20px;
  }
}

.index-why__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  padding-top: 111px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .index-why__inner {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .index-why__inner {
    padding-top: 114px;
  }
}

@media screen and (max-width: 767px) {
  .index-why__inner {
    padding-top: 53px;
  }
}

.index-why__inner::before {
  content: "";
  display: inline-block;
  background: url(../image/index/index-why-img.png) no-repeat center top;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 860px;
}

@media screen and (max-width: 767px) {
  .index-why__inner::before {
    background: url(../image/index/sp-index-why-img.png) no-repeat center top;
    background-size: 100% auto;
    width: 100vw;
    height: 100vw;
    top: -3.9vw;
  }
}

.index-why__desc {
  width: 480px;
  padding-top: 67px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .index-why__desc {
    width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .index-why__desc {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 64px;
  }
}

.index-why__desc__medium {
  padding-top: 46px;
}

@media screen and (max-width: 767px) {
  .index-why__desc__medium {
    padding-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  [lang="th"] .index-why__desc__medium {
    padding-top: 31px;
  }
}

.index-why__desc__button {
  padding-top: 65px;
  max-width: 412px;
}

@media screen and (max-width: 767px) {
  .index-why__desc__button {
    padding-top: 33px;
    max-width: none;
  }
}

[lang="th"] .index-why__desc__button {
  padding-top: 71px;
  max-width: 340px;
}

@media screen and (max-width: 767px) {
  [lang="th"] .index-why__desc__button {
    padding-top: 39px;
  }
}

.index-article__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 108px;
  padding-bottom: 132px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .index-article__inner {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .index-article__inner {
    padding-bottom: 222px;
  }
}

@media screen and (max-width: 767px) {
  .index-article__inner {
    padding-top: 53px;
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 768px) {
  .index-article__inner::before {
    content: "";
    display: block;
    background: url(../image/index/index-article-icon.svg) no-repeat center top;
    background-size: 100% auto;
    width: 172px;
    height: 71px;
    position: absolute;
    top: -12px;
    left: 40px;
  }
}

.index-article__content {
  margin-top: 84px;
}

@media screen and (max-width: 767px) {
  .index-article__content {
    margin-top: 37px;
  }
}

.index-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .index-article__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-article__list::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.13%;
          flex: 0 0 32.13%;
}

@media screen and (max-width: 1024px) {
  .index-article__list::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
}

.index-article__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.13%;
          flex: 0 0 32.13%;
  word-break: break-word;
}

.index-article__item:nth-child(n + 4) {
  margin-top: 36px;
}

@media screen and (max-width: 1024px) {
  .index-article__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .index-article__item:nth-child(n + 3) {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .index-article__item:not(:first-child) {
    margin-top: 15px;
  }
  .index-article__item:nth-child(n + 7) {
    display: none;
  }
}

.index-article__button {
  max-width: 342px;
  margin: 52px auto 0;
}

@media screen and (max-width: 767px) {
  .index-article__button {
    max-width: none;
    margin: 32px auto 0;
  }
}

.index-article__tags__inner {
  margin: 72px auto 0;
  max-width: 862px;
}

@media screen and (max-width: 767px) {
  .index-article__tags__inner {
    margin: 42px auto 0;
  }
}

.column-detail {
  min-height: calc(100vh - 370px);
}

.column-detail__inner {
  padding-top: 52px;
  padding-bottom: 176px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .column-detail__inner {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .column-detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 222px;
  }
}

@media screen and (max-width: 767px) {
  .column-detail__inner {
    padding-top: 25px;
    padding-bottom: 54px;
  }
}

.column-detail__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}

.column-detail__sidebar__inner {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .column-detail__sidebar__inner {
    margin-top: 40px;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .column-detail__sidebar__inner {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.column-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.column-detail__article {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 1024px) {
  .column-detail__article {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.column-detail__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
  .column-detail__type {
    -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;
  }
}

.column-detail__tag {
  margin-right: -4px;
}

@media screen and (max-width: 767px) {
  .column-detail__tag {
    margin-top: 8px;
  }
}

.column-detail__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
}

.column-detail__tag__item {
  margin-top: 4px;
  margin-right: 4px;
}

.column-detail__day {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .column-detail__day {
    margin-top: 23px;
  }
}

.column-detail__title {
  margin-top: 30px;
  margin-bottom: 31px;
}

@media screen and (max-width: 767px) {
  .column-detail__title {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

.column-detail__why {
  margin-top: 88px;
}

[lang="th"] .column-detail__why {
  margin-top: 86px;
}

@media screen and (max-width: 767px) {
  .column-detail__why {
    margin-top: 57px;
  }
  [lang="th"] .column-detail__why {
    margin-top: 57px;
  }
}

.column-detail__why__bg {
  overflow: hidden;
  background: url(../image/column/detail/column-detail-why-bg.png) repeat center top;
  background-color: #F5F1ED;
  background-size: auto 100%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .column-detail__why__bg {
    background: url(../image/column/detail/sp-column-detail-why-bg.png) no-repeat center top;
    background-size: 100%;
  }
}

@media screen and (max-width: 374px) {
  .column-detail__why__bg {
    background: url(../image/column/detail/sp-column-detail-why-bg.png) no-repeat right top;
    background-size: auto 708px;
  }
  [lang="th"] .column-detail__why__bg {
    background-size: auto 800px;
  }
}

.column-detail__why__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  padding-top: 70px;
}

@media screen and (min-width: 768px) {
  .column-detail__why__inner {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

[lang="th"] .column-detail__why__inner {
  padding-top: 74px;
}

@media screen and (max-width: 1024px) {
  .column-detail__why__inner {
    padding-top: 114px;
  }
}

@media screen and (max-width: 767px) {
  .column-detail__why__inner {
    padding-top: 53px;
  }
  [lang="th"] .column-detail__why__inner {
    padding-top: 53px;
  }
}

.column-detail__why__inner::before {
  content: "";
  display: inline-block;
  background: url(../image/column/detail/column-detail-why-img.png) no-repeat center top;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -21px;
  left: 54.3%;
  width: 803px;
  height: 747px;
}

[lang="th"] .column-detail__why__inner::before {
  top: -2px;
  left: 50%;
  width: 790px;
  height: 747px;
}

@media screen and (max-width: 1024px) {
  .column-detail__why__inner::before {
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .column-detail__why__inner::before {
    background: url(../image/column/detail/sp-column-detail-why-img.png) no-repeat center top;
    background-size: 100% auto;
    width: 100vw;
    height: 100vw;
    top: -3.9vw;
    left: 50%;
  }
  [lang="th"] .column-detail__why__inner::before {
    width: 100vw;
    height: 100vw;
    top: -4.9vw;
    left: 50%;
  }
}

.column-detail__why__desc {
  padding-top: 67px;
  padding-bottom: 86px;
}

@media screen and (max-width: 767px) {
  .column-detail__why__desc {
    width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .column-detail__why__desc {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 64px;
  }
}

.column-detail__why__desc__medium {
  padding-top: 46px;
}

@media screen and (max-width: 767px) {
  .column-detail__why__desc__medium {
    padding-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  [lang="th"] .column-detail__why__desc__medium {
    padding-top: 31px;
  }
}

.column-detail__why__desc__button {
  padding-top: 50px;
  max-width: 412px;
}

@media screen and (max-width: 767px) {
  .column-detail__why__desc__button {
    padding-top: 33px;
    max-width: none;
  }
}

[lang="th"] .column-detail__why__desc__button {
  padding-top: 41px;
  max-width: 342px;
  margin-left: 2px;
}

@media screen and (max-width: 767px) {
  [lang="th"] .column-detail__why__desc__button {
    padding-top: 39px;
    margin-left: 0;
  }
}

.column-detail__writer {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .column-detail__writer {
    margin-top: 58px;
  }
}

.column-detail__writer__inner {
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .column-detail__writer__inner {
    padding: 0px 25px;
  }
}

.column-detail__share {
  margin-top: 80px;
  margin-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .column-detail__share {
    margin-top: 67px;
  }
}

.column-detail__button__inner {
  max-width: 342px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .column-detail__button__inner {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .column-detail__button__inner {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.column-detail__related__inner {
  margin-top: 123px;
}

@media screen and (max-width: 767px) {
  .column-detail__related__inner {
    margin-top: 71px;
  }
}

.column-detail__related__content {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .column-detail__related__content {
    margin-top: 29px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .column-detail__related__content {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.column-detail__related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.column-detail__related__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  word-break: break-word;
  word-wrap: break-word;
}

.column-detail__related__item:nth-child(n + 3) {
  margin-top: 17px;
}

@media screen and (max-width: 1024px) {
  .column-detail__related__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .column-detail__related__item:nth-child(n + 3) {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .column-detail__related__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
  }
  .column-detail__related__item:not(:first-child) {
    margin-top: 20px;
  }
  .column-detail__related__item:nth-child(n + 4) {
    display: none;
  }
}

.column {
  min-height: calc(100vh - 370px);
}

.column__inner {
  padding-top: 65px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 768px) {
  .column__inner {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .column__inner {
    padding-top: 23px;
  }
}

.column__name__inner {
  padding-top: 58px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .column__name__inner {
    padding-top: 27px;
  }
}

.column__name__content {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .column__name__content {
    margin-top: 27px;
  }
}

.column__name__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column__name__list::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.13%;
          flex: 0 0 32.13%;
}

@media screen and (max-width: 1024px) {
  .column__name__list::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
}

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

.column__name__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.13%;
          flex: 0 0 32.13%;
  word-break: break-word;
}

.column__name__item:nth-child(n + 4) {
  margin-top: 36px;
}

@media screen and (max-width: 1024px) {
  .column__name__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .column__name__item:nth-child(n + 3) {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .column__name__item {
    min-width: 100%;
  }
  .column__name__item:not(:first-child) {
    margin-top: 20px;
  }
}

.column__pagination {
  margin-top: 70px;
  padding-bottom: 167px;
}

@media screen and (max-width: 1024px) {
  .column__pagination {
    padding-bottom: 222px;
  }
}

@media screen and (max-width: 767px) {
  .column__pagination {
    margin-top: 22px;
    padding-bottom: 63px;
  }
}

.pages {
  min-height: calc(100vh - 370px);
}

.pages__inner {
  padding-top: 100px;
  padding-bottom: 176px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 1024px) {
  .pages__inner {
    padding-bottom: 222px;
  }
}

@media screen and (max-width: 767px) {
  .pages__inner {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 768px) {
  .pages__inner {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pages__inner {
    padding-top: 23px;
  }
}

.pages__title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pages__title {
    padding-top: 23px;
  }
}

.pages__text__list {
  padding: 30px 0;
}

.pages__text__item {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.pages__text__item:last-child {
  margin-bottom: 0;
}

.pages__text__item::after {
  content: none;
}

.pages__text__item::before {
  content: "・";
  display: inline;
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}

.pages__text__item::before:before, .pages__text__item::before:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.pages__text__item::before:before {
  margin-bottom: -0.7rem;
}

.pages__text__item::before:after {
  margin-top: -0.7rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pages__text__item::before {
    font-size: 1.4rem;
    line-height: 2.14286;
    letter-spacing: 0.06em;
  }
  .pages__text__item::before:before, .pages__text__item::before:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .pages__text__item::before:before {
    margin-bottom: -0.8rem;
  }
  .pages__text__item::before:after {
    margin-top: -0.8rem;
  }
}

.pages__text__paragraph {
  margin-bottom: 40px;
}

.pages__text__paragraph:last-child {
  margin-bottom: 0;
}

.pages__text__updated {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .pages__text__updated {
    margin-top: 60px;
  }
}

.pages__table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.pages__table__th {
  text-align: center;
  background-color: #F5F1ED;
  border: 1px solid #70798C;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 15px 10px;
  width: 120px;
  word-break: break-word;
  word-wrap: break-word;
  vertical-align: middle;
}

.pages__table__th:before, .pages__table__th:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.pages__table__th:before {
  margin-bottom: -0.4rem;
}

.pages__table__th:after {
  margin-top: -0.4rem;
}

.pages__table__td {
  text-align: left;
  border: 1px solid #70798C;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 15px 10px;
  word-break: break-word;
  word-wrap: break-word;
  vertical-align: middle;
}

.pages__table__td:before, .pages__table__td:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.pages__table__td:before {
  margin-bottom: -0.45rem;
}

.pages__table__td:after {
  margin-top: -0.45rem;
}

.pages__item {
  padding-bottom: 20px;
}

.pages__item:not(:first-child) {
  margin-top: 40px;
}

.pages__subtitle {
  margin-bottom: 20px;
}

.pages__button {
  max-width: 300px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pages__button {
    max-width: none;
    width: 100%;
  }
}

.box-lang {
  background-color: #F5F1ED;
}

.box-lang__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 26px 0;
}

@media screen and (min-width: 768px) {
  .box-lang__inner {
    max-width: 1446px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .box-lang__inner {
    padding: 40px;
  }
}

.box-lang__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .box-lang__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.box-lang__item {
  min-width: 194px;
}

.box-lang__item:not(:first-child) {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .box-lang__item:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }
}

.box-menu {
  background-color: #fff;
}

.box-menu__inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 93px;
  padding-bottom: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 369px;
}

@media screen and (min-width: 768px) {
  .box-menu__inner {
    max-width: 1446px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .box-menu__inner {
    display: block;
    padding: 43px 72px 66px;
    height: auto;
  }
}

@media screen and (max-width: 374px) {
  .box-menu__inner {
    padding: 43px 30px 66px 50px;
  }
}

@media screen and (max-width: 1024px) {
  [lang="th"] .box-menu__inner {
    padding: 43px 71px 66px 82px;
  }
}

@media screen and (max-width: 374px) {
  [lang="th"] .box-menu__inner {
    padding: 43px 21px 66px 52px;
  }
}

.box-menu__main {
  width: 560px;
  margin-left: 25px;
}

@media screen and (max-width: 1024px) {
  .box-menu__main {
    width: auto;
  }
}

.box-menu__text {
  position: relative;
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .box-menu__text {
    margin-left: 0;
  }
}

.box-menu__text::before {
  content: "-";
  color: #E83928;
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.08em;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -15px;
}

.box-menu__text::before:before, .box-menu__text::before:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.box-menu__text::before:before {
  margin-bottom: -1.3rem;
}

.box-menu__text::before:after {
  margin-top: -1.3rem;
}

.box-menu__column {
  margin-top: 29px;
}

.box-menu__link {
  width: 300px;
  height: 100%;
  border-left: 1px solid #c3c7cf;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .box-menu__link {
    margin-left: 25px;
    border-left: none;
    padding-left: 0;
  }
}

.box-menu__item {
  margin-top: 26px;
}

.box-menu__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .box-menu__item:first-child {
    margin-top: 26px;
  }
}

.box-menu__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 19px;
  padding-left: 2px;
  padding-bottom: 14px;
}

@media screen and (max-width: 1024px) {
  .box-menu__item__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-menu__item__tag {
  margin-top: 7px;
}

.box-menu__item__tag:not(:last-child) {
  margin-right: 7px;
}

.box-menu__item__text {
  position: relative;
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .box-menu__item__text {
    margin-left: 0;
  }
}

.box-menu__item__text::before {
  content: "-";
  color: #E83928;
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.08em;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -15px;
}

.box-menu__item__text::before:before, .box-menu__item__text::before:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.box-menu__item__text::before:before {
  margin-bottom: -1.3rem;
}

.box-menu__item__text::before:after {
  margin-top: -1.3rem;
}

.box-menu__item__text--fwMedium::before {
  font-size: 1.8rem;
  line-height: 2.33333;
  letter-spacing: 0.08em;
}

.box-menu__item__text--fwMedium::before:before, .box-menu__item__text--fwMedium::before:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.box-menu__item__text--fwMedium::before:before {
  margin-bottom: -1.2rem;
}

.box-menu__item__text--fwMedium::before:after {
  margin-top: -1.2rem;
}

.box-article {
  -webkit-box-shadow: 0 0 4px rgba(112, 121, 140, 0.4);
          box-shadow: 0 0 4px rgba(112, 121, 140, 0.4);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
}

.box-article--new::before {
  content: "NEW";
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 500;
  background-color: #E83928;
  padding: 0 13px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 4px 0;
  z-index: 10;
}

.box-article--new::before:before, .box-article--new::before:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.box-article--new::before:before {
  margin-bottom: -0.6rem;
}

.box-article--new::before:after {
  margin-top: -0.6rem;
}

[lang="th"] .box-article--new::before {
  content: "บทความใหม่";
}

[lang="vi"] .box-article--new::before {
  content: "Bài viết mới";
}

[lang="id-ID"] .box-article--new::before {
  content: "Terbaru";
}

.box-article:hover, .box-article:visited:hover, .box-article:focus, .box-article:visited:focus, .box-article:active, .box-article:visited:active, .box-article.is-active {
  -webkit-box-shadow: 0 0 12px 6px rgba(112, 121, 140, 0.4);
          box-shadow: 0 0 12px 6px rgba(112, 121, 140, 0.4);
}

.box-article:hover .box-article__more__arrow, .box-article:visited:hover .box-article__more__arrow, .box-article:focus .box-article__more__arrow, .box-article:visited:focus .box-article__more__arrow, .box-article:active .box-article__more__arrow, .box-article:visited:active .box-article__more__arrow, .box-article.is-active .box-article__more__arrow {
  -webkit-animation: 1s article-arrow infinite ease-in;
          animation: 1s article-arrow infinite ease-in;
}

@-webkit-keyframes article-arrow {
  0% {
    right: 0;
  }
  25% {
    right: -2px;
  }
  50% {
    right: -4px;
  }
  75% {
    right: -2px;
  }
  100% {
    right: 0;
  }
}

@keyframes article-arrow {
  0% {
    right: 0;
  }
  25% {
    right: -2px;
  }
  50% {
    right: -4px;
  }
  75% {
    right: -2px;
  }
  100% {
    right: 0;
  }
}

.box-article__content {
  padding: 15px 30px 0 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .box-article__content {
    padding: 15px 16px 19px;
  }
}

.box-article__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  overflow: hidden;
  z-index: 1;
  background-color: #eeeeee;
}

@media screen and (max-width: 767px) {
  .box-article__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}

.box-article__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 200px;
}

@media screen and (max-width: 767px) {
  .box-article__thumb img {
    height: 180px;
  }
}

.box-article__title {
  margin-top: 15px;
}

.box-article__day {
  margin-top: 13px;
}

.box-article__text {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 2px solid #f5f1ed;
}

[lang="th"] .box-article__text {
  margin-top: 13px;
  padding-top: 19px;
}

.box-article__tag {
  margin-top: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[lang="th"] .box-article__tag {
  margin-top: 11px;
}

.box-article__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-article__tag__item {
  margin-top: 4px;
}

.box-article__tag__item:not(:last-child) {
  margin-right: 4px;
}

.box-article__more {
  text-align: right;
  margin-top: 17px;
  margin-bottom: 22px;
  padding-right: 23px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-article__more {
    margin-bottom: 0;
  }
}

.box-article__more__text {
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #E83928;
}

.box-article__more__text:before, .box-article__more__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.box-article__more__text:before {
  margin-bottom: -1.3rem;
}

.box-article__more__text:after {
  margin-top: -1.3rem;
}

.box-article__more__arrow {
  display: inline-block;
  height: 2px;
  width: 16px;
  background-color: #E83928;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.box-article__more__arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 3px solid #E83928;
  left: 16px;
  top: -2px;
}

.box-article-column {
  -webkit-box-shadow: 0 0 4px rgba(112, 121, 140, 0.4);
          box-shadow: 0 0 4px rgba(112, 121, 140, 0.4);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .box-article-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.box-article-column--new::before {
  content: "NEW";
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 500;
  background-color: #E83928;
  padding: 0 13px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 4px 0;
  z-index: 10;
}

.box-article-column--new::before:before, .box-article-column--new::before:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.box-article-column--new::before:before {
  margin-bottom: -0.6rem;
}

.box-article-column--new::before:after {
  margin-top: -0.6rem;
}

[lang="th"] .box-article-column--new::before {
  content: "บทความใหม่";
}

[lang="vi"] .box-article-column--new::before {
  content: "Bài viết mới";
}

[lang="id-ID"] .box-article-column--new::before {
  content: "Terbaru";
}

@media screen and (max-width: 1024px) {
  .box-article-column--new::before {
    font-size: 1.2rem;
    line-height: 1.66667;
    letter-spacing: 0.08em;
    padding: 1px 10px;
  }
  .box-article-column--new::before:before, .box-article-column--new::before:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .box-article-column--new::before:before {
    margin-bottom: -0.4rem;
  }
  .box-article-column--new::before:after {
    margin-top: -0.4rem;
  }
}

.box-article-column:hover, .box-article-column:visited:hover, .box-article-column:focus, .box-article-column:visited:focus, .box-article-column:active, .box-article-column:visited:active, .box-article-column.is-active {
  -webkit-box-shadow: 0 0 12px 6px rgba(112, 121, 140, 0.4);
          box-shadow: 0 0 12px 6px rgba(112, 121, 140, 0.4);
}

.box-article-column:hover .box-article-column__more__arrow, .box-article-column:visited:hover .box-article-column__more__arrow, .box-article-column:focus .box-article-column__more__arrow, .box-article-column:visited:focus .box-article-column__more__arrow, .box-article-column:active .box-article-column__more__arrow, .box-article-column:visited:active .box-article-column__more__arrow, .box-article-column.is-active .box-article-column__more__arrow {
  -webkit-animation: 1s article-arrow-column infinite ease-in;
          animation: 1s article-arrow-column infinite ease-in;
}

@-webkit-keyframes article-arrow-column {
  0% {
    right: 0;
  }
  25% {
    right: -2px;
  }
  50% {
    right: -4px;
  }
  75% {
    right: -2px;
  }
  100% {
    right: 0;
  }
}

@keyframes article-arrow-column {
  0% {
    right: 0;
  }
  25% {
    right: -2px;
  }
  50% {
    right: -4px;
  }
  75% {
    right: -2px;
  }
  100% {
    right: 0;
  }
}

.box-article-column__content {
  padding: 15px 30px 0 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .box-article-column__content {
    padding: 16px 10px 16px 12px;
  }
}

.box-article-column__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  overflow: hidden;
  z-index: 1;
  background-color: #eeeeee;
}

.box-article-column__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 200px;
}

@media screen and (max-width: 1024px) {
  .box-article-column__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.6%;
            flex: 0 0 38.6%;
  }
  .box-article-column__thumb img {
    height: 100%;
  }
}

@media screen and (max-width: 374px) {
  .box-article-column__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

.box-article-column__title {
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .box-article-column__title {
    margin-top: 9px;
  }
}

.box-article-column__day {
  margin-top: 13px;
}

@media screen and (max-width: 1024px) {
  .box-article-column__day {
    margin-top: 9px;
  }
}

.box-article-column__text {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 2px solid #f5f1ed;
}

[lang="th"] .box-article-column__text {
  margin-top: 13px;
  padding-top: 21px;
}

@media screen and (max-width: 1024px) {
  .box-article-column__text {
    display: none;
  }
}

.box-article-column__tag {
  margin-top: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[lang="th"] .box-article-column__tag {
  margin-top: 8px;
}

@media screen and (max-width: 1024px) {
  .box-article-column__tag {
    margin-top: 5px;
  }
  [lang="th"] .box-article-column__tag {
    margin-top: 5px;
  }
}

.box-article-column__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-article-column__tag__item {
  margin-top: 4px;
}

.box-article-column__tag__item:not(:last-child) {
  margin-right: 4px;
}

.box-article-column__more {
  text-align: right;
  margin-top: 17px;
  margin-bottom: 22px;
  padding-right: 23px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .box-article-column__more {
    display: none;
  }
}

.box-article-column__more__text {
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #E83928;
}

.box-article-column__more__text:before, .box-article-column__more__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.box-article-column__more__text:before {
  margin-bottom: -1.3rem;
}

.box-article-column__more__text:after {
  margin-top: -1.3rem;
}

.box-article-column__more__arrow {
  display: inline-block;
  height: 2px;
  width: 16px;
  background-color: #E83928;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.box-article-column__more__arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 3px solid #E83928;
  left: 16px;
  top: -2px;
}

.box-tags {
  background-color: #F5F1ED;
}

.box-tags__inner {
  padding: 45px 40px 47px;
}

@media screen and (max-width: 767px) {
  .box-tags__inner {
    padding: 34px 15px 37px;
  }
}

@media screen and (max-width: 767px) {
  [lang="th"] .box-tags__inner {
    padding: 34px 5px 37px;
  }
}

.box-tags__tag {
  margin-top: 23px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .box-tags__tag {
    margin-top: 14px;
  }
}

.box-tags__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-tags__tag__item {
  margin-top: 12px;
  padding: 0 5px;
}

.box-tags__button {
  width: 132px;
  margin: 27px auto 0;
}

@media screen and (max-width: 767px) {
  .box-tags__button {
    width: 108px;
    margin: 20px auto 0;
  }
}

.box-category-tags {
  background-color: #F5F1ED;
}

.box-category-tags__inner {
  padding: 42px 40px 65px;
}

@media screen and (max-width: 767px) {
  .box-category-tags__inner {
    padding: 34px 5px 40px;
  }
}

.box-category-tags__category {
  margin-top: 12px;
  margin-bottom: 43px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .box-category-tags__category {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.box-category-tags__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .box-category-tags__category__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.box-category-tags__category__item {
  margin: 15px 8px 0;
  min-width: 164px;
}

@media screen and (max-width: 767px) {
  .box-category-tags__category__item {
    margin: 12px auto 0;
    min-width: 0;
    width: 80%;
  }
}

.box-category-tags__tag {
  margin-top: 9px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .box-category-tags__tag {
    margin-top: 14px;
  }
}

.box-category-tags__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-category-tags__tag__item {
  margin-top: 12px;
  padding: 0 5px;
}

.box-category-tags__button {
  width: 132px;
  margin: 12px auto 0;
}

@media screen and (max-width: 767px) {
  .box-category-tags__button {
    width: 108px;
    margin: 20px auto 0;
  }
}

.box-tags-sidebar {
  background-color: #F5F1ED;
  border-radius: 3px;
}

.box-tags-sidebar__inner {
  padding: 26px 10px 28px;
}

@media screen and (max-width: 767px) {
  .box-tags-sidebar__inner {
    padding: 34px 15px 37px;
  }
}

@media screen and (max-width: 767px) {
  [lang="th"] .box-tags-sidebar__inner {
    padding: 34px 5px 37px;
  }
}

.box-tags-sidebar__tag {
  margin-top: 14px;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .box-tags-sidebar__tag {
    padding: 0 30px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .box-tags-sidebar__tag {
    margin-top: 14px;
  }
}

.box-tags-sidebar__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .box-tags-sidebar__tag__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.box-tags-sidebar__tag__item {
  margin-top: 8px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .box-tags-sidebar__tag__item {
    margin-top: 12px;
    padding: 0 5px;
    width: auto;
  }
}

.box-tags-sidebar__button {
  width: 132px;
  margin: 13px auto 0;
}

@media screen and (max-width: 767px) {
  .box-tags-sidebar__button {
    width: 108px;
    margin: 20px auto 0;
  }
}

.box-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-writer__icon__bg {
  background-color: #eeeeee;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  overflow: hidden;
}

.box-writer__icon__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 96px;
}

.box-writer__text {
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .box-writer__text {
    margin-left: 15px;
  }
}

.box-writer__profile {
  margin-top: 14px;
}

.box-share__inner {
  background-color: #F5F1ED;
  padding: 36px 0 24px;
  margin-top: -10px;
}

.box-share__title {
  text-align: center;
}

.box-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-share__item {
  width: 48px;
  height: 48px;
}

.box-share__item:not(:first-child) {
  margin-left: 36px;
}

.box-related-article {
  -webkit-box-shadow: 0 0 4px rgba(112, 121, 140, 0.4);
          box-shadow: 0 0 4px rgba(112, 121, 140, 0.4);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  height: 100%;
}

.box-related-article--new::before {
  content: "NEW";
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.66667;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 500;
  background-color: #E83928;
  padding: 1px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 4px 0;
  z-index: 10;
}

.box-related-article--new::before:before, .box-related-article--new::before:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.box-related-article--new::before:before {
  margin-bottom: -0.4rem;
}

.box-related-article--new::before:after {
  margin-top: -0.4rem;
}

[lang="th"] .box-related-article--new::before {
  content: "บทความใหม่";
}

[lang="vi"] .box-related-article--new::before {
  content: "Bài viết mới";
}

[lang="id-ID"] .box-related-article--new::before {
  content: "Terbaru";
}

.box-related-article:hover, .box-related-article:visited:hover, .box-related-article:focus, .box-related-article:visited:focus, .box-related-article:active, .box-related-article:visited:active, .box-related-article.is-active {
  -webkit-box-shadow: 0 0 12px 6px rgba(112, 121, 140, 0.4);
          box-shadow: 0 0 12px 6px rgba(112, 121, 140, 0.4);
}

.box-related-article:hover .box-related-article__more__arrow, .box-related-article:visited:hover .box-related-article__more__arrow, .box-related-article:focus .box-related-article__more__arrow, .box-related-article:visited:focus .box-related-article__more__arrow, .box-related-article:active .box-related-article__more__arrow, .box-related-article:visited:active .box-related-article__more__arrow, .box-related-article.is-active .box-related-article__more__arrow {
  -webkit-animation: 1s article-arrow infinite ease-in;
          animation: 1s article-arrow infinite ease-in;
}

@keyframes article-arrow {
  0% {
    right: 0;
  }
  25% {
    right: -2px;
  }
  50% {
    right: -4px;
  }
  75% {
    right: -2px;
  }
  100% {
    right: 0;
  }
}

.box-related-article__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
  z-index: 1;
  background-color: #eeeeee;
}

.box-related-article__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .box-related-article__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.6%;
            flex: 0 0 38.6%;
  }
}

@media screen and (max-width: 374px) {
  .box-related-article__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

.box-related-article__content {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .box-related-article__content {
    padding: 16px 10px 16px 12px;
  }
}

@media screen and (max-width: 374px) {
  .box-related-article__content {
    padding: 12px 10px 10px 10px;
  }
}

.box-related-article__title {
  margin-top: 9px;
}

.box-related-article__day {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .box-related-article__day {
    margin-top: 10px;
  }
}

@media screen and (max-width: 374px) {
  .box-related-article__day {
    margin-top: 8px;
  }
}

.box-related-article__tag {
  margin-top: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .box-related-article__tag {
    margin-top: 5px;
  }
}

@media screen and (max-width: 374px) {
  .box-related-article__tag {
    margin-top: 10px;
  }
}

.box-related-article__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-related-article__tag__item {
  margin-top: 4px;
}

.box-related-article__tag__item:not(:last-child) {
  margin-right: 4px;
}

#toc_container {
  background-color: #F5F1ED;
  border: none;
  margin: 48px 0 66px;
  padding: 30px 54px 34px;
  display: block;
}

#toc_container p.toc_title {
  text-align: left;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 700;
}

#toc_container p.toc_title:before, #toc_container p.toc_title:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

#toc_container p.toc_title:before {
  margin-bottom: -1.1rem;
}

#toc_container p.toc_title:after {
  margin-top: -1.1rem;
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 23px;
}

#toc_container ul.toc_list {
  list-style: decimal;
  padding-left: 36px;
}

#toc_container ul.toc_list a {
  color: #252323;
  text-decoration: underline;
  word-break: break-word;
  word-wrap: break-word;
}

#toc_container ul.toc_list a:hover, #toc_container ul.toc_list a:visited:hover, #toc_container ul.toc_list a:focus, #toc_container ul.toc_list a:visited:focus, #toc_container ul.toc_list a:active, #toc_container ul.toc_list a:visited:active, #toc_container ul.toc_list a.is-active {
  color: #252323;
  text-decoration: none;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
#toc_container .toc_widget_list.no_bullets,
#toc_container .toc_widget_list.no_bullets li {
  list-style-type: decimal;
  list-style: decimal;
}

#toc_container li {
  font-size: 1.6rem;
  line-height: 2.4375;
  letter-spacing: 0.06em;
  color: #252323;
  margin-top: 23px;
}

#toc_container li:before, #toc_container li:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

#toc_container li:before {
  margin-bottom: -1.15rem;
}

#toc_container li:after {
  margin-top: -1.15rem;
}

.ie #toc_container li::before, .ie #toc_container li::after {
  content: none;
}

.safari #toc_container li {
  margin-top: 3px;
}

.safari #toc_container li:first-child {
  margin-top: 9px;
}

.safari #toc_container li:last-child {
  margin-bottom: -9px;
}

.safari #toc_container li::before, .safari #toc_container li::after {
  content: none;
}

.wysiwyg {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
}

.wysiwyg img {
  margin: 32px 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .wysiwyg img {
    margin: 16px 0;
  }
}

.wysiwyg p {
  font-weight: 500;
  margin: 20px 0;
  width: 100%;
  display: block;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
}

.wysiwyg p:before, .wysiwyg p:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg p:before {
  margin-bottom: -0.7rem;
}

.wysiwyg p:after {
  margin-top: -0.7rem;
}

@media screen and (max-width: 767px) {
  .wysiwyg p {
    font-weight: 400;
  }
}

.wysiwyg p strong {
  font-weight: 700;
}

.wysiwyg p + h3 {
  margin-top: 33px;
}

.wysiwyg h2 {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-left: 4px solid #E83928;
  background-color: #F5F1ED;
  padding: 13px 12px;
  word-break: break-word;
  word-wrap: break-word;
  margin: 50px 0 25px;
  display: block;
  width: 100%;
}

.wysiwyg h2:before, .wysiwyg h2:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg h2:before {
  margin-bottom: -0.2rem;
}

.wysiwyg h2:after {
  margin-top: -0.2rem;
}

@media screen and (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 2.6rem;
    line-height: 1.07692;
    letter-spacing: 0.08em;
    padding: 12px;
    margin: 32px 0 24px;
  }
  .wysiwyg h2:before, .wysiwyg h2:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .wysiwyg h2:before {
    margin-bottom: -0.1rem;
  }
  .wysiwyg h2:after {
    margin-top: -0.1rem;
  }
}

.wysiwyg h2 + img {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .wysiwyg h2 + h3 {
    margin: 24px 0 20px;
  }
}

.wysiwyg h3 {
  font-size: 2.4rem;
  line-height: 1.16667;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-left: 27px;
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  display: block;
  width: 100%;
  margin: 24px 0 20px;
}

.wysiwyg h3:before, .wysiwyg h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg h3:before {
  margin-bottom: -0.2rem;
}

.wysiwyg h3:after {
  margin-top: -0.2rem;
}

.wysiwyg h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 17px;
  height: 5px;
  border-top: 2px solid #E83928;
  border-bottom: 2px solid #E83928;
}

@media screen and (max-width: 767px) {
  .wysiwyg h3 {
    font-size: 2.3rem;
    line-height: 1.21739;
    letter-spacing: 0.08em;
    margin: 32px 0 16px;
  }
  .wysiwyg h3:before, .wysiwyg h3:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .wysiwyg h3:before {
    margin-bottom: -0.25rem;
  }
  .wysiwyg h3:after {
    margin-top: -0.25rem;
  }
  .wysiwyg h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 17px;
    height: 5px;
    border-top: 2px solid #E83928;
    border-bottom: 2px solid #E83928;
  }
}

.wysiwyg h6 {
  font-weight: 500;
  margin: 20px 0;
  width: 100%;
  display: block;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.wysiwyg h6:before, .wysiwyg h6:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg h6:before {
  margin-bottom: -0.9rem;
}

.wysiwyg h6:after {
  margin-top: -0.9rem;
}

.wysiwyg h6 strong {
  font-weight: 700;
}

.wysiwyg h6 + h3 {
  margin-top: 33px;
}

.wysiwyg h5 {
  font-weight: 500;
  margin: 20px 0;
  width: 100%;
  display: block;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.wysiwyg h5:before, .wysiwyg h5:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg h5:before {
  margin-bottom: -0.6rem;
}

.wysiwyg h5:after {
  margin-top: -0.6rem;
}

.wysiwyg h5 strong {
  font-weight: 700;
}

.wysiwyg h5 + h3 {
  margin-top: 33px;
}

.wysiwyg h4 {
  font-weight: 500;
  margin: 20px 0;
  width: 100%;
  display: block;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2.2rem;
  line-height: 1.36364;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.wysiwyg h4:before, .wysiwyg h4:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg h4:before {
  margin-bottom: -0.4rem;
}

.wysiwyg h4:after {
  margin-top: -0.4rem;
}

.wysiwyg h4 strong {
  font-weight: 700;
}

.wysiwyg h4 + h3 {
  margin-top: 33px;
}

.wysiwyg pre {
  font-weight: 500;
  margin: 20px 0;
  width: 100%;
  display: block;
  white-space: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
}

[lang="en-US"] .wysiwyg pre {
  font-family: "Rubik", sans-serif;
}

[lang="en-PH"] .wysiwyg pre {
  font-family: "Rubik", sans-serif;
}

[lang="th"] .wysiwyg pre {
  font-family: "Mitr", sans-serif;
}

.wysiwyg pre:before, .wysiwyg pre:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg pre:before {
  margin-bottom: -0.7rem;
}

.wysiwyg pre:after {
  margin-top: -0.7rem;
}

@media screen and (max-width: 767px) {
  .wysiwyg pre {
    font-weight: 400;
  }
}

.wysiwyg figure {
  margin: 27px 0 17px;
}

@media screen and (max-width: 767px) {
  .wysiwyg figure {
    margin: 19px 0px;
  }
}

.wysiwyg figure img {
  margin: 0;
}

.wysiwyg figure figcaption {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 16px;
}

.wysiwyg figure figcaption:before, .wysiwyg figure figcaption:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg figure figcaption:before {
  margin-bottom: -0.7rem;
}

.wysiwyg figure figcaption:after {
  margin-top: -0.7rem;
}

@media screen and (max-width: 767px) {
  .wysiwyg figure figcaption {
    margin-top: 17px;
    font-weight: 400;
  }
}

.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.wysiwyg table tr:first-child td {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  background-color: #70798C;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
  vertical-align: middle;
}

.wysiwyg table tr:first-child td:before, .wysiwyg table tr:first-child td:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg table tr:first-child td:before {
  margin-bottom: -0.4rem;
}

.wysiwyg table tr:first-child td:after {
  margin-top: -0.4rem;
}

.wysiwyg table td {
  text-align: center;
  border: 1px solid #ACB6CB;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 12px 10px;
  width: 176px;
  word-break: break-word;
  word-wrap: break-word;
  vertical-align: middle;
}

.wysiwyg table td:before, .wysiwyg table td:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg table td:before {
  margin-bottom: -0.45rem;
}

.wysiwyg table td:after {
  margin-top: -0.45rem;
}

.wysiwyg table td:first-child {
  background-color: #70798C;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}

.wysiwyg table td:first-child:before, .wysiwyg table td:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.wysiwyg table td:first-child:before {
  margin-bottom: -0.4rem;
}

.wysiwyg table td:first-child:after {
  margin-top: -0.4rem;
}

.wysiwyg strong,
.wysiwyg em {
  font-weight: 700;
}

.wysiwyg i {
  font-style: italic;
}

.wysiwyg blockquote {
  color: #70798C;
  padding: 0 20px;
  margin-bottom: 50px;
  margin-top: 40px;
  position: relative;
}

.wysiwyg ul, .wysiwyg ol {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.wysiwyg ul li, .wysiwyg ol li {
  position: relative;
}

.wysiwyg ul li:nth-child(n + 2), .wysiwyg ol li:nth-child(n + 2) {
  margin-top: 6px;
}

.wysiwyg ul {
  list-style-type: disc;
}

.wysiwyg ol {
  list-style-type: decimal;
}

.wysiwyg hr {
  height: 0;
  padding: 0;
  border: 0;
  margin: 40px 0;
  visibility: visible;
  border-top: solid 1px #ACB6CB;
}

@media screen and (max-width: 767px) {
  .wysiwyg hr {
    margin-top: 60px;
  }
}

.wysiwyg code {
  padding: 10px;
  background: rgba(172, 182, 203, 0.2);
  font-size: 90%;
}

.button-header-link {
  color: #E83928;
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.08em;
  text-decoration: underline;
  font-family: "Rubik", sans-serif;
}

.button-header-link:before, .button-header-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-header-link:before {
  margin-bottom: -1.3rem;
}

.button-header-link:after {
  margin-top: -1.3rem;
}

.button-header-link:hover, .button-header-link:visited:hover, .button-header-link:focus, .button-header-link:visited:focus, .button-header-link:active, .button-header-link:visited:active, .button-header-link.is-active {
  color: #E83928;
}

.button-header-link-large {
  color: #E83928;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  line-height: 2.33333;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.button-header-link-large:before, .button-header-link-large:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-header-link-large:before {
  margin-bottom: -1.2rem;
}

.button-header-link-large:after {
  margin-top: -1.2rem;
}

.button-header-link-large--underline {
  text-decoration: underline;
}

.button-header-link-large:hover, .button-header-link-large:visited:hover, .button-header-link-large:focus, .button-header-link-large:visited:focus, .button-header-link-large:active, .button-header-link-large:visited:active, .button-header-link-large.is-active {
  color: #E83928;
}

.button-header-tag {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: block;
  color: #E83928;
  background-color: #F5F1ED;
  border-radius: 3px;
  padding: 6px 11px;
  font-family: "Rubik", sans-serif;
}

.button-header-tag:before, .button-header-tag:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-header-tag:before {
  margin-bottom: -0.7rem;
}

.button-header-tag:after {
  margin-top: -0.7rem;
}

.button-header-tag:hover, .button-header-tag:visited:hover, .button-header-tag:focus, .button-header-tag:visited:focus, .button-header-tag:active, .button-header-tag:visited:active, .button-header-tag.is-active {
  background-color: #E83928;
}

.button-column {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.33333;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  text-decoration: underline;
  border-radius: 3px;
  color: #E83928;
}

.button-column:before, .button-column:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-column:before {
  margin-bottom: -1.2rem;
}

.button-column:after {
  margin-top: -1.2rem;
}

.button-column:hover, .button-column:visited:hover, .button-column:focus, .button-column:visited:focus, .button-column:active, .button-column:visited:active, .button-column.is-active {
  text-decoration: none;
  color: #E83928;
}

.button-column-category {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  border-radius: 3px;
  padding: 6px 15px;
  background-color: #F5F1ED;
}

.button-column-category:before, .button-column-category:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-column-category:before {
  margin-bottom: -1.35rem;
}

.button-column-category:after {
  margin-top: -1.35rem;
}

.button-column-category:hover, .button-column-category:visited:hover, .button-column-category:focus, .button-column-category:visited:focus, .button-column-category:active, .button-column-category:visited:active, .button-column-category.is-active {
  background-color: #E83928;
}

.button-category-link {
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #E83928;
}

.button-category-link:before, .button-category-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-category-link:before {
  margin-bottom: -0.6rem;
}

.button-category-link:after {
  margin-top: -0.6rem;
}

.button-category-link:hover, .button-category-link:visited:hover, .button-category-link:focus, .button-category-link:visited:focus, .button-category-link:active, .button-category-link:visited:active, .button-category-link.is-active {
  color: #E83928;
}

.button-lang-menu {
  text-align: center;
  color: #E83928;
  background: #F5F1ED;
  font-family: "Rubik", sans-serif;
  height: 100%;
  padding: 12px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .button-lang-menu {
    padding: 10px 0;
  }
}

.button-lang-menu__icon {
  width: 36px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .button-lang-menu__icon {
    width: 26px;
  }
}

.button-lang-menu__text {
  font-size: 1.4rem;
  line-height: 3;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 3px;
  display: block;
}

.button-lang-menu__text:before, .button-lang-menu__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-lang-menu__text:before {
  margin-bottom: -1.4rem;
}

.button-lang-menu__text:after {
  margin-top: -1.4rem;
}

@media screen and (max-width: 767px) {
  .button-lang-menu__text {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 1rem;
    line-height: 4.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .button-lang-menu__text:before, .button-lang-menu__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-lang-menu__text:before {
    margin-bottom: -1.6rem;
  }
  .button-lang-menu__text:after {
    margin-top: -1.6rem;
  }
}

.button-lang-menu::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #E83928;
  border-right: solid 2px #E83928;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .button-lang-menu::after {
    width: 5px;
    height: 5px;
    border-top: solid 1px #E83928;
    border-right: solid 1px #E83928;
  }
}

.is-active .button-lang-menu::after {
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.button-menu {
  background: #E83928;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0px 25px;
}

@media screen and (max-width: 767px) {
  .button-menu {
    padding: 0;
  }
}

.button-menu__inner {
  margin-top: -2px;
  position: relative;
  width: 50px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .button-menu__inner {
    width: 34px;
    height: 22px;
  }
}

.button-menu__border {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.button-menu__border:nth-child(1) {
  top: 0;
}

.is-active .button-menu__border:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .is-active .button-menu__border:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
}

.button-menu__border:nth-child(2) {
  top: 15px;
}

@media screen and (max-width: 767px) {
  .button-menu__border:nth-child(2) {
    top: 11px;
  }
}

.is-active .button-menu__border:nth-child(2) {
  opacity: 0;
}

.button-menu__border:nth-child(3) {
  top: 30px;
}

@media screen and (max-width: 767px) {
  .button-menu__border:nth-child(3) {
    top: 22px;
  }
}

.is-active .button-menu__border:nth-child(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
          transform: translateY(-16px) rotate(45deg);
  width: 50px;
}

@media screen and (max-width: 767px) {
  .is-active .button-menu__border:nth-child(3) {
    width: 34px;
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
}

.button-lang {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.33333;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  border: 2px solid #E83928;
  border-radius: 3px;
  padding: 11px 23px 9px;
  font-family: "Rubik", sans-serif;
}

.button-lang:before, .button-lang:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-lang:before {
  margin-bottom: -1.2rem;
}

.button-lang:after {
  margin-top: -1.2rem;
}

@media screen and (max-width: 767px) {
  .button-lang {
    padding: 14px 0;
  }
}

.button-lang:hover, .button-lang:visited:hover, .button-lang:focus, .button-lang:visited:focus, .button-lang:active, .button-lang:visited:active, .button-lang.is-active {
  background-color: #E83928;
}

[lang="en-US"] .button-lang--en {
  background-color: #E83928;
  color: #fff;
}

[lang="en-PH"] .button-lang--en {
  background-color: #E83928;
  color: #fff;
}

[lang="vi"] .button-lang--vi {
  background-color: #E83928;
  color: #fff;
}

[lang="th"] .button-lang--th {
  background-color: #E83928;
  color: #fff;
}

[lang="id-ID"] .button-lang--id {
  background-color: #E83928;
  color: #fff;
}

.button-section {
  text-align: left;
  position: relative;
  display: block;
  border: 2px solid #E83928;
  border-radius: 3px;
  padding: 23px 24px 20px;
}

@media screen and (max-width: 767px) {
  .button-section {
    padding: 19px 24px 16px;
  }
}

.button-section__text {
  font-size: 1.8rem;
  line-height: 1.33333;
  font-weight: 700;
  display: block;
}

.button-section__text:before, .button-section__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-section__text:before {
  margin-bottom: -0.3rem;
}

.button-section__text:after {
  margin-top: -0.3rem;
}

@media screen and (max-width: 767px) {
  [lang="th"] .button-section__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  [lang="th"] .button-section__text:before, [lang="th"] .button-section__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang="th"] .button-section__text:before {
    margin-bottom: -0.4rem;
  }
  [lang="th"] .button-section__text:after {
    margin-top: -0.4rem;
  }
}

.button-section__arrow {
  display: inline-block;
  height: 2px;
  width: 19px;
  background-color: #E83928;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(50% + 1px);
  right: 9%;
  -webkit-animation: 1s section-arrow infinite ease-in;
          animation: 1s section-arrow infinite ease-in;
}

@-webkit-keyframes section-arrow {
  0% {
    right: 9%;
  }
  25% {
    right: 8%;
  }
  50% {
    right: 7%;
  }
  75% {
    right: 8%;
  }
  100% {
    right: 9%;
  }
}

@keyframes section-arrow {
  0% {
    right: 9%;
  }
  25% {
    right: 8%;
  }
  50% {
    right: 7%;
  }
  75% {
    right: 8%;
  }
  100% {
    right: 9%;
  }
}

.button-section__arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #E83928;
  left: 19px;
  top: -3px;
}

@media screen and (max-width: 767px) {
  .button-section__arrow::after {
    left: 15px;
  }
}

.button-section:hover, .button-section:visited:hover, .button-section:focus, .button-section:visited:focus, .button-section:active, .button-section:visited:active, .button-section.is-active {
  background-color: #E83928;
}

.button-section:hover .button-section__arrow, .button-section:visited:hover .button-section__arrow, .button-section:focus .button-section__arrow, .button-section:visited:focus .button-section__arrow, .button-section:active .button-section__arrow, .button-section:visited:active .button-section__arrow, .button-section.is-active .button-section__arrow {
  background-color: #fff;
}

.button-section:hover .button-section__arrow::after, .button-section:visited:hover .button-section__arrow::after, .button-section:focus .button-section__arrow::after, .button-section:visited:focus .button-section__arrow::after, .button-section:active .button-section__arrow::after, .button-section:visited:active .button-section__arrow::after, .button-section.is-active .button-section__arrow::after {
  border-left: 5px solid #fff;
}

.button-tag-small {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: inline-block;
  color: #E83928;
  border: 1px solid #E83928;
  border-radius: 3px;
  padding: 5px 7px 4px;
  width: 100%;
}

.button-tag-small:before, .button-tag-small:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-tag-small:before {
  margin-bottom: -0.3rem;
}

.button-tag-small:after {
  margin-top: -0.3rem;
}

[lang="th"] .button-tag-small {
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.04em;
  padding: 4px 5px;
}

[lang="th"] .button-tag-small:before, [lang="th"] .button-tag-small:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

[lang="th"] .button-tag-small:before {
  margin-bottom: -0.8rem;
}

[lang="th"] .button-tag-small:after {
  margin-top: -0.8rem;
}

.button-tag-small-column {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: inline-block;
  color: #E83928;
  border: 1px solid #E83928;
  border-radius: 3px;
  padding: 5px 7px 4px;
  width: 100%;
}

.button-tag-small-column:before, .button-tag-small-column:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-tag-small-column:before {
  margin-bottom: -0.3rem;
}

.button-tag-small-column:after {
  margin-top: -0.3rem;
}

[lang="th"] .button-tag-small-column {
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: 0.04em;
  padding: 4px 5px;
}

[lang="th"] .button-tag-small-column:before, [lang="th"] .button-tag-small-column:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

[lang="th"] .button-tag-small-column:before {
  margin-bottom: -0.3rem;
}

[lang="th"] .button-tag-small-column:after {
  margin-top: -0.3rem;
}

@media screen and (max-width: 1024px) {
  .button-tag-small-column {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    display: inline-block;
    padding: 3px 7px;
  }
  .button-tag-small-column:before, .button-tag-small-column:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-tag-small-column:before {
    margin-bottom: -0.15rem;
  }
  .button-tag-small-column:after {
    margin-top: -0.15rem;
  }
  [lang="th"] .button-tag-small-column {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  [lang="th"] .button-tag-small-column:before, [lang="th"] .button-tag-small-column:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang="th"] .button-tag-small-column:before {
    margin-bottom: -0.6rem;
  }
  [lang="th"] .button-tag-small-column:after {
    margin-top: -0.6rem;
  }
}

.button-tag-large {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #E83928;
  border-radius: 3px;
  padding: 7px 12px 6px;
}

.button-tag-large:before, .button-tag-large:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-tag-large:before {
  margin-bottom: -0.3rem;
}

.button-tag-large:after {
  margin-top: -0.3rem;
}

.button-tag-large:hover, .button-tag-large:visited:hover, .button-tag-large:focus, .button-tag-large:visited:focus, .button-tag-large:active, .button-tag-large:visited:active, .button-tag-large.is-active {
  background-color: #E83928;
}

.button-tag-large--current {
  background-color: #E83928;
  color: #fff;
}

.button-category {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  padding: 11px 12px 9px;
  width: 100%;
  background-color: #fff;
}

.button-category:before, .button-category:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-category:before {
  margin-bottom: -0.3rem;
}

.button-category:after {
  margin-top: -0.3rem;
}

.button-category:hover, .button-category:visited:hover, .button-category:focus, .button-category:visited:focus, .button-category:active, .button-category:visited:active, .button-category.is-active {
  background-color: #E83928;
}

.button-category--current {
  background-color: #E83928;
  color: #fff;
}

.button-see-all-articles {
  text-align: left;
  display: block;
  border: 2px solid #E83928;
  background-color: #E83928;
  border-radius: 3px;
  padding: 23px 24px 20px;
  position: relative;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}

@media screen and (max-width: 767px) {
  .button-see-all-articles {
    padding: 18px 24px;
  }
}

.button-see-all-articles__text {
  font-size: 1.8rem;
  line-height: 0.22222;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  display: block;
}

.button-see-all-articles__text:before, .button-see-all-articles__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-see-all-articles__text:before {
  margin-bottom: 0.7rem;
}

.button-see-all-articles__text:after {
  margin-top: 0.7rem;
}

@media screen and (max-width: 767px) {
  .button-see-all-articles__text {
    font-size: 1.6rem;
    line-height: 0.25;
    letter-spacing: 0.08em;
  }
  .button-see-all-articles__text:before, .button-see-all-articles__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-see-all-articles__text:before {
    margin-bottom: 0.6rem;
  }
  .button-see-all-articles__text:after {
    margin-top: 0.6rem;
  }
}

.button-see-all-articles__arrow {
  display: inline-block;
  height: 2px;
  width: 19px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(50% + 1px);
  right: 9%;
  -webkit-animation: 1s see-all-articles-arrow infinite ease-in;
          animation: 1s see-all-articles-arrow infinite ease-in;
}

@-webkit-keyframes see-all-articles-arrow {
  0% {
    right: 9%;
  }
  25% {
    right: 8%;
  }
  50% {
    right: 7%;
  }
  75% {
    right: 8%;
  }
  100% {
    right: 9%;
  }
}

@keyframes see-all-articles-arrow {
  0% {
    right: 9%;
  }
  25% {
    right: 8%;
  }
  50% {
    right: 7%;
  }
  75% {
    right: 8%;
  }
  100% {
    right: 9%;
  }
}

@media screen and (max-width: 767px) {
  .button-see-all-articles__arrow {
    width: 16px;
  }
}

.button-see-all-articles__arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  left: 19px;
  top: -3px;
}

@media screen and (max-width: 767px) {
  .button-see-all-articles__arrow::after {
    left: 16px;
  }
}

.button-see-all-articles:hover, .button-see-all-articles:visited:hover, .button-see-all-articles:focus, .button-see-all-articles:visited:focus, .button-see-all-articles:active, .button-see-all-articles:visited:active, .button-see-all-articles.is-active {
  background-color: #ce1f0f;
  border: 2px solid #ce1f0f;
}

.button-tag-ac {
  color: #E83928;
  border-bottom: 2px solid #E83928;
  padding: 7px 15px;
  position: relative;
}

.button-tag-ac:hover .button-tag-ac__arrow, .button-tag-ac:visited:hover .button-tag-ac__arrow, .button-tag-ac:focus .button-tag-ac__arrow, .button-tag-ac:visited:focus .button-tag-ac__arrow, .button-tag-ac:active .button-tag-ac__arrow, .button-tag-ac:visited:active .button-tag-ac__arrow, .button-tag-ac.is-active .button-tag-ac__arrow {
  -webkit-animation: 1s button-tag-ac-arrow infinite ease-in;
          animation: 1s button-tag-ac-arrow infinite ease-in;
}

@-webkit-keyframes button-tag-ac-arrow {
  0% {
    top: calc(50% - 2px);
  }
  25% {
    top: calc(50% - 4px);
  }
  50% {
    top: calc(50% - 6px);
  }
  75% {
    top: calc(50% - 4px);
  }
  100% {
    top: calc(50% - 2px);
  }
}

@keyframes button-tag-ac-arrow {
  0% {
    top: calc(50% - 2px);
  }
  25% {
    top: calc(50% - 4px);
  }
  50% {
    top: calc(50% - 6px);
  }
  75% {
    top: calc(50% - 4px);
  }
  100% {
    top: calc(50% - 2px);
  }
}

.button-tag-ac__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.08em;
}

.button-tag-ac__text:before, .button-tag-ac__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-tag-ac__text:before {
  margin-bottom: -0.6rem;
}

.button-tag-ac__text:after {
  margin-top: -0.6rem;
}

@media screen and (max-width: 767px) {
  .button-tag-ac__text {
    font-size: 1.4rem;
    line-height: 1.85714;
    letter-spacing: 0.08em;
  }
  .button-tag-ac__text:before, .button-tag-ac__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-tag-ac__text:before {
    margin-bottom: -0.6rem;
  }
  .button-tag-ac__text:after {
    margin-top: -0.6rem;
  }
}

.button-tag-ac__arrow {
  display: inline-block;
  height: 2px;
  width: 6px;
  background-color: #E83928;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  top: calc(50% - 2px);
  right: 16px;
}

.button-tag-ac__arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #E83928;
  left: 6px;
  top: -3px;
}

.button-footer-link {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  width: 100%;
  text-decoration: underline;
}

.button-footer-link:before, .button-footer-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-footer-link:before {
  margin-bottom: -0.6rem;
}

.button-footer-link:after {
  margin-top: -0.6rem;
}

@media screen and (max-width: 767px) {
  .button-footer-link {
    font-size: 1.2rem;
    line-height: 2.33333;
    letter-spacing: 0.08em;
  }
  .button-footer-link:before, .button-footer-link:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-footer-link:before {
    margin-bottom: -0.8rem;
  }
  .button-footer-link:after {
    margin-top: -0.8rem;
  }
}

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

@media screen and (max-width: 767px) {
  .button-page-top {
    display: block;
    background-color: #E83928;
    padding: 13px 0;
  }
}

.button-page-top__icon {
  background-color: #E83928;
  display: block;
  padding: 42px 0 18px;
  width: 100%;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .button-page-top__icon {
    display: none;
  }
}

[lang="th"] .button-page-top__icon {
  padding: 24px 0 13px;
  width: 60px;
}

@media screen and (max-width: 767px) {
  [lang="th"] .button-page-top__icon {
    width: 100%;
  }
}

.button-page-top__icon::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 35px;
  height: 35px;
  border-top: solid 6px #fff;
  border-right: solid 6px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .button-page-top__icon::after {
    width: 5px;
    height: 5px;
    border-top: solid 1px #E83928;
    border-right: solid 1px #E83928;
  }
}

[lang="th"] .button-page-top__icon::after {
  width: 20px;
  height: 20px;
  border-width: 4px;
}

.button-page-top:hover .button-page-top__icon, .button-page-top:visited:hover .button-page-top__icon, .button-page-top:focus .button-page-top__icon, .button-page-top:visited:focus .button-page-top__icon, .button-page-top:active .button-page-top__icon, .button-page-top:visited:active .button-page-top__icon, .button-page-top.is-active .button-page-top__icon {
  -webkit-animation: 1s button-page-top-arrow infinite ease-in;
          animation: 1s button-page-top-arrow infinite ease-in;
}

@-webkit-keyframes button-page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes button-page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.button-page-top__text {
  font-size: 1.8rem;
  line-height: 3.5;
  letter-spacing: 0.08em;
  color: #E83928;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  width: 120%;
  text-align: center;
}

.button-page-top__text:before, .button-page-top__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-page-top__text:before {
  margin-bottom: -2.25rem;
}

.button-page-top__text:after {
  margin-top: -2.25rem;
}

@media screen and (max-width: 767px) {
  .button-page-top__text {
    font-size: 1.6rem;
    line-height: 2.625;
    letter-spacing: 0.08em;
    color: #fff;
    width: 100%;
    margin-top: 0;
  }
  .button-page-top__text:before, .button-page-top__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-page-top__text:before {
    margin-bottom: -1.3rem;
  }
  .button-page-top__text:after {
    margin-top: -1.3rem;
  }
}

[lang="th"] .button-page-top__text {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 32px;
  width: 180%;
}

@media screen and (max-width: 767px) {
  [lang="th"] .button-page-top__text {
    font-size: 1.6rem;
    line-height: 2.625;
    letter-spacing: 0.08em;
    width: 100%;
    margin-top: 0;
  }
  [lang="th"] .button-page-top__text:before, [lang="th"] .button-page-top__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang="th"] .button-page-top__text:before {
    margin-bottom: -1.3rem;
  }
  [lang="th"] .button-page-top__text:after {
    margin-top: -1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .button-page-top__text__icon::after {
    content: "";
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: relative;
  }
}

.button-breadcrumb-link {
  font-size: 1.4rem;
  line-height: 3;
  text-decoration: underline;
  color: #70798C;
  display: inline-block;
}

.button-breadcrumb-link:before, .button-breadcrumb-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-breadcrumb-link:before {
  margin-bottom: -1.4rem;
}

.button-breadcrumb-link:after {
  margin-top: -1.4rem;
}

.button-breadcrumb-link--current {
  text-decoration: none;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button-breadcrumb-link:hover, .button-breadcrumb-link:visited:hover, .button-breadcrumb-link:focus, .button-breadcrumb-link:visited:focus, .button-breadcrumb-link:active, .button-breadcrumb-link:visited:active, .button-breadcrumb-link.is-active {
  color: #70798C;
  text-decoration: none;
}

.button-sns-icon {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  display: block;
}

.button-sns-icon:hover, .button-sns-icon:visited:hover, .button-sns-icon:focus, .button-sns-icon:visited:focus, .button-sns-icon:active, .button-sns-icon:visited:active, .button-sns-icon.is-active {
  -webkit-box-shadow: 0 0 12px 6px rgba(112, 121, 140, 0.4);
          box-shadow: 0 0 12px 6px rgba(112, 121, 140, 0.4);
}

.button-section-back {
  text-align: right;
  position: relative;
  display: block;
  border: 2px solid #E83928;
  border-radius: 3px;
  padding: 23px 33px 20px;
}

@media screen and (max-width: 767px) {
  .button-section-back {
    padding: 20px 23px 17px;
  }
}

.button-section-back__text {
  font-size: 1.8rem;
  line-height: 1.33333;
  font-weight: 700;
  display: block;
}

.button-section-back__text:before, .button-section-back__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-section-back__text:before {
  margin-bottom: -0.3rem;
}

.button-section-back__text:after {
  margin-top: -0.3rem;
}

@media screen and (max-width: 767px) {
  .button-section-back__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .button-section-back__text:before, .button-section-back__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-section-back__text:before {
    margin-bottom: -0.4rem;
  }
  .button-section-back__text:after {
    margin-top: -0.4rem;
  }
}

@media screen and (max-width: 767px) {
  [lang="th"] .button-section-back__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  [lang="th"] .button-section-back__text:before, [lang="th"] .button-section-back__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang="th"] .button-section-back__text:before {
    margin-bottom: -0.4rem;
  }
  [lang="th"] .button-section-back__text:after {
    margin-top: -0.4rem;
  }
}

.button-section-back__arrow {
  display: inline-block;
  height: 2px;
  width: 19px;
  background-color: #E83928;
  position: absolute;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  top: calc(50% + 1px);
  left: 9%;
  -webkit-animation: 1s section-arrow-back infinite ease-in;
          animation: 1s section-arrow-back infinite ease-in;
}

@-webkit-keyframes section-arrow-back {
  0% {
    left: 9%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 8%;
  }
  100% {
    left: 9%;
  }
}

@keyframes section-arrow-back {
  0% {
    left: 9%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 8%;
  }
  100% {
    left: 9%;
  }
}

.button-section-back__arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #E83928;
  left: 19px;
  top: -3px;
}

@media screen and (max-width: 767px) {
  .button-section-back__arrow::after {
    left: 15px;
  }
}

.button-section-back:hover, .button-section-back:visited:hover, .button-section-back:focus, .button-section-back:visited:focus, .button-section-back:active, .button-section-back:visited:active, .button-section-back.is-active {
  background-color: #E83928;
}

.button-section-back:hover .button-section-back__arrow, .button-section-back:visited:hover .button-section-back__arrow, .button-section-back:focus .button-section-back__arrow, .button-section-back:visited:focus .button-section-back__arrow, .button-section-back:active .button-section-back__arrow, .button-section-back:visited:active .button-section-back__arrow, .button-section-back.is-active .button-section-back__arrow {
  background-color: #fff;
}

.button-section-back:hover .button-section-back__arrow::after, .button-section-back:visited:hover .button-section-back__arrow::after, .button-section-back:focus .button-section-back__arrow::after, .button-section-back:visited:focus .button-section-back__arrow::after, .button-section-back:active .button-section-back__arrow::after, .button-section-back:visited:active .button-section-back__arrow::after, .button-section-back.is-active .button-section-back__arrow::after {
  border-left: 5px solid #fff;
}

.button-related-articles-tag {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: inline-block;
  color: #E83928;
  border: 1px solid #E83928;
  border-radius: 3px;
  padding: 3px 7px;
  width: 100%;
}

.button-related-articles-tag:before, .button-related-articles-tag:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.button-related-articles-tag:before {
  margin-bottom: -0.15rem;
}

.button-related-articles-tag:after {
  margin-top: -0.15rem;
}

[lang="th"] .button-related-articles-tag {
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

[lang="th"] .button-related-articles-tag:before, [lang="th"] .button-related-articles-tag:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

[lang="th"] .button-related-articles-tag:before {
  margin-bottom: -0.15rem;
}

[lang="th"] .button-related-articles-tag:after {
  margin-top: -0.15rem;
}

.button-pagination {
  color: #E83928;
  border: 2px solid #F5F1ED;
  border-radius: 3px;
  position: relative;
  display: block;
  height: 100%;
}

.button-pagination__number {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .button-pagination__number {
    font-size: 1.5rem;
    line-height: 0.26667;
  }
  .button-pagination__number:before, .button-pagination__number:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-pagination__number:before {
    margin-bottom: 0.55rem;
  }
  .button-pagination__number:after {
    margin-top: 0.55rem;
  }
}

.button-pagination--current {
  border: 2px solid #E83928;
  background-color: #E83928;
  color: #fff;
}

.button-pagination:hover, .button-pagination:visited:hover, .button-pagination:focus, .button-pagination:visited:focus, .button-pagination:active, .button-pagination:visited:active, .button-pagination.is-active {
  border: 2px solid #E83928;
  background-color: #E83928;
  color: #fff;
}

.button-pagination-omit {
  color: #E83928;
  display: inline-block;
  height: 100%;
  position: relative;
  font-weight: 500;
}

.button-pagination-omit::before {
  content: "・・・";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .button-pagination-omit::before {
    font-size: 1.6rem;
    line-height: 0.25;
  }
  .button-pagination-omit::before:before, .button-pagination-omit::before:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-pagination-omit::before:before {
    margin-bottom: 0.6rem;
  }
  .button-pagination-omit::before:after {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 374px) {
  .button-pagination-omit::before {
    font-size: 1.4rem;
    line-height: 0.28571;
  }
  .button-pagination-omit::before:before, .button-pagination-omit::before:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-pagination-omit::before:before {
    margin-bottom: 0.5rem;
  }
  .button-pagination-omit::before:after {
    margin-top: 0.5rem;
  }
}

.button-pagination-omit:hover, .button-pagination-omit:visited:hover, .button-pagination-omit:focus, .button-pagination-omit:visited:focus, .button-pagination-omit:active, .button-pagination-omit:visited:active, .button-pagination-omit.is-active {
  color: #E83928;
}

.button-pagination-start {
  display: block;
  height: 100%;
  border-radius: 3px;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.button-pagination-start__icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .button-pagination-start__icon {
    font-size: 1.8rem;
    line-height: 0.22222;
  }
  .button-pagination-start__icon:before, .button-pagination-start__icon:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-pagination-start__icon:before {
    margin-bottom: 0.7rem;
  }
  .button-pagination-start__icon:after {
    margin-top: 0.7rem;
  }
}

.button-pagination-start:hover, .button-pagination-start:visited:hover, .button-pagination-start:focus, .button-pagination-start:visited:focus, .button-pagination-start:active, .button-pagination-start:visited:active, .button-pagination-start.is-active {
  color: #E83928;
}

.button-pagination-prev {
  display: block;
  height: 100%;
  border-radius: 3px;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  border: 2px solid #F5F1ED;
  background-color: #F5F1ED;
}

.button-pagination-prev__icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .button-pagination-prev__icon {
    font-size: 1.8rem;
    line-height: 0.22222;
  }
  .button-pagination-prev__icon:before, .button-pagination-prev__icon:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-pagination-prev__icon:before {
    margin-bottom: 0.7rem;
  }
  .button-pagination-prev__icon:after {
    margin-top: 0.7rem;
  }
}

.button-pagination-prev:hover, .button-pagination-prev:visited:hover, .button-pagination-prev:focus, .button-pagination-prev:visited:focus, .button-pagination-prev:active, .button-pagination-prev:visited:active, .button-pagination-prev.is-active {
  color: #E83928;
}

.button-pagination-next {
  display: block;
  height: 100%;
  border-radius: 3px;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  border: 2px solid #F5F1ED;
  background-color: #F5F1ED;
}

.button-pagination-next__icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .button-pagination-next__icon {
    font-size: 1.8rem;
    line-height: 0.22222;
  }
  .button-pagination-next__icon:before, .button-pagination-next__icon:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-pagination-next__icon:before {
    margin-bottom: 0.7rem;
  }
  .button-pagination-next__icon:after {
    margin-top: 0.7rem;
  }
}

.button-pagination-next:hover, .button-pagination-next:visited:hover, .button-pagination-next:focus, .button-pagination-next:visited:focus, .button-pagination-next:active, .button-pagination-next:visited:active, .button-pagination-next.is-active {
  color: #E83928;
}

.button-pagination-end {
  display: block;
  height: 100%;
  border-radius: 3px;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.button-pagination-end__icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .button-pagination-end__icon {
    font-size: 1.8rem;
    line-height: 0.22222;
  }
  .button-pagination-end__icon:before, .button-pagination-end__icon:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .button-pagination-end__icon:before {
    margin-bottom: 0.7rem;
  }
  .button-pagination-end__icon:after {
    margin-top: 0.7rem;
  }
}

.button-pagination-end:hover, .button-pagination-end:visited:hover, .button-pagination-end:focus, .button-pagination-end:visited:focus, .button-pagination-end:active, .button-pagination-end:visited:active, .button-pagination-end.is-active {
  color: #E83928;
}

.text-section-bold {
  font-size: 2.4rem;
  line-height: 1.58333;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.text-section-bold:before, .text-section-bold:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-section-bold:before {
  margin-bottom: -0.7rem;
}

.text-section-bold:after {
  margin-top: -0.7rem;
}

@media screen and (max-width: 1024px) {
  .text-section-bold {
    font-size: 2.2rem;
    line-height: 1.72727;
    letter-spacing: 0.08em;
  }
  .text-section-bold:before, .text-section-bold:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .text-section-bold:before {
    margin-bottom: -0.8rem;
  }
  .text-section-bold:after {
    margin-top: -0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .text-section-bold {
    font-size: 1.8rem;
    line-height: 1.55556;
    letter-spacing: 0.08em;
  }
  .text-section-bold:before, .text-section-bold:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .text-section-bold:before {
    margin-bottom: -0.5rem;
  }
  .text-section-bold:after {
    margin-top: -0.5rem;
  }
}

.text-section-medium {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}

.text-section-medium:before, .text-section-medium:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-section-medium:before {
  margin-bottom: -0.7rem;
}

.text-section-medium:after {
  margin-top: -0.7rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-section-medium {
    font-size: 1.4rem;
    line-height: 2.14286;
    letter-spacing: 0.06em;
  }
  .text-section-medium:before, .text-section-medium:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .text-section-medium:before {
    margin-bottom: -0.8rem;
  }
  .text-section-medium:after {
    margin-top: -0.8rem;
  }
}

.text-section-medium-lh28 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.text-section-medium-lh28:before, .text-section-medium-lh28:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-section-medium-lh28:before {
  margin-bottom: -0.7rem;
}

.text-section-medium-lh28:after {
  margin-top: -0.7rem;
}

@media screen and (max-width: 1024px) {
  .text-section-medium-lh28 {
    font-size: 1.4rem;
    line-height: 2.14286;
    letter-spacing: 0.06em;
  }
  .text-section-medium-lh28:before, .text-section-medium-lh28:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .text-section-medium-lh28:before {
    margin-bottom: -0.8rem;
  }
  .text-section-medium-lh28:after {
    margin-top: -0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .text-section-medium-lh28 {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  .text-section-medium-lh28:before, .text-section-medium-lh28:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .text-section-medium-lh28:before {
    margin-bottom: -0.6rem;
  }
  .text-section-medium-lh28:after {
    margin-top: -0.6rem;
  }
}

.text-article-box {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.08em;
  color: #252323;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 4rem;
  min-height: 43px;
  word-break: break-word;
  word-wrap: break-word;
}

.text-article-box:before, .text-article-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-article-box:before {
  margin-bottom: -0.5rem;
}

.text-article-box:after {
  margin-top: -0.5rem;
}

[lang="th"] .text-article-box {
  letter-spacing: 0;
  width: 101%;
}

.text-category-small {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #E83928;
}

.text-category-small:before, .text-category-small:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-category-small:before {
  margin-bottom: -0.6rem;
}

.text-category-small:after {
  margin-top: -0.6rem;
}

.text-category-medium {
  font-size: 1.5rem;
  line-height: 2.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #E83928;
}

.text-category-medium:before, .text-category-medium:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-category-medium:before {
  margin-bottom: -1.35rem;
}

.text-category-medium:after {
  margin-top: -1.35rem;
}

.text-category-column {
  font-size: 1.5rem;
  line-height: 2.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #E83928;
}

.text-category-column:before, .text-category-column:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-category-column:before {
  margin-bottom: -1.35rem;
}

.text-category-column:after {
  margin-top: -1.35rem;
}

@media screen and (max-width: 1024px) {
  .text-category-column {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .text-category-column:before, .text-category-column:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .text-category-column:before {
    margin-bottom: -0.6rem;
  }
  .text-category-column:after {
    margin-top: -0.6rem;
  }
}

.text-copyright {
  font-size: 1.2rem;
  line-height: 2.33333;
  letter-spacing: 0.16em;
}

.text-copyright:before, .text-copyright:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-copyright:before {
  margin-bottom: -0.8rem;
}

.text-copyright:after {
  margin-top: -0.8rem;
}

@media screen and (max-width: 767px) {
  .text-copyright {
    font-size: 1rem;
    line-height: 2.8;
    letter-spacing: 0.16em;
  }
  .text-copyright:before, .text-copyright:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .text-copyright:before {
    margin-bottom: -0.9rem;
  }
  .text-copyright:after {
    margin-top: -0.9rem;
  }
}

.text-writer-name {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.text-writer-name:before, .text-writer-name:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-writer-name:before {
  margin-bottom: -1.1rem;
}

.text-writer-name:after {
  margin-top: -1.1rem;
}

.text-writer-profile {
  font-size: 1.5rem;
  line-height: 1.73333;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.text-writer-profile:before, .text-writer-profile:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.text-writer-profile:before {
  margin-bottom: -0.55rem;
}

.text-writer-profile:after {
  margin-top: -0.55rem;
}

.title-mv {
  font-weight: 500;
  color: #fff;
  position: relative;
  font-size: 7.4rem;
  line-height: 1.16216;
  letter-spacing: 0.02em;
}

.title-mv:before, .title-mv:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-mv:before {
  margin-bottom: -0.6rem;
}

.title-mv:after {
  margin-top: -0.6rem;
}

@media screen and (max-width: 1024px) {
  .title-mv {
    font-size: 7rem;
    line-height: 1.22857;
    letter-spacing: 0.02em;
  }
  .title-mv:before, .title-mv:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-mv:before {
    margin-bottom: -0.8rem;
  }
  .title-mv:after {
    margin-top: -0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .title-mv {
    font-size: 3.6rem;
    line-height: 1.16667;
    letter-spacing: 0.02em;
  }
  .title-mv:before, .title-mv:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-mv:before {
    margin-bottom: -0.3rem;
  }
  .title-mv:after {
    margin-top: -0.3rem;
  }
}

@media screen and (max-width: 374px) {
  .title-mv {
    font-size: 2.8rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
  .title-mv:before, .title-mv:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-mv:before {
    margin-bottom: -0.35rem;
  }
  .title-mv:after {
    margin-top: -0.35rem;
  }
}

.title-mv__large {
  font-size: 10.4rem;
  line-height: 0.83654;
  letter-spacing: 0.02em;
  margin-top: 10px;
  display: block;
}

.title-mv__large:before, .title-mv__large:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-mv__large:before {
  margin-bottom: 0.85rem;
}

.title-mv__large:after {
  margin-top: 0.85rem;
}

@media screen and (max-width: 1024px) {
  .title-mv__large {
    font-size: 10rem;
    line-height: 0.87;
    letter-spacing: 0.02em;
  }
  .title-mv__large:before, .title-mv__large:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-mv__large:before {
    margin-bottom: 0.65rem;
  }
  .title-mv__large:after {
    margin-top: 0.65rem;
  }
}

@media screen and (max-width: 767px) {
  .title-mv__large {
    font-size: 5rem;
    line-height: 0.84;
    letter-spacing: 0.02em;
  }
  .title-mv__large:before, .title-mv__large:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-mv__large:before {
    margin-bottom: 0.4rem;
  }
  .title-mv__large:after {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 374px) {
  .title-mv__large {
    font-size: 4.2rem;
    line-height: 0.83333;
    letter-spacing: 0.02em;
  }
  .title-mv__large:before, .title-mv__large:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-mv__large:before {
    margin-bottom: 0.35rem;
  }
  .title-mv__large:after {
    margin-top: 0.35rem;
  }
}

.title-mv::before {
  content: "";
  display: block;
  margin-left: 3px;
  margin-bottom: 20px;
  width: 83px;
  height: 20px;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
}

@media screen and (max-width: 767px) {
  .title-mv::before {
    margin-bottom: 10px;
    width: 40px;
    height: 9px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}

[lang=th] .title-mv {
  font-size: 6.6rem;
  line-height: 1.30303;
  letter-spacing: 0.02em;
}

[lang=th] .title-mv:before, [lang=th] .title-mv:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

[lang=th] .title-mv:before {
  margin-bottom: -1rem;
}

[lang=th] .title-mv:after {
  margin-top: -1rem;
}

@media screen and (max-width: 1024px) {
  [lang=th] .title-mv {
    font-size: 6rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  [lang=th] .title-mv:before, [lang=th] .title-mv:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang=th] .title-mv:before {
    margin-bottom: -0.9rem;
  }
  [lang=th] .title-mv:after {
    margin-top: -0.9rem;
  }
}

@media screen and (max-width: 767px) {
  [lang=th] .title-mv {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  [lang=th] .title-mv:before, [lang=th] .title-mv:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang=th] .title-mv:before {
    margin-bottom: -0.6rem;
  }
  [lang=th] .title-mv:after {
    margin-top: -0.6rem;
  }
}

@media screen and (max-width: 374px) {
  [lang=th] .title-mv {
    font-size: 2.5rem;
    line-height: 1.44;
    letter-spacing: 0.02em;
  }
  [lang=th] .title-mv:before, [lang=th] .title-mv:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang=th] .title-mv:before {
    margin-bottom: -0.55rem;
  }
  [lang=th] .title-mv:after {
    margin-top: -0.55rem;
  }
}

[lang=th] .title-mv__large {
  font-size: 7.9rem;
  line-height: 1.10127;
  letter-spacing: 0.02em;
  margin-top: 26px;
  margin-bottom: 10px;
}

[lang=th] .title-mv__large:before, [lang=th] .title-mv__large:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

[lang=th] .title-mv__large:before {
  margin-bottom: -0.4rem;
}

[lang=th] .title-mv__large:after {
  margin-top: -0.4rem;
}

@media screen and (max-width: 1024px) {
  [lang=th] .title-mv__large {
    font-size: 7rem;
    line-height: 1.11429;
    letter-spacing: 0.02em;
  }
  [lang=th] .title-mv__large:before, [lang=th] .title-mv__large:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang=th] .title-mv__large:before {
    margin-bottom: -0.4rem;
  }
  [lang=th] .title-mv__large:after {
    margin-top: -0.4rem;
  }
}

@media screen and (max-width: 767px) {
  [lang=th] .title-mv__large {
    font-size: 3.4rem;
    line-height: 1.23529;
    letter-spacing: 0.02em;
    margin-top: 14px;
    margin-bottom: 13px;
  }
  [lang=th] .title-mv__large:before, [lang=th] .title-mv__large:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang=th] .title-mv__large:before {
    margin-bottom: -0.4rem;
  }
  [lang=th] .title-mv__large:after {
    margin-top: -0.4rem;
  }
}

@media screen and (max-width: 374px) {
  [lang=th] .title-mv__large {
    font-size: 2.9rem;
    line-height: 1.24138;
    letter-spacing: 0.02em;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  [lang=th] .title-mv__large:before, [lang=th] .title-mv__large:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang=th] .title-mv__large:before {
    margin-bottom: -0.35rem;
  }
  [lang=th] .title-mv__large:after {
    margin-top: -0.35rem;
  }
}

[lang=th] .title-mv::before {
  content: "";
  display: block;
  margin-left: 3px;
  margin-bottom: 23px;
  width: 83px;
  height: 20px;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
}

@media screen and (max-width: 767px) {
  [lang=th] .title-mv::before {
    margin-bottom: 10px;
    width: 40px;
    height: 9px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}

.title-section {
  font-weight: 700;
  color: #252323;
  position: relative;
  font-size: 4.2rem;
  line-height: 1.47619;
  letter-spacing: 0.08em;
}

.title-section:before, .title-section:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-section:before {
  margin-bottom: -1rem;
}

.title-section:after {
  margin-top: -1rem;
}

@media screen and (max-width: 1024px) {
  .title-section {
    font-size: 4rem;
    line-height: 1.55;
    letter-spacing: 0.08em;
  }
  .title-section:before, .title-section:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-section:before {
    margin-bottom: -1.1rem;
  }
  .title-section:after {
    margin-top: -1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .title-section {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .title-section:before, .title-section:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-section:before {
    margin-bottom: -0.7rem;
  }
  .title-section:after {
    margin-top: -0.7rem;
  }
}

.title-section::after {
  content: "";
  display: block;
  margin-left: 0px;
  margin-top: 27px;
  width: 65px;
  height: 12px;
  border-top: 4px solid #E83928;
  border-bottom: 4px solid #E83928;
}

@media screen and (max-width: 767px) {
  .title-section::after {
    margin-top: 15px;
    width: 40px;
    height: 5px;
    border-top: 2px solid #E83928;
    border-bottom: 2px solid #E83928;
  }
}

.title-section-center {
  font-weight: 700;
  color: #252323;
  text-align: center;
  position: relative;
  font-size: 4.6rem;
  line-height: 0.91304;
  letter-spacing: 0.08em;
}

.title-section-center:before, .title-section-center:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-section-center:before {
  margin-bottom: 0.2rem;
}

.title-section-center:after {
  margin-top: 0.2rem;
}

@media screen and (max-width: 767px) {
  .title-section-center {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .title-section-center:before, .title-section-center:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-section-center:before {
    margin-bottom: -0.7rem;
  }
  .title-section-center:after {
    margin-top: -0.7rem;
  }
}

.title-section-center::after {
  content: "";
  display: block;
  margin-top: 38px;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 65px;
  height: 12px;
  border-top: 4px solid #E83928;
  border-bottom: 4px solid #E83928;
}

@media screen and (max-width: 767px) {
  .title-section-center::after {
    margin-top: 15px;
    width: 40px;
    height: 5px;
    border-top: 2px solid #E83928;
    border-bottom: 2px solid #E83928;
  }
}

.title-section-column {
  font-weight: 700;
  color: #252323;
  text-align: center;
  position: relative;
  font-size: 4.6rem;
  line-height: 1.3913;
  letter-spacing: 0.08em;
}

.title-section-column:before, .title-section-column:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-section-column:before {
  margin-bottom: -0.9rem;
}

.title-section-column:after {
  margin-top: -0.9rem;
}

@media screen and (max-width: 767px) {
  .title-section-column {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .title-section-column:before, .title-section-column:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-section-column:before {
    margin-bottom: -0.7rem;
  }
  .title-section-column:after {
    margin-top: -0.7rem;
  }
}

.title-section-column::after {
  content: "";
  display: block;
  margin-top: 38px;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 65px;
  height: 12px;
  border-top: 4px solid #E83928;
  border-bottom: 4px solid #E83928;
}

@media screen and (max-width: 767px) {
  .title-section-column::after {
    margin-top: 15px;
    width: 40px;
    height: 5px;
    border-top: 2px solid #E83928;
    border-bottom: 2px solid #E83928;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
}

.title-section-sub {
  font-size: 2.4rem;
  line-height: 1.16667;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-left: 27px;
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  display: block;
  width: 100%;
}

.title-section-sub:before, .title-section-sub:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-section-sub:before {
  margin-bottom: -0.2rem;
}

.title-section-sub:after {
  margin-top: -0.2rem;
}

.title-section-sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 17px;
  height: 5px;
  border-top: 2px solid #E83928;
  border-bottom: 2px solid #E83928;
}

@media screen and (max-width: 767px) {
  .title-section-sub {
    font-size: 2.3rem;
    line-height: 1.21739;
    letter-spacing: 0.08em;
  }
  .title-section-sub:before, .title-section-sub:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-section-sub:before {
    margin-bottom: -0.25rem;
  }
  .title-section-sub:after {
    margin-top: -0.25rem;
  }
  .title-section-sub::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 17px;
    height: 5px;
    border-top: 2px solid #E83928;
    border-bottom: 2px solid #E83928;
  }
}

.title-article-box {
  font-weight: 500;
  color: #252323;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 7.1rem;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.title-article-box:before, .title-article-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-article-box:before {
  margin-bottom: -0.7rem;
}

.title-article-box:after {
  margin-top: -0.7rem;
}

[lang="th"] .title-article-box {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

[lang="th"] .title-article-box:before, [lang="th"] .title-article-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

[lang="th"] .title-article-box:before {
  margin-bottom: -0.7rem;
}

[lang="th"] .title-article-box:after {
  margin-top: -0.7rem;
}

.title-article-box-column {
  font-weight: 500;
  color: #252323;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 7.1rem;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.title-article-box-column:before, .title-article-box-column:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-article-box-column:before {
  margin-bottom: -0.7rem;
}

.title-article-box-column:after {
  margin-top: -0.7rem;
}

@media screen and (max-width: 1024px) {
  .title-article-box-column {
    max-height: 4rem;
    font-size: 1.8rem;
    line-height: 1.33333;
    letter-spacing: 0.08em;
  }
  .title-article-box-column:before, .title-article-box-column:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-article-box-column:before {
    margin-bottom: -0.3rem;
  }
  .title-article-box-column:after {
    margin-top: -0.3rem;
  }
}

[lang="th"] .title-article-box-column {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

[lang="th"] .title-article-box-column:before, [lang="th"] .title-article-box-column:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

[lang="th"] .title-article-box-column:before {
  margin-bottom: -0.7rem;
}

[lang="th"] .title-article-box-column:after {
  margin-top: -0.7rem;
}

@media screen and (max-width: 1024px) {
  [lang="th"] .title-article-box-column {
    font-size: 1.8rem;
    line-height: 1.33333;
    letter-spacing: 0;
  }
  [lang="th"] .title-article-box-column:before, [lang="th"] .title-article-box-column:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  [lang="th"] .title-article-box-column:before {
    margin-bottom: -0.3rem;
  }
  [lang="th"] .title-article-box-column:after {
    margin-top: -0.3rem;
  }
}

.title-article-day {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #70798C;
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.08em;
}

.title-article-day:before, .title-article-day:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-article-day:before {
  margin-bottom: -1.3rem;
}

.title-article-day:after {
  margin-top: -1.3rem;
}

.title-article-day__icon {
  content: "";
  background-image: url(../image/common/article-day-icon.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 3px;
}

.title-article-day-column {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #70798C;
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.08em;
}

.title-article-day-column:before, .title-article-day-column:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-article-day-column:before {
  margin-bottom: -1.3rem;
}

.title-article-day-column:after {
  margin-top: -1.3rem;
}

.title-article-day-column__icon {
  content: "";
  background-image: url(../image/common/article-day-icon.svg);
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 3px;
}

@media screen and (max-width: 1024px) {
  .title-article-day-column {
    font-size: 1.4rem;
    line-height: 3;
    letter-spacing: 0.08em;
  }
  .title-article-day-column:before, .title-article-day-column:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-article-day-column:before {
    margin-bottom: -1.4rem;
  }
  .title-article-day-column:after {
    margin-top: -1.4rem;
  }
  .title-article-day-column__icon {
    width: 17px;
    height: 17px;
  }
}

.title-tags {
  font-size: 3.2rem;
  line-height: 1.3125;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}

.title-tags:before, .title-tags:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-tags:before {
  margin-bottom: -0.5rem;
}

.title-tags:after {
  margin-top: -0.5rem;
}

@media screen and (max-width: 767px) {
  .title-tags {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  .title-tags:before, .title-tags:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-tags:before {
    margin-bottom: -0.9rem;
  }
  .title-tags:after {
    margin-top: -0.9rem;
  }
}

.title-tags__icon {
  position: relative;
}

.title-tags__icon::before, .title-tags__icon::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 20px;
  height: 5px;
  border-top: 2px solid #E83928;
  border-bottom: 2px solid #E83928;
}

.title-tags__icon::before {
  left: -39px;
}

.title-tags__icon::after {
  right: -39px;
}

.title-head {
  background: url(../image/index/index-mv-bg.png) repeat center top;
  background-color: #E83928;
  background-size: 128px 128px;
  position: relative;
  width: 100%;
  padding: 51px 0;
}

@media screen and (max-width: 767px) {
  .title-head {
    padding: 36px 0;
  }
}

.title-head__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 768px) {
  .title-head__inner {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.title-head__text {
  text-transform: uppercase;
  font-size: 4.5rem;
  line-height: 1.93333;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 500;
}

.title-head__text:before, .title-head__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-head__text:before {
  margin-bottom: -2.1rem;
}

.title-head__text:after {
  margin-top: -2.1rem;
}

@media screen and (max-width: 767px) {
  .title-head__text {
    font-size: 3.2rem;
    line-height: 1.3125;
    letter-spacing: 0.02em;
  }
  .title-head__text:before, .title-head__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-head__text:before {
    margin-bottom: -0.5rem;
  }
  .title-head__text:after {
    margin-top: -0.5rem;
  }
}

.title-column-detail {
  font-weight: 700;
  color: #252323;
  position: relative;
  font-size: 4.2rem;
  line-height: 1.47619;
  letter-spacing: 0.08em;
  word-break: break-word;
  word-wrap: break-word;
}

.title-column-detail:before, .title-column-detail:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-column-detail:before {
  margin-bottom: -1rem;
}

.title-column-detail:after {
  margin-top: -1rem;
}

@media screen and (max-width: 1024px) {
  .title-column-detail {
    font-size: 4rem;
    line-height: 1.55;
    letter-spacing: 0.08em;
  }
  .title-column-detail:before, .title-column-detail:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-column-detail:before {
    margin-bottom: -1.1rem;
  }
  .title-column-detail:after {
    margin-top: -1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .title-column-detail {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .title-column-detail:before, .title-column-detail:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-column-detail:before {
    margin-bottom: -0.7rem;
  }
  .title-column-detail:after {
    margin-top: -0.7rem;
  }
}

.title-column-detail::after {
  content: "";
  display: block;
  margin-left: 0px;
  margin-top: 15px;
  width: 65px;
  height: 12px;
  border-top: 4px solid #E83928;
  border-bottom: 4px solid #E83928;
}

@media screen and (max-width: 767px) {
  .title-column-detail::after {
    margin-top: 15px;
    width: 40px;
    height: 5px;
    border-top: 2px solid #E83928;
    border-bottom: 2px solid #E83928;
  }
}

.title-tags-sidebar {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}

.title-tags-sidebar:before, .title-tags-sidebar:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-tags-sidebar:before {
  margin-bottom: -1.1rem;
}

.title-tags-sidebar:after {
  margin-top: -1.1rem;
}

@media screen and (max-width: 767px) {
  .title-tags-sidebar {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  .title-tags-sidebar:before, .title-tags-sidebar:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-tags-sidebar:before {
    margin-bottom: -0.9rem;
  }
  .title-tags-sidebar:after {
    margin-top: -0.9rem;
  }
}

.title-tags-sidebar__icon {
  position: relative;
}

.title-tags-sidebar__icon::before, .title-tags-sidebar__icon::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 20px;
  height: 5px;
  border-top: 2px solid #E83928;
  border-bottom: 2px solid #E83928;
}

.title-tags-sidebar__icon::before {
  left: -34px;
}

@media screen and (max-width: 1024px) {
  .title-tags-sidebar__icon::before {
    left: -39px;
  }
}

.title-tags-sidebar__icon::after {
  right: -34px;
}

@media screen and (max-width: 1024px) {
  .title-tags-sidebar__icon::after {
    right: -39px;
  }
}

.title-share {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.title-share:before, .title-share:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-share:before {
  margin-bottom: -1.1rem;
}

.title-share:after {
  margin-top: -1.1rem;
}

.title-share__icon {
  position: relative;
}

.title-share__icon::before, .title-share__icon::after {
  content: "";
  background: url(../image/column/detail/column-detail-share-title-icon.svg) no-repeat center top;
  background-size: 100%;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 48%;
  width: 9px;
  height: 19px;
}

.title-share__icon::before {
  left: -25px;
}

.title-share__icon::after {
  right: -22px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.title-related-articles {
  font-size: 3.2rem;
  line-height: 1.3125;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}

.title-related-articles:before, .title-related-articles:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-related-articles:before {
  margin-bottom: -0.5rem;
}

.title-related-articles:after {
  margin-top: -0.5rem;
}

@media screen and (max-width: 767px) {
  .title-related-articles {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  .title-related-articles:before, .title-related-articles:after {
    content: "";
    display: block;
    width: 0;
    height: 0.00001px;
    overflow: hidden;
  }
  .title-related-articles:before {
    margin-bottom: -0.9rem;
  }
  .title-related-articles:after {
    margin-top: -0.9rem;
  }
}

.title-related-articles__icon {
  position: relative;
}

.title-related-articles__icon::before, .title-related-articles__icon::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 20px;
  height: 5px;
  border-top: 2px solid #E83928;
  border-bottom: 2px solid #E83928;
}

.title-related-articles__icon::before {
  left: -39px;
}

.title-related-articles__icon::after {
  right: -39px;
}

.title-related-article-box {
  font-weight: 500;
  color: #252323;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 4rem;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.33333;
  letter-spacing: 0.08em;
}

.title-related-article-box:before, .title-related-article-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-related-article-box:before {
  margin-bottom: -0.3rem;
}

.title-related-article-box:after {
  margin-top: -0.3rem;
}

[lang="th"] .title-related-article-box {
  letter-spacing: 0;
}

.title-related-article-day {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #70798C;
  font-size: 1.4rem;
  line-height: 3;
  letter-spacing: 0.08em;
}

.title-related-article-day:before, .title-related-article-day:after {
  content: "";
  display: block;
  width: 0;
  height: 0.00001px;
  overflow: hidden;
}

.title-related-article-day:before {
  margin-bottom: -1.4rem;
}

.title-related-article-day:after {
  margin-top: -1.4rem;
}

.title-related-article-day__icon {
  content: "";
  background: url(../image/common/article-day-icon.svg) no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 3px;
}

.fn-menu-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fn-menu-body {
  -webkit-transform: translate(0, -102%);
          transform: translate(0, -102%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.fn-menu-body.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fn-menu-layer {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fn-menu-layer.is-active {
  opacity: 1;
  pointer-events: all;
}

.fn-tags-ac-button {
  -webkit-transition: height 0.5s, margin-top 0.5s;
  transition: height 0.5s, margin-top 0.5s;
  cursor: pointer;
}

.fn-tags-ac-button.is-active {
  visibility: hidden;
}

.fn-sidebar-tags-ac-button {
  -webkit-transition: height 0.5s, margin-top 0.5s;
  transition: height 0.5s, margin-top 0.5s;
  cursor: pointer;
}

.fn-sidebar-tags-ac-button.is-active {
  visibility: hidden;
  height: 0;
}

.fn-tags-ac-body {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.fn-sidebar-tags-ac-body {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.fn-page-top {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  bottom: 30px;
  z-index: 100;
}

[lang="th"] .fn-page-top {
  bottom: 10px;
}

.fn-page-top.is-show {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .fn-page-top {
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .fn-header-reduced-display {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    min-width: 1920px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .fn-main-reduced-display {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    min-width: 1920px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .fn-footer-reduced-display {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    min-width: 1920px;
  }
}
/*# sourceMappingURL=style.css.map */