@charset "UTF-8";
/*
@mixin debug-support-matrix($experimental: true, $ie: true) {
  @debug  $moz-$experimental-support-for-mozilla
          $webkit-$experimental-support-for-webkit
          $opera-$experimental-support-for-opera
          $microsoft-$experimental-support-for-microsoft
          $khtml-$experimental-support-for-khtml;
  @debug  $ie6-$legacy-support-for-ie6
          $ie7-$legacy-support-for-ie7
          $ie8-$legacy-support-for-ie8;
}
*/
.nondisp {
  display: none;
}

.texthide {
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
}

.flex-between {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.def-image {
  width: 100%;
  height: auto;
}

.def-list, .def-ul, .def-ol {
  margin: 0 0 0 20px;
}

.def-ul {
  list-style-type: disc;
}

.def-ol {
  list-style-type: decimal;
}

#breadcrumb {
  display: block;
  overflow-x: auto;
  margin: 0 auto;
  padding: 8px 0;
}
#breadcrumb .home {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
#breadcrumb ul, #breadcrumb li {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
#breadcrumb ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#breadcrumb ul li {
  font-size: .75rem;
  white-space: nowrap;
  color: #aaa;
  padding: 16px 0 !important;
}
#breadcrumb ul li a {
  color: #0000cd;
  text-decoration: none;
}
#breadcrumb ul li:before {
  content: '//';
  margin: 0 16px;
}
#breadcrumb ul .home a {
  display: inline-block;
}
#breadcrumb ul .home:before {
  content: '';
  margin: 0;
}

@media only screen and (min-width: 1281px) {
  #breadcrumb {
    padding: 120px 0 0 0;
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1280px) {
  #breadcrumb {
    width: 92%;
    margin: 16px auto;
    padding: 0;
  }
}
@media only screen and (max-width: 629px) {
  #breadcrumb {
    width: 92%;
    margin: 0px auto;
    padding: 0;
  }
  #breadcrumb ul li {
    white-space: nowrap;
  }
}
#sidebar {
  width: 280px;
  line-height: 100%;
}
#sidebar #side-search {
  overflow: hidden;
  margin: 0 0 32px 0;
}
#sidebar #side-search .side-head {
  font-weight: 400;
  margin: 0 0 16px 0;
}
#sidebar #side-search #searchform {
  display: block;
  width: 100%;
  margin: 0 0 80px 0;
  position: relative;
}
#sidebar #side-search #searchform .side-head {
  font-weight: 400;
  margin: 0 0 16px 0;
}
#sidebar #side-search #searchform #searchfield {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 16px 56px 16px 16px;
  border: 1px solid #aaa;
  color: #000;
  border-radius: 5px;
}
#sidebar #side-search #searchform #searchfield::placeholder {
  color: #aaa;
}
#sidebar #side-search #searchform #searchfield:focus {
  border: 1px solid #3fa9f5;
}
#sidebar #side-search #searchform #searchfield:focus::placeholder {
  color: transparent;
}
#sidebar #side-search #searchform #searchfield[type="text"]:focus {
  outline: 0;
  border: 1px solid #000;
  color: #000;
}
#sidebar #side-search #searchform #searchsubmit {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  background: none;
  background-image: url("../images/elements/icon/ico-search.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 60%;
  background-color: none;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
#sidebar #side-search #searchform #searchsubmit.disabled {
  pointer-events: none;
}
#sidebar .side-wrap {
  position: sticky;
  top: 50px;
}
#sidebar .side-nav-wrap {
  margin: 0 0 32px 0 !important;
  padding: 0;
  border: 1px solid #aaa;
  border-radius: 10px;
}
#sidebar .side-nav-wrap .side-head {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  padding: 16px 16px 16px 64px;
  border-radius: 10px 10px 0 0;
  background-color: #f0f1f7;
  background-position: top 50% left 16px;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
#sidebar .side-nav-wrap .side-head span {
  display: block;
  margin: 4px 0 0 0;
  font-size: .8rem;
  font-family: "Outfit", sans-serif;
  color: #3fa9f5;
}
#sidebar .side-nav-wrap .sh-category {
  background-image: url("../images/elements/icon/ico-category.svg");
}
#sidebar .side-nav-wrap .sh-date {
  background-image: url("../images/elements/icon/ico-calendar.svg");
}
#sidebar .side-nav-wrap .sh-tag {
  background-image: url("../images/elements/icon/ico-tag.svg");
}
#sidebar .side-nav-wrap .sh-page {
  background-image: url("../images/elements/icon/ico-page.svg");
}
#sidebar .side-nav-wrap .side-def-list {
  list-style-type: none;
  margin: 0;
  padding: 16px;
  display: block;
  width: 100%;
}
#sidebar .side-nav-wrap .side-def-list li a {
  display: block;
  padding: 6px 0 !important;
  background-image: url("../images/elements/icon/arrow-r.svg");
  background-position: top 50% left -40px;
  background-repeat: no-repeat;
  background-size: 6px auto;
}
#sidebar .side-nav-wrap .side-def-list li a:hover {
  padding: 6px 0 6px 16px !important;
  background-position: top 50% left 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sidebar .side-nav-wrap .side-def-list .post-count {
  font-family: "Outfit", sans-serif;
  color: #000;
  margin: 0 0 0 8px;
}
#sidebar .side-nav-wrap .side-def-list .side-date-wrap .acc-year {
  font-weight: 400;
  margin: 0 0 8px 0 !important;
  display: block;
  padding: 0 !important;
  background-image: url("../images/elements/icon/arrow-r.svg");
  background-position: top 50% left -40px;
  background-repeat: no-repeat;
  background-size: 6px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0000cd;
}
#sidebar .side-nav-wrap .side-def-list .side-date-wrap .acc-year:hover {
  cursor: pointer;
  color: #3fa9f5;
  padding: 0 0 0 16px !important;
  background-position: top 50% left 0;
}
#sidebar .side-nav-wrap .side-def-list .side-date-wrap .acc-year:last-child {
  margin: 0 !important;
}
#sidebar .side-nav-wrap .side-def-list .side-date-wrap .acc-year.open {
  color: #888;
}
#sidebar .side-nav-wrap .side-def-list .side-date-wrap .acc-month {
  list-style-type: none;
  margin: 4px 0 4px 1em !important;
  padding: 0 !important;
}

#blog-search {
  margin: 0 0 80px 0;
}

#side-cata,
#side-datea,
#side-taga {
  background-color: #f0f1f7;
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 24px 0;
}
#side-cata a,
#side-datea a,
#side-taga a {
  text-decoration: none;
}
#side-cata a:hover,
#side-datea a:hover,
#side-taga a:hover {
  color: #link-hover;
}
#side-cata h3,
#side-datea h3,
#side-taga h3 {
  font-weight: 500;
  margin: 0 0 16px 0;
  padding: 2px 8px;
  border-left: 5px solid #3fa9f5;
}
#side-cata ul,
#side-datea ul,
#side-taga ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}

#blog-categorya .side-head,
#blog-archivea .side-head,
#tagclouda .side-head {
  font-size: .7rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  background-color: #ce0f19;
  border-radius: 16px 0;
}

.side-def-lista .acc-year {
  font-weight: 400;
  margin: 8px 0 0 0;
  padding: 3px　0;
  position: relative;
}
.side-def-lista .acc-year:first-child {
  margin: 0;
}
.side-def-lista ul {
  display: none;
}

