@charset "UTF-8";
.itsumohare-lower-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: calc(var(--site-base-container) + var(--site-base-side-pd) * 2);
  margin: 0 auto;
  padding: 0 var(--site-base-side-pd);
}

.itsumohare-list-ct {
  display: block;
  width: max(100% - 360px, 64%);
  border-top: solid 6px var(--color-accent);
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .itsumohare-list-ct {
    width: 100%;
    border-top-width: 3px;
    margin-bottom: 60px;
  }
}
.service .itsumohare-list-ct {
  width: 100%;
  border-top: none;
}

.itsumohare-article-ct {
  display: block;
  width: max(100% - 360px, 64%);
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .itsumohare-article-ct {
    width: 100%;
    margin-bottom: 60px;
  }
}

.itsumohare-side-ct {
  display: block;
  width: min(360px, 36%);
  margin-top: 20px;
  margin-bottom: 100px;
  padding-left: min(60px, 10.447%);
}
@media screen and (max-width: 991px) {
  .itsumohare-side-ct {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
  }
}

.itsumohare-side-ct__item {
  display: block;
  width: 100%;
  border-bottom: solid 1px var(--color-accent);
  margin-top: 27px;
  padding-bottom: 50px;
}
.itsumohare-side-ct__item:last-of-type {
  border-bottom: none;
}

.itsumohare-article-area {
  display: block;
  width: 100%;
}

.itsumohare-article {
  display: block;
  width: 100%;
  border-bottom: solid 6px var(--color-accent);
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article {
    border-bottom-width: 3px;
    padding-bottom: 40px;
  }
}

.itsumohare-article__head {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article__head {
    margin-bottom: 19px;
  }
}

.itsumohare-article__body {
  display: block;
  width: 100%;
}

.itsumohare-article__footer {
  display: block;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article__footer {
    margin-top: 40px;
  }
}

.itsumohare-article__info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

.itsumohare-article__date {
  display: block;
  width: auto;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article__date {
    font-size: 12px;
  }
}
.itsumohare-article__date::after {
  content: "/";
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article__date::after {
    font-size: 12px;
  }
}

.itsumohare-article__category {
  display: block;
  width: auto;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article__category {
    font-size: 12px;
  }
}
.itsumohare-article__category .cat-badge {
  display: none;
}
.itsumohare-article__category a {
  pointer-events: none;
}
.service .itsumohare-article__category .subcat-badge {
  border-bottom: solid 1px var(--color-black01);
}

.itsumohare-article__heading {
  display: block;
  width: 100%;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article__heading {
    font-size: 22px;
    margin-bottom: 17px;
  }
}

.itsumohare-article__eye-catching-area {
  display: block;
  width: 100%;
  position: relative;
}

.itsumohare-article__eye-catching-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.itsumohare-article__eye-catching-no-image {
  display: block;
  width: auto;
  max-width: 100%;
  border: solid 1px var(--color-black01);
  margin: 0;
}

.itsumohare-article__eye-catching-image-bg {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.itsumohare-article__eye-catching-image-bg::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.itsumohare-article__eye-catching-no-image-border {
  display: block;
  width: calc(100% - 2px);
  height: auto;
  border: solid 1px var(--color-black01);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
}
.itsumohare-article__eye-catching-no-image-border::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(75% - 2px);
}

