<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
＊ {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font: 400 10px/1.5 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #454545;
}
.hdr-wrap {
  padding: 2rem 3rem;
}
.hdr-logo {
  max-width: 24rem;
}
#contents {
  padding-bottom: 3rem;
}
p {
  text-align: center;
}

p.name {
  margin: 5rem 1.5rem 0;
  padding: 1rem;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}
p.use {
  padding: 1rem 1rem 5rem;
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
}
img {
  width: 100%;
  vertical-align: bottom;
}
.photo {
  width: 90%;
  margin: 0 auto 3rem;
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.15);
}
.btn_close {
  display: block;
  width: 50%;
  margin: 4rem auto;
  padding: 1.5rem;
  border-radius: 3px;
  background-color: #e6e6e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #454545;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}
.btn_close:hover, .btn_close:focus {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.ftr-wrap {
  padding: 1.5rem;
  text-align: center;
  border-top: 2px solid #d6d6d6;
}
/* ----------------------------------------------
　　メモ
---------------------------------------------- */
.memo {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: #fff9e5;
}
.memo_ttl {
  margin-bottom: 5px;
  color: #ffb36b;
  font-size: 2.1rem;
  font-weight: 700;
}
.memo_ttl::before {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0 .3rem .4rem 0;
  border-radius: 50%;
  background: #ffb36b;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  content: "\f040";
}
/* ----------------------------------------------
　　注意書き
---------------------------------------------- */
.memo.alert {
  background: #ffebeb;
}
.memo.alert .memo_ttl {
  color: #f46b6b;
}
.memo.alert .memo_ttl::before {
  background: #f46b6b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12a";
}
/* ----------------------------------------------
　　リスト
---------------------------------------------- */
.list {
  position: relative
}
.list-title {
  position: absolute;
  display: inline-block;
  top: -2.4rem;
  left: .5rem;
  padding: 0 .2rem;
  line-height: 1;
  font-size: 1.8rem;
  color: #2c2c2c;
  font-weight: bold;
}
.list ul {
  position: relative;
  padding: 1rem;
  border: solid 1px #c2c2c2;
}
.list li {
  margin: 0 0 0 2.5rem;
  padding: .5rem 0;
  line-height: 1.5;
}
.baby {
  background: #f0908d;
}
.bridal {
  background: #38a1db;
}
.other {
  background: #82ae46;
}
.butsuji {
  background: #522f60;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 98%;
  }
}
@media screen and (max-width: 559px) {
  .contents {
    width: 98%;
  }
  .hdr-wrap {
    text-align: center;
  }
  .list-title {
    left: 29%;
  }
}</pre></body></html>