@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@400;700&display=swap"); /* reset.dev • v5.0.2 */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  --c-main-l: #EBDCCD;
  --c-main: #ED1B00;
  --c-main-d: #C10000;
  --c-sub: #1B70F5;
  --c-sub-d: #0F309F;
  --c-sub-l: #CBE5FC;
  --c-red: #ED1B00;
  --c-yellow: #F3FF5C;
  --c-green: #5ded68;
  --c-visited: #7337ab;
  --c-font: #333;
  --c-black: #111;
  --c-gray-d: #333;
  --c-gray-md: #777;
  --c-gray: #bbb;
  --c-gray-ml: #eee;
  --c-gray-l: #f0f0f0;
  --c-white: #fff;
  --f-sans: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  --f-serif: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", serif;
}

/*---- ベース ----*/
@media (max-width: 767px) {
  body::-webkit-scrollbar {
    display: none;
  }
}

* {
  letter-spacing: inherit;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  br.sm {
    display: none;
  }
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .smonly {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  display: block;
}

th,
td {
  padding: 5px;
}

input,
textarea,
button,
select {
  font-family: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder {
  color: #888;
}
input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  color: #888;
}

select,
textarea,
[type=url],
[type=text],
[type=date],
[type=tel],
[type=password],
[type=email],
[type=number] {
  padding: 5px;
}

textarea,
[type=url],
[type=text],
[type=tel],
[type=password],
[type=email] {
  width: 100%;
}

[data-acc-label] {
  cursor: pointer;
}

[data-acc-content] {
  display: none;
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}

body {
  font: 400 1rem/1.6 var(--f-sans);
  color: var(--c-font);
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: var(--c-black);
  line-height: 1.4;
}

/*---- セクション ----*/
.l_inner {
  margin: 0 auto;
  max-width: 940px;
  width: 94%;
}
.l_inner.wide {
  max-width: 1080px;
}
.l_inner.full {
  max-width: unset;
}
@media (min-width: 768px) {
  .l_inner.full {
    width: 100%;
  }
}
.l_inner.narrow {
  max-width: 800px;
}
.l_inner > *:first-child {
  margin-top: 0;
}

.l_w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l_w640 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.l_section {
  padding: 3rem 0;
  position: relative;
  background: transparent no-repeat center/cover;
}
@media (min-width: 768px) {
  .l_section {
    padding: 5rem 0;
  }
}

.l_header .l_inner {
  max-width: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 5px 0;
  min-height: 60px;
}
@media (min-width: 768px) {
  .l_header .l_inner {
    min-height: 70px;
  }
}

.l_footer {
  background-color: var(--c-gray);
}

.l_copyright {
  background-color: var(--c-gray-md);
  color: var(--c-white);
  padding: 1.5rem 0;
  text-align: center;
}

/*---- 見出し系 ----*/
.t_logo {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .t_logo {
    font-size: 1.5rem;
  }
}

.t_border {
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--c-main);
  font-weight: bold;
  border-top: 1px solid var(--c-gray);
  border-bottom: 1px solid var(--c-gray);
  padding: 2rem 5px;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .t_border {
    font-size: 2rem;
    text-align: center;
  }
}

.t_center {
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem 0;
  line-height: 1.4;
  font-weight: bold;
}

.t_sectitle {
  line-height: 1.4;
  margin-bottom: 2rem;
  color: var(--c-main);
  text-align: center;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .t_sectitle {
    font-size: 2rem;
  }
}

.t_lead {
  font-size: 1.25rem;
  margin: 2rem auto;
}

.t_strong {
  font-size: 1.25rem;
  font-weight: bold;
}

.t_h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 4rem 0 2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 768px) {
  .t_h3 {
    font-size: 2rem;
  }
}

.t_h4 {
  margin: 2rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--c-black);
}

.t_h5 {
  margin: 2rem 0 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--c-black);
}

/*---- コンポーネント----*/
.c_btn {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  max-width: 320px;
  padding: 0.7em;
  margin: 3rem auto 1rem;
  color: var(--c-white);
  background-color: var(--c-main);
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  left: 0;
}
.c_btn:hover, .c_btn:focus-within {
  left: 5px;
  opacity: 0.7;
}
.c_btn.big {
  max-width: 560px;
  padding: 0.7em;
}
@media (min-width: 768px) {
  .c_btn.big {
    font-size: 2rem;
  }
}

