@charset "UTF-8";
/*    NEWSリスト    */
.c-info__item + .c-info__item {
    margin-top: 16px;
}
.c-info__year {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
}

.c-info__list {
  padding: 56px 0;
  border-top: 1px solid #969492;
}
.c-info__year + .c-info__list {
  margin-top: 16px;
}

.c-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-info__item + .c-info__item {
  margin-top: 40px;
}

.c-info__cat {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-info__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 91px;
  margin-left: 16px;
  font-weight: bold;
}

.c-info__title {
  margin-left: 32px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  color: #1f1f1f;
  position: relative;
}
.c-info__title::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #969492;
  position: absolute;
  left: -16px;
  top: calc(50% - 16px);
}

.c-info__title--txt {
  color: currentColor;
}

.c-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  color: #1f1f1f;
  background: transparent;
}
.c-info__item.p-info__item a.c-txt__link[target=_blank]::after {
    content: url(/assets/cmn/img/icn_svg_extlink.svg);
    display: inline-table;
    width: 1em;
    height: 1em;
    margin-left: 0.6em;
    margin-top: 1px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    color: currentColor;
    vertical-align: text-top;
}


@media (max-width: 768px) {
  .c-info__list {
    padding: 40px 0;
    border-width: 2px;
  }
  .c-info__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-info__date {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: calc(100% - 160px - 16px);
  }
  .c-info__title {
    margin-top: 8px;
    margin-left: 0;
    font-size: 0.875rem;
  }
  .c-info__title::before {
    content: none;
  }
  .c-info__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

/*    NEWS詳細    */
.p-article__heading {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 2.24px;
}

.p-article__body {
  margin-top: 40px;
  padding: 40px 40px 80px;
  background: #fff;
  border-radius: 8px;
}

.p-article__contact {
  margin-top: 80px;
}

.p-article__contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  padding: 40px;
  background: #f7f7f7;
  border-radius: 8px;
}

.p-article__btn-box {
  padding-left: 24px;
 width: 40%;
}

.p-article__btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px 24px;
  width: 270px;
  height: auto;
  line-height: 1.5;
}
.p-article__btn::after {
  right: 24px;
}

.p-article__contact-indent {
  margin-left: 16px;
}

.p-article--return {
  width: 200px;
  height: 46px;
  position: relative;
  font-size: 0.875rem;
}
.p-article--return::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/cmn/img/icn_svg_arrow_white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-body p + p {
  margin-top: 24px;
}
.p-body h2 + p, .p-body h3 + p, .p-body h4 + p, .p-body h5 + p, .p-body h6 + p {
  margin-top: 32px;
}
.p-body a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.4em;
  margin-top: 1px;
  background-image: url(/assets/cmn/img/icn_svg_extlink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: currentColor;
  vertical-align: text-top;
}
.p-body figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 1em;
}

.p-body__img {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.p-body__img img {
  border: 1px solid #d3d9e0;
}
p + .p-body__img {
  margin-top: 24px;
}

.p-body__img figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 0.8em;
}

.p-body__heading-lv2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 2.24px;
}

.p-body__block, .p-body__block.p-body__media {
  margin-top: 80px;
}
.p-body__block:first-child, .p-body__block.p-body__media:first-child {
  margin-top: 0;
}

.p-body__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.p-body__media.p-body__media--imgtop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-body__media.p-body__media--imgtop .p-body__media-body {
  width: calc(100% - 440px);
  margin-left: 40px;
}
.p-body__media.p-body__media--texttop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-body__media.p-body__media--texttop .p-body__media-body {
  width: calc(100% - 440px);
  margin-right: 40px;
}
.p-body__media + p {
  margin-top: 40px;
}

.p-body__media-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 440px;
  text-align: center;
}

.p-body__ul {
  margin-top: 24px;
}
.p-body__ul li {
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.p-body__ul li + li {
  margin-top: 16px;
}
.p-body__ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #c7b282;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 6px;
}

.p-body__btn-block {
  margin-top: 40px;
  text-align: center;
}

.p-body__btn {
  width: auto;
  height: 56px;
  min-width: 240px;
  padding: 16px 50px;
  line-height: 1.2;
}
.p-body__btn.c-btn--l-arrow::after {
  right: 24px;
}

.p-body__table-block {
  margin-top: 32px;
}

.p-body__table {
  width: 100%;
  border-collapse: collapse;
}
.p-body__table td, .p-body__table th {
  border: 1px solid #91969b;
}
.p-body__table th {
  background: #faf9f5 !important;
}
.p-body__table .table-label {
  background: #faf9f5;
  font-weight: 400;
}

