@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --color-main: #005FE2;
  --color-text: #1D2087;
  --color-white: #FFFFFF;
  --color-dark-navy: #1C1F87;
  --color-strong-blue: #1D2087;
  --color-medium-blue: #1D77D1;
  --color-light-blue: #A1D4FD;
  --color-very-light-blue: #CCE2F8;
  --color-light-green: #CBFDEE;
  --color-purple: #7E60D1;
  --color-h1-bg: #F7FF2E;
  --color-news-tags-01: #1D77D1;
  --color-news-tags-02: #7E60D1;
  --color-news-tags-03: #00819E;
  --color-news-tags-04: #078756;
  --color-btn-hover: #F7FF2E;
}

.u_cl_main {
  color: var(--color-main);
}

.u_cl_medium_blue {
  color: var(--color-medium-blue);
}

.u_cl_dark_navy {
  color: var(--color-dark-navy);
}

.u_cl_pink {
  color: #EA30A2;
}

.u_cl_purple {
  color: #7E60D1;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.u_font_en {
  font-family: "Overpass", sans-serif;
}

.u_fw_500 {
  font-weight: 500;
}

.u_fw_700 {
  font-weight: 700;
}

/*!
global > mixin
------------------------------
*/
.p_dl__note {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_dl__note {
    font-size: 0.875rem;
  }
}

.p_dl_list_arrow__note {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p_dl_list_arrow__note {
    font-size: 0.9375rem;
  }
}

.p_dl_list_disc__item, .p_dl_list_arrow__item, .p_dl_list_num__item, .p_sub_dl__ttl, .p_table__row, .p_table__key {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_dl_list_disc__item, .p_dl_list_arrow__item, .p_dl_list_num__item, .p_sub_dl__ttl, .p_table__row, .p_table__key {
    font-size: 1.25rem;
  }
}

.p_subsidy_in__ttl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_subsidy_in__ttl {
    font-size: 1.75rem;
  }
}

.p_jos_subsidy__introttl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_jos_subsidy__introttl {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p_jos .c_breadcrumb {
    padding-top: 20px;
  }
}

.p_jos_subsidy {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_jos_subsidy {
    margin-top: 100px;
  }
}
.p_jos_subsidy__introttl {
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
.p_jos_subsidy__mttl {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .p_jos_subsidy__mttl {
    margin-top: 70px;
  }
}

.p_subsidy_in {
  margin-top: 36px;
}
.p_subsidy_in + .p_subsidy_in {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_subsidy_in {
    margin-top: 60px;
  }
  .p_subsidy_in + .p_subsidy_in {
    margin-top: 100px;
  }
}
.p_subsidy_in__ttl {
  letter-spacing: 0.12em;
  padding: 0.3em 2.1em;
}
@media screen and (min-width: 768px) {
  .p_subsidy_in__ttl {
    padding: 0.575em 2.1em;
  }
}
.p_subsidy_in__body {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p_subsidy_in__body {
    margin-top: 42px;
  }
}

.p_dl + .p_dl {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_dl + .p_dl {
    margin-top: 25px;
  }
}
.p_dl__ttl {
  margin-left: 0;
  padding: 0.3em 2.15em;
}
.p_dl__body {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p_dl__body {
    margin-top: 15px;
  }
}
.p_dl__note {
  font-weight: 400;
  letter-spacing: 0.041em;
  margin-top: 5px;
  line-height: 2.7857142857;
}
@media screen and (min-width: 768px) {
  .p_dl__note {
    margin: 0;
  }
}

.p_dl_btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  margin-block: 0.5em;
}
@media screen and (min-width: 768px) {
  .p_dl_btn {
    margin: 0;
  }
}

