@charset "UTF-8";
/*
CSSは「SCSS」で管理しているため、追加CSSは「customize.css」に記入すること！！！
*/
@font-face {}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  color: #353535;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

.ff_bass {
  font-family: "Noto Sans JP", sans-serif !important;
}

.body_inner {
  overflow-x: hidden;
}

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

figure {
  margin: 0;
}
figure figcaption {
  margin-top: 5px;
}

a:hover {
  color: #0d6efd;
  text-decoration: none;
}

button {
  outline: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button.btn {
  outline: none;
}
button.btn:focus {
  outline: none;
  box-shadow: none;
}

* {
  scroll-margin-top: 100px;
}
@media (max-width: 767px) {
  * {
    scroll-margin-top: 80px;
  }
}

body {
  background-color: transparent;
}

main {
  margin-top: 100px;
}
@media (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}

.container-fluid {
  max-width: 1050px;
}
.container-fluid.full_width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .block {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .block_middle {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .block_middle {
    margin-bottom: 40px;
  }
}

.row_wrap {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}

.row.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .row.sp_reverse {
    flex-direction: row-reverse;
  }
  .row.sp_column_reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

@media (max-width: 767px) and (max-width: 1025px) {
  .tab_only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media (min-width: 1001px) {
  .sp_only_header {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .pc_only_header {
    display: none !important;
  }
}

.roll {
  display: inline-block;
}
@media (min-width: 768px) {
  .roll {
    transition: 0.3s;
  }
  .roll:hover {
    opacity: 0.7;
  }
}

.text_link {
  color: #0d6efd;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .text_link {
    transition: 0.2s;
  }
  .text_link:hover {
    color: #0d6efd;
    text-decoration: none;
  }
}

.zoom_link .zoom_link_img_wrap {
  display: inline-block;
  overflow: hidden;
}
.zoom_link .zoom_link_img_wrap img {
  transition: 0.3s;
}
@media (min-width: 768px) {
  .zoom_link:hover .zoom_link_img_wrap img {
    transform: scale(1.2);
  }
}

.list_style_none {
  list-style: none;
  padding-left: 0;
}

.seo {
  position: absolute;
  top: 0;
  left: -10000000000px;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}

.text-primary {
  color: #16559b !important;
}

.text-secondary {
  color: #0d8502 !important;
}

.text-accent {
  color: #c90000 !important;
}

.text_red {
  color: #c90000 !important;
}

.text_inversion {
  color: #fff !important;
}

.text_base_color {
  color: #353535 !important;
}

.bg-primary {
  background-color: #16559b !important;
}

.bg-secondary {
  background-color: #0d8502 !important;
}

.bg-accent {
  background-color: #c90000 !important;
}

.bg_text_color {
  background-color: #353535 !important;
}

.bg_highlight {
  background-color: rgba(22, 85, 155, 0.05) !important;
}

.border-color-primary {
  border-color: #16559b !important;
}

.border-color-secondary {
  border-color: #0d8502 !important;
}

.border-color-accent {
  border-color: #c90000 !important;
}

.border_color_red {
  border-color: #c90000 !important;
}

.border_color_inversion {
  border-color: #fff !important;
}

.border_color_base_color {
  border-color: #353535 !important;
}

.fs_1h {
  font-size: 2.6rem !important;
}
@media (max-width: 767px) {
  .fs_1h {
    font-size: 2.2rem !important;
  }
}

.fs_2h {
  font-size: 2.4rem !important;
}
@media (max-width: 767px) {
  .fs_2h {
    font-size: 2rem !important;
  }
}

.fs_3h {
  font-size: 2rem !important;
}
@media (max-width: 767px) {
  .fs_3h {
    font-size: 1.8rem !important;
  }
}

.fs_4h {
  font-size: 1.8rem !important;
}
@media (max-width: 767px) {
  .fs_4h {
    font-size: 1.6rem !important;
  }
}

.fs_5 {
  font-size: 0.5rem !important;
}

.fs_10 {
  font-size: 1rem !important;
}

.fs_15 {
  font-size: 1.5rem !important;
}

.fs_20 {
  font-size: 2rem !important;
}

.fs_25 {
  font-size: 2.5rem !important;
}

.fs_30 {
  font-size: 3rem !important;
}

.fs_35 {
  font-size: 3.5rem !important;
}

.fs_40 {
  font-size: 4rem !important;
}

.fs_45 {
  font-size: 4.5rem !important;
}

.fs_50 {
  font-size: 5rem !important;
}

.fs_5_em {
  font-size: 0.5em !important;
}

.fs_10_em {
  font-size: 1em !important;
}

.fs_15_em {
  font-size: 1.5em !important;
}

.fs_20_em {
  font-size: 2em !important;
}

.fs_25_em {
  font-size: 2.5em !important;
}

.fs_30_em {
  font-size: 3em !important;
}

.fs_35_em {
  font-size: 3.5em !important;
}

.fs_40_em {
  font-size: 4em !important;
}

.fs_45_em {
  font-size: 4.5em !important;
}

.fs_50_em {
  font-size: 5em !important;
}

.fs_50_percent {
  font-size: 50% !important;
}

.fs_55_percent {
  font-size: 55% !important;
}

.fs_60_percent {
  font-size: 60% !important;
}

.fs_65_percent {
  font-size: 65% !important;
}

.fs_70_percent {
  font-size: 70% !important;
}

.fs_75_percent {
  font-size: 75% !important;
}

.fs_80_percent {
  font-size: 80% !important;
}

.fs_85_percent {
  font-size: 85% !important;
}

.fs_90_percent {
  font-size: 90% !important;
}

.fs_95_percent {
  font-size: 95% !important;
}

.fs_100_percent {
  font-size: 100% !important;
}

.fs_105_percent {
  font-size: 105% !important;
}

.fs_110_percent {
  font-size: 110% !important;
}

.fs_115_percent {
  font-size: 115% !important;
}

.fs_120_percent {
  font-size: 120% !important;
}

.fs_125_percent {
  font-size: 125% !important;
}

.fs_130_percent {
  font-size: 130% !important;
}

.fs_135_percent {
  font-size: 135% !important;
}

.fs_140_percent {
  font-size: 140% !important;
}

.fs_145_percent {
  font-size: 145% !important;
}

.fs_150_percent {
  font-size: 150% !important;
}

.fs_155_percent {
  font-size: 155% !important;
}

.fs_160_percent {
  font-size: 160% !important;
}

.fs_165_percent {
  font-size: 165% !important;
}

.fs_170_percent {
  font-size: 170% !important;
}

.fs_175_percent {
  font-size: 175% !important;
}

.fs_180_percent {
  font-size: 180% !important;
}

.fs_185_percent {
  font-size: 185% !important;
}

.fs_190_percent {
  font-size: 190% !important;
}

.fs_195_percent {
  font-size: 195% !important;
}

.fs_200_percent {
  font-size: 200% !important;
}

.fs_205_percent {
  font-size: 205% !important;
}

.fs_210_percent {
  font-size: 210% !important;
}

.fs_215_percent {
  font-size: 215% !important;
}

.fs_220_percent {
  font-size: 220% !important;
}

.fs_225_percent {
  font-size: 225% !important;
}

.fs_230_percent {
  font-size: 230% !important;
}

.fs_235_percent {
  font-size: 235% !important;
}

.fs_240_percent {
  font-size: 240% !important;
}

.fs_245_percent {
  font-size: 245% !important;
}

.fs_250_percent {
  font-size: 250% !important;
}

.fs_255_percent {
  font-size: 255% !important;
}

.fs_260_percent {
  font-size: 260% !important;
}

.fs_265_percent {
  font-size: 265% !important;
}

.fs_270_percent {
  font-size: 270% !important;
}

.fs_275_percent {
  font-size: 275% !important;
}

.fs_280_percent {
  font-size: 280% !important;
}

.fs_285_percent {
  font-size: 285% !important;
}

.fs_290_percent {
  font-size: 290% !important;
}

.fs_295_percent {
  font-size: 295% !important;
}

.fs_300_percent {
  font-size: 300% !important;
}

@media (max-width: 767px) {
  .sp_fs_5 {
    font-size: 0.5rem !important;
  }
  .sp_fs_10 {
    font-size: 1rem !important;
  }
  .sp_fs_15 {
    font-size: 1.5rem !important;
  }
  .sp_fs_20 {
    font-size: 2rem !important;
  }
  .sp_fs_25 {
    font-size: 2.5rem !important;
  }
  .sp_fs_30 {
    font-size: 3rem !important;
  }
  .sp_fs_35 {
    font-size: 3.5rem !important;
  }
  .sp_fs_40 {
    font-size: 4rem !important;
  }
  .sp_fs_45 {
    font-size: 4.5rem !important;
  }
  .sp_fs_50 {
    font-size: 5rem !important;
  }
  .sp_fs_5_em {
    font-size: 0.5em !important;
  }
  .sp_fs_10_em {
    font-size: 1em !important;
  }
  .sp_fs_15_em {
    font-size: 1.5em !important;
  }
  .sp_fs_20_em {
    font-size: 2em !important;
  }
  .sp_fs_25_em {
    font-size: 2.5em !important;
  }
  .sp_fs_30_em {
    font-size: 3em !important;
  }
  .sp_fs_35_em {
    font-size: 3.5em !important;
  }
  .sp_fs_40_em {
    font-size: 4em !important;
  }
  .sp_fs_45_em {
    font-size: 4.5em !important;
  }
  .sp_fs_50_em {
    font-size: 5em !important;
  }
  .sp_fs_50_percent {
    font-size: 50% !important;
  }
  .sp_fs_55_percent {
    font-size: 55% !important;
  }
  .sp_fs_60_percent {
    font-size: 60% !important;
  }
  .sp_fs_65_percent {
    font-size: 65% !important;
  }
  .sp_fs_70_percent {
    font-size: 70% !important;
  }
  .sp_fs_75_percent {
    font-size: 75% !important;
  }
  .sp_fs_80_percent {
    font-size: 80% !important;
  }
  .sp_fs_85_percent {
    font-size: 85% !important;
  }
  .sp_fs_90_percent {
    font-size: 90% !important;
  }
  .sp_fs_95_percent {
    font-size: 95% !important;
  }
  .sp_fs_100_percent {
    font-size: 100% !important;
  }
  .sp_fs_105_percent {
    font-size: 105% !important;
  }
  .sp_fs_110_percent {
    font-size: 110% !important;
  }
  .sp_fs_115_percent {
    font-size: 115% !important;
  }
  .sp_fs_120_percent {
    font-size: 120% !important;
  }
  .sp_fs_125_percent {
    font-size: 125% !important;
  }
  .sp_fs_130_percent {
    font-size: 130% !important;
  }
  .sp_fs_135_percent {
    font-size: 135% !important;
  }
  .sp_fs_140_percent {
    font-size: 140% !important;
  }
  .sp_fs_145_percent {
    font-size: 145% !important;
  }
  .sp_fs_150_percent {
    font-size: 150% !important;
  }
  .sp_fs_155_percent {
    font-size: 155% !important;
  }
  .sp_fs_160_percent {
    font-size: 160% !important;
  }
  .sp_fs_165_percent {
    font-size: 165% !important;
  }
  .sp_fs_170_percent {
    font-size: 170% !important;
  }
  .sp_fs_175_percent {
    font-size: 175% !important;
  }
  .sp_fs_180_percent {
    font-size: 180% !important;
  }
  .sp_fs_185_percent {
    font-size: 185% !important;
  }
  .sp_fs_190_percent {
    font-size: 190% !important;
  }
  .sp_fs_195_percent {
    font-size: 195% !important;
  }
  .sp_fs_200_percent {
    font-size: 200% !important;
  }
  .sp_fs_205_percent {
    font-size: 205% !important;
  }
  .sp_fs_210_percent {
    font-size: 210% !important;
  }
  .sp_fs_215_percent {
    font-size: 215% !important;
  }
  .sp_fs_220_percent {
    font-size: 220% !important;
  }
  .sp_fs_225_percent {
    font-size: 225% !important;
  }
  .sp_fs_230_percent {
    font-size: 230% !important;
  }
  .sp_fs_235_percent {
    font-size: 235% !important;
  }
  .sp_fs_240_percent {
    font-size: 240% !important;
  }
  .sp_fs_245_percent {
    font-size: 245% !important;
  }
  .sp_fs_250_percent {
    font-size: 250% !important;
  }
  .sp_fs_255_percent {
    font-size: 255% !important;
  }
  .sp_fs_260_percent {
    font-size: 260% !important;
  }
  .sp_fs_265_percent {
    font-size: 265% !important;
  }
  .sp_fs_270_percent {
    font-size: 270% !important;
  }
  .sp_fs_275_percent {
    font-size: 275% !important;
  }
  .sp_fs_280_percent {
    font-size: 280% !important;
  }
  .sp_fs_285_percent {
    font-size: 285% !important;
  }
  .sp_fs_290_percent {
    font-size: 290% !important;
  }
  .sp_fs_295_percent {
    font-size: 295% !important;
  }
  .sp_fs_300_percent {
    font-size: 300% !important;
  }
}
.m_auto {
  margin: auto !important;
}

.mx_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml_auto {
  margin-left: auto !important;
}

.mr_auto {
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .sp_m_auto {
    margin: auto !important;
  }
  .sp_mx_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sp_ml_auto {
    margin-left: auto !important;
  }
  .sp_mr_auto {
    margin-right: auto !important;
  }
}
.m_0 {
  margin: 0px !important;
}

.m_5 {
  margin: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m_0_em {
  margin: 0em !important;
}

.m_5_em {
  margin: 0.5em !important;
}

.m_10_em {
  margin: 1em !important;
}

.m_15_em {
  margin: 1.5em !important;
}

.m_20_em {
  margin: 2em !important;
}

.m_25_em {
  margin: 2.5em !important;
}

.m_30_em {
  margin: 3em !important;
}

.m_35_em {
  margin: 3.5em !important;
}

.m_40_em {
  margin: 4em !important;
}

.m_45_em {
  margin: 4.5em !important;
}

.m_50_em {
  margin: 5em !important;
}

.my_0_em {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

.my_5_em {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.my_10_em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.my_15_em {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.my_20_em {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.my_25_em {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.my_30_em {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.my_35_em {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

.my_40_em {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.my_45_em {
  margin-top: 4.5em !important;
  margin-bottom: 4.5em !important;
}

.my_50_em {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.mx_0_em {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

.mx_5_em {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.mx_10_em {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.mx_15_em {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.mx_20_em {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.mx_25_em {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}

.mx_30_em {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.mx_35_em {
  margin-left: 3.5em !important;
  margin-right: 3.5em !important;
}

.mx_40_em {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.mx_45_em {
  margin-left: 4.5em !important;
  margin-right: 4.5em !important;
}

.mx_50_em {
  margin-left: 5em !important;
  margin-right: 5em !important;
}

.mt_0_em {
  margin-top: 0em !important;
}

.mt_5_em {
  margin-top: 0.5em !important;
}

.mt_10_em {
  margin-top: 1em !important;
}

.mt_15_em {
  margin-top: 1.5em !important;
}

.mt_20_em {
  margin-top: 2em !important;
}

.mt_25_em {
  margin-top: 2.5em !important;
}

.mt_30_em {
  margin-top: 3em !important;
}

.mt_35_em {
  margin-top: 3.5em !important;
}

.mt_40_em {
  margin-top: 4em !important;
}

.mt_45_em {
  margin-top: 4.5em !important;
}

.mt_50_em {
  margin-top: 5em !important;
}

.mb_0_em {
  margin-bottom: 0em !important;
}

.mb_5_em {
  margin-bottom: 0.5em !important;
}

.mb_10_em {
  margin-bottom: 1em !important;
}

.mb_15_em {
  margin-bottom: 1.5em !important;
}

.mb_20_em {
  margin-bottom: 2em !important;
}

.mb_25_em {
  margin-bottom: 2.5em !important;
}

.mb_30_em {
  margin-bottom: 3em !important;
}

.mb_35_em {
  margin-bottom: 3.5em !important;
}

.mb_40_em {
  margin-bottom: 4em !important;
}

.mb_45_em {
  margin-bottom: 4.5em !important;
}

.mb_50_em {
  margin-bottom: 5em !important;
}

.ml_0_em {
  margin-left: 0em !important;
}

.ml_5_em {
  margin-left: 0.5em !important;
}

.ml_10_em {
  margin-left: 1em !important;
}

.ml_15_em {
  margin-left: 1.5em !important;
}

.ml_20_em {
  margin-left: 2em !important;
}

.ml_25_em {
  margin-left: 2.5em !important;
}

.ml_30_em {
  margin-left: 3em !important;
}

.ml_35_em {
  margin-left: 3.5em !important;
}

.ml_40_em {
  margin-left: 4em !important;
}

.ml_45_em {
  margin-left: 4.5em !important;
}

.ml_50_em {
  margin-left: 5em !important;
}

.mr_0_em {
  margin-right: 0em !important;
}

.mr_5_em {
  margin-right: 0.5em !important;
}

.mr_10_em {
  margin-right: 1em !important;
}

.mr_15_em {
  margin-right: 1.5em !important;
}

.mr_20_em {
  margin-right: 2em !important;
}

.mr_25_em {
  margin-right: 2.5em !important;
}

.mr_30_em {
  margin-right: 3em !important;
}

.mr_35_em {
  margin-right: 3.5em !important;
}

.mr_40_em {
  margin-right: 4em !important;
}

.mr_45_em {
  margin-right: 4.5em !important;
}

.mr_50_em {
  margin-right: 5em !important;
}

@media (max-width: 767px) {
  .sp_m_0 {
    margin: 0px !important;
  }
  .sp_m_5 {
    margin: 5px !important;
  }
  .sp_m_10 {
    margin: 10px !important;
  }
  .sp_m_15 {
    margin: 15px !important;
  }
  .sp_m_20 {
    margin: 20px !important;
  }
  .sp_m_25 {
    margin: 25px !important;
  }
  .sp_m_30 {
    margin: 30px !important;
  }
  .sp_m_35 {
    margin: 35px !important;
  }
  .sp_m_40 {
    margin: 40px !important;
  }
  .sp_m_45 {
    margin: 45px !important;
  }
  .sp_m_50 {
    margin: 50px !important;
  }
  .sp_my_0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sp_my_5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .sp_my_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .sp_my_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .sp_my_20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sp_my_25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .sp_my_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sp_my_35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .sp_my_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp_my_45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .sp_my_50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .sp_mx_0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sp_mx_5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .sp_mx_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sp_mx_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .sp_mx_20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sp_mx_25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .sp_mx_30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .sp_mx_35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .sp_mx_40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sp_mx_45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .sp_mx_50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .sp_mt_0 {
    margin-top: 0px !important;
  }
  .sp_mt_5 {
    margin-top: 5px !important;
  }
  .sp_mt_10 {
    margin-top: 10px !important;
  }
  .sp_mt_15 {
    margin-top: 15px !important;
  }
  .sp_mt_20 {
    margin-top: 20px !important;
  }
  .sp_mt_25 {
    margin-top: 25px !important;
  }
  .sp_mt_30 {
    margin-top: 30px !important;
  }
  .sp_mt_35 {
    margin-top: 35px !important;
  }
  .sp_mt_40 {
    margin-top: 40px !important;
  }
  .sp_mt_45 {
    margin-top: 45px !important;
  }
  .sp_mt_50 {
    margin-top: 50px !important;
  }
  .sp_mb_0 {
    margin-bottom: 0px !important;
  }
  .sp_mb_5 {
    margin-bottom: 5px !important;
  }
  .sp_mb_10 {
    margin-bottom: 10px !important;
  }
  .sp_mb_15 {
    margin-bottom: 15px !important;
  }
  .sp_mb_20 {
    margin-bottom: 20px !important;
  }
  .sp_mb_25 {
    margin-bottom: 25px !important;
  }
  .sp_mb_30 {
    margin-bottom: 30px !important;
  }
  .sp_mb_35 {
    margin-bottom: 35px !important;
  }
  .sp_mb_40 {
    margin-bottom: 40px !important;
  }
  .sp_mb_45 {
    margin-bottom: 45px !important;
  }
  .sp_mb_50 {
    margin-bottom: 50px !important;
  }
  .sp_ml_0 {
    margin-left: 0px !important;
  }
  .sp_ml_5 {
    margin-left: 5px !important;
  }
  .sp_ml_10 {
    margin-left: 10px !important;
  }
  .sp_ml_15 {
    margin-left: 15px !important;
  }
  .sp_ml_20 {
    margin-left: 20px !important;
  }
  .sp_ml_25 {
    margin-left: 25px !important;
  }
  .sp_ml_30 {
    margin-left: 30px !important;
  }
  .sp_ml_35 {
    margin-left: 35px !important;
  }
  .sp_ml_40 {
    margin-left: 40px !important;
  }
  .sp_ml_45 {
    margin-left: 45px !important;
  }
  .sp_ml_50 {
    margin-left: 50px !important;
  }
  .sp_mr_0 {
    margin-right: 0px !important;
  }
  .sp_mr_5 {
    margin-right: 5px !important;
  }
  .sp_mr_10 {
    margin-right: 10px !important;
  }
  .sp_mr_15 {
    margin-right: 15px !important;
  }
  .sp_mr_20 {
    margin-right: 20px !important;
  }
  .sp_mr_25 {
    margin-right: 25px !important;
  }
  .sp_mr_30 {
    margin-right: 30px !important;
  }
  .sp_mr_35 {
    margin-right: 35px !important;
  }
  .sp_mr_40 {
    margin-right: 40px !important;
  }
  .sp_mr_45 {
    margin-right: 45px !important;
  }
  .sp_mr_50 {
    margin-right: 50px !important;
  }
  .sp_m_0_em {
    margin: 0em !important;
  }
  .sp_m_5_em {
    margin: 0.5em !important;
  }
  .sp_m_10_em {
    margin: 1em !important;
  }
  .sp_m_15_em {
    margin: 1.5em !important;
  }
  .sp_m_20_em {
    margin: 2em !important;
  }
  .sp_m_25_em {
    margin: 2.5em !important;
  }
  .sp_m_30_em {
    margin: 3em !important;
  }
  .sp_m_35_em {
    margin: 3.5em !important;
  }
  .sp_m_40_em {
    margin: 4em !important;
  }
  .sp_m_45_em {
    margin: 4.5em !important;
  }
  .sp_m_50_em {
    margin: 5em !important;
  }
  .sp_my_0_em {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .sp_my_5_em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .sp_my_10_em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .sp_my_15_em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .sp_my_20_em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .sp_my_25_em {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .sp_my_30_em {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .sp_my_35_em {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .sp_my_40_em {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .sp_my_45_em {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .sp_my_50_em {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .sp_mx_0_em {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .sp_mx_5_em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .sp_mx_10_em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .sp_mx_15_em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .sp_mx_20_em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .sp_mx_25_em {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important;
  }
  .sp_mx_30_em {
    margin-left: 3em !important;
    margin-right: 3em !important;
  }
  .sp_mx_35_em {
    margin-left: 3.5em !important;
    margin-right: 3.5em !important;
  }
  .sp_mx_40_em {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }
  .sp_mx_45_em {
    margin-left: 4.5em !important;
    margin-right: 4.5em !important;
  }
  .sp_mx_50_em {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .sp_mt_0_em {
    margin-top: 0em !important;
  }
  .sp_mt_5_em {
    margin-top: 0.5em !important;
  }
  .sp_mt_10_em {
    margin-top: 1em !important;
  }
  .sp_mt_15_em {
    margin-top: 1.5em !important;
  }
  .sp_mt_20_em {
    margin-top: 2em !important;
  }
  .sp_mt_25_em {
    margin-top: 2.5em !important;
  }
  .sp_mt_30_em {
    margin-top: 3em !important;
  }
  .sp_mt_35_em {
    margin-top: 3.5em !important;
  }
  .sp_mt_40_em {
    margin-top: 4em !important;
  }
  .sp_mt_45_em {
    margin-top: 4.5em !important;
  }
  .sp_mt_50_em {
    margin-top: 5em !important;
  }
  .sp_mb_0_em {
    margin-bottom: 0em !important;
  }
  .sp_mb_5_em {
    margin-bottom: 0.5em !important;
  }
  .sp_mb_10_em {
    margin-bottom: 1em !important;
  }
  .sp_mb_15_em {
    margin-bottom: 1.5em !important;
  }
  .sp_mb_20_em {
    margin-bottom: 2em !important;
  }
  .sp_mb_25_em {
    margin-bottom: 2.5em !important;
  }
  .sp_mb_30_em {
    margin-bottom: 3em !important;
  }
  .sp_mb_35_em {
    margin-bottom: 3.5em !important;
  }
  .sp_mb_40_em {
    margin-bottom: 4em !important;
  }
  .sp_mb_45_em {
    margin-bottom: 4.5em !important;
  }
  .sp_mb_50_em {
    margin-bottom: 5em !important;
  }
  .sp_ml_0_em {
    margin-left: 0em !important;
  }
  .sp_ml_5_em {
    margin-left: 0.5em !important;
  }
  .sp_ml_10_em {
    margin-left: 1em !important;
  }
  .sp_ml_15_em {
    margin-left: 1.5em !important;
  }
  .sp_ml_20_em {
    margin-left: 2em !important;
  }
  .sp_ml_25_em {
    margin-left: 2.5em !important;
  }
  .sp_ml_30_em {
    margin-left: 3em !important;
  }
  .sp_ml_35_em {
    margin-left: 3.5em !important;
  }
  .sp_ml_40_em {
    margin-left: 4em !important;
  }
  .sp_ml_45_em {
    margin-left: 4.5em !important;
  }
  .sp_ml_50_em {
    margin-left: 5em !important;
  }
  .sp_mr_0_em {
    margin-right: 0em !important;
  }
  .sp_mr_5_em {
    margin-right: 0.5em !important;
  }
  .sp_mr_10_em {
    margin-right: 1em !important;
  }
  .sp_mr_15_em {
    margin-right: 1.5em !important;
  }
  .sp_mr_20_em {
    margin-right: 2em !important;
  }
  .sp_mr_25_em {
    margin-right: 2.5em !important;
  }
  .sp_mr_30_em {
    margin-right: 3em !important;
  }
  .sp_mr_35_em {
    margin-right: 3.5em !important;
  }
  .sp_mr_40_em {
    margin-right: 4em !important;
  }
  .sp_mr_45_em {
    margin-right: 4.5em !important;
  }
  .sp_mr_50_em {
    margin-right: 5em !important;
  }
}
.p_0 {
  padding: 0px !important;
}

.p_5 {
  padding: 5px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_25 {
  padding: 25px !important;
}

.p_30 {
  padding: 30px !important;
}

.p_35 {
  padding: 35px !important;
}

.p_40 {
  padding: 40px !important;
}

.p_45 {
  padding: 45px !important;
}

.p_50 {
  padding: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p_0_em {
  padding: 0em !important;
}

.p_5_em {
  padding: 0.5em !important;
}

.p_10_em {
  padding: 1em !important;
}

.p_15_em {
  padding: 1.5em !important;
}

.p_20_em {
  padding: 2em !important;
}

.p_25_em {
  padding: 2.5em !important;
}

.p_30_em {
  padding: 3em !important;
}

.p_35_em {
  padding: 3.5em !important;
}

.p_40_em {
  padding: 4em !important;
}

.p_45_em {
  padding: 4.5em !important;
}

.p_50_em {
  padding: 5em !important;
}

.py_0_em {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.py_5_em {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.py_10_em {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.py_15_em {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.py_20_em {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.py_25_em {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.py_30_em {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.py_35_em {
  padding-top: 3.5em !important;
  padding-bottom: 3.5em !important;
}

.py_40_em {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.py_45_em {
  padding-top: 4.5em !important;
  padding-bottom: 4.5em !important;
}

.py_50_em {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.px_0_em {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.px_5_em {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.px_10_em {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.px_15_em {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.px_20_em {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.px_25_em {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}

.px_30_em {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.px_35_em {
  padding-left: 3.5em !important;
  padding-right: 3.5em !important;
}

.px_40_em {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.px_45_em {
  padding-left: 4.5em !important;
  padding-right: 4.5em !important;
}

.px_50_em {
  padding-left: 5em !important;
  padding-right: 5em !important;
}

.pt_0_em {
  padding-top: 0em !important;
}

.pt_5_em {
  padding-top: 0.5em !important;
}

.pt_10_em {
  padding-top: 1em !important;
}

.pt_15_em {
  padding-top: 1.5em !important;
}

.pt_20_em {
  padding-top: 2em !important;
}

.pt_25_em {
  padding-top: 2.5em !important;
}

.pt_30_em {
  padding-top: 3em !important;
}

.pt_35_em {
  padding-top: 3.5em !important;
}

.pt_40_em {
  padding-top: 4em !important;
}

.pt_45_em {
  padding-top: 4.5em !important;
}

.pt_50_em {
  padding-top: 5em !important;
}

.pb_0_em {
  padding-bottom: 0em !important;
}

.pb_5_em {
  padding-bottom: 0.5em !important;
}

.pb_10_em {
  padding-bottom: 1em !important;
}

.pb_15_em {
  padding-bottom: 1.5em !important;
}

.pb_20_em {
  padding-bottom: 2em !important;
}

.pb_25_em {
  padding-bottom: 2.5em !important;
}

.pb_30_em {
  padding-bottom: 3em !important;
}

.pb_35_em {
  padding-bottom: 3.5em !important;
}

.pb_40_em {
  padding-bottom: 4em !important;
}

.pb_45_em {
  padding-bottom: 4.5em !important;
}

.pb_50_em {
  padding-bottom: 5em !important;
}

.pl_0_em {
  padding-left: 0em !important;
}

.pl_5_em {
  padding-left: 0.5em !important;
}

.pl_10_em {
  padding-left: 1em !important;
}

.pl_15_em {
  padding-left: 1.5em !important;
}

.pl_20_em {
  padding-left: 2em !important;
}

.pl_25_em {
  padding-left: 2.5em !important;
}

.pl_30_em {
  padding-left: 3em !important;
}

.pl_35_em {
  padding-left: 3.5em !important;
}

.pl_40_em {
  padding-left: 4em !important;
}

.pl_45_em {
  padding-left: 4.5em !important;
}

.pl_50_em {
  padding-left: 5em !important;
}

.pr_0_em {
  padding-right: 0em !important;
}

.pr_5_em {
  padding-right: 0.5em !important;
}

.pr_10_em {
  padding-right: 1em !important;
}

.pr_15_em {
  padding-right: 1.5em !important;
}

.pr_20_em {
  padding-right: 2em !important;
}

.pr_25_em {
  padding-right: 2.5em !important;
}

.pr_30_em {
  padding-right: 3em !important;
}

.pr_35_em {
  padding-right: 3.5em !important;
}

.pr_40_em {
  padding-right: 4em !important;
}

.pr_45_em {
  padding-right: 4.5em !important;
}

.pr_50_em {
  padding-right: 5em !important;
}

@media (max-width: 767px) {
  .sp_p_0 {
    padding: 0px !important;
  }
  .sp_p_5 {
    padding: 5px !important;
  }
  .sp_p_10 {
    padding: 10px !important;
  }
  .sp_p_15 {
    padding: 15px !important;
  }
  .sp_p_20 {
    padding: 20px !important;
  }
  .sp_p_25 {
    padding: 25px !important;
  }
  .sp_p_30 {
    padding: 30px !important;
  }
  .sp_p_35 {
    padding: 35px !important;
  }
  .sp_p_40 {
    padding: 40px !important;
  }
  .sp_p_45 {
    padding: 45px !important;
  }
  .sp_p_50 {
    padding: 50px !important;
  }
  .sp_py_0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sp_py_5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sp_py_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sp_py_15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sp_py_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sp_py_25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sp_py_30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sp_py_35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sp_py_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp_py_45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sp_py_50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sp_px_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sp_px_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sp_px_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sp_px_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sp_px_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sp_px_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .sp_px_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sp_px_35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sp_px_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sp_px_45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sp_px_50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sp_pt_0 {
    padding-top: 0px !important;
  }
  .sp_pt_5 {
    padding-top: 5px !important;
  }
  .sp_pt_10 {
    padding-top: 10px !important;
  }
  .sp_pt_15 {
    padding-top: 15px !important;
  }
  .sp_pt_20 {
    padding-top: 20px !important;
  }
  .sp_pt_25 {
    padding-top: 25px !important;
  }
  .sp_pt_30 {
    padding-top: 30px !important;
  }
  .sp_pt_35 {
    padding-top: 35px !important;
  }
  .sp_pt_40 {
    padding-top: 40px !important;
  }
  .sp_pt_45 {
    padding-top: 45px !important;
  }
  .sp_pt_50 {
    padding-top: 50px !important;
  }
  .sp_pb_0 {
    padding-bottom: 0px !important;
  }
  .sp_pb_5 {
    padding-bottom: 5px !important;
  }
  .sp_pb_10 {
    padding-bottom: 10px !important;
  }
  .sp_pb_15 {
    padding-bottom: 15px !important;
  }
  .sp_pb_20 {
    padding-bottom: 20px !important;
  }
  .sp_pb_25 {
    padding-bottom: 25px !important;
  }
  .sp_pb_30 {
    padding-bottom: 30px !important;
  }
  .sp_pb_35 {
    padding-bottom: 35px !important;
  }
  .sp_pb_40 {
    padding-bottom: 40px !important;
  }
  .sp_pb_45 {
    padding-bottom: 45px !important;
  }
  .sp_pb_50 {
    padding-bottom: 50px !important;
  }
  .sp_pl_0 {
    padding-left: 0px !important;
  }
  .sp_pl_5 {
    padding-left: 5px !important;
  }
  .sp_pl_10 {
    padding-left: 10px !important;
  }
  .sp_pl_15 {
    padding-left: 15px !important;
  }
  .sp_pl_20 {
    padding-left: 20px !important;
  }
  .sp_pl_25 {
    padding-left: 25px !important;
  }
  .sp_pl_30 {
    padding-left: 30px !important;
  }
  .sp_pl_35 {
    padding-left: 35px !important;
  }
  .sp_pl_40 {
    padding-left: 40px !important;
  }
  .sp_pl_45 {
    padding-left: 45px !important;
  }
  .sp_pl_50 {
    padding-left: 50px !important;
  }
  .sp_pr_0 {
    padding-right: 0px !important;
  }
  .sp_pr_5 {
    padding-right: 5px !important;
  }
  .sp_pr_10 {
    padding-right: 10px !important;
  }
  .sp_pr_15 {
    padding-right: 15px !important;
  }
  .sp_pr_20 {
    padding-right: 20px !important;
  }
  .sp_pr_25 {
    padding-right: 25px !important;
  }
  .sp_pr_30 {
    padding-right: 30px !important;
  }
  .sp_pr_35 {
    padding-right: 35px !important;
  }
  .sp_pr_40 {
    padding-right: 40px !important;
  }
  .sp_pr_45 {
    padding-right: 45px !important;
  }
  .sp_pr_50 {
    padding-right: 50px !important;
  }
  .sp_p_0_em {
    padding: 0em !important;
  }
  .sp_p_5_em {
    padding: 0.5em !important;
  }
  .sp_p_10_em {
    padding: 1em !important;
  }
  .sp_p_15_em {
    padding: 1.5em !important;
  }
  .sp_p_20_em {
    padding: 2em !important;
  }
  .sp_p_25_em {
    padding: 2.5em !important;
  }
  .sp_p_30_em {
    padding: 3em !important;
  }
  .sp_p_35_em {
    padding: 3.5em !important;
  }
  .sp_p_40_em {
    padding: 4em !important;
  }
  .sp_p_45_em {
    padding: 4.5em !important;
  }
  .sp_p_50_em {
    padding: 5em !important;
  }
  .sp_py_0_em {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .sp_py_5_em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .sp_py_10_em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .sp_py_15_em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .sp_py_20_em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .sp_py_25_em {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .sp_py_30_em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .sp_py_35_em {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .sp_py_40_em {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .sp_py_45_em {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .sp_py_50_em {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .sp_px_0_em {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .sp_px_5_em {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .sp_px_10_em {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .sp_px_15_em {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  .sp_px_20_em {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .sp_px_25_em {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }
  .sp_px_30_em {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .sp_px_35_em {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
  }
  .sp_px_40_em {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
  .sp_px_45_em {
    padding-left: 4.5em !important;
    padding-right: 4.5em !important;
  }
  .sp_px_50_em {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .sp_pt_0_em {
    padding-top: 0em !important;
  }
  .sp_pt_5_em {
    padding-top: 0.5em !important;
  }
  .sp_pt_10_em {
    padding-top: 1em !important;
  }
  .sp_pt_15_em {
    padding-top: 1.5em !important;
  }
  .sp_pt_20_em {
    padding-top: 2em !important;
  }
  .sp_pt_25_em {
    padding-top: 2.5em !important;
  }
  .sp_pt_30_em {
    padding-top: 3em !important;
  }
  .sp_pt_35_em {
    padding-top: 3.5em !important;
  }
  .sp_pt_40_em {
    padding-top: 4em !important;
  }
  .sp_pt_45_em {
    padding-top: 4.5em !important;
  }
  .sp_pt_50_em {
    padding-top: 5em !important;
  }
  .sp_pb_0_em {
    padding-bottom: 0em !important;
  }
  .sp_pb_5_em {
    padding-bottom: 0.5em !important;
  }
  .sp_pb_10_em {
    padding-bottom: 1em !important;
  }
  .sp_pb_15_em {
    padding-bottom: 1.5em !important;
  }
  .sp_pb_20_em {
    padding-bottom: 2em !important;
  }
  .sp_pb_25_em {
    padding-bottom: 2.5em !important;
  }
  .sp_pb_30_em {
    padding-bottom: 3em !important;
  }
  .sp_pb_35_em {
    padding-bottom: 3.5em !important;
  }
  .sp_pb_40_em {
    padding-bottom: 4em !important;
  }
  .sp_pb_45_em {
    padding-bottom: 4.5em !important;
  }
  .sp_pb_50_em {
    padding-bottom: 5em !important;
  }
  .sp_pl_0_em {
    padding-left: 0em !important;
  }
  .sp_pl_5_em {
    padding-left: 0.5em !important;
  }
  .sp_pl_10_em {
    padding-left: 1em !important;
  }
  .sp_pl_15_em {
    padding-left: 1.5em !important;
  }
  .sp_pl_20_em {
    padding-left: 2em !important;
  }
  .sp_pl_25_em {
    padding-left: 2.5em !important;
  }
  .sp_pl_30_em {
    padding-left: 3em !important;
  }
  .sp_pl_35_em {
    padding-left: 3.5em !important;
  }
  .sp_pl_40_em {
    padding-left: 4em !important;
  }
  .sp_pl_45_em {
    padding-left: 4.5em !important;
  }
  .sp_pl_50_em {
    padding-left: 5em !important;
  }
  .sp_pr_0_em {
    padding-right: 0em !important;
  }
  .sp_pr_5_em {
    padding-right: 0.5em !important;
  }
  .sp_pr_10_em {
    padding-right: 1em !important;
  }
  .sp_pr_15_em {
    padding-right: 1.5em !important;
  }
  .sp_pr_20_em {
    padding-right: 2em !important;
  }
  .sp_pr_25_em {
    padding-right: 2.5em !important;
  }
  .sp_pr_30_em {
    padding-right: 3em !important;
  }
  .sp_pr_35_em {
    padding-right: 3.5em !important;
  }
  .sp_pr_40_em {
    padding-right: 4em !important;
  }
  .sp_pr_45_em {
    padding-right: 4.5em !important;
  }
  .sp_pr_50_em {
    padding-right: 5em !important;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.breadcrumbs_wrap {
  margin-bottom: 50px;
  padding: 5px 0;
}
.breadcrumbs_wrap .breadcrumbs span[property=itemListElement] {
  padding: 0 5px;
}
.breadcrumbs_wrap .breadcrumbs a {
  color: #0d6efd;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .breadcrumbs_wrap .breadcrumbs a {
    transition: 0.2s;
  }
  .breadcrumbs_wrap .breadcrumbs a:hover {
    color: #0d6efd;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .breadcrumbs_wrap {
    margin-bottom: 30px;
  }
}

.wp_pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}
.wp_pagination h2 {
  margin: 0;
  padding: 0;
}
.wp_pagination a {
  color: inherit;
  text-decoration: none;
}
.wp_pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wp_pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 2.5px;
  padding: 2.5px;
  border: solid 1px #ccc;
  border-radius: 5px;
  transition: 0.2s;
}
.wp_pagination .page-numbers:hover:not(.dots), .wp_pagination .page-numbers.current {
  color: #fff;
  background-color: #16559b;
  border-color: #16559b;
}
@media (max-width: 767px) {
  .wp_pagination {
    margin-top: 35px;
  }
}

.main_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16559b;
}
.main_slider .swiper-button-prev::after,
.main_slider .swiper-button-next::after {
  color: #fff;
}

.main_slider_type_thumbs {
  overflow: hidden;
}
.main_slider_type_thumbs .swiper-slide {
  background-color: #000;
}
.main_slider_type_thumbs .swiper-slide img {
  opacity: 0.2;
  transition: 0.3s;
}
.main_slider_type_thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
@media (min-width: 768px) {
  .main_slider_type_thumbs .swiper-slide:hover {
    cursor: pointer;
  }
  .main_slider_type_thumbs .swiper-slide:hover img {
    opacity: 1;
  }
}

.main_slider {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1921px) {
  .main_slider {
    max-width: none;
  }
  .main_slider .swiper-slide {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .main_slider .swiper-slide img {
    display: none;
  }
}
@media (min-width: 768px) {
  .main_slider.height_lock {
    height: 600px;
  }
  .main_slider.height_lock .swiper-slide {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .main_slider.height_lock .swiper-slide img {
    display: none;
  }
}
@media (max-width: 767px) {
  .main_slider {
    max-height: none;
  }
}
.main_slider.pagination_frame_out {
  padding-bottom: 40px;
  max-height: none;
  box-sizing: content-box;
}

.table_1 {
  border-color: rgba(53, 53, 53, 0.8);
}
.table_1 th {
  color: #fff;
  background-color: rgba(22, 85, 155, 0.9);
}
@media (max-width: 767px) {
  .table_1.table_sp_stack th,
.table_1.table_sp_stack td {
    display: block;
    width: 100% !important;
  }
}

.table_2 th {
  padding: 10px 1em 10px 0;
  border-right: solid 1px #353535;
}
.table_2 td {
  padding: 10px 0 10px 1em;
}

.table_3 {
  border-spacing: 0px 15px;
  border-collapse: separate;
}
.table_3 th {
  padding: 10px;
  color: #fff;
  background-color: rgba(22, 85, 155, 0.9);
  position: relative;
}
.table_3 th::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  height: 0;
  width: 0;
  border: solid 10px transparent;
  border-left-color: rgba(22, 85, 155, 0.9);
}
.table_3 td {
  padding: 10px;
  padding-left: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .table_3.table_sp_stack th,
.table_3.table_sp_stack td {
    display: block;
    width: 100% !important;
  }
  .table_3.table_sp_stack th::after {
    left: 50%;
    top: 100%;
    margin-top: 0;
    margin-left: -10px;
    border: solid 10px transparent;
    border-top-color: rgba(22, 85, 155, 0.9);
  }
  .table_3.table_sp_stack td {
    padding: 10px;
    padding-top: 20px;
  }
}

.scroll_trigger .animated, .scroll_trigger.animated {
  opacity: 0;
  transform: translateY(50px);
}
.scroll_trigger .animated.animated_top, .scroll_trigger.animated.animated_top {
  transform: translateY(-50px);
}
.scroll_trigger .animated.animated_bottom, .scroll_trigger.animated.animated_bottom {
  transform: translateY(50px);
}
.scroll_trigger .animated.animated_left, .scroll_trigger.animated.animated_left {
  transform: translateX(-50px);
}
.scroll_trigger .animated.animated_right, .scroll_trigger.animated.animated_right {
  transform: translateX(50px);
}
.scroll_trigger.animateIn .animated, .scroll_trigger.animateIn.animated {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}
.scroll_trigger.animateIn.done .animated_done, .scroll_trigger.animateIn.done.animated_done {
  transform: rotate(180deg);
}

.animated_delay_0 {
  transition-delay: 0s !important;
}

.animated_delay_custom_0 {
  transition-delay: 0s !important;
}

.animated_delay_1 {
  transition-delay: 0.1s !important;
}

.animated_delay_custom_1 {
  transition-delay: 0.3s !important;
}

.animated_delay_2 {
  transition-delay: 0.2s !important;
}

.animated_delay_custom_2 {
  transition-delay: 0.6s !important;
}

.animated_delay_3 {
  transition-delay: 0.3s !important;
}

.animated_delay_custom_3 {
  transition-delay: 0.9s !important;
}

.animated_delay_4 {
  transition-delay: 0.4s !important;
}

.animated_delay_custom_4 {
  transition-delay: 1.2s !important;
}

.animated_delay_5 {
  transition-delay: 0.5s !important;
}

.animated_delay_custom_5 {
  transition-delay: 1.5s !important;
}

.animated_delay_6 {
  transition-delay: 0.6s !important;
}

.animated_delay_custom_6 {
  transition-delay: 1.8s !important;
}

.animated_delay_7 {
  transition-delay: 0.7s !important;
}

.animated_delay_custom_7 {
  transition-delay: 2.1s !important;
}

.animated_delay_8 {
  transition-delay: 0.8s !important;
}

.animated_delay_custom_8 {
  transition-delay: 2.4s !important;
}

.animated_delay_9 {
  transition-delay: 0.9s !important;
}

.animated_delay_custom_9 {
  transition-delay: 2.7s !important;
}

.animated_delay_10 {
  transition-delay: 1s !important;
}

.animated_delay_custom_10 {
  transition-delay: 3s !important;
}

.animated_delay_11 {
  transition-delay: 1.1s !important;
}

.animated_delay_custom_11 {
  transition-delay: 3.3s !important;
}

.animated_delay_12 {
  transition-delay: 1.2s !important;
}

.animated_delay_custom_12 {
  transition-delay: 3.6s !important;
}

.animated_delay_13 {
  transition-delay: 1.3s !important;
}

.animated_delay_custom_13 {
  transition-delay: 3.9s !important;
}

.animated_delay_14 {
  transition-delay: 1.4s !important;
}

.animated_delay_custom_14 {
  transition-delay: 4.2s !important;
}

.animated_delay_15 {
  transition-delay: 1.5s !important;
}

.animated_delay_custom_15 {
  transition-delay: 4.5s !important;
}

.animated_delay_16 {
  transition-delay: 1.6s !important;
}

.animated_delay_custom_16 {
  transition-delay: 4.8s !important;
}

.animated_delay_17 {
  transition-delay: 1.7s !important;
}

.animated_delay_custom_17 {
  transition-delay: 5.1s !important;
}

.animated_delay_18 {
  transition-delay: 1.8s !important;
}

.animated_delay_custom_18 {
  transition-delay: 5.4s !important;
}

.animated_delay_19 {
  transition-delay: 1.9s !important;
}

.animated_delay_custom_19 {
  transition-delay: 5.7s !important;
}

.animated_delay_20 {
  transition-delay: 2s !important;
}

.animated_delay_custom_20 {
  transition-delay: 6s !important;
}

.animated_delay_21 {
  transition-delay: 2.1s !important;
}

.animated_delay_custom_21 {
  transition-delay: 6.3s !important;
}

.animated_delay_22 {
  transition-delay: 2.2s !important;
}

.animated_delay_custom_22 {
  transition-delay: 6.6s !important;
}

.animated_delay_23 {
  transition-delay: 2.3s !important;
}

.animated_delay_custom_23 {
  transition-delay: 6.9s !important;
}

.animated_delay_24 {
  transition-delay: 2.4s !important;
}

.animated_delay_custom_24 {
  transition-delay: 7.2s !important;
}

.animated_delay_25 {
  transition-delay: 2.5s !important;
}

.animated_delay_custom_25 {
  transition-delay: 7.5s !important;
}

.animated_delay_26 {
  transition-delay: 2.6s !important;
}

.animated_delay_custom_26 {
  transition-delay: 7.8s !important;
}

.animated_delay_27 {
  transition-delay: 2.7s !important;
}

.animated_delay_custom_27 {
  transition-delay: 8.1s !important;
}

.animated_delay_28 {
  transition-delay: 2.8s !important;
}

.animated_delay_custom_28 {
  transition-delay: 8.4s !important;
}

.animated_delay_29 {
  transition-delay: 2.9s !important;
}

.animated_delay_custom_29 {
  transition-delay: 8.7s !important;
}

.animated_delay_30 {
  transition-delay: 3s !important;
}

.animated_delay_custom_30 {
  transition-delay: 9s !important;
}

.animated_delay_31 {
  transition-delay: 3.1s !important;
}

.animated_delay_custom_31 {
  transition-delay: 9.3s !important;
}

.animated_delay_32 {
  transition-delay: 3.2s !important;
}

.animated_delay_custom_32 {
  transition-delay: 9.6s !important;
}

.animated_delay_33 {
  transition-delay: 3.3s !important;
}

.animated_delay_custom_33 {
  transition-delay: 9.9s !important;
}

.animated_delay_34 {
  transition-delay: 3.4s !important;
}

.animated_delay_custom_34 {
  transition-delay: 10.2s !important;
}

.animated_delay_35 {
  transition-delay: 3.5s !important;
}

.animated_delay_custom_35 {
  transition-delay: 10.5s !important;
}

.animated_delay_36 {
  transition-delay: 3.6s !important;
}

.animated_delay_custom_36 {
  transition-delay: 10.8s !important;
}

.animated_delay_37 {
  transition-delay: 3.7s !important;
}

.animated_delay_custom_37 {
  transition-delay: 11.1s !important;
}

.animated_delay_38 {
  transition-delay: 3.8s !important;
}

.animated_delay_custom_38 {
  transition-delay: 11.4s !important;
}

.animated_delay_39 {
  transition-delay: 3.9s !important;
}

.animated_delay_custom_39 {
  transition-delay: 11.7s !important;
}

.animated_delay_40 {
  transition-delay: 4s !important;
}

.animated_delay_custom_40 {
  transition-delay: 12s !important;
}

.animated_delay_41 {
  transition-delay: 4.1s !important;
}

.animated_delay_custom_41 {
  transition-delay: 12.3s !important;
}

.animated_delay_42 {
  transition-delay: 4.2s !important;
}

.animated_delay_custom_42 {
  transition-delay: 12.6s !important;
}

.animated_delay_43 {
  transition-delay: 4.3s !important;
}

.animated_delay_custom_43 {
  transition-delay: 12.9s !important;
}

.animated_delay_44 {
  transition-delay: 4.4s !important;
}

.animated_delay_custom_44 {
  transition-delay: 13.2s !important;
}

.animated_delay_45 {
  transition-delay: 4.5s !important;
}

.animated_delay_custom_45 {
  transition-delay: 13.5s !important;
}

.animated_delay_46 {
  transition-delay: 4.6s !important;
}

.animated_delay_custom_46 {
  transition-delay: 13.8s !important;
}

.animated_delay_47 {
  transition-delay: 4.7s !important;
}

.animated_delay_custom_47 {
  transition-delay: 14.1s !important;
}

.animated_delay_48 {
  transition-delay: 4.8s !important;
}

.animated_delay_custom_48 {
  transition-delay: 14.4s !important;
}

.animated_delay_49 {
  transition-delay: 4.9s !important;
}

.animated_delay_custom_49 {
  transition-delay: 14.7s !important;
}

.animated_delay_50 {
  transition-delay: 5s !important;
}

.animated_delay_custom_50 {
  transition-delay: 15s !important;
}

.animated_delay_51 {
  transition-delay: 5.1s !important;
}

.animated_delay_custom_51 {
  transition-delay: 15.3s !important;
}

.animated_delay_52 {
  transition-delay: 5.2s !important;
}

.animated_delay_custom_52 {
  transition-delay: 15.6s !important;
}

.animated_delay_53 {
  transition-delay: 5.3s !important;
}

.animated_delay_custom_53 {
  transition-delay: 15.9s !important;
}

.animated_delay_54 {
  transition-delay: 5.4s !important;
}

.animated_delay_custom_54 {
  transition-delay: 16.2s !important;
}

.animated_delay_55 {
  transition-delay: 5.5s !important;
}

.animated_delay_custom_55 {
  transition-delay: 16.5s !important;
}

.animated_delay_56 {
  transition-delay: 5.6s !important;
}

.animated_delay_custom_56 {
  transition-delay: 16.8s !important;
}

.animated_delay_57 {
  transition-delay: 5.7s !important;
}

.animated_delay_custom_57 {
  transition-delay: 17.1s !important;
}

.animated_delay_58 {
  transition-delay: 5.8s !important;
}

.animated_delay_custom_58 {
  transition-delay: 17.4s !important;
}

.animated_delay_59 {
  transition-delay: 5.9s !important;
}

.animated_delay_custom_59 {
  transition-delay: 17.7s !important;
}

.animated_delay_60 {
  transition-delay: 6s !important;
}

.animated_delay_custom_60 {
  transition-delay: 18s !important;
}

.animated_delay_61 {
  transition-delay: 6.1s !important;
}

.animated_delay_custom_61 {
  transition-delay: 18.3s !important;
}

.animated_delay_62 {
  transition-delay: 6.2s !important;
}

.animated_delay_custom_62 {
  transition-delay: 18.6s !important;
}

.animated_delay_63 {
  transition-delay: 6.3s !important;
}

.animated_delay_custom_63 {
  transition-delay: 18.9s !important;
}

.animated_delay_64 {
  transition-delay: 6.4s !important;
}

.animated_delay_custom_64 {
  transition-delay: 19.2s !important;
}

.animated_delay_65 {
  transition-delay: 6.5s !important;
}

.animated_delay_custom_65 {
  transition-delay: 19.5s !important;
}

.animated_delay_66 {
  transition-delay: 6.6s !important;
}

.animated_delay_custom_66 {
  transition-delay: 19.8s !important;
}

.animated_delay_67 {
  transition-delay: 6.7s !important;
}

.animated_delay_custom_67 {
  transition-delay: 20.1s !important;
}

.animated_delay_68 {
  transition-delay: 6.8s !important;
}

.animated_delay_custom_68 {
  transition-delay: 20.4s !important;
}

.animated_delay_69 {
  transition-delay: 6.9s !important;
}

.animated_delay_custom_69 {
  transition-delay: 20.7s !important;
}

.animated_delay_70 {
  transition-delay: 7s !important;
}

.animated_delay_custom_70 {
  transition-delay: 21s !important;
}

.animated_delay_71 {
  transition-delay: 7.1s !important;
}

.animated_delay_custom_71 {
  transition-delay: 21.3s !important;
}

.animated_delay_72 {
  transition-delay: 7.2s !important;
}

.animated_delay_custom_72 {
  transition-delay: 21.6s !important;
}

.animated_delay_73 {
  transition-delay: 7.3s !important;
}

.animated_delay_custom_73 {
  transition-delay: 21.9s !important;
}

.animated_delay_74 {
  transition-delay: 7.4s !important;
}

.animated_delay_custom_74 {
  transition-delay: 22.2s !important;
}

.animated_delay_75 {
  transition-delay: 7.5s !important;
}

.animated_delay_custom_75 {
  transition-delay: 22.5s !important;
}

.animated_delay_76 {
  transition-delay: 7.6s !important;
}

.animated_delay_custom_76 {
  transition-delay: 22.8s !important;
}

.animated_delay_77 {
  transition-delay: 7.7s !important;
}

.animated_delay_custom_77 {
  transition-delay: 23.1s !important;
}

.animated_delay_78 {
  transition-delay: 7.8s !important;
}

.animated_delay_custom_78 {
  transition-delay: 23.4s !important;
}

.animated_delay_79 {
  transition-delay: 7.9s !important;
}

.animated_delay_custom_79 {
  transition-delay: 23.7s !important;
}

.animated_delay_80 {
  transition-delay: 8s !important;
}

.animated_delay_custom_80 {
  transition-delay: 24s !important;
}

.animated_delay_81 {
  transition-delay: 8.1s !important;
}

.animated_delay_custom_81 {
  transition-delay: 24.3s !important;
}

.animated_delay_82 {
  transition-delay: 8.2s !important;
}

.animated_delay_custom_82 {
  transition-delay: 24.6s !important;
}

.animated_delay_83 {
  transition-delay: 8.3s !important;
}

.animated_delay_custom_83 {
  transition-delay: 24.9s !important;
}

.animated_delay_84 {
  transition-delay: 8.4s !important;
}

.animated_delay_custom_84 {
  transition-delay: 25.2s !important;
}

.animated_delay_85 {
  transition-delay: 8.5s !important;
}

.animated_delay_custom_85 {
  transition-delay: 25.5s !important;
}

.animated_delay_86 {
  transition-delay: 8.6s !important;
}

.animated_delay_custom_86 {
  transition-delay: 25.8s !important;
}

.animated_delay_87 {
  transition-delay: 8.7s !important;
}

.animated_delay_custom_87 {
  transition-delay: 26.1s !important;
}

.animated_delay_88 {
  transition-delay: 8.8s !important;
}

.animated_delay_custom_88 {
  transition-delay: 26.4s !important;
}

.animated_delay_89 {
  transition-delay: 8.9s !important;
}

.animated_delay_custom_89 {
  transition-delay: 26.7s !important;
}

.animated_delay_90 {
  transition-delay: 9s !important;
}

.animated_delay_custom_90 {
  transition-delay: 27s !important;
}

.animated_delay_91 {
  transition-delay: 9.1s !important;
}

.animated_delay_custom_91 {
  transition-delay: 27.3s !important;
}

.animated_delay_92 {
  transition-delay: 9.2s !important;
}

.animated_delay_custom_92 {
  transition-delay: 27.6s !important;
}

.animated_delay_93 {
  transition-delay: 9.3s !important;
}

.animated_delay_custom_93 {
  transition-delay: 27.9s !important;
}

.animated_delay_94 {
  transition-delay: 9.4s !important;
}

.animated_delay_custom_94 {
  transition-delay: 28.2s !important;
}

.animated_delay_95 {
  transition-delay: 9.5s !important;
}

.animated_delay_custom_95 {
  transition-delay: 28.5s !important;
}

.animated_delay_96 {
  transition-delay: 9.6s !important;
}

.animated_delay_custom_96 {
  transition-delay: 28.8s !important;
}

.animated_delay_97 {
  transition-delay: 9.7s !important;
}

.animated_delay_custom_97 {
  transition-delay: 29.1s !important;
}

.animated_delay_98 {
  transition-delay: 9.8s !important;
}

.animated_delay_custom_98 {
  transition-delay: 29.4s !important;
}

.animated_delay_99 {
  transition-delay: 9.9s !important;
}

.animated_delay_custom_99 {
  transition-delay: 29.7s !important;
}

.animated_delay_100 {
  transition-delay: 10s !important;
}

.animated_delay_custom_100 {
  transition-delay: 30s !important;
}

@keyframes shakeY {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.animate__shakeY {
  animation-name: shakeY;
  animation-duration: 4s;
}

.wow .ani, .wow.ani {
  opacity: 0;
  transform: translateY(60px);
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
}
.wow .ani_top, .wow.ani_top {
  transform: translateY(-60px);
}
.wow .ani_bottom, .wow.ani_bottom {
  transform: translateY(30px);
}
.wow .ani_left, .wow.ani_left {
  transform: translateX(-60px);
}
.wow .ani_right, .wow.ani_right {
  transform: translateX(60px);
}
.wow .ani_delay_0, .wow.ani_delay_0 {
  transition-delay: 0s;
}
.wow .ani_delay_1, .wow.ani_delay_1 {
  transition-delay: 0.3s;
}
.wow .ani_delay_2, .wow.ani_delay_2 {
  transition-delay: 0.6s;
}
.wow .ani_delay_3, .wow.ani_delay_3 {
  transition-delay: 0.9s;
}
.wow .ani_delay_4, .wow.ani_delay_4 {
  transition-delay: 1.2s;
}
.wow .ani_delay_5, .wow.ani_delay_5 {
  transition-delay: 1.5s;
}
.wow .ani_delay_6, .wow.ani_delay_6 {
  transition-delay: 1.8s;
}
.wow .ani_delay_7, .wow.ani_delay_7 {
  transition-delay: 2.1s;
}
.wow .ani_delay_8, .wow.ani_delay_8 {
  transition-delay: 2.4s;
}
.wow .ani_delay_9, .wow.ani_delay_9 {
  transition-delay: 2.7s;
}
.wow .ani_delay_10, .wow.ani_delay_10 {
  transition-delay: 3s;
}
.wow .ani_delay_11, .wow.ani_delay_11 {
  transition-delay: 3.3s;
}
.wow .ani_delay_12, .wow.ani_delay_12 {
  transition-delay: 3.6s;
}
.wow .ani_delay_13, .wow.ani_delay_13 {
  transition-delay: 3.9s;
}
.wow .ani_delay_14, .wow.ani_delay_14 {
  transition-delay: 4.2s;
}
.wow .ani_delay_15, .wow.ani_delay_15 {
  transition-delay: 4.5s;
}
.wow .ani_delay_16, .wow.ani_delay_16 {
  transition-delay: 4.8s;
}
.wow .ani_delay_17, .wow.ani_delay_17 {
  transition-delay: 5.1s;
}
.wow .ani_delay_18, .wow.ani_delay_18 {
  transition-delay: 5.4s;
}
.wow .ani_delay_19, .wow.ani_delay_19 {
  transition-delay: 5.7s;
}
.wow .ani_delay_20, .wow.ani_delay_20 {
  transition-delay: 6s;
}
.wow .ani_delay_21, .wow.ani_delay_21 {
  transition-delay: 6.3s;
}
.wow .ani_delay_22, .wow.ani_delay_22 {
  transition-delay: 6.6s;
}
.wow .ani_delay_23, .wow.ani_delay_23 {
  transition-delay: 6.9s;
}
.wow .ani_delay_24, .wow.ani_delay_24 {
  transition-delay: 7.2s;
}
.wow .ani_delay_25, .wow.ani_delay_25 {
  transition-delay: 7.5s;
}
.wow .ani_delay_26, .wow.ani_delay_26 {
  transition-delay: 7.8s;
}
.wow .ani_delay_27, .wow.ani_delay_27 {
  transition-delay: 8.1s;
}
.wow .ani_delay_28, .wow.ani_delay_28 {
  transition-delay: 8.4s;
}
.wow .ani_delay_29, .wow.ani_delay_29 {
  transition-delay: 8.7s;
}
.wow .ani_delay_30, .wow.ani_delay_30 {
  transition-delay: 9s;
}
.wow.animated .ani, .wow.animated.ani {
  opacity: 1;
  transform: none;
}

h1:not(.title):not(.not_headline_style),
.h1_style {
  margin-bottom: 60px;
  padding: 0.8em 10px;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: rgba(22, 85, 155, 0.9);
}
@media (max-width: 767px) {
  h1:not(.title):not(.not_headline_style),
.h1_style {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

h2:not(.not_headline_style),
.h2_style {
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #16559b;
  position: relative;
}
@media (max-width: 767px) {
  h2:not(.not_headline_style),
.h2_style {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

h3:not(.not_headline_style),
.h3_style {
  margin-bottom: 15px;
  padding: 0.1em 0 0.1em 0.5em;
  font-size: 2rem;
  color: #353535;
  position: relative;
}
h3:not(.not_headline_style)::before,
.h3_style::before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #16559b;
}
@media (max-width: 767px) {
  h3:not(.not_headline_style),
.h3_style {
    font-size: 1.8rem;
  }
  h3:not(.not_headline_style)::before,
.h3_style::before {
    width: 4px;
  }
}

h4:not(.not_headline_style),
.h4_style {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 1.8rem;
  color: #353535;
  position: relative;
}
h4:not(.not_headline_style)::before,
.h4_style::before {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #16559b;
}
@media (max-width: 767px) {
  h4:not(.not_headline_style),
.h4_style {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  h4:not(.not_headline_style)::before,
.h4_style::before {
    height: 3px;
  }
}

.lead_text {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lead_text {
    font-size: 2.4rem;
  }
}

.header {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(53, 53, 53, 0.3);
}
.header .container-fluid {
  max-width: 100%;
}
.header .header_inner .title {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 1001px) {
  .header .header_inner {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_sp {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .header {
    position: relative;
    z-index: 100;
  }
  .header .header_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_inner .title img {
    width: 110px;
  }
  .header .header_pc {
    display: none !important;
  }
  .header .header_sp .sp_header_navi {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
}
.header.js_header_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.header .global_navi .navi_list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.5rem;
}
@media (max-width: 1000px) {
  .header .global_navi .navi_list {
    flex-direction: column;
  }
}
.header .global_navi .navi_list li {
  display: flex;
  align-items: center;
}
.header .global_navi .navi_list li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  margin: 0 1.5em;
  background-color: #353535;
}
@media (min-width: 1001px) {
  .header .global_navi .navi_list li.not_before {
    margin-left: 1.5em;
  }
}
.header .global_navi .navi_list li.not_before::before {
  content: none;
}
@media (max-width: 1000px) {
  .header .global_navi .navi_list li {
    display: block;
    border-top: 1px solid #353535;
  }
  .header .global_navi .navi_list li::before {
    content: none !important;
  }
}
.header .global_navi .navi_list li a:not(.button_1) {
  font-weight: 500;
  text-decoration: none;
  color: #353535;
  position: relative;
}
.header .global_navi .navi_list li a:not(.button_1):hover {
  text-decoration: underline;
}
.header .global_navi .navi_list li a.button_1 {
  padding: 6px 30px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #16559b;
  border-color: #16559b;
}
.header .global_navi .navi_list li a.button_1:hover {
  background-color: #353535;
  border-color: #353535;
}
@media (max-width: 1000px) {
  .header .global_navi .navi_list li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
  }
  .header .global_navi .navi_list li a.button_1 {
    max-width: none;
    padding: 10px 15px;
    border-radius: 0;
  }
}
@media (max-width: 1000px) {
  .header .header_sp .header_sp_navi_toggle_btn {
    position: relative;
    width: 36px;
    height: 30px;
    cursor: pointer;
    transform: scale(0.7);
  }
  .header .header_sp .header_sp_navi_toggle_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #353535;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s;
    box-sizing: border-box;
  }
  .header .header_sp .header_sp_navi_toggle_btn span:nth-of-type(1) {
    top: 0;
  }
  .header .header_sp .header_sp_navi_toggle_btn span:nth-of-type(2) {
    top: 13px;
  }
  .header .header_sp .header_sp_navi_toggle_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .header .header_sp .header_sp_navi_toggle_btn.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
  .header .header_sp .header_sp_navi_toggle_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header_sp .header_sp_navi_toggle_btn.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}

.about {
  padding: 80px 0;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .about table {
    max-width: 500px;
  }
}
.about table th,
.about table td {
  padding-bottom: 15px;
}
.about table th {
  padding-right: 1.7em;
  font-weight: normal;
  vertical-align: top;
}
.about .google_map {
  height: 100%;
}
@media (max-width: 767px) {
  .about .google_map {
    height: 400px;
  }
}
.about .google_map iframe {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #16559b;
  color: #fff;
  padding: 50px 0 25px;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 20px;
  }
}
footer .button_1 {
  background-color: #fff;
  border-color: #fff;
}
footer .copyright {
  text-align: center;
}
footer .footer_navi {
  font-size: 1.4rem;
}
footer .footer_navi a {
  color: inherit;
  text-decoration: none;
}
footer .footer_navi a:hover {
  text-decoration: underline;
}
footer .footer_navi .navi_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
}
@media (max-width: 767px) {
  footer .footer_navi .navi_list {
    margin-bottom: 30px;
  }
}

.button_1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  max-width: 320px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #353535;
  background-color: transparent;
  border: solid 2px #353535;
  border-radius: 100px;
  position: relative;
  transition: 0.2s;
}
.button_1.btn_arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #353535;
  border-right: solid 2px #353535;
  transform: rotate(45deg);
  transition: 0.2s;
}
.button_1:hover {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}
.button_1:hover.btn_arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.google_map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media (max-width: 767px) {
  .google_map {
    padding-top: 70%;
  }
}
.google_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.news_list_1 .news_content {
  display: flex;
  align-items: start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .news_list_1 .news_content {
    display: block;
  }
}
.news_list_1 .news_content .news_data,
.news_list_1 .news_content .news_category,
.news_list_1 .news_content .news_title {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
}
.news_list_1 .news_content .news_data {
  margin-right: 1em;
}
@media (max-width: 767px) {
  .news_list_1 .news_content .news_data {
    margin-bottom: 5px;
  }
}
.news_list_1 .news_content .news_category {
  display: inline-block;
  min-width: 90px;
  margin-right: 1em;
  padding: 2px 5px;
  font-size: 1.2rem;
  text-align: center;
  color: #319cd1;
  background-color: #fff;
  border: solid 1px #319cd1;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .news_list_1 .news_content .news_category {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.news_list_1 .news_content .news_title {
  font-weight: 500;
}
.news_list_1 .news_content a {
  color: #353535;
  text-decoration: none;
}
.news_list_1 .news_content a:hover {
  text-decoration: underline;
}

.gallery_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16559b;
}
.gallery_slider .swiper-button-prev::after,
.gallery_slider .swiper-button-next::after {
  color: #fff;
}

.gallery_slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.gallery_slider .swiper-slide {
  width: 100%;
}
.gallery_slider.pagination_frame_out {
  padding-bottom: 40px;
  box-sizing: content-box;
}

body.home main {
  margin-top: 0;
}
body.home .main_visual .container-fluid {
  max-width: none;
  padding: 0;
}
body.home .main_visual video {
  width: 100%;
  vertical-align: bottom;
}
body.home .news_block {
  padding: 100px 0;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  body.home .news_block {
    padding: 50px 0;
  }
}
body.home .news_block .button_1 {
  color: #fff;
  background-color: #353535;
}
body.home .news_block .button_1.btn_arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
body.home .news_block .button_1.btn_arrow:hover {
  background-color: #16559b;
  border-color: #16559b;
}
body.home .block_1 {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/block_1_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
@media (max-width: 1000px) {
  body.home .block_1 {
    background-position: center left 40%;
  }
}
@media (max-width: 767px) {
  body.home .block_1 {
    padding: 50px 0 400px;
    background-image: url("/wp-content/uploads/block_1_bg_sp.jpg");
    background-position: bottom left 40%;
    text-align: center;
    position: relative;
  }
  body.home .block_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.09);
  }
}
@media (max-width: 600px) {
  body.home .block_1 {
    padding: 40px 0 280px;
  }
}
body.home .block_1 .row_wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 860px) {
  body.home .block_1 .row_wrap {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  body.home .block_1 .row_wrap {
    margin-left: 70px;
  }
}
@media (min-width: 1420px) {
  body.home .top_quality h2 {
    margin-bottom: 100px;
  }
  body.home .top_quality img {
    transform: scale(1.5);
    transform-origin: left center;
  }
}
body.home .top_product {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/top_product_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.home .top_product {
    padding: 50px 0;
  }
}
@media (min-width: 1420px) {
  body.home .top_product {
    min-height: 650px;
  }
  body.home .top_product h2 {
    margin-bottom: 60px;
  }
  body.home .top_product img {
    transform: scale(1.5);
    transform-origin: right center;
  }
}
body.home .qa .accordion-item {
  border-left: none;
  border-right: none;
  border-width: 2px;
}
body.home .qa .accordion-button {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: inherit;
  background-color: #fff;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.home .qa .accordion-button {
    font-size: 1.6rem;
  }
}
body.home .qa .accordion-button span {
  display: flex;
  align-items: start;
  gap: 0.7em;
}
body.home .qa .accordion-button span::before {
  content: "Q";
  font-size: 2.2rem;
  font-weight: bold;
  color: #4a9ad4;
  transform: translateY(-0.2em);
}
@media (max-width: 767px) {
  body.home .qa .accordion-button span::before {
    font-size: 2rem;
  }
}
body.home .qa .accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}
body.home .qa .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body.home .qa .accordion-body {
  padding-bottom: 20px;
  display: flex;
  align-items: start;
  gap: 0.7em;
}
body.home .qa .accordion-body::before {
  content: "A";
  font-size: 2.2rem;
  font-weight: bold;
  color: #e68788;
  transform: translateY(-0.2em);
}
@media (max-width: 767px) {
  body.home .qa .accordion-body::before {
    font-size: 2rem;
  }
}

body.page_factory main {
  margin-top: 0;
}
@media (min-width: 1921px) {
  body.page_factory .main_visual {
    background-image: url("/wp-content/uploads/factory_main_visual.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
body.page_factory .main_visual .container-fluid {
  max-width: none;
  padding: 0;
}
@media (min-width: 1921px) {
  body.page_factory .main_visual img {
    opacity: 0;
  }
}
@media (min-width: 1420px) {
  body.page_factory .block_3 .block_middle_1 {
    margin-top: 100px;
  }
}
@media (min-width: 1420px) {
  body.page_factory .block_3 .block_middle_1,
body.page_factory .block_3 .block_middle_2,
body.page_factory .block_3 .block_middle_3,
body.page_factory .block_3 .block_middle_4 {
    margin-bottom: 200px;
  }
}
@media (min-width: 1420px) {
  body.page_factory .block_3 .block_middle_1 img,
body.page_factory .block_3 .block_middle_3 img {
    transform: scale(1.5);
    transform-origin: left center;
  }
}
@media (min-width: 1420px) {
  body.page_factory .block_3 .block_middle_2 img,
body.page_factory .block_3 .block_middle_4 img {
    transform: scale(1.5);
    transform-origin: right center;
  }
}
body.page_factory .youtube_block .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body.page_factory .youtube_block .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body.page_contact .contact_content .container-fluid {
  max-width: 800px;
}
body.page_contact .contact_form_wrap {
  padding: 40px;
}
@media (max-width: 767px) {
  body.page_contact .contact_form_wrap {
    padding: 20px;
  }
}
body.page_contact .contact_form_wrap label,
body.page_contact .contact_form_wrap input:not(.wpcf7-submit),
body.page_contact .contact_form_wrap textarea,
body.page_contact .contact_form_wrap select {
  width: 100%;
  padding: 5px;
  border-width: 1px;
  border-radius: 4px;
}
body.page_contact .contact_form_wrap .form_title {
  margin-bottom: 5px;
  font-weight: 500;
}
body.page_contact .contact_form_wrap .wpcf7-form-control-wrap,
body.page_contact .contact_form_wrap .wpcf7-form-control {
  display: block;
}
body.page_contact .contact_form_wrap .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0;
}
body.page_contact .contact_form_wrap .wpcf7-acceptance {
  margin-bottom: 50px;
  text-align: center;
}
body.page_contact .contact_form_wrap .wpcf7-acceptance input {
  width: auto;
}
body.page_contact .contact_form_wrap .button_1 {
  margin: auto;
  color: #fff;
  background-color: #16559b;
  border-color: #16559b;
}

.post_page .post_data_contents {
  display: flex;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .post_page .post_data_contents {
    margin-bottom: 30px;
  }
}
.post_page .post_data_contents .news_category {
  display: inline-block;
  min-width: 90px;
  margin-left: 1em;
  padding: 2px 5px;
  font-size: 1.2rem;
  text-align: center;
  color: #319cd1;
  background-color: #fff;
  border: solid 1px #319cd1;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .post_page .post_data_contents .news_category {
    font-size: 1rem;
  }
}
.post_page .nav-links {
  margin-top: 80px;
}
.post_page .nav-links::after {
  content: "";
  clear: both;
}
.post_page .nav-links .nav-previous,
.post_page .nav-links .nav-next {
  max-width: 40%;
}
.post_page .nav-links .nav-previous a,
.post_page .nav-links .nav-next a {
  text-decoration: none;
  display: inline-block;
  max-width: 300px;
  padding: 5px 11px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #16559b;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post_page .nav-links .nav-previous {
  float: left;
}
.post_page .nav-links .nav-next {
  float: right;
}
@media (max-width: 767px) {
  .post_page .nav-links {
    margin-top: 50px;
  }
  .post_page .nav-links .nav-previous,
.post_page .nav-links .nav-next {
    width: auto;
  }
  .post_page .nav-links .nav-previous a span,
.post_page .nav-links .nav-next a span {
    display: none;
  }
  .post_page .nav-links .nav-next {
    text-align: left;
  }
}

.page_404 .search_form_404 {
  text-align: center;
}
@media (max-width: 767px) {
  .page_404 .search_form_404 .search-form {
    max-width: 300px;
  }
}
