@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;

700;900&display=swap);@charset "UTF-8";
* {
  box-sizing: border-box;
}

/* webkit specific styles */

input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

/*
* Font
*/

/*
* Font Size
*/

/* PC Tablet */

/* Mobile */

/*
* Color
*/

/*
* Media Query
*/

/*
* メディアクエリ
*/

/*
* vwの計算
*/

/*
* ドロップシャドウ
*/

/**
* Base - サイトのベースになるcss
*/

* {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 500;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main li,
main a {
  line-height: 1.6;
}

a {
  color: #00e;
}

a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
}

strong {
  font-weight: 700;
}

input[type=radio] {
  margin: 0 7px 0 0;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
select:focus,
textarea {
  font-size: 16px;
}

/*
* 特定のLayoutへの設定
* 例. ヘッダーのみリンク色を白にする...など
*/

.ly_header {
  padding: 40px 32px;
}

.ly_header__lower {
  background: url("/images/bg_dot_01.png");
  border-bottom: 2px solid #99CC00;
  padding-top: 24px;
  padding-bottom: 24px;
}

.ly_sect {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .ly_sect {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 425px) {
  .ly_sect {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.ly_sect02 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ly_cont_l {
  max-width: 1356px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.ly_cont_m {
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.ly_cont_s {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.ly_cont_xs {
  max-width: 716px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.ly_cont_2xs {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.ly_footer {
  padding: 40px 32px;
}

@media screen and (max-width: 768px) {
  .ly_footer {
    padding: 64px 48px;
  }
}

@media screen and (max-width: 768px) {
  .ly_footer {
    padding: 48px 32px;
  }
}

.bl_hero {
  display: flex;
  flex-direction: column;
  background: url("/images/bg_dot_01.png");
  border-bottom: 2px solid #99CC00;
}

.bl_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl_headerLogo {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bl_headerLogo__mb {
  display: none;
}

@media screen and (max-width: 1200px) {
  .bl_headerLogo__mb {
    display: block;
    width: 178px;
    height: 20px;
  }
}

.bl_headerNav {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .bl_headerNav {
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #FFD500;
    margin-top: 40px;
    padding-top: 32px;
  }
}

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

  .bl_headerNavWrap.is_active {
    overflow-y: scroll;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF url("/images/bg_dot_01.png");
    padding: 6rem;
    border: 5px solid #FFD500;
    z-index: 4;
  }
}

.bl_headerNav_item:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 1200px) {
  .bl_headerNav_item:not(:first-child) {
    margin-top: 40px;
    margin-left: 0;
  }
}

.bl_headerNav_link {
  display: block;
  color: #2E2E2E;
  font-weight: 700;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: opacity 0.3s;
}

.bl_headerNav_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

@media screen and (max-width: 1200px) {
  .bl_headerNav_link {
    display: inline-block;
  }
}

.bl_headerNav_icon {
  color: #99CC00;
}

.bl_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F8F7E6;
}

@media screen and (max-width: 1200px) {
  .bl_footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bl_footerNav {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .bl_footerNav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 425px) {
  .bl_footerNav {
    margin-top: 16px;
  }
}

.bl_footerNav_item {
  font-size: 14px;
}

.bl_footerNav_item:not(:first-child) {
  margin-left: 32px;
}

@media screen and (max-width: 1200px) {
  .bl_footerNav_item {
    width: calc(100% / 3);
    margin-top: 24px;
  }

  .bl_footerNav_item:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_footerNav_item {
    width: 50%;
  }
}

.bl_footerNav_link {
  color: #2E2E2E;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
}

.bl_footerNav_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.bl_footer_copy {
  color: #2E2E2E;
  font-size: 14px;
  text-align: right;
  margin-top: 16px;
}

@media screen and (max-width: 1200px) {
  .bl_footer_copy {
    text-align: left;
    margin-top: 48px;
  }
}

@media screen and (max-width: 425px) {
  .bl_footer_copy {
    margin-top: 56px;
  }
}

.bl_aside_splitWrap {
  background-color: #FFF;
  border-top: 1px solid #FFD500;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .bl_aside_splitWrap {
    padding-right: 120px;
    padding-left: 120px;
  }
}

@media screen and (max-width: 768px) {
  .bl_aside_splitWrap {
    padding: 48px;
  }
}

@media screen and (max-width: 425px) {
  .bl_aside_splitWrap {
    padding: 32px;
  }
}

.bl_aside_split {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .bl_aside_split {
    flex-direction: column;
  }
}

.bl_aside_split_cont {
  display: flex;
  width: 750px;
}

.bl_aside_split_cont:last-child {
  border-left: 1px solid #CCC;
}

.bl_aside_split_cont .el_btn {
  margin-top: 16px;
}

@media screen and (max-width: 1440px) {
  .bl_aside_split_cont {
    width: 50%;
  }

  .bl_aside_split_cont:first-child .el_ttl_lv1 br {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .bl_aside_split_cont {
    width: 100%;
  }

  .bl_aside_split_cont:last-child {
    border-top: 1px solid #CCC;
    border-left: none;
    margin-top: 40px;
    padding-top: 40px;
  }

  .bl_aside_split_cont:last-child .el_ttl_lv1 br {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .bl_aside_split_cont:last-child {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.bl_aside_split_link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.bl_aside_split_link:first-child {
  padding-right: 80px;
}

.bl_aside_split_link:last-child {
  padding-left: 80px;
}

@media screen and (max-width: 1024px) {
  .bl_aside_split_link {
    justify-content: space-between;
    width: 100%;
  }

  .bl_aside_split_link:first-child {
    padding-right: 0;
  }

  .bl_aside_split_link:last-child {
    padding-left: 0;
  }
}

.bl_aside_split_detail {
  order: 2;
  margin-left: 32px;
}

.bl_aside_split_detail .el_ttl_lv1_main {
  font-size: 31px;
}

@media screen and (max-width: 1440px) {
  .bl_aside_split_detail .el_ttl_lv1_main {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .bl_aside_split_detail {
    order: 1;
    margin-left: 0;
    margin-right: 32px;
  }
}

@media screen and (max-width: 768px) {
  .bl_aside_split_detail .el_ttl_lv1_main {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .bl_aside_split_detail {
    margin-right: 0;
  }
}

.bl_aside_split_img {
  order: 1;
}

@media screen and (max-width: 1024px) {
  .bl_aside_split_img {
    order: 2;
  }
}

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

@media screen and (max-width: 1440px) {
  .bl_aside_split_img__covid {
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  .bl_aside_split_img__covid {
    height: 110px;
  }
}

@media screen and (max-width: 425px) {
  .bl_aside_split_img__covid {
    height: 90px;
  }
}

@media screen and (max-width: 1440px) {
  .bl_aside_split_img__contact {
    height: 140px;
  }
}

@media screen and (max-width: 1024px) {
  .bl_aside_split_img__contact {
    margin-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .bl_aside_split_img__contact {
    height: 120px;
  }
}

@media screen and (max-width: 425px) {
  .bl_aside_split_img__contact {
    height: 100px;
  }
}

.bl_lead {
  background-color: #F1F8EA;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bl_lead_inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .bl_lead_inner {
    flex-direction: column;
  }
}

.bl_lead_ttl {
  flex-shrink: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-right: 60px;
}

@media screen and (max-width: 1024px) {
  .bl_lead_ttl {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .bl_lead_ttl {
    padding-right: 0;
  }
}

.bl_lead_cont {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .bl_lead_img img {
    width: 200px;
  }
}

.bl_lead_detail {
  font-size: 16px;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .bl_lead_detail {
    font-size: 14px;
  }
}

.bl_level {
  display: flex;
}

.bl_level_left {
  margin-right: auto;
}

.bl_level_right {
  margin-left: auto;
}

.bl_threadList {
  margin-top: 24px;
}

.bl_threadList_head {
  display: flex;
  font-size: 14px;
  padding: 24px;
}

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

.bl_threadList_head_col {
  font-weight: bold;
}

.bl_threadList_item:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 425px) {
  .bl_threadList_item {
    margin-top: 8px;
  }
}

.bl_threadList_link {
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  padding: 24px;
  border-radius: 8px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.bl_threadList_link:hover {
  border-color: #FFD500;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02), 0 6px 8px rgba(0, 0, 0, 0.03), 0 10px 28px rgba(0, 0, 0, 0.05), 0 -2px 3px rgba(0, 0, 0, 0.03);
  transition: border-color 0.3s, box-shadow 0.3s;
}

@media screen and (max-width: 768px) {
  .bl_threadList_link {
    flex-wrap: wrap;
    padding: 16px 16px 8px 16px;
  }
}

.bl_threadList_col__ttlWrap {
  width: 550px;
  color: #2E2E2E;
  margin-right: auto;
  padding-right: 24px;
}

@media screen and (max-width: 768px) {
  .bl_threadList_col__ttlWrap {
    order: 1;
    width: 100%;
  }
}

.bl_threadList_col__ttl {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bl_threadList_col__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  .bl_threadList_col__ttl {
    font-size: 14px;
  }
}

.bl_threadList_col__excerpt {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
}

.bl_threadList_col__contributor {
  display: flex;
  align-items: center;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .bl_threadList_col__contributor {
    order: 3;
    width: auto;
    margin-top: 20px;
  }
}

.bl_threadList_col__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
}

@media screen and (max-width: 768px) {
  .bl_threadList_col__cat {
    order: 2;
    width: auto;
    margin-top: 20px;
    margin-right: auto;
  }
}

.bl_threadList_item_mbSpacer {
  display: none;
}

@media screen and (max-width: 768px) {
  .bl_threadList_item_mbSpacer {
    order: 4;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #CCC;
    margin-top: 16px;
    margin-bottom: 8px;
  }
}

.bl_threadList_col__day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
}

@media screen and (max-width: 768px) {
  .bl_threadList_col__day {
    order: 6;
    width: auto;
    margin-left: 24px;
  }

  .bl_threadList_col__day .bl_threadList_col__mb {
    color: #2E2E2E;
    font-weight: bold;
  }
}

@media screen and (max-width: 500px) {
  .bl_threadList_col__day {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }
}

.bl_threadList_col__comment {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
}

@media screen and (max-width: 768px) {
  .bl_threadList_col__comment {
    order: 5;
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .bl_threadList_col__comment {
    justify-content: flex-start;
    width: 100%;
  }
}

.bl_thread_ttl {
  margin-top: 8px;
}

.bl_thread_commentWrap {
  border: 5px solid #F2F2F2;
}

.bl_thread_comment {
  padding: 32px;
}

.bl_thread_comment:not(:first-child) {
  border-top: 1px dotted #AAA;
}

@media screen and (max-width: 425px) {
  .bl_thread_comment {
    padding: 16px;
  }
}

.bl_thread_comment_imgWrap {
  margin-bottom: 24px;
}

.bl_thread_comment_imgLink {
  display: inline-flex;
  transition: opacity 0.3s;
}

.bl_thread_comment_imgLink:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.bl_thread_comment_img {
  max-width: 300px;
  border: 1px solid #CCC;
  padding: 2px;
}

.bl_thread_comment_txt {
  font-size: 16px;
}

.bl_thread_comment_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.bl_thread_comment_footer_item {
  color: #666;
  font-size: 13px;
  text-align: right;
}

.bl_thread_comment_footer_item:not(:first-child) {
  margin-left: 16px;
}

.bl_thread_comment_pdf {
  display: inline-flex;
  align-items: center;
  border: 1px solid #AAA;
  margin-top: 32px;
  padding: 24px;
  transition: opacity 0.3s;
}

.bl_thread_comment_pdf:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.bl_thread_comment_pdf_icon {
  color: #E33B3B;
  font-size: 31px;
}

.bl_thread_comment_pdf_txt {
  font-weight: bold;
  margin-right: 1em;
  margin-left: 1em;
}

.bl_thread_comment_pdf_icon02 {
  color: #2E2E2E;
  font-size: 20px;
}

.bl_thread_comment_create {
  background-color: #F8F7E6;
  margin-top: 8px;
  padding: 16px;
}

.bl_thread_back {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCC;
  color: #2E2E2E;
  font-weight: bold;
  text-decoration: none;
  margin-top: 80px;
  padding: 32px;
  transition: opacity 0.3s;
}

.bl_thread_back:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.bl_dl_item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.bl_dl_item:not(:first-child) {
  margin-top: 32px;
}

.bl_dl__news .bl_dl_item:not(:first-child) {
  border-top: 1px dotted #AAA;
  padding-top: 32px;
}

@media screen and (max-width: 1024px) {
  .bl_dl_item {
    font-size: 14px;
  }
}

.bl_dl_ttl {
  font-weight: bold;
}

.bl_dl_ttl .el_tag {
  margin-left: 1em;
}

.bl_dl_data {
  line-height: 1.8;
  margin-top: 12px;
}

.bl_dl_link {
  line-height: 1.8;
}

.bl_ul__horizontal {
  display: flex;
}

@media screen and (max-width: 500px) {
  .bl_ul__horizontal__max500 {
    flex-direction: column;
  }
}

.bl_ul_item {
  line-height: 1.8;
}

.bl_ul_item:not(:first-child) {
  margin-top: 16px;
}

.bl_ul__horizontal .bl_ul_item:not(:first-child) {
  margin-top: 0;
  margin-left: 16px;
}

@media screen and (max-width: 500px) {
  .bl_ul__horizontal__max500 .bl_ul_item:not(:first-child) {
    margin-top: 4px;
    margin-left: 0;
  }
}

.bl_ol {
  margin-left: 1.25rem;
}

.bl_ol_item {
  list-style-type: decimal;
  line-height: 1.8;
}

.bl_ol_item:not(:first-child) {
  margin-top: 24px;
}

.bl_blockLink_item:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 425px) {
  .bl_blockLink_item:not(:first-child) {
    margin-top: 16px;
  }
}

.bl_blockLink_link {
  display: flex;
  align-items: center;
  border: 1px solid #AAA;
  text-decoration: none;
  padding: 32px;
  transition: opacity 0.3s;
}

.bl_blockLink_link:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

@media screen and (max-width: 425px) {
  .bl_blockLink_link {
    padding: 16px;
  }
}

.bl_blockLink_main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 24px;
}

@media screen and (max-width: 425px) {
  .bl_blockLink_main {
    padding-right: 8px;
  }
}

.bl_blockLink_ttl {
  color: #2E2E2E;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .bl_blockLink_ttl {
    font-size: 18px;
  }
}

.bl_blockLink_caption {
  color: #666;
  font-size: 16px;
  text-align: justify;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .bl_blockLink_caption {
    font-size: 14px;
  }
}

.bl_blockLink_icon {
  color: #99CC00;
}

@media screen and (max-width: 425px) {
  .bl_blockLink_icon {
    margin-top: auto;
  }
}

.bl_box {
  background-color: #FFF;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02), 0 6px 8px rgba(0, 0, 0, 0.03), 0 10px 28px rgba(0, 0, 0, 0.05), 0 -2px 3px rgba(0, 0, 0, 0.03);
}

.bl_threadCard {
  display: block;
  background-color: #FFF;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02), 2px 5px 4px rgba(0, 0, 0, 0.03), 4px 10px 14px rgba(0, 0, 0, 0.04), 6px 18px 25px rgba(0, 0, 0, 0.05), 8px 30px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
  transition: border-color 0.3s;
}

.bl_threadCard:hover {
  border-color: #E8B200;
  transition: border-color 0.3s;
}

@media screen and (max-width: 1024px) {
  .bl_threadCard {
    padding: 16px;
  }
}

.bl_threadCard_link {
  color: #2E2E2E;
  font-size: 16px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .bl_threadCard_link {
    font-size: 14px;
  }
}

.bl_threadCard_ttl {
  font-weight: bold;
}

.bl_threadCard_excerpt {
  color: #666;
}

@media screen and (max-width: 1024px) {
  .bl_threadCard_excerpt {
    font-size: 13px;
  }
}

.bl_threadCard_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.bl_threadCard_footer_item {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .bl_threadCard_footer_item {
    font-size: 13px;
  }
}

.el_ttl_lv1 + .bl_cont,
.el_ttl_lv2 + .bl_cont,
.el_ttl_lv3 + .bl_cont,
.el_ttl_lv4 + .bl_cont,
.el_subttl + .bl_cont {
  margin-top: 32px;
}

.el_ttl_lv1 + .bl_ol,
.el_ttl_lv1 + .bl_ul,
.el_ttl_lv2 + .bl_ol,
.el_ttl_lv2 + .bl_ul,
.el_ttl_lv3 + .bl_ol,
.el_ttl_lv3 + .bl_ul,
.el_ttl_lv4 + .bl_ol,
.el_ttl_lv4 + .bl_ul,
.el_subttl + .bl_ol,
.el_subttl + .bl_ul {
  margin-top: 16px;
}

.bl_cont .bl_cont_txt:first-child {
  margin-top: 0;
}

.bl_cont .bl_cont_imgWrap:first-child {
  margin-top: 0;
}

.bl_cont_txt {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .bl_cont_txt {
    font-size: 16px;
  }
}

.bl_cont_imgWrap {
  margin-top: 24px;
}

.bl_cont_imgWrap + .bl_cont_txt {
  margin-top: 40px;
}

.bl_message {
  display: flex;
  width: 100%;
  background-color: #F2F2F2;
  margin-bottom: 32px;
  border-radius: 4px;
}

.bl_message__danger {
  background-color: #F9E5E5;
  color: #E33B3B;
  border: 1px solid #E33B3B;
}

.bl_message__success {
  background-color: #0ECB00;
  color: #FFF;
}

.bl_message_body {
  font-size: 14px;
  font-weight: bold;
  padding: 1em;
}

.bl_news_ttl {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.bl_news_body {
  font-size: 16px;
  margin-top: 4px;
}

.el_ttl_lv1 {
  display: flex;
  flex-direction: column;
}

.el_ttl_lv1__centered {
  text-align: center;
}

.el_ttl_lv1_main {
  order: 2;
  color: #2E2E2E;
  font-size: 53px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .el_ttl_lv1_main {
    font-size: 40px;
  }
}

@media screen and (max-width: 425px) {
  .el_ttl_lv1_main {
    font-size: 26px;
  }
}

.el_ttl_lv1_sub {
  order: 1;
  color: #99CC00;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .el_ttl_lv1_sub {
    font-size: 13px;
  }
}

.el_ttl_lv2 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .el_ttl_lv2 {
    font-size: 20px;
  }
}

.el_ttl_lv2__centered {
  text-align: center;
}

.el_ttl_lv3 {
  font-size: 18px;
  font-weight: bold;
}

.el_subttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

.el_subttl i {
  color: #99CC00;
}

@media screen and (max-width: 1024px) {
  .el_subttl {
    font-size: 18px;
  }
}

.el_ttl_balloon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 3px solid #99CC00;
  font-size: 20px;
  font-weight: bold;
  padding: 0.75em 1.75em;
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .el_ttl_balloon {
    font-size: 18px;
  }
}

.el_ttl_balloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
  transform: translateX(-50%);
}

.el_ttl_balloon::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  border: 14px solid transparent;
  border-top: 14px solid #99CC00;
  z-index: 1;
  transform: translateX(-50%);
}

.el_btns {
  display: flex;
}

.el_btns__centered {
  justify-content: center;
}

.el_btn,
.el_btn__white,
.el_btn__outline {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD500;
  border: 2px solid transparent;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0.65em 1.5em 0.75em 1.5em;
  border-radius: 50px;
  transition: background-color 0.3s;
}

.el_btn:hover,
.el_btn__white:hover,
.el_btn__outline:hover {
  background-color: #E8B200;
  transition: background-color 0.3s;
}

@media screen and (max-width: 1024px) {
  .el_btn,
  .el_btn__white,
  .el_btn__outline {
    font-size: 14px;
  }
}

.el_btn__outline {
  background-color: transparent;
  border-color: #FFD500;
}

.el_btn__outline:hover {
  background-color: #FFD500;
}

.el_btn__white {
  background-color: #FFF;
  transition: opacity 0.3s;
}

.el_btn__white:hover {
  background-color: #FFF;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.el_btn_menu {
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border: 1px solid #FFD500;
  z-index: 3;
  border-radius: 50px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02), 2px 5px 4px rgba(0, 0, 0, 0.03), 4px 10px 14px rgba(0, 0, 0, 0.04), 6px 18px 25px rgba(0, 0, 0, 0.05), 8px 30px 35px rgba(0, 0, 0, 0.06);
}

.el_btn_menu:hover {
  background-color: #FFD500;
  transition: background-color 0.3s;
}

.el_btn_menu__lower {
  top: 12px;
}

.el_btn_menu__close {
  top: auto;
  bottom: 40px;
  z-index: 5;
}

.el_btn_menu_line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background-color: #000;
  margin: auto;
  border-radius: 4px;
}

.el_btn_menu_line:nth-of-type(1) {
  top: 15px;
}

.el_btn_menu__close .el_btn_menu_line:nth-of-type(1) {
  top: 13px;
  transform: translateY(10px) rotate(-315deg);
}

.el_btn_menu_line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.el_btn_menu__close .el_btn_menu_line:nth-of-type(2) {
  opacity: 0;
}

.el_btn_menu_line:nth-of-type(3) {
  bottom: 15px;
}

.el_btn_menu__close .el_btn_menu_line:nth-of-type(3) {
  bottom: 13px;
  transform: translateY(-10px) rotate(315deg);
}

@media screen and (max-width: 1200px) {
  .el_btn_menu {
    display: block;
  }
}

.el_icon__left {
  margin-right: 0.5em;
}

.el_icon__right {
  margin-left: 0.5em;
}

.el_tag {
  display: inline-flex;
  background-color: #FFD500;
  color: #2E2E2E;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0.75em 0.35em 0.75em;
  border-radius: 50px;
}

.el_tag__danger {
  background-color: #E33B3B;
  color: #FFF;
}

.el_tag__light {
  background-color: #CCC;
  color: #2E2E2E;
}

.el_tag__noComment {
  background-color: #F8F7E6;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}

.el_input {
  border: 1px solid #CCC;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  box-shadow: inset 0 0.03em 0.2em rgba(10, 10, 10, 0.1);
}

.el_input__fullWidth {
  width: 100%;
}

.el_textarea {
  border: 1px solid #CCC;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  box-shadow: inset 0 0.03em 0.2em rgba(10, 10, 10, 0.1);
}

.el_textarea__fullWidth {
  width: 100%;
}

.el_radioWrap {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.el_radio {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

.el_radio_label {
  font-weight: bold;
  padding: 0.5em 0.75em 0.5em 2em;
  border-radius: 4px;
}

.el_radio_label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.el_radio:checked + .el_radio_label::before {
  background-color: #FFD500;
}

.el_file_label {
  cursor: pointer;
  display: flex;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 2px;
  border-radius: 4px;
}

.el_file_label input[type=file] {
  display: none;
}

@media screen and (max-width: 500px) {
  .el_file_label {
    flex-direction: column;
    padding: 0;
  }
}

.el_file_btn {
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  font-size: 13px;
  font-weight: bold;
  padding: 0.75em 1em;
  border-radius: 4px;
}

@media screen and (max-width: 500px) {
  .el_file_btn {
    border-top: none;
    border-right: none;
    border-left: none;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
    text-align: center;
  }
}

.el_file_name {
  font-size: 14px;
  padding: 0.75em 0.75em;
}

.el_txt_caption {
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

.el_txt_link {
  color: #00E;
  text-decoration: underline;
}

.el_txt_link:hover {
  text-decoration: none;
}

.el_txt_center {
  text-align: center;
}

.gr_wrap {
  display: grid;
}

.gr__col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1024px) {
  .gr__col4_max1024 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 425px) {
  .gr__col2_max425 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.un_soon .bl_aside_splitWrap {
  margin-top: 0;
}

.un_soon_cont {
  margin-top: 40px;
  margin-bottom: 40px;
}

.un_soon_btn {
  margin-top: 64px;
}

.un_home_intro {
  font-size: 18px;
  color: #2E2E2E;
}

.un_home_intro .el_btns {
  margin-top: 24px;
}

.un_home_intro_txt {
  text-align: center;
}

.un_home_mv_catchWrap {
  margin-top: 64px;
  margin-bottom: auto;
}

@media screen and (max-width: 1024px) {
  .un_home_mv_catchWrap {
    margin-top: 48px;
    margin-bottom: 96px;
    padding-right: 48px;
    padding-left: 48px;
  }
}

.un_home_mv_catch {
  text-align: center;
}

.un_home_mv_lead {
  text-align: center;
  margin-top: 40px;
}

.un_home_mv_categoriesWrap,
.un_home_categoriesWrap {
  width: 100%;
  max-width: 1356px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.un_home_mv_categoriesWrap {
  margin-top: 88px;
}

.un_home_mv_categoriesWrap .gr_wrap {
  gap: 40px;
}

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

.un_home_categoriesWrap {
  padding-top: 32px;
}

.un_home_categoriesWrap .gr_wrap {
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .un_home_categoriesWrap {
    padding-top: 120px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .un_home_categoriesWrap .gr_wrap {
    justify-content: center;
    gap: 64px;
  }
}

@media screen and (max-width: 768px) {
  .un_home_categoriesWrap {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .un_home_categoriesWrap .gr_wrap {
    gap: 56px 32px;
  }
}

@media screen and (max-width: 425px) {
  .un_home_categoriesWrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.un_home_mv_category {
  display: flex;
  align-items: center;
  justify-content: center;
}

.un_home_category {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .un_home_category {
    max-width: 320px;
  }

  .un_home_category:nth-child(odd) {
    justify-self: end;
  }

  .un_home_category:nth-child(even) {
    justify-self: start;
  }
}

.un_home_category_img {
  display: none;
}

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

@media screen and (max-width: 425px) {
  .un_home_category_img {
    transform: scale(0.85);
  }
}

.un_home_category_detail {
  color: #2E2E2E;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media screen and (max-width: 1440px) {
  .un_home_category_detail br {
    display: none;
  }
}

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

  .un_home_category_detail br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .un_home_category_detail br {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .un_home_category_detail {
    margin-top: 8px;
  }
}

.un_home_category_btn {
  max-width: 260px;
  width: 100%;
  margin-top: auto;
}

@media screen and (max-width: 1440px) {
  .un_home_category_btn {
    font-size: 13px;
  }
}

.un_home_recentThread {
  background-color: #F8F7E6;
  margin-top: 300px;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .un_home_recentThread {
    margin-top: 0;
    padding-top: 96px;
  }
}

@media screen and (max-width: 425px) {
  .un_home_recentThread {
    padding-top: 56px;
  }
}

.un_home_recentCategory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  transform: translateY(-180px);
}

@media screen and (max-width: 1024px) {
  .un_home_recentCategory {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .un_home_recentCategory {
    grid-template-columns: 1fr;
    gap: 64px;
    transform: translateY(0);
  }
}

.un_home_recentCategory_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.un_home_recent_threadList {
  width: 100%;
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .un_home_recent_threadList {
    margin-top: 40px;
  }
}

.un_home_recent_intro {
  margin-top: -76px;
}

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

.un_home_about_detail {
  line-height: 2;
  margin-top: 40px;
}

.un_home_about_josei {
  border-top: 1px solid #CCC;
  font-size: 18px;
  color: #2E2E2E;
  margin-top: 96px;
  padding-top: 56px;
  padding-right: 56px;
  padding-left: 56px;
}

@media screen and (max-width: 1024px) {
  .un_home_about_josei {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .un_home_about_josei {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 425px) {
  .un_home_about_josei {
    margin-top: 56px;
    padding-top: 32px;
    padding-right: 0;
    padding-left: 0;
  }
}

.un_home_about_josei_img {
  display: block;
  max-width: 420px;
  margin: 0 auto;
}

.un_home_about_josei_txt {
  font-size: 16px;
  color: #2E2E2E;
  margin-top: 32px;
}

@media screen and (max-width: 1024px) {
  .un_home_about_josei_txt {
    font-size: 14px;
  }
}

.un_home_about_josei_link {
  font-size: 16px;
  color: #2E2E2E;
  margin-top: 8px;
}

@media screen and (max-width: 1024px) {
  .un_home_about_josei_link {
    font-size: 16px;
  }
}

.un_home_about_intro {
  margin-top: 64px;
}

.un_home_news {
  background-color: #F8F7E6;
  padding-top: 80px;
  padding-bottom: 80px;
}

.un_home_news .bl_box {
  padding: 32px;
}

.un_home_news .bl_dl {
  margin-top: 32px;
}

@media screen and (max-width: 425px) {
  .un_home_news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.un_about_btn {
  margin-top: 64px;
}

.un_thread_postBtn {
  margin-top: 32px;
}

.un_thread_box {
  margin-top: 16px;
}

.el_ttl_lv3 + .un_thread_box {
  margin-top: 8px;
}

.un_thread_comment {
  margin-top: 48px;
}

.un_thread_noComment {
  margin-top: 32px;
}

.un_thread_comment_create {
  margin-top: 56px;
}

.un_thread_comment_createBtn {
  margin-top: 8px;
}

@media screen and (max-width: 425px) {
  .un_threadListWrap {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 500px) {
  .un_thread_createBtn {
    position: fixed;
    bottom: 24px;
    right: 24px;
  }

  .un_thread_createBtn .el_btn {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02), 2px 5px 4px rgba(0, 0, 0, 0.03), 4px 10px 14px rgba(0, 0, 0, 0.04), 6px 18px 25px rgba(0, 0, 0, 0.05), 8px 30px 35px rgba(0, 0, 0, 0.06);
  }
}

.un_contact {
  margin-top: 24px;
}

.un_contact_btn {
  margin-top: 64px;
}

.un_pref {
  margin-bottom: 16px;
}

/*
* color
*/

.hp_colorMain {
  color: #99CC00 !important;
}

.hp_colorDanger {
  color: #E33B3B !important;
}

/*
* font
*/

.hp_fwBold {
  font-weight: bold !important;
}

.hp_fs80per {
  font-size: 0.8em !important;
}

.hp_fs120per {
  font-size: 1.2em !important;
}

/*
* margin
*/

.hp {
  /* margin top */
  /* margin right */
  /* margin bottom */
  /* margin left */
}

.hp_mt0p {
  margin-top: 0px !important;
}

.hp_mt5p {
  margin-top: 5px !important;
}

.hp_mt10p {
  margin-top: 10px !important;
}

.hp_mt15p {
  margin-top: 15px !important;
}

.hp_mt20p {
  margin-top: 20px !important;
}

.hp_mt25p {
  margin-top: 25px !important;
}

.hp_mt30p {
  margin-top: 30px !important;
}

.hp_mt35p {
  margin-top: 35px !important;
}

.hp_mt40p {
  margin-top: 40px !important;
}

.hp_mt45p {
  margin-top: 45px !important;
}

.hp_mt50p {
  margin-top: 50px !important;
}

.hp_mt55p {
  margin-top: 55px !important;
}

.hp_mt60p {
  margin-top: 60px !important;
}

.hp_mt65p {
  margin-top: 65px !important;
}

.hp_mt70p {
  margin-top: 70px !important;
}

.hp_mt100p {
  margin-top: 100px !important;
}

.hp_mr0p {
  margin-right: 0px !important;
}

.hp_mr5p {
  margin-right: 5px !important;
}

.hp_mr10p {
  margin-right: 10px !important;
}

.hp_mr15p {
  margin-right: 15px !important;
}

.hp_mr20p {
  margin-right: 20px !important;
}

.hp_mr25p {
  margin-right: 25px !important;
}

.hp_mr30p {
  margin-right: 30px !important;
}

.hp_mr35p {
  margin-right: 35px !important;
}

.hp_mr40p {
  margin-right: 40px !important;
}

.hp_mr45p {
  margin-right: 45px !important;
}

.hp_mr50p {
  margin-right: 50px !important;
}

.hp_mr55p {
  margin-right: 55px !important;
}

.hp_mr60p {
  margin-right: 60px !important;
}

.hp_mr65p {
  margin-right: 65px !important;
}

.hp_mr70p {
  margin-right: 70px !important;
}

.hp_mb0p {
  margin-bottom: 0px !important;
}

.hp_mb5p {
  margin-bottom: 5px !important;
}

.hp_mb10p {
  margin-bottom: 10px !important;
}

.hp_mb15p {
  margin-bottom: 15px !important;
}

.hp_mb20p {
  margin-bottom: 20px !important;
}

.hp_mb25p {
  margin-bottom: 25px !important;
}

.hp_mb30p {
  margin-bottom: 30px !important;
}

.hp_mb35p {
  margin-bottom: 35px !important;
}

.hp_mb40p {
  margin-bottom: 40px !important;
}

.hp_mb45p {
  margin-bottom: 45px !important;
}

.hp_mb50p {
  margin-bottom: 50px !important;
}

.hp_mb55p {
  margin-bottom: 55px !important;
}

.hp_mb60p {
  margin-bottom: 60px !important;
}

.hp_mb65p {
  margin-bottom: 65px !important;
}

.hp_mb70p {
  margin-bottom: 70px !important;
}

.hp_ml0p {
  margin-left: 0px !important;
}

.hp_ml5p {
  margin-left: 5px !important;
}

.hp_ml10p {
  margin-left: 10px !important;
}

.hp_ml15p {
  margin-left: 15px !important;
}

.hp_ml20p {
  margin-left: 20px !important;
}

.hp_ml25p {
  margin-left: 25px !important;
}

.hp_ml30p {
  margin-left: 30px !important;
}

.hp_ml35p {
  margin-left: 35px !important;
}

.hp_ml40p {
  margin-left: 40px !important;
}

.hp_ml45p {
  margin-left: 45px !important;
}

.hp_ml50p {
  margin-left: 50px !important;
}

.hp_ml55p {
  margin-left: 55px !important;
}

.hp_ml60p {
  margin-left: 60px !important;
}

.hp_ml65p {
  margin-left: 65px !important;
}

.hp_ml70p {
  margin-left: 70px !important;
}

/*
* padding
*/

.hp {
  /* padding top */
  /* padding right */
  /* padding bottom */
  /* padding left */
}

.hp_pt0p {
  padding-top: 0px !important;
}

.hp_pt5p {
  padding-top: 5px !important;
}

.hp_pt10p {
  padding-top: 10px !important;
}

.hp_pt15p {
  padding-top: 15px !important;
}

.hp_pt20p {
  padding-top: 20px !important;
}

.hp_pt25p {
  padding-top: 25px !important;
}

.hp_pt30p {
  padding-top: 30px !important;
}

.hp_pt35p {
  padding-top: 35px !important;
}

.hp_pt40p {
  padding-top: 40px !important;
}

.hp_pt45p {
  padding-top: 45px !important;
}

.hp_pt50p {
  padding-top: 50px !important;
}

.hp_pt55p {
  padding-top: 55px !important;
}

.hp_pt60p {
  padding-top: 60px !important;
}

.hp_pt65p {
  padding-top: 65px !important;
}

.hp_pt70p {
  padding-top: 70px !important;
}

.hp_pr0p {
  padding-right: 0px !important;
}

.hp_pr5p {
  padding-right: 5px !important;
}

.hp_pr10p {
  padding-right: 10px !important;
}

.hp_pr15p {
  padding-right: 15px !important;
}

.hp_pr20p {
  padding-right: 20px !important;
}

.hp_pr25p {
  padding-right: 25px !important;
}

.hp_pr30p {
  padding-right: 30px !important;
}

.hp_pr35p {
  padding-right: 35px !important;
}

.hp_pr40p {
  padding-right: 40px !important;
}

.hp_pr45p {
  padding-right: 45px !important;
}

.hp_pr50p {
  padding-right: 50px !important;
}

.hp_pr55p {
  padding-right: 55px !important;
}

.hp_pr60p {
  padding-right: 60px !important;
}

.hp_pr65p {
  padding-right: 65px !important;
}

.hp_pr70p {
  padding-right: 70px !important;
}

.hp_pb0p {
  padding-bottom: 0px !important;
}

.hp_pb5p {
  padding-bottom: 5px !important;
}

.hp_pb10p {
  padding-bottom: 10px !important;
}

.hp_pb15p {
  padding-bottom: 15px !important;
}

.hp_pb20p {
  padding-bottom: 20px !important;
}

.hp_pb25p {
  padding-bottom: 25px !important;
}

.hp_pb30p {
  padding-bottom: 30px !important;
}

.hp_pb35p {
  padding-bottom: 35px !important;
}

.hp_pb40p {
  padding-bottom: 40px !important;
}

.hp_pb45p {
  padding-bottom: 45px !important;
}

.hp_pb50p {
  padding-bottom: 50px !important;
}

.hp_pb55p {
  padding-bottom: 55px !important;
}

.hp_pb60p {
  padding-bottom: 60px !important;
}

.hp_pb65p {
  padding-bottom: 65px !important;
}

.hp_pb70p {
  padding-bottom: 70px !important;
}

.hp_pl0p {
  padding-left: 0px !important;
}

.hp_pl5p {
  padding-left: 5px !important;
}

.hp_pl10p {
  padding-left: 10px !important;
}

.hp_pl15p {
  padding-left: 15px !important;
}

.hp_pl20p {
  padding-left: 20px !important;
}

.hp_pl25p {
  padding-left: 25px !important;
}

.hp_pl30p {
  padding-left: 30px !important;
}

.hp_pl35p {
  padding-left: 35px !important;
}

.hp_pl40p {
  padding-left: 40px !important;
}

.hp_pl45p {
  padding-left: 45px !important;
}

.hp_pl50p {
  padding-left: 50px !important;
}

.hp_pl55p {
  padding-left: 55px !important;
}

.hp_pl60p {
  padding-left: 60px !important;
}

.hp_pl65p {
  padding-left: 65px !important;
}

.hp_pl70p {
  padding-left: 70px !important;
}

.hp_txtCenter {
  text-align: center !important;
}

.hp_txtLeft {
  text-align: left !important;
}

.hp_txtRight {
  text-align: right !important;
}

.hp_txtJust {
  text-align: justify !important;
}

/**
* Base
*/

/**
* Layout
*/

/**
* Block
*/

/**
* Element
*/

/**
* Original
*/

/**
* Unique
*/

/**
* Helper
*/