.itsumohare-article__contents h1, .itsumohare-article__contents h2, .itsumohare-article__contents h3, .itsumohare-article__contents h4, .itsumohare-article__contents h5, .itsumohare-article__contents h6 {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents p {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents a {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
  transition: var(--tran-opacity-a);
}
.itsumohare-article__contents a:hover {
  opacity: 0.9;
}
.itsumohare-article__contents div {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents span {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents em {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents strong {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents s {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents u {
  color: inherit;
  background-color: inherit;
}
.itsumohare-article__contents sub {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents sup {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
.itsumohare-article__contents blockquote {
  color: #8c8c8c;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  border-left: solid 3px #cccccc;
  padding: 5px 0;
}
.itsumohare-article__contents blockquote p {
  color: #8c8c8c;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  padding-left: 1em;
}
.itsumohare-article__contents ol {
  list-style: decimal;
  padding-left: 1em;
}
.itsumohare-article__contents ol > li {
  margin-bottom: 1em;
}
.itsumohare-article__contents ul {
  list-style: disc;
  padding-left: 1em;
}
.itsumohare-article__contents ul > li {
  margin-bottom: 1em;
}
.itsumohare-article__contents img {
  display: inline;
  width: auto;
  max-width: 100%;
  height: auto !important;
  margin: 0;
}
.itsumohare-article__contents .blog-article-table-wrap {
  display: block;
  width: 100%;
  overflow: auto hidden;
}
.itsumohare-article__contents table {
  margin-bottom: 5px;
}
.itsumohare-article__contents .article-parts-image-link-button01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transition: var(--tran-opacity-a);
}
.itsumohare-article__contents .article-parts-image-link-button01:hover {
  opacity: 0.85;
}
.itsumohare-article__contents .article-parts-image-link-button01__image-box {
  display: block;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article__contents .article-parts-image-link-button01__image-box {
    width: 100%;
  }
}
.itsumohare-article__contents .article-parts-image-link-button01__image-box img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0;
}
.itsumohare-article__contents .article-parts-image-link-button01__text-box {
  display: block;
  width: calc(100% - 280px);
  font-weight: 400;
  font-size: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article__contents .article-parts-image-link-button01__text-box {
    width: 100%;
    margin-top: 6px;
    padding-left: 0;
  }
}
.itsumohare-article__contents .article-parts-image-link-button01__text-box > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.itsumohare-article__contents .article-parts-image-link-button01__text {
  font-weight: 400;
  font-size: 15px;
}
.itsumohare-article__contents .article-parts-image-link-button01__text.m--underline {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.itsumohare-article-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.itsumohare-article-detail__title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .itsumohare-article-detail__title {
    margin-bottom: 20px;
  }
}
.itsumohare-article-detail__title::after {
  content: "";
  display: block;
  width: calc(100% - 76px - 14px);
  height: 1px;
  background-color: var(--color-accent);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90px;
  z-index: 2;
}
.itsumohare-article-detail__title > img {
  display: block;
  width: 76px;
  position: relative;
  z-index: 3;
}

.itsumohare-article-detail__image-box {
  display: block;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article-detail__image-box {
    width: 100%;
  }
}
.itsumohare-article-detail__image-box img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .itsumohare-article-detail__image-box img {
    margin: 0;
  }
}

.itsumohare-article-detail__text-box {
  display: block;
  width: calc(100% - 270px);
  margin-top: 16px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article-detail__text-box {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
  }
}

.itsumohare-article-detail__heading {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .itsumohare-article-detail__heading {
    font-size: 18px;
  }
}

.itsumohare-article-detail__sentence {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .itsumohare-article-detail__sentence {
    font-size: 14px;
  }
}

.info-and-blog-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-heading {
    flex-direction: column;
    margin-top: 28px;
    margin-bottom: 23px;
  }
}
.info-and-blog-heading > img {
  display: block;
  width: 218px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .info-and-blog-heading > img {
    width: 158px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .info-and-blog-heading {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .info-and-blog-heading > img {
    left: 0;
  }
}

.info-and-blog-heading__sub-text {
  display: block;
  width: calc(100% - 218px);
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  margin-left: 27px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .info-and-blog-heading__sub-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .info-and-blog-heading__sub-text {
    text-align: left;
  }
}

.info-and-blog-list {
  width: 100%;
  border-top: solid 1px var(--color-accent);
  margin-top: 28px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list {
    margin-top: 25px;
  }
}
.info-and-blog-list > li {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  width: 100%;
  border-bottom: solid 1px var(--color-accent);
  margin: 0;
  padding: 18px 40px 18px 1px;
  position: relative;
  transition: var(--tran-opacity-a);
}
@media screen and (max-width: 767px) {
  .info-and-blog-list > li {
    padding-right: 20px;
  }
}
.info-and-blog-list > li:hover {
  opacity: 0.85;
}

.info-and-blog-list__info {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__info {
    grid-column: 1/3;
    padding-left: 0;
  }
}

.info-and-blog-list__date {
  display: block;
  width: auto;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__date {
    font-size: 10px;
  }
}
.info-and-blog-list__date::after {
  content: "/";
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__date::after {
    font-size: 10px;
  }
}

.info-and-blog-list__category {
  display: block;
  width: auto;
  font-weight: 700;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__category {
    font-size: 10px;
  }
}
.info-and-blog-list__category .cat-badge {
  display: none;
}
.info-and-blog-list__category a {
  pointer-events: none;
}

.info-and-blog-list__image-box {
  grid-row: 1/4;
  grid-column: 1/2;
  display: block;
  width: 140px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__image-box {
    width: 105px;
    grid-row: 2/3;
    margin-bottom: 10px;
  }
}
.info-and-blog-list__image-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.info-and-blog-list__image {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-and-blog-list__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.info-and-blog-list__no-image-border {
  display: block;
  width: calc(100% - 2px);
  height: auto;
  border: solid 1px var(--color-gray02);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.info-and-blog-list__no-image-border::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(75% - 2px);
}

.info-and-blog-list__text {
  grid-row: 2/3;
  grid-column: 2/3;
  display: block;
  width: 100%;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__text {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 12px;
    position: relative;
    top: -2px;
  }
}
.info-and-blog-list__text .is-titlelink {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 400;
}
.info-and-blog-list__text .is-titlelink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

.info-and-blog-list__lead {
  grid-row: 3/4;
  grid-column: 2/3;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__lead {
    grid-row: 3/4;
    grid-column: 1/3;
    font-size: 13px;
    padding-left: 0;
  }
}

.info-and-blog-list__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.info-and-blog-list__next-arrow {
  display: block;
  width: 14px;
  height: 19px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__next-arrow {
    width: 12px;
    height: 17px;
    top: 70px;
    bottom: unset;
    right: -5px;
  }
}

.service-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .service-heading {
    flex-direction: column;
    margin-top: 28px;
    margin-bottom: 23px;
  }
}
.service-heading > img {
  display: block;
  width: 224px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .service-heading > img {
    width: 161px;
    margin-bottom: 10px;
    position: relative;
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .service-heading {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .service-heading > img {
    left: 0;
  }
}

.service-heading__sub-text {
  display: block;
  width: calc(100% - 224px);
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  margin-left: 21px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .service-heading__sub-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-heading__sub-text {
    text-align: left;
  }
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 55px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 767px) {
  .service-list {
    row-gap: 34px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.service-list > li {
  display: block;
  width: calc((100% - 150px) / 4);
  position: relative;
  transition: var(--tran-opacity-a);
}
.service-list > li:hover {
  opacity: 0.85;
}
@media screen and (max-width: 991px) {
  .service-list > li {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .service-list > li {
    width: calc((100% - 15px) / 2);
  }
}

.service-list__image-box {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}
.service-list__image-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.service-list__image {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-list__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.service-list__no-image-border {
  display: block;
  width: calc(100% - 2px);
  height: auto;
  border: solid 1px var(--color-black01);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.service-list__no-image-border::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(75% - 2px);
}

.service-list__info-box {
  display: block;
  width: 100%;
  position: relative;
  left: -2px;
}

.service-list__category {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 12px;
  font-weight: 400;
  position: relative;
  left: -1px;
}
@media screen and (max-width: 767px) {
  .service-list__category {
    font-size: 10px;
  }
}
.service-list__category::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin-left: 0.5em;
}
.service-list__category .cat-badge {
  display: none;
}
.service-list__category .subcat-badge {
  border-bottom: solid 1px var(--color-black01);
}
.service-list__category a {
  pointer-events: none;
}

.service-list__text-box {
  display: block;
  width: 100%;
}

.service-list__text {
  display: block;
  width: 100%;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .service-list__text {
    font-size: 11px;
  }
}
.service-list__text .is-titlelink {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 400;
}
.service-list__text .is-titlelink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

.service-list__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.service-link-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.side-search__heading-image-box, .side-category__heading-image-box, .side-info-and-blog__heading-image-box, .side-pickup__heading-image-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}
.side-search__heading-image-box::before, .side-category__heading-image-box::before, .side-info-and-blog__heading-image-box::before, .side-pickup__heading-image-box::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 42px;
  height: 24px;
  background: no-repeat center/contain url(/img/i-sun01.svg);
  position: relative;
}

.side-pickup__heading {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .side-pickup__heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .side-pickup__heading {
    margin-bottom: 15px;
  }
}

.side-pickup__heading-image-box {
  width: 100%;
}
.side-pickup__heading-image-box::before {
  top: -5px;
}
.side-pickup__heading-image-box > img {
  display: block;
  width: 125px;
}

.side-info-and-blog__heading {
  display: block;
  width: 100%;
}

.side-info-and-blog__heading-image-box {
  width: 100%;
}
.side-info-and-blog__heading-image-box::before {
  top: 2px;
}
.side-info-and-blog__heading-image-box > img {
  display: block;
  width: 178px;
}

.side-info-and-blog__heading-text {
  display: block;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 400;
  font-size: 28px;
  margin-top: 10px;
}

.side-category__heading {
  display: block;
  width: 100%;
}

.side-category__heading-image-box {
  width: 100%;
}
.side-category__heading-image-box::before {
  top: -9px;
}
.side-category__heading-image-box > img {
  display: block;
  width: 123px;
}

.side-article-list {
  width: 100%;
  margin-top: 28px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .side-article-list {
    margin-top: 25px;
    padding: 0 15px;
  }
}
.side-article-list > li {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max(70px, 20%) 1fr;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  transition: var(--tran-opacity-a);
}
.side-article-list > li:hover {
  opacity: 0.85;
}
.side-article-list > li:nth-of-type(n+5) {
  display: none;
}
.side-article-list > li:nth-of-type(4) {
  margin-bottom: 0;
}
.side-article-list > li:last-of-type {
  margin-bottom: 0;
}

.side-article-list__info {
  grid-row: 1/2;
  grid-column: 1/3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .side-article-list__info {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 1px;
    padding-left: 10px;
  }
}

.side-article-list__date {
  display: block;
  width: auto;
  font-weight: 700;
  font-size: 12px;
}
.side-article-list__date::after {
  content: "/";
  font-weight: 700;
  font-size: 12px;
}
.service .side-article-list__date {
  display: none;
}

.side-article-list__category {
  display: block;
  width: auto;
  font-weight: 700;
  font-size: 12px;
  position: relative;
}
.side-article-list__category .cat-badge {
  display: none;
}
.side-article-list__category a {
  pointer-events: none;
}

.side-article-list__image-box {
  grid-row: 2/3;
  grid-column: 1/2;
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .side-article-list__image-box {
    grid-row: 1/3;
    grid-column: 1/2;
    top: 5px;
  }
}
.side-article-list__image-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.side-article-list__image {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-article-list__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.side-article-list__no-image-border {
  display: block;
  width: calc(100% - 2px);
  height: auto;
  border: solid 1px var(--color-black01);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.side-article-list__no-image-border::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(75% - 2px);
}

.side-article-list__text-box {
  grid-row: 2/3;
  grid-column: 2/3;
  display: block;
  width: 100%;
  padding-left: 12px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .side-article-list__text-box {
    padding-left: 10px;
    top: 0;
  }
}

.side-article-list__text {
  font-weight: 400;
  font-size: 15px;
}
.side-article-list__text .is-titlelink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

.side-article-list__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.itsumohare-banner-article-wrap {
  display: block;
  width: 100%;
}

.itsumohare-banner-article {
  display: block;
  width: 100%;
}

.itsumohare-banner-article__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-article__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-article__inner {
    gap: 20px;
  }
}
.itsumohare-banner-article__inner a {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--tran-opacity-a);
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-article__inner a {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-article__inner a {
    width: calc((100% - 20px) / 2);
  }
}
.itsumohare-banner-article__inner a:hover {
  opacity: 0.85;
}
.itsumohare-banner-article__inner img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.itsumohare-banner-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-contents-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-contents-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-contents-wrap > img {
    width: calc((100% - 40px) / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-contents-wrap > img {
    width: calc((100% - 20px) / 2) !important;
  }
}

.side-category-list {
  display: block;
  width: 100%;
  margin-top: 14px;
}
.side-category-list > li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.side-category-list > li .cat-item {
  display: none;
}
.info-and-blog .cat-id2 {
  display: none;
}

.service .cat-id1 {
  display: none;
}

.side-category-list__link {
  display: inline-block;
  width: auto;
  transition: var(--tran-opacity-a);
}
.side-category-list__link:hover {
  opacity: 0.85;
}

.side-category-list__text {
  display: inline;
  font-weight: 400;
  font-size: 15px;
}

.side-category-list__count {
  display: inline;
  font-weight: 400;
  font-size: 15px;
}

.side-search__heading {
  display: block;
  width: 100%;
}

.side-search__heading-image-box {
  width: 100%;
}
.side-search__heading-image-box::before {
  top: -6px;
}
.side-search__heading-image-box > img {
  display: block;
  width: 102px;
}

.side-search-form {
  width: 100%;
  margin-top: 15px;
}
.side-search-form .input-group {
  width: 100%;
}
.side-search-form input {
  width: calc(100% - 50px);
  height: 50px;
  font-size: 12px;
  border-radius: 0;
  padding: 15px;
}
.side-search-form input:focus {
  border-color: var(--color-accent);
}
.side-search-form .btn {
  width: 50px;
  height: 50px;
  background-color: var(--color-black01);
  border: none;
  border-radius: 0;
  padding: 0;
  transition: var(--tran-opacity-a);
}
.side-search-form .btn:hover {
  opacity: 0.85;
}
.side-search-form .btn i {
  font-size: 14px;
  margin: 0;
  position: relative;
  bottom: 2px;
}
.side-search-form .btn path {
  color: #ffffff;
}

.articlelist-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .articlelist-pager {
    justify-content: center;
  }
}
.articlelist-pager .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  border-radius: 0;
}
.articlelist-pager .page-item {
  display: block;
  width: auto;
  height: 36px;
  padding: 0;
}
.articlelist-pager #pager-top {
  border-bottom: solid 1px var(--color-black01);
}
.articlelist-pager #pager-top .pager-btn {
  padding-left: 0;
}
.articlelist-pager #pager-last {
  border-bottom: solid 1px var(--color-black01);
}
.articlelist-pager #pager-last .pager-btn {
  padding-right: 0;
}
.articlelist-pager #pager-each {
  border-bottom: solid 1px var(--color-black01);
}
.articlelist-pager #pager-prev i {
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 12px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  transform: rotate(180deg);
}
.articlelist-pager #pager-next i {
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 12px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  transform: rotate(0deg);
}
.articlelist-pager .pager-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  border: none;
  padding: 10px;
  transition: var(--tran-opacity-a);
}
.articlelist-pager .pager-btn:hover {
  background: none;
  opacity: 0.85;
}
.articlelist-pager .page-link {
  color: var(--color-black01);
}
.articlelist-pager .pagination .page-item:not(.disabled) > .page-link {
  color: var(--color-black01);
}
.articlelist-pager .pagination .page-item:not(.disabled).active > .page-link {
  color: var(--color-accent);
  background: none;
}

.article-pager-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .article-pager-area {
    margin-top: 32px;
  }
}
.article-pager-area .article-pager {
  background: none;
  min-width: 0;
  min-height: 0;
  margin: 0;
}
.article-pager-area .article-pager i {
  display: block;
  width: 14px;
  height: 20px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .article-pager-area .article-pager i {
    width: 12px;
    height: 18px;
  }
}
.article-pager-area .article-pager-prev {
  width: 80px;
  margin-left: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-pager-area .article-pager-prev {
    width: 58px;
    margin-left: 22px;
  }
}
.article-pager-area .article-pager-prev a {
  transition: var(--tran-opacity-a);
}
.article-pager-area .article-pager-prev a:hover {
  opacity: 0.85;
}
.article-pager-area .article-pager-prev i {
  left: 0;
  transform: translateX(calc(-100% - 16px)) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .article-pager-area .article-pager-prev i {
    transform: translateX(calc(-100% - 12px)) rotate(180deg);
  }
}
.article-pager-area .article-pager-prev img {
  display: block;
  width: 80px;
  height: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .article-pager-area .article-pager-prev img {
    width: 58px;
  }
}
.article-pager-area .article-pager-next {
  width: 80px;
  margin-right: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-pager-area .article-pager-next {
    width: 68px;
    margin-right: 22px;
  }
}
.article-pager-area .article-pager-next a {
  transition: var(--tran-opacity-a);
}
.article-pager-area .article-pager-next a:hover {
  opacity: 0.85;
}
.article-pager-area .article-pager-next i {
  right: 0;
  transform: translateX(calc(100% + 13px)) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .article-pager-area .article-pager-next i {
    transform: translateX(calc(100% + 9px)) rotate(0deg);
  }
}
.article-pager-area .article-pager-next img {
  display: block;
  width: 74px;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .article-pager-area .article-pager-next img {
    width: 62px;
  }
}
.article-pager-area .aricle-pager-list-link-box {
  display: block;
  width: auto;
  text-align: center;
}
.article-pager-area .aricle-pager-list-link {
  display: inline-block;
  color: var(--color-black01);
  font-size: 15px;
  border-bottom: solid 1px var(--color-black01);
  margin-bottom: 0.3em;
  padding: 0;
  transition: var(--tran-opacity-a);
}
.article-pager-area .aricle-pager-list-link:hover {
  opacity: 0.85;
}

