@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

/* ページ共通 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gen Interface JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 300; /* 100–800 */
  margin: 0;
  padding: 0 auto;
  color: #212121;
  background-color: #f0f0f0;
  width: 100vw;
  height: auto;
  font-size: 18px;
  scroll-behavior: smooth;
  text-align: center;
  overflow-x: hidden;
}

/* GoogleFonts-しっぽり明朝B1 */
.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

/* 画像は枠いっぱいに収める */
img {
  max-width: 100%;
  height: auto;
}

/* h2見出し */
h2 {
  max-width: 100%;
  font-size: 2.25em;
  font-family: "shippori-mincho-b1-regular", serif;
  font-weight: bold;
  font-style: normal;
  color: #748293;
  margin: 0 auto;
  padding: 16px 0;
  text-align: start;
  white-space: nowrap;
  text-wrap: nowrap;
}

/* h3見出し */
h3 {
  max-width: 100%;
  font-size: 1.8em;
  font-family: "shippori-mincho-b1-regular ", serif;
  font-weight: bold;
  font-style: normal;
  color: #748293;
  margin: 0 auto;
  padding: 12px 0;
  text-align: start;
  white-space: nowrap;
  text-wrap: nowrap;
}

/* h4見出し */
h4 {
  max-width: 100%;
  font-size: 1.35em;
  font-family: "shippori-mincho-b1-regular ", serif;
  font-weight: bold;
  font-style: normal;
  color: #748293;
  margin: 0 auto;
  padding: 6px 0;
  text-align: start;
  white-space: nowrap;
  text-wrap: nowrap;
}

/* リンク */
a {
  text-decoration: none;
  color: #748293;
}

a:hover {
  opacity: 0.8;
}

/* ボタン */
button {
  font-family: "shippori-mincho-b1-regular ", serif;
  font-weight: bold;
  font-style: normal;
  border: none;
}

/* メイン部分 */
main {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 80px;
  right: 10px;
  font-size: small;
  font-weight: bold;
  padding: 0.7em;
  text-align: end;
  background: #8fa3bb;
  color: #fff;
  transition: 0.3s0;
  border-radius: 6px;
  z-index: 99999;
  opacity: 0.8;
}
.page_top_btn img {
  width: 30px;
  height: auto;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background-color: #8fa3bb;
  color: rgba(255, 255, 255, 0.8);
}

