@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.sp-none {
  display: none !important;
}

.com-table table,
.com-table table tbody,
.com-table table th,
.com-table table tr,
.com-table table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 32px;
}
.pagenation li {
  width: 26px;
  font-size: 1.3rem;
  line-height: 26px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  margin-top: 32px;
}
.paginated-link li {
  width: 88px;
}
.paginated-link li a {
  font-size: 1.3rem;
  line-height: 1.84616;
  letter-spacing: 0;
}
.paginated-link li.prev-link a:before {
  margin-right: 8px;
}
.paginated-link li.next-link a::after {
  margin-left: 8px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
header#header .h-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 80px;
}
header#header .h-logo {
  width: 153px;
}

/*===============================================
  footer
===============================================*/
footer#footer {
  padding-top: 48px;
}
footer#footer .f-inner {
  width: 100%;
}
footer#footer .f-logo {
  width: 173px;
  margin: 0 auto 24px;
}
footer#footer .f-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.71429;
  padding: 0 5%;
  margin-bottom: 24px;
}
footer#footer .f-info .add {
  width: 100%;
  text-align: center;
}
footer#footer .f-info dl {
  margin: 0 8px;
}
footer#footer .f-info .memo {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.66667;
}
footer#footer .f-links {
  padding: 0 5% 40px;
}
footer#footer .f-links li {
  margin-top: 20px;
  margin-right: 20px;
}
footer#footer .f-links li:last-of-type {
  margin-right: 0;
}
footer#footer .f-links .f-sns {
  width: 40px;
}

/*フッターナビ
-----------------------------*/
.fnav-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: solid 1px #f5f1e9;
  position: relative;
  z-index: 0;
}
.fnav-list::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f5f1e9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.fnav-list-item {
  width: 50%;
  border-bottom: solid 1px #f5f1e9;
}
.fnav-list-item:nth-of-type(2n + 1) {
  width: calc(50% - 1px);
  border-right: solid 1px #f5f1e9;
}
.fnav-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.42858;
  padding: 14px 0;
  transition: all 0.3s;
}
.fnav-list-item a:hover {
  text-decoration: none;
  color: #8a7248;
  background: #f5f1e9;
}
.fnav-list-item.current a {
  color: #8a7248;
  background: #f5f1e9;
}

/*コピーライト
-----------------------------*/
div.copy {
  background: #8a7248;
  padding: 10px 0;
}
div.copy p {
  color: #fff;
}
div.copy p a {
  color: #fff;
}