.p_dl_list_disc__item {
  font-weight: 700;
  letter-spacing: 0.025em;
  gap: 1.3em;
}
@media screen and (min-width: 768px) {
  .p_dl_list_disc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p_dl_list_disc__txt {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.p_dl_list_disc__txt::before {
  content: "●";
  color: #18BEBE;
  margin-right: 7px;
}

.p_dl_list_arrow__item {
  letter-spacing: 0.041em;
}
.p_dl_list_arrow__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_dl_list_arrow__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.p_dl_list_arrow__txt {
  text-indent: -1.25em;
  padding-left: 1.25em;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p_dl_list_arrow__txt {
    font-size: 1.25rem;
  }
}
.p_dl_list_arrow__txt::before {
  content: "▶";
  color: #18BEBE;
  font-size: 1rem;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .p_dl_list_arrow__txt::before {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p_dl_list_arrow__mw .p_dl_list_arrow__txt {
    min-width: 108px;
  }
}
.p_dl_list_arrow__flex {
  position: relative;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p_dl_list_arrow__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p_dl_list_arrow__note {
  font-weight: 400;
  letter-spacing: 0.041em;
  padding-left: 24px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .p_dl_list_arrow__note {
    padding-left: 25px;
    margin-bottom: 30px;
  }
}
.p_dl_list_arrow__note .highlight {
  color: #DE1160;
}

.p_dl_list_num__item {
  letter-spacing: 0.041em;
  font-weight: 400;
  text-indent: -1.15em;
  padding-left: 1.15em;
  margin-top: 5px;
  line-height: 1.95;
}
@media screen and (min-width: 768px) {
  .p_dl_list_num__item {
    margin-top: 0;
  }
}
.p_dl_list_num__order {
  font-weight: 900;
  letter-spacing: 0.041em;
  color: #18BEBE;
  margin-right: 0.3em;
}

.p_sub_dl {
  margin-top: 22px;
}
.p_sub_dl + .p_sub_dl {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_sub_dl {
    margin-top: 30px;
  }
  .p_sub_dl + .p_sub_dl {
    margin-top: 20px;
  }
}
.p_sub_dl__ttl {
  letter-spacing: 0.041em;
  font-weight: 900;
  color: #18BEBE;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.p_sub_dl__body {
  padding-top: 5px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p_sub_dl__body {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 0;
  }
}

.p_jos_shipping {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .p_jos_shipping {
    margin-top: 120px;
  }
}
.p_jos_shipping__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_jos_shipping__ttl {
    margin-bottom: 50px;
  }
}

.p_shipping_block + .p_shipping_block {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p_shipping_block + .p_shipping_block {
    margin-top: 80px;
  }
}
.p_shipping_block__ttl {
  letter-spacing: 0.12em;
}
.p_shipping_block__intro {
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.7391304348;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_shipping_block__intro {
    font-size: 1.4375rem;
    text-align: center;
    margin-top: 28px;
  }
}
.p_shipping_block__tel, .p_shipping_block__mail {
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: block;
  font-family: "Overpass", sans-serif;
  margin-top: 10px;
  color: var(--color-dark-navy);
}
@media screen and (min-width: 768px) {
  .p_shipping_block__tel, .p_shipping_block__mail {
    text-align: center;
    margin-top: 42px;
    font-size: 2.3125rem;
  }
}

.p_table {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p_table {
    margin-top: 40px;
  }
}
.p_table__ttl {
  margin-left: 0;
  padding: 0.3em 2.2222222222em;
}
.p_table__in {
  margin-top: 12px;
  background-image: url("../images/common/img_border_table.png");
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p_table__in {
    margin-top: 20px;
  }
}
.p_table__row {
  background-image: url("../images/common/img_border_table.png");
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: top;
  padding-block: 0.3em;
  line-height: 2;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .p_table__row {
    padding-inline: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p_table__key {
  letter-spacing: 0.14em;
  font-weight: 500;
  display: inline-block;
  text-indent: -2.5em;
  padding-left: 2.5em;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p_table__key {
    -ms-flex-preferred-size: 38.2%;
        flex-basis: 38.2%;
  }
}
.p_table__key::before {
  content: "●";
  color: #1D77D1;
  margin-right: 27px;
}
.p_table__val {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}