.wp-tag-cloud {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 12px;
}
.wp-tag-cloud li a {
  font-size: 0.9rem !important;
  font-weight: 300;
  display: inline-block !important;
  color: #333;
  padding: 2px 8px !important;
  background-color: #f0f1f7;
  text-decoration: none;
  border-radius: 2px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #ddd;
  border-radius: 9999px;
  margin: 5px;
  padding: 4px 8px !important;
}
.wp-tag-cloud li a:hover {
  border: 1px solid #3fa9f5;
  background-color: #fff;
  color: #3fa9f5;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-tag-cloud li a::before {
  content: '#';
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 1281px) {
  #sidebara #blog-category, #sidebara #blog-archive, #sidebara #tagcloud {
    margin: 0 0 32px 0;
  }
  #sidebara #blog-category a, #sidebara #blog-category .acc-year, #sidebara #blog-archive a, #sidebara #blog-archive .acc-year, #sidebara #tagcloud a, #sidebara #tagcloud .acc-year {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 630px) and (max-width: 1199px) {
  #sidebara {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sidebara #side-cat,
  #sidebara #side-date,
  #sidebara .side-nav-wrap {
    font-size: 1rem;
    width: 48%;
  }
  #sidebara #side-tag {
    width: 100%;
  }
}
.wp-block {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem;
  font-weight: 300;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-table {
  line-height: 100%;
  margin: 0 0 80px 0 !important;
}
.wp-block-table th, .wp-block-table td {
  padding: 16px;
}
.wp-block-table thead {
  border: none;
  background-color: #f0f0f0;
}
.wp-block-table tbody {
  font-size: .9rem;
}
.wp-block-table tbody tr {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-table tbody tr:hover {
  background-color: #f0f1f7;
}
.wp-block-table tbody tr:hover td:first-child {
  background-color: #f0f1f7;
}
.wp-block-table tbody tr td:first-child {
  background-color: #f8f8f8;
  text-align: center;
  font-weight: 500;
  line-height: 100%;
  min-width: 80px;
  max-width: 104px;
}
.wp-block-table tbody tr td {
  line-height: 100%;
  line-height: 130%;
}
.wp-block-table figcaption {
  display: block;
  text-align: right;
  font-size: .8rem;
  margin: 8px 0;
}

.wp-block-quote {
  position: relative;
  margin: 50px 0;
  padding: 50px;
  background-color: #f5f5f5;
  border: none !important;
  color: #333;
}
.wp-block-quote p {
  font-size: 0.85rem !important;
  line-height: 1.5em;
  margin: 0;
}
.wp-block-quote cite {
  font-size: .8rem;
  display: block;
  margin: 15px 0 0 0;
  text-align: right;
}
.wp-block-quote cite:before {
  content: '－';
  margin: 0 10px 0 0;
}
.wp-block-quote:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
  background-image: url("https://wedok.net/wp-content/themes/wedoktheme/images/elements/blockquote.svg");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: top 0 left 0;
}

.wp-block-pullquote {
  padding: 2em 0 !important;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
.wp-block-pullquote cite {
  font-size: .9rem;
}

.wp-block-separator {
  border: none;
  border-bottom: 1px solid #000 !important;
  margin: 2em 0 !important;
  width: 100% !important;
  height: 1px !important;
}

.wp-block-gallery {
  margin: 2em 0;
}
.wp-block-gallery img {
  margin: 0 !important;
  padding: 0 !important;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}

.wp-block-gallery.wp-block-gallery-1 {
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-columns {
  gap: 30px;
  margin: 24px 0 !important;
}
.wp-block-columns p.wp-block-paragraph {
  font-size: 1.2rem !important;
  line-height: 1.5em !important;
}

.th-right tr td {
  font-weight: bold;
  background-color: #eee;
  text-align: center;
}

.th-right tr td + td {
  font-weight: normal;
  background-color: #fff;
  text-align: center;
}

.wp-block-gallery {
  margin: 2em 0;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}

.wp-block-gallery.wp-block-gallery-1 {
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-columns-is-layout-flex img {
  margin: 0 !important;
}

#main-wrap #ph-title {
  font-weight: 400 !important;
  font-size: 3rem !important;
  border-left: 5px solid #3fa9f5;
  margin: 0 0 24px 0 !important;
}
#main-wrap .search-title {
  font-weight: 400 !important;
  font-size: 3rem !important;
  border-left: 5px solid #3fa9f5;
  margin: 0 !important;
  padding: 0 !important;
}
#main-wrap h2.wp-block-heading {
  font-weight: 500 !important;
  font-size: 2rem !important;
}
#main-wrap h3.wp-block-heading {
  font-weight: 500 !important;
  font-size: 1.8rem !important;
}
#main-wrap p.wp-block-paragraph {
  font-size: 1em !important;
  line-height: 1.2em !important;
}
#main-wrap #contents {
  margin: 0 0 56px 0 !important;
}
#main-wrap #contents h2 {
  background-image: url("../images/elements/icon/ico-h2.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  padding: 0 0 0 32px;
}
#main-wrap #contents h3 {
  background-image: url("../images/elements/icon/ico-h3.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  padding: 0 0 0 32px;
}
#main-wrap #contents img {
  border-radius: 8px;
  margin: 32px 0;
}
#main-wrap #contents .note-sup {
  background-color: #f0f1f7;
  display: block;
  padding: 24px;
  font-size: .9rem;
}
#main-wrap #contents .note-sup strong {
  display: block;
}
#main-wrap #contents .spot-contact {
  border-left: 5px solid #3fa9f5;
  padding: 0 0 0 16px;
  font-size: .9rem;
  line-height: 150%;
}
#main-wrap #contents iframe {
  border: 0;
  width: 100%;
  margin: 40px 0 !important;
  border-radius: 10px;
}
#main-wrap #contents .out-link {
  margin: 0;
  padding: 0;
}
#main-wrap #contents .out-link a {
  display: inline-block;
  background-image: url("../images/elements/icon/ico-link.svg");
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  padding: 0 0 0 28px;
  margin: 0 0 8px 0;
}

#link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#link-list > li {
  margin: 0 0 48px 0;
}
#link-list > li:last-child {
  margin: 0;
}
#link-list > li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#link-list > li ul li {
  width: 48%;
  font-size: .8rem;
  line-height: 130%;
  border-left: 5px solid #3fa9f5;
  padding: 0 0 0 16px;
  margin: 16px 0;
}
#link-list > li ul li a {
  font-size: 1.2rem;
  display: block;
  margin: 0 0 8px 0;
}

.defult-table-min {
  line-height: 120%;
}
.defult-table-min table, .defult-table-min td {
  border-collapse: collapse;
  border: 1px solid #aaa;
  font-size: .9rem;
}
.defult-table-min table {
  width: auto;
}
.defult-table-min table td:first-child {
  background-color: #f0f1f7;
  text-align: center;
  font-weight: 500;
}

.supplement {
  line-height: 100%;
  background-color: #f0f1f7;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.9rem !important;
  margin: 0 0 24px 0;
}

