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

body {
  font-size: 1.6em;
  color: #333;
  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;
}

.ff_noto_serif {
  font-family: "Noto Serif JP", 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;
}

body {
  background-color: transparent;
}

.container-fluid {
  max-width: 1000px;
}
.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: 100px;
  }
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 50px;
  }
}

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

.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: #1a4191 !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: #333 !important;
}

.bg-primary {
  background-color: #1a4191 !important;
}

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

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

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

.bg_highlight {
  background-color: rgba(26, 65, 145, 0.05) !important;
}

.border-color-primary {
  border-color: #1a4191 !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: #333 !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: 30px;
  min-height: 30px;
  margin: 2.5px;
  padding: 2.5px;
  border: solid 1px #ccc;
  border-radius: 2px;
  transition: 0.2s;
}
.wp_pagination .page-numbers:hover:not(.dots), .wp_pagination .page-numbers.current {
  color: #fff;
  background-color: #1a4191;
  border-color: #1a4191;
}
@media (max-width: 767px) {
  .wp_pagination {
    margin-top: 35px;
  }
}

.search-form {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  overflow: hidden;
  border: solid 1px #333;
  border-radius: 2px;
  width: 260px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.search-form label {
  width: 100%;
  background-color: #fff;
}
.search-form .search-field {
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 0;
  outline: none;
}
.search-form .search-submit {
  white-space: nowrap;
  color: #fff;
  background-color: #333;
  border: none;
  border-radius: 0;
}
@media (max-width: 1000px) {
  .search-form {
    width: 100%;
    max-width: 100%;
  }
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #236680;
}

.slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.table_1 {
  border-color: rgba(51, 51, 51, 0.8);
}
.table_1 th {
  color: #fff;
  background-color: rgba(26, 65, 145, 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 #333;
}
.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(26, 65, 145, 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(26, 65, 145, 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(26, 65, 145, 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(26, 65, 145, 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: 20px;
  padding: 0 10px 0.2em;
  font-size: 2.4rem;
  color: #333;
  position: relative;
}
h2:not(.not_headline_style)::before, h2:not(.not_headline_style)::after,
.h2_style::before,
.h2_style::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
h2:not(.not_headline_style)::before,
.h2_style::before {
  width: 100%;
  background-color: #ccc;
}
h2:not(.not_headline_style)::after,
.h2_style::after {
  width: 20%;
  max-width: 80px;
  min-width: 60px;
  background-color: #1a4191;
}
@media (max-width: 767px) {
  h2:not(.not_headline_style),
.h2_style {
    margin-bottom: 15px;
    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: #333;
  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: #1a4191;
}
@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: #333;
  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: #1a4191;
}
@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;
  }
}

footer {
  background-color: #236680;
  color: #fff;
  padding: 40px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer .tel {
  margin-bottom: 20px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  footer .tel {
    font-size: 1.6rem;
  }
}
footer .tel span {
  font-size: 200%;
}
footer table th {
  font-weight: normal;
  vertical-align: top;
}
footer .links {
  margin: 30px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}
footer .links a {
  font-size: 1.4rem;
  color: inherit;
  text-decoration: none;
}
footer .links a:hover {
  text-decoration: underline;
}

.button_1 {
  display: inline-block;
  padding: 0.8em 1.6em;
  min-width: 200px;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  background-color: #1a4191;
  border: solid 2px #1a4191;
  position: relative;
  transition: 0.2s;
}
.button_1.btn_arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}
.button_1:hover {
  color: #fff;
  background-color: #0d8502;
  border-color: #0d8502;
}
.button_1:hover.btn_arrow::after {
  right: 7px;
  border-top-color: #fff;
  border-right-color: #fff;
}
.button_1.inversion {
  color: #333;
  background-color: #fff;
  border: solid 2px #333;
}
.button_1.inversion.btn_arrow::after {
  border-top-color: #333;
  border-right-color: #333;
}
.button_1.inversion:hover {
  color: #fff;
  background-color: #0d8502;
  border-color: #333;
}
.button_1.inversion:hover.btn_arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (max-width: 767px) {
  .button_1 {
    font-size: 1.4rem;
  }
}

.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;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
.news_list_1 .news_content .news_data,
.news_list_1 .news_content .news_title {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.5;
}
.news_list_1 .news_content .news_data {
  margin-right: 1.2em;
}
.news_list_1 .news_content a {
  text-decoration: underline;
}
.news_list_1 .news_content a:hover {
  color: #1a4191;
}

@media (max-width: 767px) {
  .news_list_1 .news_content {
    display: block;
  }
  .news_list_1 .news_content .news_data {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.news_list_2 .news_content a {
  display: block;
  padding: 24px 0;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}
.news_list_2 .news_content .news_content_inner {
  display: flex;
}
.news_list_2 .news_content .thumbnail {
  max-width: 240px;
  flex-shrink: 0;
}
.news_list_2 .news_content .news_content_text {
  margin-left: 30px;
}
.news_list_2 .news_content .news_content_text .news_data {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.3rem;
}
.news_list_2 .news_content .news_content_text .news_title {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
.news_list_2 .news_content .news_content_text .news_text {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .news_list_2 .news_content .news_content_text {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .news_list_2 .news_content a {
    padding: 12px 0;
  }
  .news_list_2 .news_content .thumbnail {
    width: 105px;
  }
  .news_list_2 .news_content .news_content_text {
    margin-left: 14px;
  }
  .news_list_2 .news_content .news_content_text .news_data {
    font-size: 1rem;
  }
  .news_list_2 .news_content .news_content_text .news_title {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .news_list_2 .news_content .news_content_text .news_text {
    display: none;
  }
}

.news_list_3 .news_content a {
  display: block;
  text-decoration: none;
}
.news_list_3 .news_content .news_data {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.2rem;
}
.news_list_3 .news_content .news_title {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.news_list_3 .news_content .news_text {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .news_list_3 .news_content .news_data {
    font-size: 1rem;
  }
  .news_list_3 .news_content .news_title {
    font-size: 1.4rem;
  }
  .news_list_3 .news_content .news_text {
    display: none;
  }
}

.gallery_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1a4191;
}
.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;
}

@media (max-width: 767px) {
  body.home {
    margin-bottom: 61px;
  }
}
body.home .custom_section_1 {
  position: relative;
}
body.home .custom_section_1 .conversion_btn {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 815px;
  margin: auto;
}
@media (max-width: 1920px) {
  body.home .custom_section_1 .conversion_btn {
    width: 40vw;
    bottom: 42vw;
  }
}
body.home .custom_section_1 .conversion_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
body.home .custom_section_2 {
  max-width: 1920px;
  margin: auto;
  position: relative;
}
body.home .custom_section_2 .slider_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8vw;
}
body.home .custom_section_2 .slider_wrap .slider {
  padding-bottom: 20px;
}
body.home .custom_section_3 {
  position: relative;
}
body.home .custom_section_3 .conversion_btn {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 890px;
  margin: auto;
}
@media (max-width: 1920px) {
  body.home .custom_section_3 .conversion_btn {
    width: 40vw;
    bottom: 46.5vw;
  }
}
body.home .custom_section_3 .conversion_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
body.home .custom_section_4 {
  max-width: 1920px;
  margin: auto;
  position: relative;
}
body.home .custom_section_4 .slider_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.2vw;
}
body.home .sp_custom_section_1 {
  position: relative;
}
body.home .sp_custom_section_1 .conversion_btn {
  display: inline-block;
  position: absolute;
  width: 76vw;
  left: 0;
  right: 0;
  bottom: 69vw;
  margin: auto;
}
body.home .sp_custom_section_1 .conversion_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
body.home .sp_custom_section_2 {
  position: relative;
}
body.home .sp_custom_section_2 .conversion_btn {
  display: inline-block;
  position: absolute;
  width: 76vw;
  left: 0;
  right: 0;
  bottom: 90vw;
  margin: auto;
}
body.home .sp_custom_section_2 .conversion_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
body.home .sp_custom_section_3 {
  position: relative;
}
body.home .sp_custom_section_3 .conversion_btn {
  display: inline-block;
  position: absolute;
  width: 76vw;
  left: 0;
  right: 0;
  bottom: 81.5vw;
  margin: auto;
}
body.home .sp_custom_section_3 .conversion_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
body.home .top_btn {
  position: fixed;
  top: 20px;
  left: 25px;
  z-index: 5;
}
body.home .top_btn img {
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.8));
}
@media (max-width: 767px) {
  body.home .top_btn {
    width: 95px;
    height: 95px;
    top: 12px;
    left: 12px;
  }
  body.home .top_btn img {
    width: 40px;
  }
}
body.home .floating_btn_pc {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 5;
}
body.home #floating_btn_sp_wrap {
  padding: 8px 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
body.home #floating_btn_sp_wrap.scrolling {
  bottom: -100%;
}
body.home #floating_btn_sp_wrap img {
  max-width: 81%;
}

body.page_contact .contact_content {
  padding: 100px 0;
}
@media (max-width: 767px) {
  body.page_contact .contact_content {
    padding: 40px 0;
  }
}
body.page_contact .contact_content .container-fluid {
  max-width: 850px;
}
body.page_contact .contact_content .required {
  display: inline-block;
  padding: 0.4em 12px 0.5em;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  background-color: #dc4b00;
  border-radius: 5px;
}
@media (max-width: 767px) {
  body.page_contact .contact_content .required {
    font-size: 1.2rem;
  }
}
body.page_contact .contact_content .contact_title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  body.page_contact .contact_content .contact_title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
body.page_contact .contact_content .contact_title img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  body.page_contact .contact_content .contact_title img {
    width: 26px;
  }
}
body.page_contact .contact_form_wrap {
  margin-top: 30px;
}
body.page_contact .contact_form_wrap .table_1 th {
  width: 250px;
}
body.page_contact .contact_form_wrap .required_label {
  padding-right: 80px;
}
body.page_contact .contact_form_wrap .required_label .required {
  position: absolute;
  right: 15px;
}
body.page_contact .contact_form_wrap input,
body.page_contact .contact_form_wrap textarea {
  width: 100%;
}
body.page_contact .contact_form_wrap .acceptance_wrap {
  margin-top: 30px;
}
body.page_contact .contact_form_wrap .acceptance_wrap * {
  display: block;
  margin: 0;
}
body.page_contact .contact_form_wrap .acceptance_wrap .wpcf7-acceptance label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body.page_contact .contact_form_wrap .acceptance_wrap .wpcf7-acceptance label * {
  display: inline-block;
  width: auto;
}
body.page_contact .contact_form_wrap .acceptance_wrap .wpcf7-acceptance label input {
  margin-right: 5px;
}
body.page_contact .contact_form_wrap .submit_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  text-align: center;
}
body.page_contact .contact_form_wrap .submit_btn_wrap .button_1 {
  border: none;
}
body.page_contact .contact_form_wrap .submit_btn_wrap .button_1[disabled] {
  background-color: #ccc;
}
body.page_contact .contact_form_wrap .policy_content {
  height: 150px;
  margin-top: 30px;
  padding: 20px;
  font-size: 1.3rem;
  border: solid 1px #333;
  overflow: auto;
}
@media (max-width: 767px) {
  body.page_contact .contact_form_wrap .policy_content {
    padding: 10px;
    font-size: 1.2rem;
  }
}
body.page_contact .contact_form_wrap .policy_content h2,
body.page_contact .contact_form_wrap .policy_content h3 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  body.page_contact .contact_form_wrap .policy_content h2,
body.page_contact .contact_form_wrap .policy_content h3 {
    font-size: 1.4rem;
  }
}