.p-body__table-type01 th {
  padding: 8px;
}
.p-body__table-type01 .table-label {
  width: 190px;
}
.p-body__table-type01 td {
  padding: 24px 40px;
}
.p-body__table-type02  {
	margin-top: 15px;
}
.p-body__table-type02 th {
  padding: 5px;
}
.p-body__table-type02 .table-label {
  width: auto;
  white-space: nowrap;
}
.p-body__table-type02 td {
  padding: 5px 15px;
}
.p-body__table-type03  {
	margin-top: 15px;
}
.p-body__table-type03 th {
  padding: 5px;
}
.p-body__table-type03 .table-label {
  width: auto;
  white-space: nowrap;
}
.p-body__table-type03 td {
  padding: 5px;
  text-align: center;
}
.p-body__table-type03 td br.sp_only{
	display: none;
}
.p-body__table-type03 td:nth-child(3) {
	text-align: left;
}
.p-body__table-fixed {
  table-layout: fixed;
}
.package_detail {
	text-align:left;
	width: 75%;
	margin: 0 auto;
}

@media (max-width: 768px) {
.p-body__table-block.sp_scr  {
	overflow-x: scroll;
}
.p-body__table-type03 .table-label {
  width: auto;
  white-space: nowrap;
}
.p-body__table-type03 td br.sp_only{
	display: block;
}
.p-body__table-type03 td:nth-child(3),
.p-body__table-type03 td:nth-child(4),
.p-body__table-type03 td:nth-child(5),
.p-body__table-type03 td:last-child {
  white-space: nowrap;
}
.package_detail {
	margin: 0;
}
}

.p-body__right-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-body__img-left-320 {
  max-width: 320px;
}

.p-body__t-center {
  text-align: center;
}

.p-body__t-left {
  text-align: left;
}

.p-body__t-right {
  text-align: right;
}

.p-body__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

p + .p-body__half {
  margin-top: 40px;
}

.p-body__half-body {
  width: calc(50% - 24px);
  padding: 16px;
}
.p-body__half-body.p-body__half-line {
  position: relative;
}
.p-body__half-body.p-body__half-line::after {
  content: "";
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background: #edebe7;
  position: absolute;
  right: -22px;
  top: 0;
}

.p-body__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-body__column .p-body__column-last {
  margin-top: auto;
  padding-top: 16px;
}

.p-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
}

.p-control__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  border-radius: 8px;
  background: #f7f7f7;
}
.p-control__container:last-of-type {
  width: calc(100% - 297px - 24px);
  margin-left: 24px;
}