.aco-wrap {
  margin: 32px 0;
}
.aco-wrap .aco-title {
  position: relative;
  background-color: #fff;
  cursor: pointer;
  margin: 8px 0 0 0;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 130%;
  padding: 16px 48px 16px 16px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #aaa;
  border-radius: 8px;
}
.aco-wrap .aco-title:hover {
  background-color: #f0f1f7;
}
.aco-wrap .aco-title::after {
  border-right: solid 3px #555;
  border-top: solid 3px #555;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 32%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.aco-wrap .aco-title.open {
  background-color: #f0f0f0;
  border-radius: 8px 8px 0 0;
  border: 1px solid #aaa;
  border-bottom: none;
}
.aco-wrap .aco-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.aco-wrap .aco-data {
  display: none;
  border: 1px solid #aaa;
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.aco-wrap .aco-data img {
  height: auto;
  margin: 0 auto !important;
  padding: 24px 0 16px 0 !important;
}
.aco-wrap .aco-data .aco-inner {
  display: block;
  padding: 16px 24px;
}
.aco-wrap .aco-data .aco-inner strong {
  font-weight: 500;
}
.aco-wrap .aco-data .aco-inner .aco-table,
.aco-wrap .aco-data .aco-inner .aco-table th,
.aco-wrap .aco-data .aco-inner .aco-table td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: .9rem;
}
.aco-wrap .aco-data .aco-inner .aco-table {
  margin: 24px 0;
}
.aco-wrap .aco-data .aco-inner .aco-table ul {
  margin: 0;
  padding: 0 0 0 16px;
}
.aco-wrap .aco-data .aco-inner .aco-table tr th, .aco-wrap .aco-data .aco-inner .aco-table tr td {
  padding: 8px 16px;
  font-size: .9rem;
}
.aco-wrap .aco-data .aco-inner .aco-table tr th {
  min-width: 120px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #f5f5f5;
}
.aco-wrap .aco-data .aco-inner .aco-chronological-tablle {
  width: 100%;
}
.aco-wrap .aco-data .aco-inner .aco-chronological-tablle, .aco-wrap .aco-data .aco-inner tr, .aco-wrap .aco-data .aco-inner th, .aco-wrap .aco-data .aco-inner td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: .75rem;
  margin: 0 0 24px 0;
  line-height: 130%;
}
.aco-wrap .aco-data .aco-inner .aco-chronological-tablle thead tr th, .aco-wrap .aco-data .aco-inner tr thead tr th, .aco-wrap .aco-data .aco-inner th thead tr th, .aco-wrap .aco-data .aco-inner td thead tr th {
  background-color: #fff9f4;
  font-weight: 500;
  padding: 8px;
}
.aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr, .aco-wrap .aco-data .aco-inner tr tbody tr, .aco-wrap .aco-data .aco-inner th tbody tr, .aco-wrap .aco-data .aco-inner td tbody tr {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr:hover, .aco-wrap .aco-data .aco-inner tr tbody tr:hover, .aco-wrap .aco-data .aco-inner th tbody tr:hover, .aco-wrap .aco-data .aco-inner td tbody tr:hover {
  background-color: #f0f1f7;
}
.aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr:hover th, .aco-wrap .aco-data .aco-inner tr tbody tr:hover th, .aco-wrap .aco-data .aco-inner th tbody tr:hover th, .aco-wrap .aco-data .aco-inner td tbody tr:hover th {
  background-color: #f5f5f5;
}
.aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr th, .aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr td, .aco-wrap .aco-data .aco-inner tr tbody tr th, .aco-wrap .aco-data .aco-inner tr tbody tr td, .aco-wrap .aco-data .aco-inner th tbody tr th, .aco-wrap .aco-data .aco-inner th tbody tr td, .aco-wrap .aco-data .aco-inner td tbody tr th, .aco-wrap .aco-data .aco-inner td tbody tr td {
  padding: 8px;
}
.aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr th, .aco-wrap .aco-data .aco-inner tr tbody tr th, .aco-wrap .aco-data .aco-inner th tbody tr th, .aco-wrap .aco-data .aco-inner td tbody tr th {
  font-weight: 500;
  white-space: nowrap;
  background-color: #f8f8f8;
}
.aco-wrap .aco-data .aco-inner .aco-proverb {
  font-size: .9rem;
}
.aco-wrap .aco-data .aco-inner .aco-proverb dt {
  margin: 16px 0 0 0;
  font-weight: 500;
  background-image: url("../images/elements/icon/ico-proverb.svg");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: top 50% left 0;
  padding: 0 0 0 32px;
}
.aco-wrap .aco-data .aco-inner .aco-proverb .ap-head {
  color: #ce0f19;
}
.aco-wrap .aco-data .aco-inner .aco-proverb .ap-head:before {
  display: inline-block;
  content: '京ことば辞典：';
  margin: 0 4px 0 0;
  color: #000;
}
.aco-wrap .aco-data .aco-inner .aco-proverb dd {
  margin: 0 0 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 130%;
}
.aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-mean,
.aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-dialect {
  width: 48%;
  display: block;
  margin: 8px 0;
  line-height: 130%;
  font-size: .8rem;
}
.aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-mean:before,
.aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-dialect:before {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 9px;
  width: 120px;
  border-radius: 8px;
  text-align: center;
  margin: 0 16px 0 0;
}
.aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-mean:before {
  content: '意味';
}
.aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-dialect:before {
  content: '山形方言辞典';
}
.aco-wrap .aco-data .aco-inner .aco-topic {
  display: block;
  font-size: .9rem;
  line-height: 130%;
  background-color: #f8f8f8;
  padding: 16px;
  border-radius: 8px;
}
.aco-wrap .aco-data .aco-inner .aco-topic .at-head {
  padding: 0 0 0 32px;
  background-image: url("../images/elements/icon/ico-sup-title.svg");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: top 50% left 0;
}
.aco-wrap .aco-data .aco-inner .aco-reference {
  margin: 16px 0;
  border-left: 5px solid #3fa9f5;
  padding: 0 0 0 16px;
  line-height: 130%;
}
.aco-wrap .aco-data .aco-inner .aco-reference strong {
  display: block;
}
.aco-wrap .aco-data .aco-inner .at-last {
  margin: 0 0 24px 0;
}
.aco-wrap .aco-data .aco-inner ol {
  margin: 0 0 32px 0;
}
.aco-wrap .aco-data .aco-inner ol li {
  font-weight: 500;
  margin: 0 0 16px 0;
}
.aco-wrap .aco-data .aco-inner ol span {
  display: block;
  font-weight: 300;
  font-size: .9rem;
  line-height: 130%;
}
.aco-wrap .aco-data .aco-inner h3 {
  background-image: url("../images/elements/icon/ico-sub-head.svg");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: top 50% left 0;
  padding: 0 0 0 24px;
  margin: 24px 0;
}
.aco-wrap .aco-data .aco-inner p {
  font-size: 0.9rem !important;
  line-height: 150%;
  margin: 0 !important;
  padding: 0 !important;
}
.aco-wrap .aco-data .aco-inner .map iframe {
  width: 100%;
  height: 500px;
  border: 0;
}
.aco-wrap .aco-data .aco-inner .benizome-flow {
  margin: 0 0 24px 0;
  padding: 0 16px 0 24px;
}
.aco-wrap .aco-data .aco-inner .benizome-flow li {
  font-size: .9rem;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
}

.aco-wrap, .aco-title, .aco-title h2, .aco-data {
  margin: 0;
  padding: 0;
}

.contact-area,
.privacy-contact {
  font-size: .9rem;
  line-height: 140%;
  border-left: 5px solid #3fa9f5;
  padding: 0 0 0 16px;
  color: #000 !important;
}

.link-pdf {
  border: 1px solid #888;
  padding: 24px;
  margin: 32px 0;
  border-radius: 10px;
}
.link-pdf:before {
  content: '資料ダウンロード';
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0 0 0 40px;
  background-image: url("../images/elements/icon/ico-download.svg");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: top 50% left 0;
  margin: 0 0 24px 0;
}
.link-pdf a {
  font-size: 1rem;
  padding: 0 0 0 24px;
  background-image: url("../images/elements/icon/ico-pdf.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: top 50% left 0;
}

.page-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-list ul li {
  width: 48%;
  margin: 0 0 24px 0;
}
.page-list ul li:first-child {
  width: 100%;
}
.page-list ul li a {
  color: #000;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-list ul li a img {
  width: 100%;
  margin: 8px 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.page-list ul li a .title {
  font-size: 1.1rem;
  font-weight: 500;
  background-image: url("../images/elements/icon/ico-h3.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: top 50% left 0;
  padding: 0 0 0 32px;
}
.page-list ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

em {
  font-style: normal !important;
  font-family: "Outfit", sans-serif !important;
}

.sitemap-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sitemap-wrap .sitemap-cat {
  display: block;
  width: 48%;
}

.pagination {
  margin: 48px auto;
  text-align: center;
  line-height: 100%;
  font-size: .9rem;
}
.pagination .page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.pagination .page-numbers li {
  display: inline-block;
  margin: 0 2px;
  font-family: "Outfit", sans-serif;
}
.pagination .page-numbers li a,
.pagination .page-numbers li .current {
  display: block;
  max-height: 40px;
  padding: 8px 12px;
  border-radius: 3px;
}
.pagination .page-numbers li a {
  background-color: #3fa9f5;
  border: 1px solid #3fa9f5;
  color: #fff;
}
.pagination .page-numbers li a:hover {
  margin: -10px 0 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.pagination .page-numbers li .current {
  background-color: #f0f0f0;
  border: 1px solid #aaa;
  color: #888;
}
.pagination .page-numbers li .prev,
.pagination .page-numbers li .next {
  display: block;
  width: 32px;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 50%;
}
.pagination .page-numbers li .prev {
  background-image: url("../images/elements/icon/sw-prev.svg");
}
.pagination .page-numbers li .next {
  background-image: url("../images/elements/icon/sw-next.svg");
}
.pagination .a {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 3px 0 0;
}
.pagination .a:last-child {
  margin: 0;
}
.pagination .aprev,
.pagination .anext {
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  background-image: url("../images/elements/icon/sw-prev.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50%;
  background-color: #3fa9f5;
}

#page-search {
  overflow: hidden;
  margin: 0 0 32px 0;
}
#page-search .side-head {
  font-weight: 400;
  margin: 0 0 16px 0;
}
#page-search #searchform {
  display: block;
  width: 100%;
  margin: 0 0 80px 0;
  position: relative;
}
#page-search #searchform .side-head {
  font-weight: 400;
  margin: 0 0 16px 0;
}
#page-search #searchform #searchfield {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 16px 56px 16px 16px;
  border: 1px solid #aaa;
  color: #000;
  border-radius: 5px;
}
#page-search #searchform #searchfield::placeholder {
  color: #aaa;
}
#page-search #searchform #searchfield:focus {
  border: 1px solid #3fa9f5;
}
#page-search #searchform #searchfield:focus::placeholder {
  color: transparent;
}
#page-search #searchform #searchfield[type="text"]:focus {
  outline: 0;
  border: 1px solid #000;
  color: #000;
}
#page-search #searchform #searchsubmit {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  background: none;
  background-image: url("../images/elements/icon/ico-search.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 60%;
  background-color: none;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

@media only screen and (min-width: 1281px) {
  #main-wrap {
    width: 1140px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main-wrap #contents {
    width: 760px;
  }
  #main-wrap #contents h1 {
    font-size: 2.2rem !important;
    font-weight: 500;
    padding: 8px 0 8px 16px !important;
    margin: 0 0 48px 0 !important;
    line-height: 150%;
  }
  #main-wrap #contents .search-title {
    font-weight: 400 !important;
    font-size: 2.2rem !important;
    border-left: 5px solid #3fa9f5;
    margin: 0 0 16px 0 !important;
    padding: 8px 0 8px 16px !important;
    line-height: 100%;
  }
  #main-wrap #contents .search-title span {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    margin: 0 0 8px 0;
    line-height: 100%;
  }
  #main-wrap #contents .match-count {
    margin: 0 0 32px 0;
  }
  #main-wrap #contents .match-count span {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    margin: 0 2px 8px 0;
  }
  #main-wrap #contents h1 {
    line-height: 150% !important;
  }
  #main-wrap #contents h2 {
    font-size: 1.5rem !important;
    font-weight: 500;
  }
  #main-wrap #contents h3 {
    font-size: 1.2rem !important;
    font-weight: 500;
  }
  #main-wrap #contents p {
    font-size: 0.8 !important;
    margin: 0 0 32px 0;
  }
  #main-wrap #sidebar {
    width: 320px;
  }

  .wp-block-pullquote p {
    font-size: 1rem !important;
  }

  .defult-table-min table, .defult-table-min td {
    border-collapse: collapse;
    border: 1px solid #aaa;
    font-size: .9rem;
  }
  .defult-table-min table {
    width: auto;
  }
  .defult-table-min table td {
    padding: 8px 24px;
  }
  .defult-table-min table td:first-child {
    min-width: 80px;
    max-width: 180px !important;
    background-color: #f0f1f7;
    text-align: center;
    font-weight: 500;
  }

  #main-wrap .wp-block-column-is-layout-flow > p {
    margin: 0 !important;
  }

  .aco-inner p:last-child {
    margin: 0 !important;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .contact-area a {
    color: #000 !important;
  }
}
@media only screen and (max-width: 1280px) {
  #main-wrap {
    width: 92%;
    margin: 0 auto;
  }
  #main-wrap #contents {
    width: 100%;
  }
  #main-wrap #contents h1 {
    font-size: 2.2rem !important;
    font-weight: 500;
    padding: 8px 0 8px 16px !important;
    line-height: 150% !important;
  }
  #main-wrap #contents .search-title {
    font-weight: 400 !important;
    font-size: 2.2rem !important;
    border-left: 5px solid #3fa9f5;
    margin: 0 0 16px 0 !important;
    padding: 8px 0 8px 16px !important;
    line-height: 100%;
  }
  #main-wrap #contents .search-title span {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    margin: 0 0 8px 0;
    line-height: 100%;
  }
  #main-wrap #contents .match-count {
    margin: 0 0 32px 0;
  }
  #main-wrap #contents .match-count span {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    margin: 0 2px 8px 0;
  }
  #main-wrap #contents h2 {
    font-size: 1.5rem !important;
    font-weight: 500;
  }
  #main-wrap #contents h3 {
    font-size: 1.2rem !important;
    font-weight: 500;
  }
  #main-wrap #contents p {
    font-size: 0.9 !important;
    margin: 32px 0 !important;
  }
  #main-wrap #sidebar {
    width: 100%;
    margin: 32px 0;
  }

  .aco-inner p {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 630px) and (max-width: 1199px) {
  .wp-block-pullquote p {
    font-size: 1.8rem !important;
  }

  .defult-table-mina table, .defult-table-mina td {
    border-collapse: collapse;
    border: 1px solid #aaa;
    font-size: .9rem;
  }
  .defult-table-mina table {
    width: auto;
  }
  .defult-table-mina table td {
    padding: 8px 24px;
  }
  .defult-table-mina table td:first-child {
    min-width: 80px;
    max-width: 180px !important;
    background-color: #f0f1f7;
    text-align: center;
    font-weight: 500;
  }

  #main-wrap #contents h1 {
    line-height: 150% !important;
  }
}
@media only screen and (max-width: 629px) {
  #main-wrap {
    width: 92%;
    margin: 0 auto;
  }
  #main-wrap #contents {
    width: 100%;
  }
  #main-wrap #contents h1 {
    font-size: 1.4rem !important;
    font-weight: 500;
    padding: 4px 0 4px 16px !important;
    line-height: 150%;
  }
  #main-wrap #contents h2 {
    font-size: 1.3rem !important;
    font-weight: 500;
  }
  #main-wrap #contents h3 {
    font-size: 1.1rem !important;
    font-weight: 500;
  }
  #main-wrap #contents p {
    font-size: 0.9 !important;
    margin: 32px 0 !important;
  }
  #main-wrap #sidebar {
    width: 100%;
    margin: 32px 0;
  }

  .wp-block-pullquote p {
    font-size: 1.5rem !important;
  }

  .wp-block-table {
    font-size: 0.9rem !important;
  }
  .wp-block-table thead {
    display: none;
  }
  .wp-block-table table, .wp-block-table th, .wp-block-table td {
    border: 0 !important;
  }
  .wp-block-table th, .wp-block-table td {
    display: block;
    width: 100%;
    padding: 8px;
  }

  .defult-table-mina table, .defult-table-mina td {
    border-collapse: collapse;
    border: 1px solid #aaa;
    font-size: .9rem;
    width: 100% !important;
  }
  .defult-table-mina table {
    width: 100% !important;
    font-size: .9rem;
  }
  .defult-table-mina table td {
    display: block;
    width: 100% !important;
    padding: 8px !important;
    margin: 0;
    text-align: center !important;
  }
  .defult-table-mina table td:first-child {
    min-width: 100%;
    max-width: 100%;
    width: 100% !important;
    background-color: #f0f1f7;
    text-align: center;
    font-weight: 500;
  }

  .aco-wrap {
    margin: 32px 0;
  }
  .aco-wrap .aco-title {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    margin: 16px 0 0 0;
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 130%;
    padding: 16px 48px 16px 16px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #aaa;
    border-radius: 8px;
  }
  .aco-wrap .aco-title:hover {
    background-color: #f0f1f7;
  }
  .aco-wrap .aco-title::after {
    border-right: solid 3px #555;
    border-top: solid 3px #555;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 25px;
    top: 32%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
  }
  .aco-wrap .aco-title.open {
    background-color: #f0f0f0;
    border-radius: 8px 8px 0 0;
    border: 1px solid #aaa;
    border-bottom: none;
  }
  .aco-wrap .aco-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
  }
  .aco-wrap .aco-data .aco-inner {
    display: block;
    padding: 8px 24px;
  }
  .aco-wrap .aco-data .aco-inner .aco-table thead {
    display: none;
  }
  .aco-wrap .aco-data .aco-inner .aco-table tbody th, .aco-wrap .aco-data .aco-inner .aco-table tbody td {
    display: block;
  }
  .aco-wrap .aco-data .aco-inner .aco-table,
  .aco-wrap .aco-data .aco-inner .aco-table th,
  .aco-wrap .aco-data .aco-inner .aco-table td {
    border: none;
    font-size: .9rem;
  }
  .aco-wrap .aco-data .aco-inner .aco-table {
    margin: 24px 0;
  }
  .aco-wrap .aco-data .aco-inner .aco-table ul {
    margin: 0;
    padding: 0 0 0 16px;
  }
  .aco-wrap .aco-data .aco-inner .aco-table tr th, .aco-wrap .aco-data .aco-inner .aco-table tr td {
    padding: 8px 16px;
    font-size: .9rem;
  }
  .aco-wrap .aco-data .aco-inner .aco-table tr th {
    min-width: 120px;
    white-space: nowrap;
    background-color: #f5f5f5;
  }
  .aco-wrap .aco-data .aco-inner .aco-chronological-tablle {
    width: 100%;
  }
  .aco-wrap .aco-data .aco-inner .aco-chronological-tablle, .aco-wrap .aco-data .aco-inner tr, .aco-wrap .aco-data .aco-inner th, .aco-wrap .aco-data .aco-inner td {
    border: none;
    font-size: .75rem;
    line-height: 130%;
  }
  .aco-wrap .aco-data .aco-inner .aco-chronological-tablle thead, .aco-wrap .aco-data .aco-inner tr thead, .aco-wrap .aco-data .aco-inner th thead, .aco-wrap .aco-data .aco-inner td thead {
    display: none;
  }
  .aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr, .aco-wrap .aco-data .aco-inner tr tbody tr, .aco-wrap .aco-data .aco-inner th tbody tr, .aco-wrap .aco-data .aco-inner td tbody tr {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr:hover, .aco-wrap .aco-data .aco-inner tr tbody tr:hover, .aco-wrap .aco-data .aco-inner th tbody tr:hover, .aco-wrap .aco-data .aco-inner td tbody tr:hover {
    background-color: #f0f1f7;
  }
  .aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr:hover th, .aco-wrap .aco-data .aco-inner tr tbody tr:hover th, .aco-wrap .aco-data .aco-inner th tbody tr:hover th, .aco-wrap .aco-data .aco-inner td tbody tr:hover th {
    background-color: #f5f5f5;
  }
  .aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr th, .aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr td, .aco-wrap .aco-data .aco-inner tr tbody tr th, .aco-wrap .aco-data .aco-inner tr tbody tr td, .aco-wrap .aco-data .aco-inner th tbody tr th, .aco-wrap .aco-data .aco-inner th tbody tr td, .aco-wrap .aco-data .aco-inner td tbody tr th, .aco-wrap .aco-data .aco-inner td tbody tr td {
    padding: 8px;
    display: block;
    width: 100%;
  }
  .aco-wrap .aco-data .aco-inner .aco-chronological-tablle tbody tr th, .aco-wrap .aco-data .aco-inner tr tbody tr th, .aco-wrap .aco-data .aco-inner th tbody tr th, .aco-wrap .aco-data .aco-inner td tbody tr th {
    font-weight: 500;
    white-space: nowrap;
    background-color: #f8f8f8;
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb {
    font-size: .9rem;
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb dt {
    margin: 16px 0 0 0;
    font-weight: 500;
    background-image: url("../images/elements/icon/ico-proverb.svg");
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: top 50% left 0;
    padding: 0 0 0 32px;
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb .ap-head {
    color: #ce0f19;
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb .ap-head:before {
    display: inline-block;
    content: '京ことば辞典：';
    margin: 0 4px 0 0;
    color: #000;
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb dd {
    margin: 0 0 24px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 130%;
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-mean,
  .aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-dialect {
    width: 48%;
    display: block;
    margin: 8px 0;
    line-height: 130%;
    font-size: .8rem;
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-mean:before,
  .aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-dialect:before {
    display: inline-block;
    background-color: #f3f3f3;
    padding: 9px;
    width: 120px;
    border-radius: 8px;
    text-align: center;
    margin: 0 16px 0 0;
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-mean:before {
    content: '意味';
  }
  .aco-wrap .aco-data .aco-inner .aco-proverb dd .ap-dialect:before {
    content: '山形方言辞典';
  }
  .aco-wrap .aco-data .aco-inner .aco-topic {
    display: block;
    font-size: .9rem;
    line-height: 130%;
    background-color: #f8f8f8;
    padding: 16px;
    border-radius: 8px;
  }
  .aco-wrap .aco-data .aco-inner .aco-topic .at-head {
    padding: 0 0 0 32px;
    background-image: url("../images/elements/icon/ico-sup-title.svg");
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: top 50% left 0;
  }
  .aco-wrap .aco-data .aco-inner .aco-reference {
    margin: 16px 0;
    border-left: 5px solid #3fa9f5;
    padding: 0 0 0 16px;
    line-height: 130%;
  }
  .aco-wrap .aco-data .aco-inner .aco-reference strong {
    display: block;
  }
  .aco-wrap .aco-data .aco-inner .at-last {
    margin: 0 0 24px 0;
  }
  .aco-wrap .aco-data .aco-inner ol {
    margin: 0 0 32px 0;
  }
  .aco-wrap .aco-data .aco-inner ol li {
    font-weight: 500;
    margin: 0 0 16px 0;
  }
  .aco-wrap .aco-data .aco-inner ol span {
    display: block;
    font-weight: 300;
    font-size: .9rem;
    line-height: 130%;
  }
  .aco-wrap .aco-data .aco-inner h3 {
    background-image: url("../images/elements/icon/ico-sub-head.svg");
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: top 50% left 0;
    padding: 0 0 0 24px;
    margin: 24px 0;
  }
  .aco-wrap .aco-data .aco-inner p {
    font-size: 0.9rem !important;
    line-height: 150%;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
  }
  .aco-wrap .aco-data .aco-inner .map iframe {
    width: 100%;
    height: 500px;
    border: 0;
  }
  .aco-wrap .aco-data .aco-inner .benizome-flow {
    margin: 0 0 24px 0;
    padding: 0 16px 0 24px;
  }
  .aco-wrap .aco-data .aco-inner .benizome-flow li {
    font-size: .9rem;
    font-weight: 300 !important;
    margin: 0;
    padding: 0;
  }

  .aco-proverb {
    font-size: .9rem;
  }
  .aco-proverb dd {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aco-proverb dd .ap-mean,
  .aco-proverb dd .ap-dialect {
    width: 100% !important;
  }

  .privacy-contact {
    font-size: 0.8rem !important;
    padding: 0 0 0 8px !important;
  }
}
.details-no {
  margin: 0 0 32px 0;
  padding: 0;
  display: none;
}
.details-no .details-summary {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #55acee;
}
.details-no .details-summary h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  padding: 16px;
}
.details-no .details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-no .details-summary .btn {
  position: absolute;
  top: 37%;
  right: 24px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-no .details-summary .btn:before, .details-no .details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}
.details-no .details-summary .btn:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.details-no .details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details-no .details-summary.is-active .btn:before {
  content: none;
}
.details-no .details-summary::-webkit-details-marker {
  display: none;
}
.details-no .details-content .aco-data-inner {
  padding: 24px;
}
.details-no .details-content p {
  text-align: left;
}

.aco-inner p {
  margin: 0 !important;
}

html, body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
}

#post-wrap #ph-title, #page-wrap #ph-title {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 32px 0 80px 0;
}
#post-wrap #ph-title:before, #post-wrap #ph-title:after, #page-wrap #ph-title:before, #page-wrap #ph-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
#post-wrap #ph-title:before, #page-wrap #ph-title:before {
  margin-right: 1rem;
}
#post-wrap #ph-title:after, #page-wrap #ph-title:after {
  margin-left: 1rem;
}
#post-wrap p, #page-wrap p {
  line-height: 180% !important;
}
#post-wrap strong, #page-wrap strong {
  font-weight: 500;
}

h2.base-h2 {
  margin: 16px 0;
  font-weight: 700;
}

figure.wp-block-image {
  margin: 0;
}

p.base-h1-sub {
  background-color: #ce0f19;
  font-family: "游明朝", Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
}

p.menu-comment {
  font-size: .7rem;
  margin: 8px 0;
}

.form-input table, .form-input th, .form-input td {
  border-collapse: collapse !important;
  border: 1px solid #aaa;
}
.form-input table {
  width: 100%;
  line-height: 100%;
}
.form-input table th, .form-input table td {
  padding: 24px;
}
.form-input table th {
  background-color: #f0f1f7;
  width: 25% !important;
  font-weight: 500;
}
.form-input table td {
  background-color: #fff;
  width: 60% !important;
  font-size: .9rem;
}
.form-input table td input, .form-input table td textarea {
  font-size: 1rem;
  padding: 12px;
  width: 100%;
  outline: none;
  border: 1px solid #aaa;
  border-radius: 8px;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.form-input table td input::placeholder, .form-input table td textarea::placeholder {
  color: #aaa;
}
.form-input table td input:focus, .form-input table td textarea:focus {
  border: 1px solid #3fa9f5;
  box-shadow: 0 0 5px 0 #3fa9f5;
}
.form-input table td input:focus::placeholder, .form-input table td textarea:focus::placeholder {
  color: transparent;
}
.form-input table td #mailaddress {
  margin: 0 0 8px 0;
}
.form-input table td small {
  display: block;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}
.form-input #ws-name {
  pointer-events: none;
  background-color: #f0f0f0;
}
.form-input .submit-btn {
  margin: 40px 0;
  text-align: center;
}
.form-input .submit-btn p {
  font-size: .9rem;
}
.form-input .submit-btn label {
  font-size: .9rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1px;
  outline: none;
}
.form-input .submit-btn input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.form-input .submit-btn input[type="checkbox"]:checked {
  background-color: #0000cd;
}
.form-input .submit-btn #submit,
.form-input .submit-btn #submit[disabled] {
  display: inline-block;
  font-size: 1rem;
  border: none;
  padding: 16px 80px 16px 80px;
}
.form-input .submit-btn #submit:hover,
.form-input .submit-btn #submit[disabled]:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-input .submit-btn #submit {
  background-color: #000080;
  font-size: 1rem;
  letter-spacing: 2px;
  display: inline-block;
  border: none;
  padding: 16px 80px 16px 80px;
  color: #fff;
  border-radius: 9999px;
  background-image: url("../images/elements/icon/sw-next.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: top 50% right -80px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-input .submit-btn #submit:hover {
  background-color: #1e90ff;
  color: color-ff;
  background-position: top 50% right 16px;
}
.form-input .submit-btn #submit[disabled] {
  background-color: #ddd;
  color: #555;
  pointer-events: none;
}

