.bg-col-main {
  background-color: #ffffff !important;
}

.col-main {
  color: #171717 !important;
}

.col-accent {
  color: #ffffff !important;
}

.bg-col-accent {
  background-color: #2D2D2D !important;
}

.col-green {
  color: #124B32 !important;
}

.bg-col-green {
  background-color: #124B32 !important;
}

.col-white {
  color: #ffffff !important;
}

.bg-col-white {
  background-color: #ffffff !important;
}

.col-black {
  color: #443F37 !important;
}

.bg-col-black {
  background-color: #443F37 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fs-ss {
  font-size: 13px !important;
}

.fs-s {
  font-size: 16px !important;
}

.fs-m {
  font-size: 17px !important;
}

.fs-l {
  font-size: 20px !important;
}

.fs-ll {
  font-size: 22px !important;
}

.fs-xl {
  font-size: 24px !important;
}

.lh-2em {
  line-height: 2em;
}

.ls-6 {
  letter-spacing: 0.06em;
}

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.m-auto {
  margin: 0 auto !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.prpl-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.prpl-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.prpl-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.flex-center {
  display: flex !important;
  justify-content: center !important;
}

.flex-col {
  display: flex !important;
  flex-flow: column !important;
  align-items: center !important;
}

.flex-wrap-sa {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: space-around !important;
}

.flex-wrap-sb {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: space-between !important;
}

.flex-wrap-center {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: center !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.w100 {
  width: 100% !important;
}

.w80 {
  width: 80% !important;
}

.w70 {
  width: 70% !important;
}

.w60 {
  width: 60% !important;
}

.w50 {
  width: 50% !important;
}

.w40 {
  width: 40% !important;
}

.w32 {
  width: 32% !important;
}

.w30 {
  width: 30% !important;
}

main {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff !important;
}
body p {
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  body {
    background-color: #ffffff !important;
  }
}

.good_regular .more_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  border-radius: 10px;
  padding: 15px 30px;
  height: 50px;
  font-size: 0.9rem;
}
.good_regular .more_btn .more_btn_txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.good_regular .more_btn .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.2em;
  background: currentColor;
}
.good_regular .more_btn .dli-arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.good_regular .mv_area {
  border-bottom: solid 1px #2D2D2D;
}
.good_regular .detail_wrap {
  border-bottom: solid 1px #2D2D2D;
}
.good_regular .detail_wrap .definition-box {
  border: 2px solid #2D2D2D;
  width: 100%;
  padding: 0;
  position: relative;
  font-family: sans-serif;
  display: inline-block;
  background: #fff;
}
.good_regular .detail_wrap .definition-header {
  background-color: #2D2D2D;
  color: #fff;
  padding: 8px 24px 8px 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, calc(100% - 10px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, calc(100% - 10px) 100%, 0 100%);
}
.good_regular .detail_wrap .definition-content {
  padding: 25px;
}
.good_regular .detail_wrap .definition-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.good_regular .detail_wrap .definition-content ul li {
  margin-bottom: 10px;
}
.good_regular .detail_wrap .definition-vertical {
  position: absolute;
  right: -12px;
  bottom: 20px;
  background-color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  padding: 10px 0;
}
.good_regular .detail_wrap .bubble_ttl {
  margin: 0 auto;
}
.good_regular .detail_wrap .speech-bubble {
  position: relative;
  margin: 15px 0;
  padding: 16px;
  border: 2px solid #000;
  border-radius: 12px;
  background-color: #fff;
  width: 100%;
  font-family: sans-serif;
  line-height: 1.6;
  box-shadow: 4px 4px 0 #000;
}
.good_regular .detail_wrap .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  border-top: 18px solid #000;
}
.good_regular .detail_wrap .speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
  border-top: 18px solid #fff;
  z-index: 1;
}
.good_regular .detail_wrap table {
  border-collapse: collapse;
  width: 100%;
}
.good_regular .detail_wrap table th, .good_regular .detail_wrap table td {
  border: 1px solid #2D2D2D;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
.good_regular .detail_wrap table td {
  height: 100px;
}
.good_regular .detail_wrap table th {
  background-color: #EFEFEF;
  height: 50px;
  font-weight: initial;
}
.good_regular .detail_wrap table td[colspan] {
  text-align: center;
}
.good_regular .detail_wrap table .category {
  background-color: #EFEFEF;
}
.good_regular .detail_wrap table .highlight {
  border: 3px solid #2D2D2D;
  font-weight: bold;
}
.good_regular .detail_wrap .youtube_ttl {
  position: relative;
}
.good_regular .detail_wrap .youtube_ttl::before,
.good_regular .detail_wrap .youtube_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: black;
  transform-origin: center;
}
.good_regular .detail_wrap .youtube_ttl::before {
  left: -10%;
  transform: rotate(55deg);
}
.good_regular .detail_wrap .youtube_ttl::after {
  right: -10%;
  transform: rotate(-55deg);
}
.good_regular .item_wrap .item_body .item_text {
  padding: 16px;
  border: solid 1px #2D2D2D;
}
.good_regular .event_wrap {
  border-top: solid 1px #2D2D2D;
}
.good_regular .event_wrap p {
  position: relative;
}
.good_regular .event_wrap p::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: black;
  transform-origin: center;
  left: -15%;
  transform: rotate(55deg);
}
.good_regular .event_wrap p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: black;
  transform-origin: center;
  right: -15%;
  transform: rotate(-55deg);
}
.good_regular .event_wrap .deco_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.good_regular .event_wrap .deco_ttl .corner-line {
  width: 20px;
  height: 170px;
  flex-shrink: 0;
}/*# sourceMappingURL=good_regular.css.map */



.campaign-banner-block, .header-nav {
  display: none;
}


.fs-c-breadcrumb {
  margin-top: 0% !important;
}

@media only screen and (max-width: 640px) {
  .fs-c-breadcrumb {
      margin-top: 19% !important;
  }
}


.event_cont h2 {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.event_cont h3 {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}


/*section-special*/

section.special {
  padding: 0 3% 0%;
  margin-top: 5%;
}

.special-tlt h2 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}

section.special img {
  margin-bottom: 5%;
}