.c_imgtext .col_l {
  margin-bottom: 1rem;
}
.c_imgtext .col_l > *:last-child {
  margin-bottom: 0;
}
.c_imgtext .col_r {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c_imgtext {
    display: flex;
    gap: 1.25rem;
  }
  .c_imgtext .col_l {
    flex: 1 1 540px;
    align-self: center;
  }
  .c_imgtext .col_r {
    flex: 0 1 400px;
  }
  .c_imgtext .col_r img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c_list_dot {
  margin: 0 auto 1rem;
}
.c_list_dot.big {
  font-size: 1.25rem;
}
.c_list_dot > li {
  padding-left: 20px;
  text-indent: -20px;
}
.c_list_dot > li:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.c_list_dot > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: var(--c-main);
  margin-right: 10px;
  border-radius: 50%;
}

.c_list_bd > li {
  padding: 2rem 0;
  border-top: 1px solid var(--c-gray);
}
.c_list_bd > li:last-of-type {
  border-bottom: 1px solid var(--c-gray);
}
.c_list_bd > li .col_r {
  text-align: center;
}
@media (min-width: 768px) {
  .c_list_bd > li {
    display: flex;
    gap: 1.25rem;
  }
  .c_list_bd > li .col_l {
    flex: 1 1 540px;
  }
  .c_list_bd > li .col_l > *:last-child {
    margin-bottom: 0;
  }
  .c_list_bd > li .col_r {
    flex: 0 1 400px;
  }
  .c_list_bd > li .col_r img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c_list_bd .heading {
  font-size: 1.5rem;
}
.c_list_bd .heading::before {
  content: "■";
  color: var(--c-main);
  margin-right: 0.5em;
}

.c_box_bd {
  padding: 1.25rem;
  border: 1px solid var(--c-gray);
  margin-bottom: 1rem;
}
.c_box_bd.red {
  border: 1px solid var(--c-main);
}
.c_box_bd > *:last-child {
  margin-bottom: 0;
}

.c_box_scroll {
  height: 120px;
  padding: 5px 8px;
  font-size: 0.875rem;
  max-height: 360px;
  min-height: 80px;
  overflow-y: auto;
  border: 1px solid var(--c-gray-md);
  background-color: var(--c-gray-ml);
  resize: vertical;
}
.c_box_scroll.big {
  height: 240px;
}

.c_dl_form {
  margin: 1rem auto 2rem;
  display: grid;
  gap: 10px;
}
.c_dl_form dt {
  color: var(--c-black);
  border-left: 5px solid var(--c-main);
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c_dl_form dd {
  padding: 5px;
}
@media (min-width: 768px) {
  .c_dl_form {
    grid-template-columns: 210px 1fr;
  }
}

.c_check {
  text-indent: -1.4em;
  display: inline-block;
  padding-left: 1.4em;
}
.c_check [type=checkbox] {
  margin-right: 0.5em;
}

.c_radio {
  text-indent: -1.4em;
  display: inline-block;
  padding-left: 1.4em;
}
.c_radio [type=radio] {
  margin-right: 0.5em;
}

/*---- project ----*/
/*---- 共通セクション ---*/
.p_form {
  max-width: 620px;
  margin: 0 auto;
}
.p_form select,
.p_form textarea,
.p_form [type=url],
.p_form [type=text],
.p_form [type=date],
.p_form [type=tel],
.p_form [type=password],
.p_form [type=email],
.p_form [type=number] {
  padding: 8px;
  background-color: #fff;
  border: 1px solid var(--c-gray);
}
.p_form select:focus,
.p_form textarea:focus,
.p_form [type=url]:focus,
.p_form [type=text]:focus,
.p_form [type=date]:focus,
.p_form [type=tel]:focus,
.p_form [type=password]:focus,
.p_form [type=email]:focus,
.p_form [type=number]:focus {
  border: 1px solid var(--c-gray-d);
}
.p_form select::-moz-placeholder, .p_form textarea::-moz-placeholder, .p_form [type=url]::-moz-placeholder, .p_form [type=text]::-moz-placeholder, .p_form [type=date]::-moz-placeholder, .p_form [type=tel]::-moz-placeholder, .p_form [type=password]::-moz-placeholder, .p_form [type=email]::-moz-placeholder, .p_form [type=number]::-moz-placeholder {
  color: var(--c-gray);
}
.p_form select::placeholder,
.p_form textarea::placeholder,
.p_form [type=url]::placeholder,
.p_form [type=text]::placeholder,
.p_form [type=date]::placeholder,
.p_form [type=tel]::placeholder,
.p_form [type=password]::placeholder,
.p_form [type=email]::placeholder,
.p_form [type=number]::placeholder {
  color: var(--c-gray);
}

/*---- page ---*/
.p_top_mv {
  background: var(--c-gray-l) url("../images/top/mv@2x.jpg") no-repeat center/cover;
}
.p_top_mv .l_inner {
  min-height: 300px;
  padding: 3rem 0;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .p_top_mv .l_inner {
    height: 80vh;
  }
}
.p_top_mv .maincopy {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: clamp(2rem, 7vw, 64px);
  text-shadow: #fff 2px 2px 4px;
  font-family: var(--f-serif);
  text-align: center;
  margin: 0;
}
.p_top_backtest .bg {
  background-color: var(--c-gray-d);
  color: var(--c-yellow);
  padding: 1rem;
}
.p_top_backtest .title {
  text-align: center;
  font-size: 1.5rem;
  color: var(--c-yellow);
  position: relative;
  padding-bottom: 10px;
}
.p_top_backtest .title::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: var(--c-yellow);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p_top_backtest .heading {
  font-size: 1.25rem;
  border-top: 1px solid var(--c-gray-l);
  color: var(--c-white);
  padding: 5px;
}
.p_top_backtest .time {
  display: inline-block;
  width: 10em;
}
.p_top_backtest .result {
  text-align: right;
  color: var(--c-main);
  font-weight: bold;
  margin-right: 2em;
  font-size: 1.25rem;
}

.p_content .l_inner > *:first-child {
  margin-top: 0;
}
.p_content p a {
  text-decoration: underline;
}
.p_content p a:visited {
  color: var(--c-visited);
}
.p_content h1:not([class]) {
  font-size: 1.5rem;
  font-weight: bold;
}
.p_content h2:not([class]) {
  font-size: 1.5rem;
  border-bottom: 1px solid var(--c-main-d);
  border-left: 1px solid var(--c-main-d);
  padding: 0 5px;
  margin: 2.5rem 0 1.25rem;
}
.p_content h3:not([class]) {
  font-size: 1.25rem;
  background-color: var(--c-main-l);
  color: var(--c-main-d);
  padding: 5px;
  margin: 2rem 0 1.25rem;
}
.p_content h4:not([class]) {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
}
.p_content h5:not([class]) {
  background-color: var(--c-gray-l);
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  font-size: 1em;
}
.p_content h6:not([class]) {
  color: var(--c-main-d);
  font-weight: bold;
  font-size: 1em;
}
.p_content ol:not([class]),
.p_content ul:not([class]) {
  padding: 0;
  margin: 0 0 1em;
  list-style: revert;
  list-style-position: outside;
  margin-left: 1em;
}
.p_content ol:not([class]) li,
.p_content ul:not([class]) li {
  margin-bottom: 1em;
}
.p_content ol:not([class]) ol,
.p_content ol:not([class]) ul,
.p_content ul:not([class]) ol,
.p_content ul:not([class]) ul {
  margin-left: 1em;
}
.p_content ol:not([class]) ol {
  list-style-type: none;
  list-style-position: inside;
}
.p_content ol:not([class]) ol > li {
  counter-increment: cnt;
}
.p_content ol:not([class]) ol > li:before {
  display: inline;
  content: "(" counter(cnt) ") ";
}
.p_content dl:not([class]) {
  margin: 1rem auto;
}
.p_content dl:not([class]) dt,
.p_content dl:not([class]) dd {
  margin-bottom: 10px;
}
.p_content dl:not([class]) dt {
  color: var(--c-black);
  font-size: 1.25rem;
  font-weight: bold;
}
.p_content dl:not([class]) dd {
  padding-left: 1.25rem;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-gray);
}
.p_content blockquote {
  padding: 1rem;
  margin: 1rem auto;
  background-color: var(--c-gray-l);
}
.p_content blockquote *:last-child {
  margin-bottom: 0;
}
.p_content table img {
  margin: 0;
}
.p_content table p {
  margin-top: 0.5rem;
}

.u_ac {
  text-align: center;
}

.u_ar {
  text-align: right;
}

.u_al {
  text-align: left;
}

/*---- utility ---*/
@media (max-width: 767px) {
  .u_table_wrap {
    overflow-x: auto;
    padding: 0.5rem;
    box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
    margin: 1rem 0;
  }
  .u_table_wrap table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0.5rem 0;
  }
}