.form-error {
  border: 1px dashed #ce0f19;
  padding: 24px;
  margin: 32px 0;
}
.form-error ul li {
  color: #ce0f19;
  line-height: 150%;
}

.input-back {
  text-align: center;
  margin: 32px 0 !important;
}
.input-back a {
  padding: 16px 40px 16px 40px;
  display: inline-block;
  background-color: #000080;
  color: #fff;
  background-image: url("../images/elements/icon/sw-next.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: top 50% right -80px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 9999px;
}
.input-back a:hover {
  background-color: #1e90ff;
  color: color-ff;
  background-position: top 50% right 16px;
}

.match-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.match-list .match-items {
  margin: 0 0 40px 0;
}
.match-list .match-items:last-child {
  margin: 0;
}
.match-list .match-items .match-excerpt {
  color: #555;
  font-size: .9rem;
  line-height: 130%;
}
.match-list .match-items h2.no-match-head {
  background-image: none;
  padding: 0;
}
.match-list .match-head a {
  color: #0000cd;
  font-size: 1.2rem;
  font-weight: 300;
}
.match-list .match-head a:hover {
  color: #4169e1;
}
.match-list .match-url {
  margin: 8px 0;
  color: #8ebc41;
  font-size: .8rem;
  white-space: nowrap;
}
.match-list .match-meta {
  margin: 8px 0 0 0;
}
.match-list .match-meta .pm-time {
  font-size: .8rem;
  font-family: "Outfit", sans-serif;
  background-image: url("../images/elements/icon/ico-time.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: top 50% left 0;
  padding: 4px 0 4px 24px;
}

.search-title {
  font-weight: 400 !important;
  font-size: 3rem !important;
  border-left: 5px solid #3fa9f5;
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 629px) {
  .form-input table, .form-input th, .form-input td {
    border-collapse: collapse !important;
    border: none;
  }
  .form-input table {
    width: 100%;
  }
  .form-input table th, .form-input table td {
    padding: 16px 0px;
    display: block;
  }
  .form-input table th {
    background-color: #f0f1f7;
    width: 100% !important;
    font-weight: 500;
  }
  .form-input table td {
    background-color: #fff;
    width: 100% !important;
    font-size: .9rem;
  }
  .form-input table td input, .form-input table td textarea {
    font-size: 1rem;
    padding: 12px;
    width: 100%;
    outline: none;
    border: 1px solid #aaa;
    border-radius: 8px;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .form-input table td input::placeholder, .form-input table td textarea::placeholder {
    color: #aaa;
  }
  .form-input table td input:focus, .form-input table td textarea:focus {
    border: 1px solid #3fa9f5;
    box-shadow: 0 0 5px 0 #3fa9f5;
  }
  .form-input table td input:focus::placeholder, .form-input table td textarea:focus::placeholder {
    color: transparent;
  }
  .form-input #ws-name {
    pointer-events: none;
    background-color: #f0f0f0;
  }
  .form-input .submit-btn {
    margin: 40px 0;
    text-align: center;
  }
  .form-input .submit-btn p {
    font-size: .9rem;
  }
  .form-input .submit-btn label {
    font-size: .9rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1px;
    outline: none;
  }
  .form-input .submit-btn input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }
  .form-input .submit-btn input[type="checkbox"]:checked {
    background-color: #0000cd;
  }
  .form-input .submit-btn #submit,
  .form-input .submit-btn #submit[disabled] {
    display: inline-block;
    font-size: 1rem;
    border: none;
    padding: 16px 80px 16px 80px;
  }
  .form-input .submit-btn #submit:hover,
  .form-input .submit-btn #submit[disabled]:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .form-input .submit-btn #submit {
    background-color: #000080;
    font-size: 1rem;
    letter-spacing: 2px;
    display: inline-block;
    border: none;
    padding: 16px 80px 16px 80px;
    color: #fff;
    border-radius: 9999px;
    background-image: url("../images/elements/icon/sw-next.svg");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 50% right -80px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-input .submit-btn #submit:hover {
    background-color: #1e90ff;
    color: color-ff;
    background-position: top 50% right 16px;
  }
  .form-input .submit-btn #submit[disabled] {
    background-color: #ddd;
    color: #555;
    pointer-events: none;
  }

  .match-list .match-url {
    margin: 8px 0;
    color: #8ebc41;
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .search-title {
    font-weight: 400 !important;
    font-size: 1.5rem !important;
    border-left: 5px solid #3fa9f5;
    margin: 0 !important;
    padding: 0 !important;
  }
}
html, body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt" !important;
}