.p-control__label {
  padding-right: 8px;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.p-control__label::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #d3d9e0;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

.p-control__body {
  margin-left: 8px;
}

.p-control__radio-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

.p-control__radio-flex > .c-form__radio-container {
  margin-right: 10px;
}
.p-control__radio-flex > .c-form__radio-container:last-of-type {
  margin-right: 0;
}

.p-control__blank {
  width: 100%;
}

.p-info {
  padding: 48px 0;
}

.p-info__item .c-info__link {
  padding: 8px 0;
}

.c-info__item + .c-info__item {
  margin-top: 16px;
}

.u-dn-pc {
  display: none !important;
}

.u-dn-pc-ib {
  display: none !important;
}

.u-dn-pc-i {
  display: none !important;
}

.u-dn-sp {
  display: block !important;
}

.u-dn-sp-ib {
  display: inline-block !important;
}

.u-dn-sp-i {
  display: inline !important;
}

.u-i-medium {
  font-weight: 500;
}

.u-i-bold {
  font-weight: bold;
}

.u-i-small-08 {
  font-size: 0.8em;
}

.u-i-small-09 {
  font-size: 0.9em;
}

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

.u-mt0 {
  margin-top: 0px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mt88 {
  margin-top: 88px !important;
}
.u-mt96 {
  margin-top: 96px !important;
}
.u-mt104 {
  margin-top: 104px !important;
}
.u-mt112 {
  margin-top: 112px !important;
}
.u-mt4 {
  margin-top: 4px !important;
}
.u-mt12 {
  margin-top: 12px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-ta-l {
  text-align: left !important;
}
.u-ta-c {
  text-align: center !important;
}
.u-ta-r {
  text-align: right !important;
}
@media not all and (max-width: 768px) {
  .u-m-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mt8-pc {
    margin-top: 8px !important;
  }
  .u-mt16-pc {
    margin-top: 16px !important;
  }
  .u-mt24-pc {
    margin-top: 24px !important;
  }
  .u-mt32-pc {
    margin-top: 32px !important;
  }
  .u-mt40-pc {
    margin-top: 40px !important;
  }
  .u-mt48-pc {
    margin-top: 48px !important;
  }
  .u-mt56-pc {
    margin-top: 56px !important;
  }
  .u-mt64-pc {
    margin-top: 64px !important;
  }
  .u-mt72-pc {
    margin-top: 72px !important;
  }
  .u-mt80-pc {
    margin-top: 80px !important;
  }
  .u-mt88-pc {
    margin-top: 88px !important;
  }
  .u-mt96-pc {
    margin-top: 96px !important;
  }
  .u-mt104-pc {
    margin-top: 104px !important;
  }
  .u-mt112-pc {
    margin-top: 112px !important;
  }
  .u-mt4-pc {
    margin-top: 4px !important;
  }
  .u-mt12-pc {
    margin-top: 12px !important;
  }
  .u-mt20-pc {
    margin-top: 20px !important;
  }
  .u-mt30-pc {
    margin-top: 30px !important;
  }
  .u-ta-l-pc {
    text-align: left !important;
  }
  .u-ta-c-pc {
    text-align: center !important;
  }
  .u-ta-r-pc {
    text-align: right !important;
  }
}
@media (max-width: 768px) {
  .p-article__heading {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 1.6px;
  }
  .p-article__body {
    padding: 40px 16px;
  }
  .p-article__contact-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    padding: 24px 16px;
  }
  .p-article__btn-box {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .p-article__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 64vw;
    padding: 10px 52px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1.28px;
  }
  .p-body p + p {
    margin-top: 16px;
  }
  .p-body h2 + p, .p-body h3 + p, .p-body h4 + p, .p-body h5 + p, .p-body h6 + p {
    margin-top: 24px;
  }
  p + .p-body__img {
    margin-top: 16px;
  }
  .p-body__heading-lv2 {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 1.6px;
  }
  .p-body__block, .p-body__block.p-body__media {
    margin-top: 40px;
  }
  .p-body__media.p-body__media--imgtop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-body__media.p-body__media--imgtop .p-body__media-body {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .p-body__media.p-body__media--texttop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-body__media.p-body__media--texttop .p-body__media-body {
    width: 100%;
    margin-right: 0;
  }
  .p-body__media.p-body__media--texttop .p-body__media-img {
    margin-top: 24px;
  }
  .p-body__media {
    margin-top: 24px;
  }
  .p-body__media + p {
    margin-top: 24px;
  }
  .p-body__media-img {
    width: 100%;
  }
  .p-body__ul {
    margin-top: 24px;
  }
  .p-body__ul li {
    padding-left: 24px;
  }
  .p-body__ul li + li {
    margin-top: 8px;
  }
  .p-body__ul li::before {
    width: 8px;
    height: 8px;
    left: 8px;
    top: 5px;
  }
  .p-body__btn-block {
    margin-top: 24px;
  }
  .p-body__btn {
    width: 100%;
    min-width: 0;
  }
  .p-body__table-type01 {
    line-height: 1.29;
  }
  .p-body__table-type01 th {
    width: 52px;
    padding: 4px;
  }
  .p-body__table-type01 .table-label {
    width: auto;
    padding: 16px 8px;
  }
  .p-body__table-type01 td {
    padding: 8px;
  }
  .p-body__half {
    display: block;
  }
  .p-body__half-body {
    width: 100%;
    padding: 0;
  }
  .p-body__half-body + .p-body__half-body {
    margin-top: 40px;
  }
  .p-body__half-body.p-body__half-line::after {
    display: none;
  }
  .p-body__column {
    display: block;
  }
  .p-body__column .p-body__column-last {
    margin-top: 16px;
    padding-top: 0;
  }
  .p-control {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .p-control__container {
    width: 100%;
  }
  .p-control__container:last-of-type {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    display: block;
  }
  .p-control__label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 32px;
  }
  .p-control__label::after {
    right: 16px;
  }
  .p-control__label-cat {
    padding-right: 0;
    padding-bottom: 8px;
    text-align: center;
  }
  .p-control__label-cat::after {
    width: 100%;
    height: 2px;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .p-control__body {
    width: 100%;
    margin-left: 0;
  }
  .p-control__radio-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-control__radio-flex > .c-form__radio-container {
    margin-top: 16px;
    margin-right: 18px;
  }
  .p-control__radio-flex > .c-form__radio-container:nth-of-type(3) {
    margin-right: 0;
  }
  .u-dn-pc {
    display: block !important;
  }
  .u-dn-pc-ib {
    display: inline-block !important;
  }
  .u-dn-pc-i {
    display: inline !important;
  }
  .u-dn-sp {
    display: none !important;
  }
  .u-dn-sp-ib {
    display: none !important;
  }
  .u-dn-sp-i {
    display: none !important;
  }
  .u-m-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mt8-sp {
    margin-top: 8px !important;
  }
  .u-mt16-sp {
    margin-top: 16px !important;
  }
  .u-mt24-sp {
    margin-top: 24px !important;
  }
  .u-mt32-sp {
    margin-top: 32px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mt48-sp {
    margin-top: 48px !important;
  }
  .u-mt56-sp {
    margin-top: 56px !important;
  }
  .u-mt64-sp {
    margin-top: 64px !important;
  }
  .u-mt72-sp {
    margin-top: 72px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mt88-sp {
    margin-top: 88px !important;
  }
  .u-mt96-sp {
    margin-top: 96px !important;
  }
  .u-mt104-sp {
    margin-top: 104px !important;
  }
  .u-mt112-sp {
    margin-top: 112px !important;
  }
  .u-mt4-sp {
    margin-top: 4px !important;
  }
  .u-mt12-sp {
    margin-top: 12px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-ta-l-sp {
    text-align: left !important;
  }
  .u-ta-c-sp {
    text-align: center !important;
  }
  .u-ta-r-sp {
    text-align: right !important;
  }
}
a.nolink:hover {
	color: #1f1f1f !important;
}
.p-body__heading-lv2.side-brp {
	border-left: #8a195b 4px solid;
	padding-left: 0.5em;
	margin-bottom: 1em;
}
.pbody-list {
	margin-bottom: 1em;
}
.pbody-list li {
	padding-left: 1em;
	text-indent: -1em;
}
.p-body-photo {
	margin: 40px auto 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.p-body-photo .p-body-photo_3col {
	width: 320px;
	margin-bottom: 3em;
	padding: 0 1em;
}

@media (max-width: 768px) {
  .p-body-photo {
      margin: 40px auto 20px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
  }

  .p-body-photo .p-body-photo_3col {
      width: 100%;
      margin-bottom: 2em;
      padding: 0 1em;
  }
}

/*******info/20240122.html 追加******/

.recipe-box {
	margin: 0;
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}
.recipe-box-text {
	vertical-align: top;
	width: calc(100% - 350px);
}
.recipe-box-img {
	width: 430px;
	text-align: center;
}
.recipe-box-img img{
	width: 80%;
}
@media (max-width: 768px) {
.recipe-box {
	margin: 0;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.recipe-box-text {
	width: 100%;
}
.recipe-box-img {
	width: 100%;
	margin: 30px 0;
}
.recipe-box-img img{
	width: 90%;
}
}

/*******20240７１８　 追加******/
.mt-be-columns.p-article__contact-box .p-article__contact-indent ~ p {
 margin-left:16px !important;
 margin-top:0 !important;
}
.p-body__table-block.p-body__block th,
.p-body__table-block.sp_scr p-body__block th {
  background: #faf9f5 !important;
}
th {
    background: #faf9f5 !important;
}

/*******20240７１9　 追加******/
.hr-dot {
  border-bottom:dotted 5px;
}
.hr-dot hr {
  border: 0px none;
}
.on-back-color {
  background-color:  #f8f4e6;
  padding: 0.5rem;
}
.list-div p:before {
  content: "● ";
}
.list-div p {
  padding-left:1em;
  text-indent:-1em;
 margin-top: 0 !important;
}
.p-body__block {
  margin-bottom: 40px;
}
.p-body__company{
  margin-top: -30px;
}
.p-body__table-type01 th {
  font-weight: normal !important;
  width: 190px;
}
.p-body__table-type02 th {
  font-weight: normal !important;
  width: auto;
  white-space: nowrap;
}
.p-body__table-type03 th {
  font-weight: normal !important;
  width: auto;
  white-space: nowrap;
}

@media (max-width: 768px) {
.mt-be-columns.p-body__media  .p-body__media-body:first-of-type{
      margin-bottom: 40px;
  }

/** .mt-be-columns.p-body__media  .p-body__media-body:first-of-type p{
      margin-bottom: 40px;
  } **/
}
/*******新規コンテンツブロック********/
.top-mgn-block {
    padding-top:24px;
}
.bottom-mgn-block {
   margin-bottom:24px;
}
.no-mgn-block {
   margin:0;
}
.p-body__heading-lv2 + hr {
 margin-top: 1em;
}

.p-body__block:has(hr) {
    margin-top: 10px !important;
}