.u_bold {
  font-weight: bold;
}

.u_tc_red {
  color: var(--c-red);
}

.u_tc_black {
  color: var(--c-black);
}

.u_tc_gray {
  color: var(--c-gray);
}

.u_tc_white {
  color: var(--c-white);
}

.u_tc_main {
  color: var(--c-main);
}

.u_tc_sub {
  color: var(--c-sub);
}

.u_bg_main {
  background-color: var(--c-main-l);
}

.u_bg_sub {
  background-color: var(--c-sub-l);
}

.u_bg_gray {
  background-color: var(--c-gray-l);
}

.u_fontsize0 {
  font-size: 0rem;
}

.u_my0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.u_mx0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.u_mb0 {
  margin-bottom: 0rem;
}

.u_mt0 {
  margin-top: 0rem;
}

.u_ml0 {
  margin-left: 0rem;
}

.u_mr0 {
  margin-right: 0rem;
}

.u_py0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.u_px0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.u_pb0 {
  padding-bottom: 0rem;
}

.u_pt0 {
  padding-top: 0rem;
}

.u_pl0 {
  padding-left: 0rem;
}

.u_pr0 {
  padding-right: 0rem;
}

.u_fontsize1 {
  font-size: 0.5rem;
}

.u_my1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u_mx1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u_mb1 {
  margin-bottom: 1rem;
}