#post-list {
  list-style-type: none;
  padding: 0;
}
#post-list li {
  width: 100%;
  margin: 0 0 8px 0;
}
#post-list li:nth-child(even) a {
  display: block;
  background-color: #fff;
  padding: 16px;
}
#post-list li a {
  color: #000;
  display: block;
  background-color: #f0f1f7;
  padding: 16px 72px 16px 16px !important;
  border: 1px solid #fff;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("../images/elements/icon/arrow-r.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: top 50% right -80px;
}
#post-list li a:hover {
  border: 1px solid #55acee;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-position: top 50% right 16px;
}
#post-list li .meta-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 8px 0;
}
#post-list li .meta-wrap .meta-date,
#post-list li .meta-wrap .new-post,
#post-list li .meta-wrap .meta-category {
  display: inline-block;
  font-size: .9rem;
}
#post-list li .meta-wrap .meta-date,
#post-list li .meta-wrap .new-post {
  font-family: "Outfit", sans-serif;
  margin: 0 8px 0 0;
}
#post-list li .meta-wrap .meta-date {
  padding: 0 0 0 24px;
  background-image: url("../images/elements/ico-published.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% left 0;
}
#post-list li .meta-wrap .new-post {
  background-color: #ce0f19;
  color: #fff;
  font-family: "Outfit", sans-serif;
  padding: 0 16px;
  border-radius: 16px;
}
#post-list li .meta-wrap .meta-category {
  background-color: #fff;
  border: 1px solid #55acee;
  padding: 0 16px;
  margin: 0;
  border-radius: 16px;
}
#post-list li .pl-title {
  margin: 12px 0 8px 0 !important;
  font-size: 1.1rem !important;
  font-weight: 400;
}
#post-list li .pl-excerpt {
  font-size: .9rem;
}
#post-list li .pm-tag {
  font-size: .8rem;
}
#post-list li .pm-tag a {
  color: #555;
  display: inline-block;
  margin: 0 0 0 3px;
}
#post-list li .pm-tag a:before {
  content: '#';
  margin: 0 3px 0 0;
}