.post_page .post_data_contents {
  margin-bottom: 50px;
}
.post_page .post_data_contents .post_categories {
  display: flex;
  flex-wrap: wrap;
}
.post_page .post_data_contents .post_categories .category {
  margin-bottom: 5px;
  padding: 2px 7px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #1a4191;
  border-radius: 3px;
}
.post_page .post_data_contents .post_categories .category:not(:last-child) {
  margin-right: 5px;
}
.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 {
  display: inline-block;
  max-width: 300px;
  padding: 5px 11px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #1a4191;
  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 .post_data_contents {
    margin-bottom: 30px;
  }
  .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_search {
  margin-top: 80px;
}
.page_search hr {
  margin: 0;
}
.page_search .search_content a {
  display: flex;
  padding: 18px 0px 11px;
  transition: 0.2s;
}
.page_search .search_content .thumbnail {
  max-width: 240px;
  flex-shrink: 0;
}
.page_search .search_content .search_content_text {
  margin-left: 30px;
}
.page_search .search_content .search_content_text .search_data {
  margin-bottom: 7px;
  color: #666;
  font-size: 1.3rem;
}
.page_search .search_content .search_content_text .search_title {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
.page_search .search_content .search_content_text .search_text {
  font-size: 1.4rem;
}
.page_search .search_content .search_content_text .search_url {
  font-size: 1.3rem;
  word-break: break-all;
}
.page_search .search_form_404 {
  text-align: center;
}
@media (max-width: 800px) {
  .page_search .search_content .search_content_text {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .page_search {
    margin-top: 50px;
  }
  .page_search .search_content a {
    padding: 15px 0 7px;
  }
  .page_search .search_content .thumbnail {
    max-width: 105px;
  }
  .page_search .search_content .search_content_text {
    margin-left: 14px;
  }
  .page_search .search_content .search_content_text .search_data {
    font-size: 1rem;
  }
  .page_search .search_content .search_content_text .search_title {
    font-size: 1.4rem;
  }
  .page_search .search_content .search_content_text .search_text {
    font-size: 1.2rem;
  }
  .page_search .search_content .search_content_text .search_url {
    font-size: 1.1rem;
  }
  .page_search .search_form_404 .search-form {
    max-width: 300px;
  }
}

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