@charset "UTF-8";

/* =========================================================
  furusato
========================================================= */

/* site layout
----------------------------------------------- */
#wrapper {
  border-bottom: 1px solid var(--mono-color-6);
  background: var(--mono-color-9);
}

@media only screen and (max-width: 534px) {
  #wrapper {
    padding-top: 0;
  }

  #main {
    padding-bottom: 20px !important;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  border-bottom: none;
  background: var(--mono-color-9);
}

#breadCrumbs li:has(a[href$="/furusato/project/"]) {
  display: none;
}

/* CKEditor templates
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .adobeReader {
    margin: 20px 0;
  }
}

/* body
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .cke_editable,
  .contentGpArticleDoc .body .text-beginning,
  .contentPage .body,
  .surveyForm .body {
    font-size: 0.875rem;
  }
}

/* furusato */
:is(.contentPage .body, .cke_editable) .furusato {
  max-width: 720px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: normal;
}

:is(.contentPage .body, .cke_editable) .furusato p {
  margin-bottom: 2.5em;
  line-height: 2;
}

:is(.contentPage .body, .cke_editable) .furusato h2 {
  margin-bottom: 1em;
  padding: 0;
  border: none;
  background: none;
  font-size: 2.125rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato h2::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .furusato *~h2 {
  margin-top: 2em;
}

:is(.contentPage .body, .cke_editable) .furusato h3 {
  margin-top: 3em;
  margin-bottom: 1em;
  padding: 0;
  border: none;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-color: #eef7db;
  text-decoration-thickness: 6px;
  /*
  text-underline-offset: -4px;
  */
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato h3::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .furusato strong {
  font-weight: 700;
}

:is(.contentPage .body, .cke_editable) .furusato hr {
  margin: 60px 0;
  border-bottom: 4px dotted #e6e6e6;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato h2 {
    font-size: 1.375rem;
  }

  :is(.contentPage .body, .cke_editable) .furusato h3 {
    margin-top: 2em;
    font-size: 1.1875rem;
  }
}

/* over */
@media only screen and (min-width: 768px) {
  :is(.contentPage .body, .cke_editable) .furusato .over {
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1060px;
    margin-left: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* main-visual */
:is(.contentPage .body, .cke_editable) .furusato .main-visual {
  margin-bottom: 50px;
}

:is(.contentPage .body, .cke_editable) .furusato .main-visual img {
  width: 100%;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .main-visual {
    margin: 0 -16px 30px;
  }
}

/* bg-area */
:is(.contentPage .body, .cke_editable) .furusato .bg-area {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

:is(.contentPage .body, .cke_editable) .furusato .bg-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .bg-area>*:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .bg-area {
    margin: 40px 0;
    padding: 40px 0;
  }
}

/* bg-area2 */
:is(.contentPage .body, .cke_editable) .furusato .bg-area2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 25px;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .bg-area2>*:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .bg-area2 {
    padding: 15px;
  }
}

/* bd-area */
:is(.contentPage .body, .cke_editable) .furusato .bd-area {
  padding: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

:is(.contentPage .body, .cke_editable) .furusato .bd-area>*:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .bd-area {
    padding: 25px 15px;
  }
}

/* btn */
:is(.contentPage .body, .cke_editable) .furusato .btn {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

:is(.contentPage .body, .cke_editable) .furusato .btn a {
  flex-grow: 1;
  max-width: 380px;
  padding: 15px 35px;
  border: 1px solid transparent;
  border-radius: 70px;
  background-image: url(/_themes/site/images/arrow-white.svg) !important;
  background-position: right 25px center !important;
  background-repeat: no-repeat !important;
  background-color: #00913a;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .furusato .btn a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .furusato .btn a:has(.external) {
  padding: 15px 55px;
  background-image: url(/_themes/site/images/link-blank.svg) !important;
}

:is(.contentPage .body, .cke_editable) .furusato .btn a .external {
  display: none;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .furusato .btn a {
    font-size: 1rem;
  }
}

/* btn-list */
:is(.contentPage .body, .cke_editable) .furusato .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-left: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .btn-list li {
  flex-basis: calc((100% - 20px) / 2);
  list-style: none;
}

:is(.contentPage .body, .cke_editable) .furusato .btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding: 15px 35px;
  border: 1px solid transparent;
  border-radius: 70px;
  background-image: url(/_themes/site/images/arrow-green.svg) !important;
  background-position: right 25px center !important;
  background-repeat: no-repeat !important;
  background-color: var(--mono-color-9);
  color: #00913a;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .furusato .btn-list li a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .furusato .btn-list li a {
    min-height: 60px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .btn-list li {
    flex-basis: 100%;
  }

  :is(.contentPage .body, .cke_editable) .furusato .btn-list li br {
    display: none;
  }
}

/* btn-list2 */
:is(.contentPage .body, .cke_editable) .furusato .btn-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-bottom: 70px;
  margin-left: 0;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .btn-list2 li {
  flex-basis: calc((100% - 20px) / 2);
  list-style: none;
}

:is(.contentPage .body, .cke_editable) .furusato .btn-list2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 52px;
  padding: 25px 35px;
  border: 1px solid transparent;
  border-radius: 70px;
  background-position: right 25px center !important;
  background-color: var(--mono-color-9);
  color: #00913a;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .furusato .btn-list2 li a:not(.iconFile) {
  background-image: url(/_themes/site/images/arrow-green.svg) !important;
  background-repeat: no-repeat !important;
}

:is(.contentPage .body, .cke_editable) .furusato .btn-list2 li a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .btn-list2 li {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .btn-list2 {
    margin-bottom: 40px;
    padding: 25px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .btn-list2 li a {
    padding: 12px 35px;
  }
}

/* caption */
:is(.contentPage .body, .cke_editable) .furusato .caption {
  font-size: 0.875rem;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .caption {
    font-size: 0.75rem;
  }
}

/* annotation */
:is(.contentPage .body, .cke_editable) .furusato .annotation {
  margin-bottom: 3px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .flow-list .annotation {
    font-size: 0.75rem;
  }
}

/* body / project
----------------------------------------------- */

/* project-list */
:is(.contentPage .body, .cke_editable) .furusato .project-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 15px;
  margin: 0 0 70px;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .project-list li {
  flex-basis: calc((100% - 45px) / 4);
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato .project-list a {
  display: inline-block;
  transition: opacity 0.25s ease-in-out;
}

:is(.contentPage .body, .cke_editable) .furusato .project-list a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .furusato .project-list img {
  border-radius: 5px;
}

:is(.contentPage .body, .cke_editable) .furusato .project-list .cur a {
  position: relative;
}

:is(.contentPage .body, .cke_editable) .furusato .project-list .cur a::before {
  content: "現在のページ";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1.125rem;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .furusato .project-list li {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .project-list {
    margin-bottom: 30px;
  }
}

/* project-support */
:is(.contentPage .body, .cke_editable) .furusato .project-support::before {
  background: url(/_themes/site/images/furusato/bg_furusato_project_kosen_01.png) center center / cover no-repeat;
}

.dir-furusato-project-kyoiku :is(.contentPage .body, .cke_editable) .furusato .project-support::before {
  background: url(/_themes/site/images/furusato/bg_furusato_project_kyouiku_01.png) center center / cover no-repeat;
}

.dir-furusato-project-lets :is(.contentPage .body, .cke_editable) .furusato .project-support::before {
  background: url(/_themes/site/images/furusato/bg_furusato_project_lets_01.png) center center / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .furusato .project-support h2 {
  color: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .furusato .project-support .btn-list li a {
  background-image: url(/_themes/site/images/arrow-white.svg) !important;
  background-color: #00913a;
  color: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .furusato .project-support .btn-list li a[href$="personal"]::before {
  content: "";
  transform: translateX(-150%);
  width: 22px;
  height: 21px;
  background: url(/_themes/site/images/furusato/ico_furusato_project_personal_01.png) center center / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .furusato .project-support .btn-list li a[href$="business"]::before {
  content: "";
  transform: translateX(-150%);
  width: 28px;
  height: 24px;
  background: url(/_themes/site/images/furusato/ico_furusato_project_business_01.png) center center / cover no-repeat;
}

/* attempt */
:is(.contentPage .body, .cke_editable) .furusato .attempt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -1.5em 0 2.5em;
}

:is(.contentPage .body, .cke_editable) .furusato .attempt dt {
  transform: translateY(50%);
  padding: 5px 60px;
  border: 1px solid #00913a;
  border-radius: 30px;
  background-color: #00913a;
  color: var(--mono-color-9);
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .furusato .attempt dd {
  padding: 40px 40px 35px;
  border: 1px solid #eef7db;
  border-radius: 10px;
  background-color: #eef7db;
  font-size: 0.875rem;
  line-height: 2;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .attempt dd {
    padding: 35px 25px 25px;
  }
}

/* author */
:is(.contentPage .body, .cke_editable) .furusato .author {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
  margin-bottom: 1.5em;
}

:is(.contentPage .body, .cke_editable) .furusato .author-name {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato .author-name img {
  margin-bottom: 10px;
}

:is(.contentPage .body, .cke_editable) .furusato .author-text {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 0;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .author {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

/* body / lets
----------------------------------------------- */

/* about-list */
:is(.contentPage .body, .cke_editable) .furusato .about-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  counter-reset: number;
  padding: 40px;
  border: 1px solid #eef7db;
  border-radius: 10px;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .about-list li {
  position: relative;
  padding: 30px 25px 30px 60px;
  background: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .furusato .about-list li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 31px;
  left: 25px;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #00913a;
  border-radius: 50%;
  background-color: #00913a;
  color: var(--mono-color-9);
  font-size: 95%;
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  line-height: 1.5;
  text-align: center;
  text-indent: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .about-list li strong {
  color: #00913a;
}

:is(.contentPage .body, .cke_editable) .furusato .about-list li img {
  margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .about-list {
    padding: 15px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .about-list li {
    padding: 20px 10px 20px 35px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .about-list li::before {
    top: 20px;
    left: 7px;
  }
}

/* history */
:is(.contentPage .body, .cke_editable) .furusato .history {
  margin: 40px 0;
  padding: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

:is(.contentPage .body, .cke_editable) .furusato .history dt {
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 1.375rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato .history dd {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .history {
    padding: 25px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .history dt {
    font-size: 1.125rem;
  }
}

/* want-list */
:is(.contentPage .body, .cke_editable) .furusato .want-list {
  margin: 40px 0;
}

:is(.contentPage .body, .cke_editable) .furusato .want-list .img {
  width: 70%;
  margin: 0 auto;
}

:is(.contentPage .body, .cke_editable) .furusato .want-list dl {
  margin: -35px 0 0;
  padding: 60px 40px 40px;
  border-radius: 10px;
  border: 1px solid #eef7db;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .want-list dt {
  margin: 5px 0 25px;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato .want-list dd {
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .want-list dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .want-list dd ul li {
  flex-basis: calc((100% - 15px) / 2);
  margin: 0;
  padding: 10px 20px;
  border: 1px solid var(--mono-color-9);
  background: var(--mono-color-9);
  font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .want-list .img {
    width: 85%;
  }

  :is(.contentPage .body, .cke_editable) .furusato .want-list dl {
    padding: 40px 20px 20px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .want-list dt {
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .furusato .want-list dd ul li {
    flex-basis: 100%;
  }
}

/* body / step
----------------------------------------------- */

/* step-flow */
.step-flow-pc,
.step-flow-sp {
  display: none;
  margin-bottom: 2em;
}

@media only screen and (min-width: 960px) {
  .step-flow-pc {
    display: block;
  }
}

@media only screen and (max-width: 959px) {
  .step-flow-sp {
    display: block;
  }
}

/* tab-style */
:is(.contentPage .body, .cke_editable) .furusato .tab-style {
  margin: 0 0 2em;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-list li {
  flex: 1 1 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-list li a {
  display: block;
  position: relative;
  padding: 20px 26px 16px;
  color: #00913a;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  outline-offset: -4px;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-list li.current a {
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-list li.current a::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #00913a;
  border-left: 2px solid #00913a;
  background: none transparent;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-list li:first-child a {
  border-radius: 10px 0 0 0;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-list li:last-child a {
  border-radius: 0 10px 0 0;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-detail {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-detail>li {
  display: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .tab-detail>li.current {
  display: block;
}

/* flow-list */
:is(.contentPage .body, .cke_editable) .furusato .flow-list {
  list-style: none;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 60px;
  border: 1px solid #eef7db;
  border-radius: 10px;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  border-left: 2px solid #00913a;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list>li {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  padding: 30px 40px 34px;
  border: 1px solid var(--mono-color-9);
  background-color: var(--mono-color-9);
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list>li:last-child {
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list>li::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #00913a;
  border-left: 2px solid #00913a;
  background: none transparent;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list>li:first-child::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list>li:has(.flow-list) {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  padding: 0 0 50px;
  border: none;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list>li:has(.flow-list)+li::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list .flow-list {
  flex: 1 1 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list .flow-list::before {
  top: 0;
  bottom: -50px;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list .flow-list li:last-child {
  position: static;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list .flow-list li::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list .flow-list li::after {
  content: "";
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #00913a;
  border-left: 2px solid #00913a;
  background: none transparent;
}

:is(.contentPage .body, .cke_editable) .furusato .flow-list .ttl {
  margin-bottom: 7px;
  color: #00913a;
  font-weight: 700;
  font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .flow-list {
    padding: 20px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .flow-list>li {
    padding: 25px 10px 23px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .flow-list .ttl {
    font-size: 1rem;
  }
}

/* product-list */
:is(.contentPage .body, .cke_editable) .furusato .product-list {
  display: flex;
  justify-content: space-between;
  gap: 2.5%;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .product-list li {
  flex: 1 1 0;
  box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
}

:is(.contentPage .body, .cke_editable) .furusato .product-list li a {
  display: flex;
  flex-direction: column;
  padding: 0 20px 18px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}

:is(.contentPage .body, .cke_editable) .furusato .product-list li a:hover {
  opacity: 0.5;
}

:is(.contentPage .body, .cke_editable) .furusato .product-list li .img {
  margin: 0 -20px 15px;
}

:is(.contentPage .body, .cke_editable) .furusato .product-list li .img img {
  width: 100%;
}

:is(.contentPage .body, .cke_editable) .furusato .product-list li .ttl {
  margin-bottom: 5px;
  font-weight: 500;
  color: #00913a;
}

:is(.contentPage .body, .cke_editable) .furusato .product-list li .price {
  font-weight: 500;
  color: #666;
}

:is(.contentPage .body, .cke_editable) .furusato .product-list li .external {
  display: none;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .product-list {
    flex-wrap: wrap;
    gap: 20px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .product-list li {
    flex-basis: calc((100% - 20px) / 2);
  }
}

/* body / message
----------------------------------------------- */

/* message */
:is(.contentPage .body, .cke_editable) .furusato .message {
  margin-bottom: 2em;
  padding: 60px 50px;
  border-radius: 10px;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .message .talk {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  margin-bottom: 30px;
}

:is(.contentPage .body, .cke_editable) .furusato .message .talk.guest {
  flex-direction: row;
}

:is(.contentPage .body, .cke_editable) .furusato .message .talk .talker {
  flex-grow: 0;
  flex-shrink: 0;
  color: #666;
  font-weight: 500;
  font-size: 0.9375rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato .message .talk .talker img {
  margin-bottom: 5px;
}

:is(.contentPage .body, .cke_editable) .furusato .message .talk .text {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 35px 40px 30px;
  border: 1px solid var(--mono-color-9);
  border-radius: 10px;
  background: var(--mono-color-9);
  color: #666;
  font-weight: 500;
}

:is(.contentPage .body, .cke_editable) .furusato .message .talk .text::before {
  content: "";
  position: absolute;
  top: 25%;
  right: -50px;
  z-index: -1;
  border: 15px solid transparent;
  border-left: 45px solid var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .furusato .message .talk.guest .text {
  color: #00913a;
}

:is(.contentPage .body, .cke_editable) .furusato .message .talk.guest .text::before {
  right: unset;
  left: -50px;
  border: 15px solid transparent;
  border-right: 45px solid var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .furusato .message> :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .furusato .message {
    padding: 15px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .message .talk {
    gap: 20px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .message .talk .talker {
    flex-basis: 30%;
    font-size: 0.6875rem;
  }

  :is(.contentPage .body, .cke_editable) .furusato .message .talk .talker img {
    width: 80%;
  }

  :is(.contentPage .body, .cke_editable) .furusato .message .talk .text {
    padding: 5px;
    font-size: 0.8125rem;
  }

  :is(.contentPage .body, .cke_editable) .furusato .message .talk .text::before {
    top: 10%;
    right: -20px;
    border-width: 5px;
    border-left-width: 15px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .message .talk.guest .text::before {
    left: -20px;
    border-width: 5px;
    border-right-width: 15px;
  }
}

/* message-other */
:is(.contentPage .body, .cke_editable) .furusato .message-other {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  padding: 60px 40px 50px;
  border: 20px solid #eef7db;
  border-top-width: 94px;
  border-radius: 10px;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .message-other::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 10px;
  background-color: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .furusato .message-other::after {
  content: "";
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 150px;
  aspect-ratio: 1/1;
  background: url(/_themes/site/images/furusato/message-other.png) center center / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .furusato .message-other ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}

:is(.contentPage .body, .cke_editable) .furusato .message-other ul li {
  list-style: none;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  font-weight: 500;
}

:is(.contentPage .body, .cke_editable) .furusato .message-other ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00913a;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .message-other {
    margin-bottom: 40px;
    padding: 30px 10px;
  }
}

/* tayori-library */
:is(.contentPage .body, .cke_editable) .furusato .tayori-library {
  margin-bottom: 100px;
  padding: 0 50px 50px;
  border: 1px solid #eef7db;
  border-radius: 10px;
  background-color: #eef7db;
}

:is(.contentPage .body, .cke_editable) .furusato .tayori-library h2 {
  margin: 0 -50px 50px;
  padding: 30px 15px 25px;
  border-radius: 10px 10px 0 0;
  background-color: #00913a;
  color: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list li {
  flex-basis: calc((100% - 20px) / 2);
  min-width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list h3 {
  margin: 0 0 1em;
  color: #00913a;
}

:is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list .img {
  margin-bottom: 20px;
}

:is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list .pdf {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list .pdf a {
  flex-grow: 1;
  max-width: 260px;
  padding: 12px 35px;
  border: 1px solid transparent;
  border-radius: 70px;
  background-position: right 25px center;
  background-color: var(--mono-color-9);
  color: #666;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list .pdf a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .furusato .tayori-library {
    margin-bottom: 40px;
    padding: 0 10px 30px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .tayori-library h2 {
    margin: 0 -10px 30px;
    padding: 15px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list {
    gap: 30px;
  }

  :is(.contentPage .body, .cke_editable) .furusato .tayori-library .taryori-list li {
    flex-basis: 100%;
    min-width: 0;
  }
}