.ph-title {
  line-height: 150%;
}
.ph-title span {
  display: block;
  font-size: .9rem;
  font-weight: 300;
  margin: 16px 0 0 0;
}

.post-info {
  margin: 32px 0;
}
.post-info .post-meta {
  line-height: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 32px;
  font-size: .9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-info .post-meta .pm-eyecatch {
  display: block;
  width: 200px !important;
  margin: 0 !important;
}
.post-info .post-meta .pm-eyecatch img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.post-info .post-meta .pm-l {
  display: block;
  width: -moz-calc(100% - 240px);
  width: -o-calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  font-size: .9rem;
}
.post-info .post-meta .pm-l .pm-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.post-info .post-meta .pm-l .pm-cat {
  background-image: url("../images/elements/icon/ico-tag.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: top 50% left 0;
  padding: 0 0 0 16px;
  margin: 4px;
}
.post-info .post-meta .pm-l .pm-tag {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-info .post-meta .pm-l .pm-tag li {
  margin: 8px 0;
}
.post-info .post-meta .pm-l .pm-tag li a {
  display: inline-block;
  padding: 4px;
  color: #000;
}
.post-info .post-meta .pm-l .pm-tag li a:before {
  content: '#';
  margin: 0 2px 0 0;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.post-info .post-meta .pm-foot {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin: 16px 0 0 0;
  width: 100%;
  border-top: 1px dashed #aaa;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 0 0 0;
  font-size: 1rem;
}
.post-info .post-meta .pm-foot .pmf-time {
  background-image: url("../images/elements/icon/ico-time.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: top 50% left 0;
  padding: 4px 0 4px 24px;
}
.post-info .post-meta .pm-foot .pmf-views {
  background-image: url("../images/elements/icon/ico-view.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: top 50% left 0;
  padding: 4px 4px 4px 24px;
}

.wp-tag-cloud {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.wp-tag-cloud a {
  color: #000;
  padding: 3px;
}
.wp-tag-cloud a:hover {
  color: #0000cd;
}

@media only screen and (min-width: 1281px) {
  .pagenation,
  .pagenation-wrap,
  .post-nav {
    /*	width:100%;
    	font-size:.8rem;
    	font-family: $font-en;
    	line-height: 100%;
    	margin:56px auto;
    	padding:8px;
    	border:1px solid $color-aa;
    	border-radius: 9999px;
    */
  }
  .pagenation .post-pagenation,
  .pagenation .pagenation,
  .pagenation-wrap .post-pagenation,
  .pagenation-wrap .pagenation,
  .post-nav .post-pagenation,
  .post-nav .pagenation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pagenation .post-pagenation li,
  .pagenation .pagenation li,
  .pagenation-wrap .post-pagenation li,
  .pagenation-wrap .pagenation li,
  .post-nav .post-pagenation li,
  .post-nav .pagenation li {
    margin: 0 2px;
  }
  .pagenation .post-pagenation li a,
  .pagenation .pagenation li a,
  .pagenation-wrap .post-pagenation li a,
  .pagenation-wrap .pagenation li a,
  .post-nav .post-pagenation li a,
  .post-nav .pagenation li a {
    display: block;
    width: 32px;
    height: 32px;
    font-family: "Outfit", sans-serif;
    background-color: #3fa9f5;
    border: 1px solid #3fa9f5;
    color: #fff;
    text-decoration: none;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-repeat: no-repeat;
    background-size: auto 12px;
    overflow: hidden;
    white-space: nowrap;
  }
  .pagenation .post-pagenation li a:hover,
  .pagenation .pagenation li a:hover,
  .pagenation-wrap .post-pagenation li a:hover,
  .pagenation-wrap .pagenation li a:hover,
  .post-nav .post-pagenation li a:hover,
  .post-nav .pagenation li a:hover {
    border: 1px solid #3fa9f5;
    background-color: #3fa9f5;
    color: #fff;
    overflow: hidden;
    text-indent: 0;
    white-space: nowrap;
  }
  .pagenation .post-pagenation .post-prev a,
  .pagenation .post-pagenation .post-next a,
  .pagenation .pagenation .post-prev a,
  .pagenation .pagenation .post-next a,
  .pagenation-wrap .post-pagenation .post-prev a,
  .pagenation-wrap .post-pagenation .post-next a,
  .pagenation-wrap .pagenation .post-prev a,
  .pagenation-wrap .pagenation .post-next a,
  .post-nav .post-pagenation .post-prev a,
  .post-nav .post-pagenation .post-next a,
  .post-nav .pagenation .post-prev a,
  .post-nav .pagenation .post-next a {
    border-radius: 9999px;
  }
  .pagenation .post-pagenation .post-prev a,
  .pagenation .pagenation .post-prev a,
  .pagenation-wrap .post-pagenation .post-prev a,
  .pagenation-wrap .pagenation .post-prev a,
  .post-nav .post-pagenation .post-prev a,
  .post-nav .pagenation .post-prev a {
    background-image: url("../images/elements/icon/sw-prev.svg");
    background-position: top 50% left 11px;
    padding: 8px 8px 8px 8px;
    text-indent: 200px;
  }
  .pagenation .post-pagenation .post-prev a:hover,
  .pagenation .pagenation .post-prev a:hover,
  .pagenation-wrap .post-pagenation .post-prev a:hover,
  .pagenation-wrap .pagenation .post-prev a:hover,
  .post-nav .post-pagenation .post-prev a:hover,
  .post-nav .pagenation .post-prev a:hover {
    width: 80px;
    padding: 8px 8px 8px 32px;
  }
  .pagenation .post-pagenation .post-next a,
  .pagenation .pagenation .post-next a,
  .pagenation-wrap .post-pagenation .post-next a,
  .pagenation-wrap .pagenation .post-next a,
  .post-nav .post-pagenation .post-next a,
  .post-nav .pagenation .post-next a {
    background-image: url("../images/elements/icon/sw-next.svg");
    background-position: top 50% right 11px;
    padding: 8px 8px 8px 8px;
    text-indent: -200px;
  }
  .pagenation .post-pagenation .post-next a:hover,
  .pagenation .pagenation .post-next a:hover,
  .pagenation-wrap .post-pagenation .post-next a:hover,
  .pagenation-wrap .pagenation .post-next a:hover,
  .post-nav .post-pagenation .post-next a:hover,
  .post-nav .pagenation .post-next a:hover {
    width: 80px;
    padding: 8px 8px 8px 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .pagenation,
  .post-nav {
    width: 100%;
    font-size: .8rem;
    font-family: "Outfit", sans-serif;
    line-height: 100%;
    margin: 56px auto;
    padding: 8px;
    border: 1px solid #aaa;
    border-radius: 9999px;
  }
  .pagenation .post-pagenation,
  .post-nav .post-pagenation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pagenation .post-pagenation li,
  .post-nav .post-pagenation li {
    margin: 0 2px;
  }
  .pagenation .post-pagenation li a,
  .post-nav .post-pagenation li a {
    display: block;
    background-color: #3fa9f5;
    border: 1px solid #3fa9f5;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: auto 12px;
    border-radius: 9999px;
  }
  .pagenation .post-pagenation .post-prev a,
  .post-nav .post-pagenation .post-prev a {
    background-image: url("../images/elements/icon/sw-prev.svg");
    background-position: top 50% left 11px;
    padding: 12px 12px 12px 24px;
  }
  .pagenation .post-pagenation .post-next a,
  .post-nav .post-pagenation .post-next a {
    background-image: url("../images/elements/icon/sw-next.svg");
    background-position: top 50% right 11px;
    padding: 12px 24px 12px 12px;
  }

  .pager {
    display: none;
  }

  ul.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.pagination li {
    margin: 0 2px;
  }
  ul.pagination li a {
    display: block;
    background-color: #3fa9f5;
    border: 1px solid #3fa9f5;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: auto 12px;
    border-radius: 9999px;
  }
  ul.pagination .post-prev a {
    background-image: url("../images/elements/icon/sw-prev.svg");
    background-position: top 50% left 11px;
    padding: 12px 12px 12px 24px;
  }
  ul.pagination .post-next a {
    background-image: url("../images/elements/icon/sw-next.svg");
    background-position: top 50% right 11px;
    padding: 12px 24px 12px 12px;
  }
}
@media only screen and (max-width: 629px) {
  #post-list {
    list-style-type: none;
    padding: 0;
  }
  #post-list li {
    width: 100%;
    margin: 0 0 8px 0;
  }
  #post-list li:nth-child(even) a {
    display: block;
    background-color: #fff;
    padding: 16px;
  }
  #post-list li a {
    color: #000;
    display: block;
    background-color: #f0f1f7;
    padding: 16px;
    border: 1px solid #fff;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #post-list li a:hover {
    border: 1px solid #55acee;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  #post-list li .meta-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 8px 0;
  }
  #post-list li .meta-wrap .meta-date,
  #post-list li .meta-wrap .new-post,
  #post-list li .meta-wrap .meta-category {
    display: inline-block;
    font-size: .9rem;
  }
  #post-list li .meta-wrap .meta-date,
  #post-list li .meta-wrap .new-post {
    font-family: "Outfit", sans-serif;
    margin: 0 8px 0 0;
  }
  #post-list li .meta-wrap .meta-date {
    padding: 0 0 0 24px;
    background-image: url("../images/elements/ico-published.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% left 0;
  }
  #post-list li .meta-wrap .new-post {
    background-color: #ce0f19;
    color: #fff;
    font-family: "Outfit", sans-serif;
    padding: 0 10px;
    border-radius: 16px;
  }
  #post-list li .meta-wrap .meta-category {
    background-color: #fff;
    border: 1px solid #55acee;
    padding: 0 10px;
    margin: 0;
    border-radius: 16px;
  }
  #post-list li .pl-title {
    margin: 0 !important;
    font-size: 1rem !important;
  }
  #post-list li .pm-tag {
    font-size: .8rem;
  }
  #post-list li .pm-tag a {
    color: #555;
    display: inline-block;
    margin: 0 0 0 3px;
  }
  #post-list li .pm-tag a:before {
    content: '#';
    margin: 0 3px 0 0;
  }

  .post-info {
    margin: 32px 0;
  }
  .post-info .post-meta {
    line-height: 100%;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 32px;
    font-size: .9rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-info .post-meta .pm-eyecatch {
    display: block;
    width: 100% !important;
    margin: 0 !important;
  }
  .post-info .post-meta .pm-eyecatch img {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  .post-info .post-meta .pm-l {
    display: block;
    width: 100%;
    font-size: .9rem;
  }
  .post-info .post-meta .pm-l .pm-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 16px 0;
  }
  .post-info .post-meta .pm-l .pm-cat {
    background-image: url("../images/elements/icon/ico-tag.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: top 50% left 0;
    padding: 0 0 0 16px;
    margin: 4px;
  }
  .post-info .post-meta .pm-l .pm-tag {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .post-info .post-meta .pm-l .pm-tag li {
    margin: 8px 0;
  }
  .post-info .post-meta .pm-l .pm-tag li a {
    display: inline-block;
    padding: 4px;
    color: #000;
  }
  .post-info .post-meta .pm-l .pm-tag li a:before {
    content: '#';
    margin: 0 2px 0 0;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
  }
  .post-info .post-meta .pm-foot {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    margin: 8px 0 0 0;
    width: 100%;
    border-top: 1px dashed #aaa;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 0 0 0;
  }
  .post-info .post-meta .pm-foot .pmf-time {
    background-image: url("../images/elements/icon/ico-time.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: top 50% left 0;
    padding: 4px 0 4px 16px;
  }
  .post-info .post-meta .pm-foot .pmf-views {
    background-image: url("../images/elements/icon/ico-view.svg");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: top 50% left 0;
    padding: 4px 4px 4px 24px;
  }
}