/*===============================================
  ページトップ
===============================================*/
#pagetop {
  right: 8px;
  bottom: 8px;
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.main-visual {
  height: min(520px, 120vw);
  padding: 12px;
}
.main-visual .mv-catch {
  width: 64%;
  max-width: 284px;
}
.main-visual .mv-imgs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.main-visual .mv-imgs-item {
  /* width: calc(33.334% - 4px); */
  width: calc(50% - 4px);
  height: calc(32% - 6px);
}
.main-visual .mv-imgs-item div {
  border-radius: 8px;
}
.main-visual .mv-imgs-item:first-of-type {
  width: 100%;
  height: 68%;
  margin-bottom: auto;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  height: 180px;
}
.sub-visual::before {
  width: 98%;
  height: 80%;
}
.sub-visual::after {
  width: 80%;
  right: 0;
  border-radius: 8px 0 0 8px;
}
.sub-visual .sv-box {
  width: 90%;
  min-width: 300px;
}
.sub-visual .sv-catch {
  font-size: 2.4rem;
}
.sub-visual .sv-catch span {
  margin-top: -0.09678em;
}
.sub-visual .sv-catch span::before {
  -webkit-text-stroke-width: 6px;
}
.sub-visual .sv-catch::after {
  width: 30px;
  height: 30px;
  margin-left: 12px;
}
.sub-visual.sv-e404 .sv-catch {
  font-size: min(2.4rem, 6.316vw);
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  height: 32px;
}
.bread .breadcrumbs {
  width: 90%;
}
.bread .breadcrumbs li {
  font-size: 1.2rem;
  line-height: 1.66667;
  letter-spacing: 0em;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tels .com-tel {
  font-size: 2.8rem;
}
.com-tels .com-tel::before {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.com-tels .com-tel a {
  margin: -0.15625em 0 -0.0625em;
}
.com-tels .com-replace {
  margin-top: 6px;
}

.com-replace {
  height: 14px;
}
.com-replace img {
  width: auto;
  height: 100%;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 240px;
  height: 50px;
}
.com-btn a {
  font-size: 1.6rem;
  border-radius: 8px;
}
.com-btn a::after {
  width: 7px;
  right: 5%;
}
.com-btn.com-mail-btn {
  width: 200px;
}
.com-btn.com-mail-btn a::before {
  width: 20px;
  height: 16px;
  margin-right: 8px;
}

/*テーブル
-----------------------------*/
.com-table {
  padding: 24px 5.556%;
  border-radius: 8px;
}
.com-table::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 8px;
  border-width: 2px;
  top: 6px;
  left: 6px;
}
.com-table tr {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.com-table tr:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.com-table tr th {
  margin-bottom: 8px;
}

/*テキストボックス
-----------------------------*/
.com-text-box .mb {
  margin-bottom: 28px;
}
.com-text-box br {
  display: none;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 32px;
}
.com-ttl01 > * {
  padding-top: 12px;
}
.com-ttl01 > *:first-child {
  padding-top: 0 !important;
}
.com-ttl01 > span {
  font-size: 2.8rem;
}
.com-ttl01 > span.en {
  font-size: 3rem;
  margin: -0.2143em 0 -0.0715em;
}
.com-ttl01 .deco::before {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-right: 12px;
}
.com-ttl01 .deco::after {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 12px;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

/*===============================================
  共通セクション
===============================================*/
/*BLOG
-----------------------------*/
.com-blog-section {
  padding: 56px 0;
}
.com-blog-section::before {
  width: 120%;
  height: 98%;
  background-position: left 6% top, right bottom;
  background-size: 24%, 64%;
}
.com-blog-section .blog-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.com-blog-section .blog-text p {
  text-align: left;
}
.com-blog-section .blog-btn {
  margin: 32px auto 0;
}

/*保護犬の里親募集中！！
-----------------------------*/
.com-recruitment-section {
  padding: 56px 0;
}

.com-recruitment-box {
  padding-top: 24px;
  border-radius: 8px;
  border-width: 2px;
  box-shadow: 4px 4px #a6d9f1;
}
.com-recruitment-box::before {
  width: 92px;
  height: 40px;
  right: -2px;
  top: -32px;
}
.com-recruitment-box::after {
  display: none;
}
.com-recruitment-box .recruitment-ttl {
  margin-bottom: 20px;
}
.com-recruitment-box .recruitment-ttl .ki {
  display: inline-block;
  letter-spacing: -0.5em;
  margin-left: -0.15em;
}
.com-recruitment-box .recruitment-text {
  padding: 0 5.556%;
}
.com-recruitment-box .recruitment-tels {
  padding: 24px 0 32px;
}
.com-recruitment-box .recruitment-link {
  height: 56px;
}
.com-recruitment-box .recruitment-link a {
  border-radius: 0 0 8px 8px;
  font-size: 2rem;
  line-height: 1;
}
.com-recruitment-box .recruitment-link a::after {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

/*===============================================
  トップページ
===============================================*/
/*Halzun　小さな小さな雑貨屋さん
-----------------------------*/
.top-lead {
  padding: 64px 0 32px;
}
.top-lead::after {
  width: 94%;
  height: 88px;
  bottom: -56px;
  transform: translateX(-50%) scale(-1, 1);
}
.top-lead .lead-ttl > * {
  font-size: min(2.8rem, 8vw);
}

/*SERVICE
-----------------------------*/
.top-service {
  padding: 80px 0 56px;
}
.top-service .service-links-item {
  height: 100px;
  border-radius: 8px;
  box-shadow: 4px 4px rgba(138, 114, 72, 0.3);
  margin-bottom: 20px;
}
.top-service .service-links-item:last-of-type {
  margin-bottom: 0;
}
.top-service .service-links-item a {
  padding-right: 46px;
}
.top-service .service-links-item a::before {
  width: 80px;
  height: 48px;
  margin-right: 12px;
}
.top-service .service-links-item a::after {
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
}
.top-service .service-links-item p {
  font-size: 2.4rem;
}

/*保護犬とは？
-----------------------------*/
.top-about {
  padding: 56px 0;
}
.top-about .about-img {
  max-width: 360px;
  margin: 24px auto 0;
}
.top-about .about-img div {
  filter: drop-shadow(-8px 8px rgba(232, 226, 213, 0.7));
}

/* 保護犬の里親募集中！！ */
.top-about .about-recruitment {
  margin-top: 56px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 56px 0;
}
.top-news .news-list {
  margin-bottom: 32px;
}
.top-news .news-list .list-item {
  margin-bottom: 20px;
}
.top-news .news-list .list-item .tag {
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.71429;
}
.top-news .news-list .list-item .tag li {
  padding: 0 6px;
  margin-right: 8px;
}
.top-news .news-list .list-item dl {
  padding: 10px 5.556%;
  border-radius: 8px;
}
.top-news .news-list .list-item dl dd {
  width: calc(100% - 90px);
}
.top-news .news-btn {
  margin: 0 auto;
}

/*グーグルマップ
-----------------------------*/
.top-map {
  padding: 32px 0;
}
.top-map .map-box {
  height: 240px;
  border-width: 2px;
  border-radius: 8px;
  box-shadow: 4px 4px rgba(138, 114, 72, 0.3);
}

/*===============================================
  Halzunについて
===============================================*/
/*Halzun小さな小さな雑貨屋さん
-----------------------------*/
.about-lead {
  padding: 80px 0 56px;
}
.about-lead::before {
  width: 120%;
  height: 100%;
  background-size: 64%;
}
.about-lead::after {
  display: none;
}
.about-lead .lead-ttl > * {
  font-size: min(2.8rem, 8vw);
}

/*雑貨屋さん
-----------------------------*/
.about-goods {
  padding: 56px 0;
}
.about-goods .goods-img {
  margin-bottom: 24px;
}
.about-goods .goods-img div {
  border-radius: 8px;
  box-shadow: 4px 4px rgba(232, 226, 213, 0.7);
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.about-goods .goods-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about-goods .goods-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 30px;
}
.about-goods .goods-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 5px);
  padding: 8px 10px;
  background: #67b8de;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 10px;
}
@media screen and (max-width: 450px) {
  .about-goods .goods-list-item {
    width: 100%;
  }
}
.about-goods .goods-list-item .item-icon {
  width: 64px;
}
.about-goods .goods-list-item p {
  width: calc(100% - 72px);
  font-size: 1.5rem;
  line-height: 1.66667;
}
.about-goods .goods-list-item p br {
  display: none;
}

/*ドッグラン
-----------------------------*/
.about-dogrun {
  padding: 56px 0;
}
.about-dogrun .dogrun-img {
  margin-bottom: 24px;
}
.about-dogrun .dogrun-img div {
  border-radius: 8px;
  box-shadow: 4px 4px rgba(232, 226, 213, 0.7);
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.about-dogrun .dogrun-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about-dogrun .dogrun-img::after {
  width: 32%;
  padding-top: 21.181%;
  left: -8px;
  bottom: -8px;
}

/*ワンコちゃんの保護活動
-----------------------------*/
.about-conservation {
  padding: 44px 0 56px;
}
.about-conservation::after {
  width: 96%;
  min-width: 340px;
  padding-top: min(110px, 20%);
}
.about-conservation .conservation-ttl {
  margin-bottom: 24px;
}
.about-conservation .conservation-imgs {
  max-width: 360px;
  margin: 0 auto 24px;
}
.about-conservation .conservation-imgs li {
  position: relative;
  z-index: 0;
}
.about-conservation .conservation-imgs li:nth-of-type(1) {
  width: 64%;
}
.about-conservation .conservation-imgs li:nth-of-type(2) {
  width: 48%;
  margin-top: -36%;
}
.about-conservation .conservation-imgs li div {
  filter: drop-shadow(4px 4px rgba(138, 114, 72, 0.18));
}
.about-conservation .conservation-btn {
  margin: 24px auto 0;
}

/*===============================================
  保護活動
===============================================*/
/*オーナーの想い
-----------------------------*/
.activity-greeting {
  padding: 80px 0 56px;
}
.activity-greeting .greeting-img {
  margin-bottom: 24px;
}
.activity-greeting .greeting-img div {
  border-radius: 8px;
  box-shadow: 4px 4px rgba(232, 226, 213, 0.7);
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.activity-greeting .greeting-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.activity-greeting .greeting-text .name {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
}

/*保護犬について
-----------------------------*/
.activity-dog {
  padding: 56px 0;
}
.activity-dog::after {
  width: 94%;
  height: 88px;
  bottom: -32px;
}
.activity-dog .dog-imgs {
  max-width: 360px;
  margin: 0 auto 24px;
}
.activity-dog .dog-imgs li {
  position: relative;
  z-index: 0;
}
.activity-dog .dog-imgs li:nth-of-type(1) {
  width: 64%;
}
.activity-dog .dog-imgs li:nth-of-type(2) {
  width: 48%;
  margin-top: -36%;
}
.activity-dog .dog-imgs li div {
  filter: drop-shadow(4px 4px rgba(138, 114, 72, 0.18));
}

/*保護活動について
-----------------------------*/
.activity-conservation {
  padding: 56px 0;
}
.activity-conservation .conservation-ttl > * {
  font-size: min(2.8rem, 8vw);
}
.activity-conservation .conservation-img {
  margin-bottom: 24px;
}
.activity-conservation .conservation-img div {
  border-radius: 8px;
  box-shadow: 4px 4px rgba(232, 226, 213, 0.7);
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.activity-conservation .conservation-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*===============================================
  里親になるには？
===============================================*/
/*里親になる流れ
-----------------------------*/
.guide-flow {
  padding: 80px 0 56px;
}
.guide-flow .flow-list-box {
  margin-bottom: 56px;
}
.guide-flow .flow-list-box .box-ttl {
  font-size: 2rem;
  border-width: 2px;
  padding: 3px;
  margin-bottom: 16px;
}
.guide-flow .flow-list-box .box-ttl::before {
  width: 40px;
  line-height: 36px;
  padding-bottom: 4px;
}
.guide-flow .flow-list-box .box-ttl > span {
  width: calc(100% - 40px);
  line-height: 1.5;
  padding: 5px 40px 5px 0;
}
.guide-flow .flow-list-box .box-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8px;
}
.guide-flow .flow-list-box .box-info > * {
  margin: 12px 8px 0;
}
.guide-flow .flow-list-box .box-img {
  padding-top: 24px;
}
.guide-flow .flow-list-box .box-img div {
  border-radius: 8px;
  box-shadow: 4px 4px rgba(232, 226, 213, 0.7);
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.guide-flow .flow-list-box .box-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*里親になるための条件
-----------------------------*/
.guide-conditions {
  padding: 44px 0 56px;
}
.guide-conditions::after {
  width: 94%;
  height: 96px;
  margin-bottom: -12px;
}
.guide-conditions .conditions-list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide-conditions .conditions-list-item {
  padding-left: 30px;
  margin-bottom: 16px;
}
.guide-conditions .conditions-list-item::before {
  width: 20px;
  height: 28px;
}
.guide-conditions .conditions-list-item p span {
  display: block;
}
.guide-conditions .conditions-imgs {
  max-width: 360px;
  padding-top: 24px;
  margin: 0 auto;
}
.guide-conditions .conditions-imgs li {
  position: relative;
  z-index: 0;
}
.guide-conditions .conditions-imgs li:nth-of-type(1) {
  width: 64%;
}
.guide-conditions .conditions-imgs li:nth-of-type(2) {
  width: 48%;
  margin-top: -36%;
}
.guide-conditions .conditions-imgs li div {
  filter: drop-shadow(4px 4px rgba(138, 114, 72, 0.18));
}

/*保護犬を迎えるために必要なもの
-----------------------------*/
.guide-required {
  padding: 56px 0;
}
.guide-required .required-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -10px;
}
.guide-required .required-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 5px);
  padding: 8px 10px;
  background: #67b8de;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .guide-required .required-list-item {
    width: 100%;
  }
}
.guide-required .required-list-item .item-icon {
  width: 64px;
}
.guide-required .required-list-item p {
  width: calc(100% - 72px);
  font-size: 1.5rem;
  line-height: 1.66667;
}
.guide-required .required-list-item p br {
  display: none;
}

/*よくある質問
-----------------------------*/
.guide-faq {
  padding: 56px 0;
}
.guide-faq::after {
  width: 94%;
  height: 88px;
  z-index: 1;
}
.guide-faq .faq-list-item {
  border-radius: 8px;
  padding: 16px 5.556%;
  margin-bottom: 16px;
}
.guide-faq .faq-list-item dt {
  font-size: 1.8rem;
  line-height: 1.55556;
  padding-left: 20px;
  margin-bottom: 8px;
}
.guide-faq .faq-list-item dd {
  padding-left: 20px;
}

/*===============================================
  店舗案内
===============================================*/
.info-contents {
  padding: 80px 0 56px;
}
.info-contents .info-table td .com-replace {
  padding: 7px 0;
}
.info-contents .info-table td span {
  display: inline-block;
}

/*グーグルマップ
-----------------------------*/
.info-map {
  height: 240px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 80px 0 56px;
}
.news-contents .news-list .list-item {
  margin-bottom: 20px;
}
.news-contents .news-list .list-item .tag {
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.71429;
}
.news-contents .news-list .list-item .tag li {
  padding: 0 6px;
  margin-right: 8px;
}
.news-contents .news-list .list-item dl {
  padding: 10px 5.556%;
  border-radius: 8px;
}
.news-contents .news-list .list-item dl dd {
  width: calc(100% - 90px);
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 160px;
  margin-bottom: 40px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 12px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.2rem;
  line-height: 1.33334;
  padding: 12px 32px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 80px 0 56px;
}
.news-detail .post-data {
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-bottom: 16px;
}
.news-detail .news-d-box {
  padding: 24px 5.556% 32px;
  border-radius: 8px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 80px 0 56px;
}
.contact-contents .contact-table {
  margin-bottom: 40px;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.2rem;
  line-height: 2;
  padding: 0 8px;
  margin-top: 2px;
}
.contact-contents .contact-submits-wrap {
  padding-top: 16px;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 80px 0 56px;
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-contents {
  padding: 80px 0 56px;
}
.privacy-contents .privacy-ttl > * {
  font-size: min(2.8rem, 7vw);
}
.privacy-contents .privacy-ttl .deco::before {
  width: min(24px, 6vw);
  margin-right: min(12px, 3vw);
}
.privacy-contents .privacy-ttl .deco::after {
  width: min(24px, 6vw);
  margin-left: min(12px, 3vw);
}
.privacy-contents .item-box {
  margin-bottom: 40px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 80px 0 56px;
}
.site-contents .site-list {
  padding: 16px 5.556%;
  border-radius: 8px;
}
.site-contents .site-list li a {
  line-height: 1.73334;
  padding: 12px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 80px 0 56px;
}
