@charset "UTF-8";

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  max-width: 1220px;
  margin: 10px auto 30px;
  padding: 0 10px;
}
#breadCrumbs ol, #breadCrumbs li {
  list-style: none;
}
#breadCrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#breadCrumbs li:not(:first-child):before {
  content: "＞";
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  #breadCrumbs {
    display: none;
    margin-bottom: 0;
    padding: 0 15px;
    font-size: 0.875rem;
  }
  #breadCrumbs .pieceBody {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--clr-ex-deep-gray) transparent;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar {
    height: 8px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-track {
    background: transparent;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-thumb {
    height: 200px;
    border-radius: 10px;
    background: var(--clr-light-gray);
  }
  #breadCrumbs ol {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  #breadCrumbs li:last-child {
    padding-right: 10px;
  }
}

/* pageTitle
----------------------------------------------- */
#pageTitle h1 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px solid var(--clr-deep-green);
  color: var(--clr-deep-green);
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #pageTitle h1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
}
/* doc */
#container.doc #pageTitle h1 {
  padding-right: 150px;
  border-bottom: none;
  background: url(/_themes/isehara/city/img/h2-line.svg) right bottom no-repeat;
}
@media only screen and (max-width: 768px) {
  #container.doc #pageTitle h1 {
    padding-right: 0;
    padding-bottom: 30px;
    background-image: url(/_themes/isehara/city/img/sp/h2-line.svg);
    background-size: 100% auto;
  }
}
/* saigai */
#container.saigai #pageTitle h1 {
  border-bottom-color: var(--clr-deep-red);
  color: var(--clr-deep-red);
}
/* bestshot */
#container.bestshot #pageTitle h1 {
  padding-top: 10px;
  padding-left: 75px;
  background: url(/_themes/isehara/city/img/top/iitoko-ic.svg) left top no-repeat;
}
@media only screen and (max-width: 768px) {
  #container.bestshot #pageTitle h1 {
    padding-left: 40px;
    background-position-y: 8px;
    background-size: 35px auto;
  }
}
/* mayor */
#container.mayor #pageTitle h1 {
  padding: 15px;
  border-bottom: none;
  background: url(/_themes/isehara/city/img/mayor/tl-mayor_right.png) right center no-repeat;
  background-size: auto 100%;
  background-color: #AFE0E6;
  color: var(--font-color);
  font-size: 2.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #container.mayor #pageTitle h1 {
    padding: 8px;
    background-size: auto 100%;
    font-size: 1.5rem;
  }
}
/* bunkakaikan */
#container.bunkakaikan #pageTitle h1 {
  border-bottom-color: #B10E30;
  color: var(--font-color);
}

/* lifeGuide, convenientService, emergency, bestshotArchive, sideMenu(mayor)
----------------------------------------------- */
#lifeGuide, #convenientService, #emergency, #bestshotArchive, #sideMenu {
  margin-bottom: 25px;
}
#lifeGuide .pieceHeader h2, #convenientService .pieceHeader h2, #emergency .pieceHeader h2, #bestshotArchive .pieceHeader h2 {
  padding: 25px 12px;
  border-left: 4px solid var(--clr-blue);
  background: var(--clr-light-blue);
  font-size: 1.125rem;
  font-weight: 900;
}
/* lifeGuide, convenientService, emergency, sideMenu(mayor) */
#lifeGuide li a, #convenientService li a, #emergency li a, #sideMenu li a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  border-bottom: 1px solid var(--clr-light-gray);
}
#lifeGuide li img, #convenientService li img, #emergency li img, #sideMenu li img {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 35px;
  margin: 0 auto;
}
#lifeGuide li span, #convenientService li span, #emergency li span, #sideMenu li span {
  flex-basis: calc(100% - 50px);
}
/* sideMenu(mayor) */
#sideMenu .pieceHeader h2 {
  padding: 25px 12px;
  border-top: 4px solid #70B4BD;
  background: #EBF7F9;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
}
/* bestshotArchive */
#bestshotArchive .pieceBody > ul > li {
  list-style: disc;
  list-style-position: inside;
  padding: 12px 5px 12px 22px;
  border-bottom: 1px solid var(--clr-light-gray);
}
#bestshotArchive .pieceBody ul ul {
  padding-left: 38px;
  list-style-type: circle;
}
@media only screen and (max-width: 768px) {
  #lifeGuide .pieceHeader h2, #convenientService .pieceHeader h2, #emergency .pieceHeader h2, #bestshotArchive .pieceHeader h2 {
    position: relative;
    margin-bottom: 10px;
    padding: 18px;
    border-left: none;
    font-size: 1rem;
  }
  #lifeGuide .pieceHeader h2::before, #convenientService .pieceHeader h2::before, #emergency .pieceHeader h2::before, #bestshotArchive .pieceHeader h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 18px;
    border-top: 12px solid var(--clr-light-blue);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
}
/* emergency */
#emergency .pieceHeader h2 {
  border-left-color: var(--clr-red);
  background: var(--clr-light-red);
}
@media only screen and (max-width: 768px) {
  #emergency .pieceHeader h2::before {
    border-top-color: var(--clr-light-red);
  }
}

/* bnAdvertisement
----------------------------------------------- */
#bnAdvertisement {
  margin-bottom: 25px;
}
#bnAdvertisement .pieceHeader h2 {
  margin-bottom: 1em;
  padding: 9px 22px;
  border: 1px solid var(--clr-light-green);
  border-radius: 4px;
  background: var(--clr-light-green);
  font-size: 1.5rem;
  font-weight: 700;
}
#bnAdvertisement .bannerImages li {
  margin-bottom: 20px;
  text-align: center;
}
#bnAdvertisement .bannerImages li img {
  transition: var(--transition);
}
#bnAdvertisement .bannerImages li img:hover {
  opacity: 0.5;
}
#bnAdvertisement .lower_text a {
  display: block;
  margin: 0 15px;
  padding: 5px;
  border: 1px solid var(--clr-gray);
  background: var(--clr-ex-light-gray);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #bnAdvertisement .pieceHeader h2 {
    font-size: 1.125rem;
  }
}

/* articleHeader
----------------------------------------------- */
.articleHeader h2 {
  position: relative;
  padding: 7px 15px 2px 22px;
  min-height: 40px;
  background-color: var(--ac-color-orange-4);
  font-size: 1.125rem;
  font-weight: bold;
}

/* back-btn, surveyForm back
----------------------------------------------- */
.back-btn, .surveyForm .back {
  max-width: 580px;
  margin: 44px auto 0;
}
.back-btn a, .surveyForm .back a {
  display: block;
  padding: 14px 34px;
  border: 1px solid var(--clr-light-gray);
  border-radius: 5px;
  background: url(/_themes/isehara/city/img/arrow-back.svg) 23px center no-repeat;
  color: var(--font-color);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: var(--transition);
}
.back-btn a:hover, .surveyForm .back a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .back-btn, .surveyForm .back {
    margin-top: 25px;
  }
}