.u_mt1 {
  margin-top: 1rem;
}

.u_ml1 {
  margin-left: 1rem;
}

.u_mr1 {
  margin-right: 1rem;
}

.u_py1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u_px1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u_pb1 {
  padding-bottom: 1rem;
}

.u_pt1 {
  padding-top: 1rem;
}

.u_pl1 {
  padding-left: 1rem;
}

.u_pr1 {
  padding-right: 1rem;
}

.u_fontsize2 {
  font-size: 1rem;
}

.u_my2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u_mx2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u_mb2 {
  margin-bottom: 2rem;
}

.u_mt2 {
  margin-top: 2rem;
}

.u_ml2 {
  margin-left: 2rem;
}

.u_mr2 {
  margin-right: 2rem;
}

.u_py2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u_px2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u_pb2 {
  padding-bottom: 2rem;
}

.u_pt2 {
  padding-top: 2rem;
}

.u_pl2 {
  padding-left: 2rem;
}

.u_pr2 {
  padding-right: 2rem;
}

.u_fontsize3 {
  font-size: 1.5rem;
}

.u_my3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u_mx3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u_mb3 {
  margin-bottom: 3rem;
}

.u_mt3 {
  margin-top: 3rem;
}

.u_ml3 {
  margin-left: 3rem;
}

.u_mr3 {
  margin-right: 3rem;
}

.u_py3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u_px3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u_pb3 {
  padding-bottom: 3rem;
}

.u_pt3 {
  padding-top: 3rem;
}

.u_pl3 {
  padding-left: 3rem;
}

.u_pr3 {
  padding-right: 3rem;
}

.u_fontsize4 {
  font-size: 2rem;
}

.u_my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u_mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u_mb4 {
  margin-bottom: 4rem;
}

.u_mt4 {
  margin-top: 4rem;
}

.u_ml4 {
  margin-left: 4rem;
}

.u_mr4 {
  margin-right: 4rem;
}

.u_py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u_px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u_pb4 {
  padding-bottom: 4rem;
}

.u_pt4 {
  padding-top: 4rem;
}

.u_pl4 {
  padding-left: 4rem;
}

.u_pr4 {
  padding-right: 4rem;
}

.u_fontsize5 {
  font-size: 2.5rem;
}

.u_my5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u_mx5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u_mb5 {
  margin-bottom: 5rem;
}

.u_mt5 {
  margin-top: 5rem;
}

.u_ml5 {
  margin-left: 5rem;
}

.u_mr5 {
  margin-right: 5rem;
}

.u_py5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u_px5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.u_pb5 {
  padding-bottom: 5rem;
}

.u_pt5 {
  padding-top: 5rem;
}

.u_pl5 {
  padding-left: 5rem;
}

.u_pr5 {
  padding-right: 5rem;
}