.search-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .search-heading {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.search-heading > img {
  display: block;
  width: 205px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .search-heading > img {
    width: 150px;
    margin-bottom: 10px;
    position: relative;
    left: -1px;
  }
}

.search-heading__sub-text {
  display: block;
  width: calc(100% - 218px);
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  margin-left: 27px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .search-heading__sub-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-left: 0;
  }
}

.privacy-policy-section {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .privacy-policy-section {
    margin-bottom: 60px;
  }
}

.privacy-policy-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-heading {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.privacy-policy-heading > img {
  display: block;
  width: 378px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .privacy-policy-heading > img {
    width: 300px;
    margin-bottom: 10px;
    position: relative;
    left: -6px;
  }
}

.privacy-policy-heading__sub-text {
  display: block;
  width: calc(100% - 224px);
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  margin-left: 21px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .privacy-policy-heading__sub-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-left: 0;
  }
}

.privacy-policy-list {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.privacy-policy-list__list-item {
  display: block;
  width: 100%;
  border-bottom: solid 1px var(--color-accent);
  margin-bottom: 28px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-list__list-item {
    margin-bottom: 23px;
    padding: 0 0 15px;
  }
}
.privacy-policy-list__list-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.privacy-policy-list__list-item > dt {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .privacy-policy-list__list-item > dt {
    font-size: 14px;
  }
}
.privacy-policy-list__list-item > dt .num {
  font-weight: 500;
  font-size: 15px;
  margin-right: 0.15em;
}
@media screen and (max-width: 767px) {
  .privacy-policy-list__list-item > dt .num {
    font-size: 14px;
  }
}
.privacy-policy-list__list-item > dd {
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-list__list-item > dd {
    font-size: 14px;
  }
}
.privacy-policy-list__list-item > dd > p {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-list__list-item > dd > p {
    font-size: 14px;
  }
}
.privacy-policy-list__list-item > dd > ol {
  display: block;
  width: 100%;
  margin-top: 0.5em;
}
.privacy-policy-list__list-item > dd > ol > li {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .privacy-policy-list__list-item > dd > ol > li {
    font-size: 14px;
  }
}
.privacy-policy-list__list-item > dd > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.privacy-policy-list__list-item > dd > ol > li:last-of-type {
  margin-bottom: 0;
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(1)::before {
  content: "（1）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(2)::before {
  content: "（2）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(3)::before {
  content: "（3）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(4)::before {
  content: "（4）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(5)::before {
  content: "（5）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(6)::before {
  content: "（6）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(7)::before {
  content: "（7）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(8)::before {
  content: "（8）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(9)::before {
  content: "（9）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(10)::before {
  content: "（10）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(11)::before {
  content: "（11）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(12)::before {
  content: "（12）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(13)::before {
  content: "（13）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(14)::before {
  content: "（14）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(15)::before {
  content: "（15）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(16)::before {
  content: "（16）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(17)::before {
  content: "（17）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(18)::before {
  content: "（18）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(19)::before {
  content: "（19）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(20)::before {
  content: "（20）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(21)::before {
  content: "（21）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(22)::before {
  content: "（22）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(23)::before {
  content: "（23）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(24)::before {
  content: "（24）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(25)::before {
  content: "（25）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(26)::before {
  content: "（26）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(27)::before {
  content: "（27）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(28)::before {
  content: "（28）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(29)::before {
  content: "（29）";
}
.privacy-policy-list__list-item > dd > ol > li:nth-of-type(30)::before {
  content: "（30）";
}
.privacy-policy-list__list-item > dd a {
  transition: var(--tran-opacity-a);
}
.privacy-policy-list__list-item > dd a:hover {
  opacity: 0.85;
}

.not-found-section {
  display: block;
  width: 100%;
  margin: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .not-found-section {
    margin: 60px 0 100px;
  }
}

.not-found-heading {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .not-found-heading {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.not-found-sentence {
  font-weight: 400;
  font-size: 15px;
}

.not-found-back-button-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .not-found-back-button-area {
    justify-content: center;
    margin-top: 60px;
  }
}

.not-found-back-button {
  display: block;
  width: auto;
  font-weight: 400;
  font-size: 15px;
  border-bottom: solid 1px var(--color-black01);
  padding-bottom: 1px;
}
.not-found-back-button .icon-arrow01 {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
}

#article-fb-btn {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #article-fb-btn {
    margin-top: 40px;
  }
}
#article-fb-btn .fb_iframe_widget {
  display: block;
  width: 100% !important;
}
#article-fb-btn .fb_iframe_widget > span {
  display: block;
  width: 100% !important;
}
#article-fb-btn .fb_iframe_widget iframe {
  display: block;
  width: 100% !important;
}/*# sourceMappingURL=contents.css.map */