/* コピーライト */
.copyright {
  text-align: center;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* ページ共通 */
  html {
    font-size: 14px;
  }
  /* h2見出し */
  h2 {
    font-size: 1.75em;
    padding: 12px 0;
  }
  /* h3見出し */
  h3 {
    font-size: 1.4em;
    padding: 6px 0;
  }
  /* h4見出し */
  h4 {
    font-size: 1.05em;
    padding: 4px 0;
  }
}
/* ヘッダー */
header {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 999;
  position: fixed;
}
header nav {
  width: 75em;
  height: auto;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /* navのメニュー */
}
header nav ul {
  min-width: 30em;
  height: auto;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
header nav ul li {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  list-style: none;
  list-style-position: inside;
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  margin-left: 2em;
  padding-bottom: 1px;
  border-bottom: 1px solid #748292;
}
header {
  /* ハンバーガーメニュー */
}
header .menu-btn {
  display: none;
}
header .menu-btn span,
header .menu-btn span:before,
header .menu-btn span:after {
  display: none;
}
header .menu-btn span:before {
  display: none;
}
header .menu-btn span:after {
  display: none;
}
header #menu-btn-check:checked ~ .menu-btn span {
  display: none;
}
header #menu-btn-check:checked ~ .menu-btn span::before {
  display: none;
}
header #menu-btn-check:checked ~ .menu-btn span::after {
  display: none;
}
header #menu-btn-check:checked ~ .menu-content {
  right: 0;
  /*メニューを画面内へ*/
}
header #menu-btn-check {
  display: none;
}
header {
  /* ハンバーガーメニュー本体 */
}
header .menu-content {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  /*rightの値を変更してメニューを画面外へ*/
  z-index: 888;
  background-color: rgba(116, 130, 146, 0.8);
  /* animation-direction: reverse 0.5s; */
  -webkit-transition: reverse 0.5s;
  transition: reverse 0.5s;
  /* アニメーション設定 */
}
header .menu-content ul {
  margin: 0 auto;
  padding: 50px 20px 10px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
header .menu-content li {
  border-bottom: solid 1px #fff;
  list-style: none;
}
header .menu-content li a {
  display: block;
  width: 100%;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  position: relative;
}
header .menu-content li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header h1.logo img {
  width: 240px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  header {
    width: 100vw;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
    z-index: 999;
    position: fixed;
    /* ハンバーガーメニュー */
  }
  header .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #748292;
  }
  header .menu-btn::before, header .menu-btn::after {
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: transparent;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  header .menu-btn span {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  header .menu-btn span::before, header .menu-btn span::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  header .menu-btn span::before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .menu-btn span::after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn::before {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn::after {
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #menu-btn-check:checked ~ .menu-content {
    right: 0;
    /*メニューを画面内へ*/
  }
  header {
    /* ハンバーガーメニュー本体 */
  }
  header .menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -50%;
    /*rightの値を変更してメニューを画面外へ*/
    z-index: 8888;
    background-color: rgba(116, 130, 146, 0.8);
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
  header .menu-content ul {
    margin: 0 auto;
    padding: 80px 20px 10px 20px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  header .menu-content li {
    border-bottom: solid 1px #fff;
    list-style: none;
  }
  header .menu-content li a {
    display: block;
    width: 100%;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    position: relative;
  }
  header .menu-content li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  header h1.logo img {
    width: 8em;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  header {
    /* navのメニュー */
  }
  header nav ul,
  header nav li {
    display: none;
  }
}
footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 24px 0 32px;
  background-color: #434B54;
  font-size: 14px;
  color: #fff;
}
footer .f-menu {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}
footer .f-menu p.f-logo {
  margin: 0;
  padding: 0;
}
footer .f-menu p.f-logo img {
  width: 180px;
  height: auto;
  text-align: start;
}
footer .f-menu ul {
  width: 100%;
  margin: 48px 0 0 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
}
footer .f-menu ul li {
  margin-right: 28px;
  padding: 0;
  list-style: none;
}
footer .f-menu a {
  color: #fff;
  text-decoration: none;
}
footer .f-menu .copyright {
  margin-top: 48px;
  font-size: 1em;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 0 28px;
    background-color: #434B54;
    font-size: 12px;
  }
  footer .f-menu {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    text-align: start;
  }
  footer .f-menu p.f-logo {
    margin: 0;
  }
  footer .f-menu p.f-logo img {
    width: 160px;
    height: auto;
  }
  footer .f-menu ul {
    width: 100%;
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: start;
    list-style: none;
  }
  footer .f-menu li {
    margin-top: 28px;
    padding-right: 14px;
    list-style: none;
  }
  footer .f-menu li a {
    display: block;
    color: #fff;
    text-align: start;
  }
  footer .f-menu .copyright {
    margin-top: 36px;
  }
}
/* ボタン要素 */
.contact {
  width: 58.5em;
  height: auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 60px auto;
  padding: 16px;
  background-image: linear-gradient(90deg, #8fa3bb, #748292);
  border-radius: 36px;
  text-align: center;
}
.contact:hover {
  opacity: 0.75;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  .contact {
    width: 95%;
    height: auto;
    font-size: 16px;
    margin: 30px auto;
    padding: 8px;
    border-radius: 24px;
  }
}
/* home-トップ画像 */
.top-image {
  width: 100vw;
  height: 45em;
  margin: 0 auto 32px auto;
  padding: 0;
  background: url("../../images/top_image.jpg") center center/cover no-repeat;
  text-align: center;
}
.top-image .title-logo {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 20em 0;
  text-align: start;
}
.top-image .title-logo img {
  width: 420px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}

.introduction {
  width: 70.5em;
  height: auto;
  margin: 3em auto 1em auto;
  padding: 0;
  text-align: center;
}
.introduction p.catch-copy {
  font-size: 1.6em;
  font-family: "shippori-mincho-b1-regular ", serif;
  font-weight: bold;
  font-style: normal;
  color: #748293;
  text-align: center;
}
.introduction p {
  margin: 0 auto;
  padding: 0.75em;
}

/* 404-トップ画像、お問い合わせフォーム */
.other-image404 {
  width: 100vw;
  height: 16em;
  margin: 0 auto 32px auto;
  padding: 0;
  background: url("../../images/other_image.jpg") center center/cover no-repeat;
  text-align: start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.other-image404 .copy404 {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 8px;
}
.other-image404 h2 {
  text-align: start;
  font-size: 3em;
  color: #fff;
  margin: 0 auto;
  padding: 2em 0;
  text-shadow: 0px 0px 8px rgba(33, 33, 33, 0.9);
  white-space: nowrap;
  text-wrap: nowrap;
}

/* お問い合わせフォーム（ContactForm7で） */
.contact-form {
  width: 95%;
  height: auto;
  margin: 1.5em auto;
  padding: 1em;
  text-align: start;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  background-color: rgba(116, 130, 146, 0.1);
}
.contact-form label,
.contact-form input,
.contact-form textarea {
  max-width: 95%;
  white-space: wrap;
  text-wrap: wrap;
}

/* home-制作例 */
.production-image {
  width: 100vw;
  min-height: 280px;
  margin: 2em auto 0;
  padding: 4em 0;
  background: url("../../images/production_image.jpg") center center/cover no-repeat;
  text-align: center;
}
.production-image .production-contents {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 80px 0 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.production-image .production-contents .production-container01 {
  width: 35.5em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.production-image .production-contents .production-container02 {
  width: 26em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.production-image .production-contents .production-container02 .production-b {
  width: 100%;
  height: auto;
  color: #748293;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 1.15em;
  font-weight: bold;
}

/* home-アプリ&ツール */
.app-tools-image {
  width: 100vw;
  min-height: 280px;
  margin: 0 auto;
  padding: 4em 0;
  background: url("../../images/app-tools_image.jpg") center center/cover no-repeat;
  text-align: center;
}
.app-tools-image .app-tools-contents {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 80px 0 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.app-tools-image .app-tools-contents .app-tools-container01 {
  width: 35.5em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.app-tools-image .app-tools-contents .app-tools-container02 {
  width: 26em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.app-tools-image .app-tools-contents .app-tools-container02 .app-tools-b {
  width: 100%;
  height: auto;
  color: #748293;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 1.15em;
  font-weight: bold;
}

/* home-まるたけ商店について */
.about-image {
  width: 100vw;
  min-height: 280px;
  margin: 0 auto;
  padding: 4em 0;
  background: url("../../images/profile_image.jpg") center center/cover no-repeat;
  text-align: start;
}
.about-image .about-contents {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 80px 0 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.about-image .about-contents .about-container01 {
  width: 35.5em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.about-image .about-contents .about-container02 {
  width: 26em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.about-image .about-contents .about-container02 .about-b {
  width: 100%;
  height: auto;
  color: #748293;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 1.15em;
  font-weight: bold;
}

/* home-お知らせ */
article {
  width: 70.5em;
  height: auto;
  margin: 3em auto;
  padding: 1em;
  text-align: start;
}
article dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: start;
  align-items: center;
  align-content: center;
  list-style: none;
}
article dt {
  width: 15%;
  height: auto;
  text-align: start;
  list-style: none;
  margin: 0.7em auto;
  padding-bottom: 0.3em;
  border-bottom: #748292 1px solid;
}
article dd {
  width: 85%;
  height: auto;
  text-align: start;
  list-style: none;
  margin: 0.7em auto;
  padding-bottom: 0.3em;
  border-bottom: #748292 1px solid;
}
article dd span.products {
  font-size: 0.7em;
  font-weight: bold;
  background-color: #E9AEAE;
  margin: 4px 16px;
  padding: 6px 16px;
  color: #ffffff;
  border-radius: 20px;
}
article dd span.info {
  font-size: 0.7em;
  font-weight: bold;
  background-color: #B7D597;
  margin: 4px 16px;
  padding: 6px 16px;
  color: #ffffff;
  border-radius: 20px;
}
article dd a {
  color: #212121;
  text-decoration: none;
}
article .list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: end;
}
article .list .list-b {
  width: 15%;
  height: auto;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  background-color: #748292;
  margin: 6px 0;
  padding: 6px 12px;
  border-radius: 20px;
}

/* home-納期と金額について */
.price-deadline {
  width: 70.5em;
  height: auto;
  margin: 2em auto;
  padding: 0 28px 28px 28px;
  text-align: center;
  background-color: rgba(116, 130, 146, 0.1);
}
.price-deadline h2 {
  text-align: center;
}
.price-deadline p {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* home-トップ画像 */
  .top-image {
    width: 100vw;
    height: 288px;
    margin: 0 auto 18px auto;
  }
  .top-image .title-logo {
    width: 95%;
    height: auto;
    margin: 0;
    padding: 10em 0;
    text-align: center;
  }
  .top-image .title-logo img {
    width: 20em;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .introduction {
    width: 95%;
    height: auto;
    margin: 16px auto 8px auto;
    padding: 0;
    text-align: center;
  }
  .introduction p.catch-copy {
    text-align: center;
    margin: 0 auto;
    padding: 0.65em;
  }
  .introduction p {
    text-align: center;
    margin: 0 auto;
    padding: 0.65em;
  }
  /* 404-トップ画像 */
  .other-image404 {
    width: 100vw;
    height: 180px;
    margin: 0 auto 18px auto;
  }
  .other-image404 .copy404 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .other-image404 h2 {
    font-size: 2em;
    margin: 0 auto;
    padding: 3em 0.35em;
    text-align: center;
  }
  .error h2 {
    font-size: 1.6em;
  }
  .error h3 {
    font-size: 1.05em;
  }
  /* お問い合わせフォーム（ContactForm7で） */
  .contact-form {
    width: 95%;
    height: auto;
    margin: 1.5em auto;
    padding: 1em;
    text-align: start;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    background-color: rgba(116, 130, 146, 0.1);
  }
  .contact-form label,
  .contact-form input,
  .contact-form textarea {
    max-width: 95%;
    white-space: wrap;
    text-wrap: wrap;
  }
  /* home-制作例 */
  .production-image {
    width: 100vw;
    min-height: 180px;
    margin: 0 auto;
    padding: 1em 0;
  }
  .production-image .production-contents {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  .production-image .production-contents .production-container01 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .production-image .production-contents .production-container01 h2 {
    text-align: center;
  }
  .production-image .production-contents .production-container02 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .production-image .production-contents .production-container02 .production-b {
    width: 100%;
    height: auto;
    border-radius: 24px;
    margin: 0.6em auto;
    padding: 0.6em;
  }
  /* home-アプリ&ツール */
  .app-tools-image {
    width: 100vw;
    min-height: 180px;
    margin: 0 auto;
    padding: 1em 0;
  }
  .app-tools-image .app-tools-contents {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  .app-tools-image .app-tools-contents .app-tools-container01 {
    width: 95%;
    height: auto;
    margin: 0 auto 1em auto;
    padding: 0;
    text-align: center;
  }
  .app-tools-image .app-tools-contents .app-tools-container01 h2 {
    text-align: center;
  }
  .app-tools-image .app-tools-contents .app-tools-container02 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .app-tools-image .app-tools-contents .app-tools-container02 .app-tools-b {
    width: 100%;
    height: auto;
    border-radius: 24px;
    margin: 0.6em auto;
    padding: 0.6em;
  }
  /* home-まるたけ商店について */
  .about-image {
    width: 100vw;
    min-height: 180px;
    margin: 0 auto;
    padding: 1em 0;
  }
  .about-image .about-contents {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  .about-image .about-contents .about-container01 {
    width: 95%;
    height: auto;
    margin: 0 auto 1em auto;
    padding: 0;
    text-align: center;
  }
  .about-image .about-contents .about-container01 h2 {
    text-align: center;
  }
  .about-image .about-contents .about-container02 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .about-image .about-contents .about-container02 .about-b {
    width: 100%;
    height: auto;
    border-radius: 24px;
    margin: 0.6em auto;
    padding: 0.6em;
  }
  /* home-お知らせ */
  article {
    width: 100vw;
    height: auto;
    margin: 1.5em auto;
    padding: 0.5em;
    text-align: start;
  }
  article h2 {
    text-align: center;
  }
  article dl {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    text-align: start;
    align-items: center;
    align-content: center;
    list-style: none;
  }
  article dt {
    width: 100%;
    height: auto;
    text-align: start;
    list-style: none;
    margin: 0.4em auto;
    padding: 0;
    border: none;
  }
  article dd {
    width: 100%;
    height: auto;
    text-align: start;
    list-style: none;
    margin: 0.4em auto;
    padding: 0;
    border-bottom: #748292 1px solid;
  }
  article dd span.products {
    font-size: 0.7em;
    font-weight: bold;
    background-color: #E9AEAE;
    margin: 0 14px 0 0;
    padding: 6px 16px;
    color: #ffffff;
    border-radius: 20px;
  }
  article dd span.info {
    font-size: 0.7em;
    font-weight: bold;
    background-color: #B7D597;
    margin: 0 14px 0 0;
    padding: 6px 16px;
    color: #ffffff;
    border-radius: 20px;
  }
  article .list {
    text-align: center;
  }
  article .list .list-b {
    width: 50%;
    height: auto;
  }
  /* home-納期と金額について */
  .price-deadline {
    width: 100vw;
    height: auto;
    margin: 1em auto;
    padding: 0 1em 1em 1em;
    text-align: start;
  }
}
.privacy-image {
  width: 100vw;
  height: 16em;
  margin: 0 auto 32px auto;
  padding: 0;
  background: url("../../images/other_image.jpg") center center/cover no-repeat;
  text-align: start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.privacy-image .copy {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 8px;
}
.privacy-image h2 {
  text-align: start;
  font-size: 2.55em;
  color: #fff;
  margin: 0 auto;
  padding: 2em 0;
  text-shadow: 0px 0px 8px rgba(33, 33, 33, 0.9);
  white-space: nowrap;
  text-wrap: nowrap;
}

.privacy-text {
  width: 100%;
  height: auto;
  margin: 0 auto 2.5em auto;
  padding: 0;
  text-align: start;
}
.privacy-text a {
  color: #748292;
  text-decoration: underline;
}

ul {
  margin: 0 auto;
  padding: 1.5em 0;
  text-align: start;
}

li {
  list-style-position: inside;
}

.privacy-text-contact {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: end;
}

h4 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25em;
  color: #748292;
  margin: 48px 0 24px 0;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* プライバシー-トップ画像 */
  .privacy-image {
    width: 100vw;
    height: 180px;
    margin: 0 auto 18px auto;
    text-align: center;
  }
  .privacy-image .copy {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .privacy-image h2 {
    font-size: 2em;
    margin: 0 auto;
    padding: 3em 0.35em;
    text-align: center;
  }
}
/* 制作例-トップ画像 */
.production-top {
  width: 100vw;
  min-height: 16em;
  margin: 0 auto 32px auto;
  padding: 0;
  background: url("../../images/production_image.jpg") center center/cover no-repeat;
  text-align: start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.production-top .production-copy {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 8px;
}
.production-top h2 {
  text-align: start;
  font-size: 3em;
  color: #fff;
  margin: 0 auto;
  padding: 2em 0;
  text-shadow: 0px 0px 8px rgba(33, 33, 33, 0.9);
  white-space: nowrap;
  text-wrap: nowrap;
}

/* 制作例-サムネ */
.products-container {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.products-container figure {
  width: 280px;
  height: auto;
  margin: 0 auto 1em auto;
  padding: 0;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.products-container figure figcaption {
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
}

.caution {
  width: 95%;
  height: auto;
  margin: 1.5em auto;
  padding: 1em;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  background-color: rgba(116, 130, 146, 0.1);
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* 制作例-トップ画像 */
  .production-top {
    width: 100vw;
    min-height: 180px;
    margin: 0 auto 18px auto;
    text-align: center;
  }
  .production-top .production-copy {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .production-top h2 {
    font-size: 2em;
    margin: 0 auto;
    padding: 3em 0.35em;
    text-align: center;
  }
  /* 制作例-サムネ */
  .products-container {
    width: 95%;
    height: auto;
  }
  .products-container figure {
    width: 50%;
    height: auto;
    margin: 0 auto 1em auto;
    padding: 0 0.5em;
  }
  .caution {
    text-align: start;
  }
}
/* アプリツール-トップ画像 */
.app-top {
  width: 100vw;
  min-height: 16em;
  margin: 0 auto 32px auto;
  padding: 0;
  background: url("../../images/app-tools_image.jpg") center center/cover no-repeat;
  text-align: start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.app-top .app-copy {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 8px;
}
.app-top h2 {
  text-align: start;
  font-size: 3em;
  color: #fff;
  margin: 0 auto;
  padding: 2em 0;
  text-shadow: 0px 0px 8px rgba(33, 33, 33, 0.9);
  white-space: nowrap;
  text-wrap: nowrap;
}

/* アプリツール-サムネ */
.app-container {
  width: 70.5em;
  height: auto;
  margin: 2em auto 0 auto;
  padding: 0;
  text-align: start;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.app-container .app-contents {
  width: 100%;
  height: auto;
  margin: 1em auto;
  padding: 0 0 1em 0;
  text-align: start;
  display: flex;
  flex-flow: row nowrap;
  gap: 2.5em;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  border-bottom: #748292 dotted 1px;
}
.app-container .app-contents figure {
  flex: 0 0 30%;
  width: 30%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}
.app-container .app-contents figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}
.app-container .app-contents figcaption {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}
.app-container .app-contents figcaption h4 {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #748292;
  white-space: wrap;
  text-wrap: wrap;
}
.app-container .app-contents figcaption p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* アプリツール-トップ画像 */
  .app-top {
    width: 100vw;
    min-height: 180px;
    margin: 0 auto 18px auto;
    text-align: center;
  }
  .app-top .app-copy {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .app-top h2 {
    font-size: 2em;
    margin: 0 auto;
    padding: 3em 0.35em;
    text-align: center;
  }
  /* h3見出し折り返し */
  h3 {
    width: 95%;
    white-space: wrap;
    text-wrap: wrap;
  }
  /* アプリツール-サムネ */
  .app-container {
    width: 95%;
    height: auto;
  }
  .app-container .app-contents {
    width: 100%;
    height: auto;
    margin: 0.5em auto;
    padding: 0 0 0.5em 0;
    text-align: start;
  }
  .app-container .app-contents figure {
    width: 25%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .app-container .app-contents figure img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .app-container .app-contents figcaption {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .app-container .app-contents figcaption h4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .app-container .app-contents figcaption p {
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
  }
}
/* お知らせ一覧-トップ画像 */
.info-top {
  width: 100vw;
  min-height: 16em;
  margin: 0 auto 32px auto;
  padding: 0;
  background: url("../../images/other_image.jpg") center center/cover no-repeat;
  text-align: start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.info-top .info-copy {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 8px;
}
.info-top h2 {
  text-align: start;
  font-size: 3em;
  color: #fff;
  margin: 0 auto;
  padding: 2em 0;
  text-shadow: 0px 0px 8px rgba(33, 33, 33, 0.9);
  white-space: nowrap;
  text-wrap: nowrap;
}

/* お知らせ一覧-サムネ */
.info-container {
  width: 70.5em;
  height: auto;
  margin: 2em auto 0 auto;
  padding: 0;
  text-align: start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 16px;
}
.info-container .info-contents {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 1em 0;
  text-align: start;
  display: flex;
  flex-flow: row nowrap;
  gap: 2.5em;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  border-bottom: #748292 dotted 1px;
}
.info-container .info-contents figure {
  width: 120px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}
.info-container .info-contents figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}
.info-container .info-contents figcaption {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}
.info-container .info-contents figcaption .yymmdd {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
}
.info-container .info-contents figcaption .yymmdd span.products {
  font-size: 0.8em;
  font-weight: bold;
  background-color: #E9AEAE;
  margin: 4px 16px 4px 0;
  padding: 6px 16px;
  color: #ffffff;
  border-radius: 20px;
}
.info-container .info-contents figcaption .yymmdd span.info {
  font-size: 0.8em;
  font-weight: bold;
  background-color: #B7D597;
  margin: 4px 16px 4px 0;
  padding: 6px 16px;
  color: #ffffff;
  border-radius: 20px;
}
.info-container .info-contents figcaption .info-title {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* お知らせ一覧-トップ画像 */
  .info-top {
    width: 100vw;
    min-height: 180px;
    margin: 0 auto 18px auto;
    text-align: center;
  }
  .info-top .info-copy {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .info-top h2 {
    font-size: 2em;
    margin: 0 auto;
    padding: 3em 0.35em;
    text-align: center;
  }
  /* お知らせ一覧-サムネ */
  .info-container {
    width: 95%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 14px;
  }
  .info-container .info-contents {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0.5em 0;
    text-align: start;
  }
  .info-container .info-contents figure {
    width: 25%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .info-container .info-contents figure img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .info-container .info-contents figcaption {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
}
/* まるたけ商店について-トップ画像 */
.about-top-image {
  width: 100vw;
  height: 16em;
  margin: 0 auto 32px auto;
  padding: 0;
  background: url("../../images/profile_image.jpg") center center/cover no-repeat;
  text-align: start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.about-top-image .about-top-copy {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 8px;
}
.about-top-image h2 {
  text-align: start;
  font-size: 3em;
  color: #fff;
  margin: 0 auto;
  padding: 2em 0;
  text-shadow: 0px 0px 8px rgba(33, 33, 33, 0.9);
  white-space: nowrap;
  text-wrap: nowrap;
}

/* まるたけ商店について */
.text-container {
  width: 95%;
  height: auto;
  margin: 1.5em auto;
  padding: 1em;
  text-align: start;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  background-color: rgba(116, 130, 146, 0.1);
}

/* まるたけ商店について-詳細 */
.detail {
  width: 95%;
  height: auto;
  margin: 1.5em auto;
  padding: 1em;
  text-align: start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.detail dt {
  width: 25%;
  height: auto;
  text-align: start;
  list-style: none;
  font-weight: bold;
  margin: 0.7em auto;
  padding: 0 1em;
  border-bottom: #748292 1px solid;
}
.detail dd {
  width: 75%;
  height: auto;
  text-align: start;
  list-style: none;
  margin: 0.7em auto;
  padding: 0;
  border-bottom: #748292 1px solid;
}

/* まるたけ商店について-自己紹介 */
.profile-container {
  width: 95%;
  height: auto;
  margin: 1.5em auto 0 auto;
  padding: 1em;
  text-align: start;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.5);
}
.profile-container h3 {
  width: 100%;
  height: auto;
  text-align: start;
  margin: 0;
  padding: 0 0 0.5em 0;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* まるたけ商店について-トップ画像 */
  .about-top-image {
    width: 100vw;
    height: 180px;
    margin: 0 auto 18px auto;
  }
  .about-top-image .about-top-copy {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .about-top-image h2 {
    font-size: 2em;
    margin: 0 auto;
    padding: 3em 0.35em;
    text-align: center;
  }
  /* まるたけ商店について-詳細 */
  .detail {
    width: 95%;
    height: auto;
    margin: 1.5em auto;
    padding: 1em;
    text-align: start;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  .detail dt {
    width: 100%;
    height: auto;
    text-align: start;
    border-bottom: none;
    margin: 0.7em auto 0 auto;
    padding: 0;
  }
  .detail dd {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
/* お知らせ一覧-トップ画像 */
.info-top {
  width: 100vw;
  min-height: 16em;
  margin: 0 auto 32px auto;
  padding: 0;
  background: url("../../images/other_image.jpg") center center/cover no-repeat;
  text-align: start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.info-top .info-copy {
  width: 70.5em;
  height: auto;
  margin: 0 auto;
  padding: 0 8px;
}
.info-top h2 {
  text-align: start;
  font-size: 3em;
  color: #fff;
  margin: 0 auto;
  padding: 2em 0;
  text-shadow: 0px 0px 8px rgba(33, 33, 33, 0.9);
  white-space: nowrap;
  text-wrap: nowrap;
}

/* お知らせ一覧 */
.archives-container {
  width: 70.5em;
  height: auto;
  margin: 2em auto 0 auto;
  padding: 0;
  text-align: center;
}
.archives-container .archives-contents {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 1em 0;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  border-bottom: #748292 dotted 1px;
}
.archives-container .archives-contents figure {
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 2em 0;
  text-align: center;
}
.archives-container .archives-contents figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.archives-container .archives-contents figcaption {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}
.archives-container .archives-contents figcaption .yymmdd {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
}
.archives-container .archives-contents figcaption .yymmdd span.products {
  font-size: 0.8em;
  font-weight: bold;
  background-color: #E9AEAE;
  margin: 4px 16px 4px 0;
  padding: 6px 16px;
  color: #ffffff;
  border-radius: 20px;
}
.archives-container .archives-contents figcaption .yymmdd span.info {
  font-size: 0.8em;
  font-weight: bold;
  background-color: #B7D597;
  margin: 4px 16px 4px 0;
  padding: 6px 16px;
  color: #ffffff;
  border-radius: 20px;
}
.archives-container .archives-contents figcaption .archives-title-detail {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 1.35em;
}
.archives-container .archives-contents figcaption .archives-detail-text {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
}
.archives-container .archives-detail-text {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
  text-align: start;
}

/* カテゴリー */
.category-tag {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2em 1em 0 1em;
  text-align: start;
  font-size: 0.75em;
  font-weight: bold;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.category-tag img {
  width: 18px;
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  text-align: start;
}

/* タグ */
.tag-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1em;
  text-align: start;
  font-size: 0.75em;
  font-weight: bold;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.tag-list img {
  width: 18px;
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  text-align: start;
}

/* 前の記事、次の記事へ */
.page-turning {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2em 1em 0 1em;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.page-turning .back-arrow {
  width: 32px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.page-turning .back-archive {
  width: 480px;
  height: auto;
  text-align: start;
  margin: 0 auto;
  padding: 0 0.5em;
  font-size: 0.9em;
}
.page-turning .back-archive p.chapter {
  font-size: 0.8em;
  color: #748292;
  font-weight: bold;
}
.page-turning .back-archive a {
  color: #212121;
}
.page-turning .next-archive {
  width: 480px;
  height: auto;
  text-align: end;
  margin: 0 auto;
  padding: 0 0.5em;
  font-size: 0.9em;
}
.page-turning .next-archive p.chapter {
  font-size: 0.8em;
  color: #748292;
  font-weight: bold;
}
.page-turning .next-archive a {
  color: #212121;
}
.page-turning .next-arrow {
  width: 32px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* お知らせ一覧-トップ画像 */
  .info-top {
    width: 100vw;
    min-height: 180px;
    margin: 0 auto 18px auto;
    text-align: center;
  }
  .info-top .info-copy {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .info-top h2 {
    font-size: 2em;
    margin: 0 auto;
    padding: 3em 0.35em;
    text-align: center;
  }
  /* お知らせ一覧-サムネ */
  .archives-container {
    width: 95%;
    height: auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
  }
  .archives-container .archives-contents {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0.5em 0;
    text-align: center;
  }
  .archives-container .archives-contents figure {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .archives-container .archives-contents figure img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .archives-container .archives-contents figcaption {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pt00 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

/*# sourceMappingURL=style.css.map */
