@charset "utf-8";

/***************************************************************************

  子育て情報

***************************************************************************/
body {
  background: inherit;
}

body.cntBgBeige {
  background-color: #fbf7ed;
}

/*****************************************
  タイトル
*****************************************/
.lowerTtlBlock.informationTtl h2 {
  padding: 102px 0 96px 0;
}

.lowerTtlBlock.informationTtl h2 span {
  line-height: 80px;
  display: block;
  font-size: 240%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 0 100px;
  background: url(../images/information_icn.png) no-repeat left center;
  background-size: 80px auto;
}

@media screen and (max-width: 767px) {
  .lowerTtlBlock.informationTtl h2 {
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
  }
  
  .lowerTtlBlock.informationTtl h2 span {
    line-height: 40px;
    font-size: 167.5%;
    padding: 0 0 0 50px;
    background-size: 40px auto;
  }
}

/*****************************************
  サイド 地域別
*****************************************/
nav.infoAreaSide {
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px 40px;
}

nav.infoAreaSide dl {
  margin: 0 0 10px;
  border-radius: 10px;
  border: solid 2px;
}

nav.infoAreaSide dl dt {
  font-size: 113.333%;
  font-weight: bold;
  display: block;
  color: #2a0e00;
}

nav.infoAreaSide dl.infDlEhime {
  border-color: #fbb03b;
}

nav.infoAreaSide dl.infDlEhime dt a {
  color: #2a0e00;
  display: block;
  position: relative;
  padding: 11px 13px 11px 24px;
  transition: 0.3s;
}

nav.infoAreaSide dl.infDlEhime dt a:hover {
  opacity: 0.6;
}

nav.infoAreaSide dl.infDlEhime dt a::after {
  content: '';
  background: #fbb03b url(../images/arw_black_area.png) no-repeat center center;
  background-size: 9px auto;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 13px;
  top: calc(50% - 15px);
  border-radius: 5px;
}

nav.infoAreaSide dl dt.acd {
  position: relative;
  padding: 11px 13px 11px 24px;
  transition: 0.3s;
  cursor: pointer;
  transition: 0.3s;
}

nav.infoAreaSide dl dt.acd:hover {
  opacity: 0.7;
}

nav.infoAreaSide dl dt.acd span {
  background: #fbb03b;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 13px;
  top: calc(50% - 15px);
  border-radius: 5px;
}

nav.infoAreaSide dl dt.acd span::after {
  content: '';
  width: 18px;
  height: 4px;
  background: #222222;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 2px;
}

nav.infoAreaSide dl dt.acd span::before {
  content: '';
  width: 18px;
  height: 4px;
  background: #222222;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 2px;
  transform: rotate(90deg);
  transition: 0.3s;
}

nav.infoAreaSide dl.asideOn dt.acd span::before {
  transform: rotate(0deg);
  opacity: 0;
}

nav.infoAreaSide dl div {
  display: none;
  padding: 0 20px 0 24px;
}

nav.infoAreaSide dl div dd {
  border-top: solid 1px;
}

nav.infoAreaSide dl div dd a {
  display: block;
  padding: 12px 15px 12px 10px;
  background: url(../images/arw_black.png) no-repeat right center;
  background-size: 8px auto;
  color: #222222;
  transition: 0.3s;
}

nav.infoAreaSide dl div dd a:hover {
  opacity: 0.6;
}

nav.infoAreaSide dl.infDlToyo {
  border-color: #9edade;
}

nav.infoAreaSide dl.infDlToyo dt span {
  background: #9edade;
}

nav.infoAreaSide dl.infDlToyo div dd {
  border-color: #9edade;
}

nav.infoAreaSide dl.infDlChuyo {
  border-color: #afd7af;
}

nav.infoAreaSide dl.infDlChuyo dt span {
  background: #afd7af;
}

nav.infoAreaSide dl.infDlChuyo div dd {
  border-color: #afd7af;
}

nav.infoAreaSide dl.infDlNanyo {
  border-color: #ffd605;
}

nav.infoAreaSide dl.infDlNanyo dt span {
  background: #ffd605;
}

nav.infoAreaSide dl.infDlNanyo div dd {
  border-color: #ffd605;
}

nav .toInftop {
  padding: 30px 0 0;
  display: block;
  text-align: center;
}

nav .toInftop a {
  background: #ffd605 url(../images/arw_black.png) no-repeat right 19px center;
  background-size: 8px auto;
  color: #000000;
  width: 215px;
  font-size: 15px;
  height: 1;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 20px;
  transition: 0.3s;
}

nav .toInftop a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  nav.infoAreaSide {
    padding: 10px 10px 20px;
  }
  nav.infoAreaSide dl dt {
    font-size: 116%;
  }
  nav.infoAreaSide dl dt.acd span {
    width: 26px;
    height: 26px;
    right: 15px;
    top: calc(50% - 13px);
  }
  nav.infoAreaSide dl.infDlEhime dt a::after {
    width: 26px;
    height: 26px;
  }
  nav.infoAreaSide dl dt.acd span::before,
  nav.infoAreaSide dl dt.acd span::after {
    width: 16px;
  }
  nav.infoAreaSide dl div dd a {
    padding: 12px 15px 12px 10px;
    background-size: 7px auto;
  }
  nav.infoAreaSide dl.infDlEhime {
    margin: 0;
  }
  nav .toInftop {
    padding: 20px 0 0;
  }
  nav .toInftop a {
    background: #ffd605 url(../images/arw_black.png) no-repeat right 19px center;
    background-size: 7px auto;
    width: 80%;
    font-size: 100%;
    padding: 8px 10px;
  }
}


/*****************************************
  サイド 対象者別
*****************************************/
nav.infoUserSide {
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px;
}

nav.infoUserSide .infoUserSideWrap {
  background: #fff;
  border-radius: 12px;
  padding: 0 0 40px;
  border: dashed 2px #ffd605;
}

nav.infoUserSide dl {
  margin: 0 0 0;
  border-radius: 12px;
}

nav.infoUserSide dl dt {
  font-size: 106.666%;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  color: #000;
  background: #FFF4BD;
  border-radius: 12px 12px 0 0;
  padding: 15px 22px;
}

nav.infoUserSide dl dd {
  padding: 0 22px;
}

nav.infoUserSide dl dd a {
  padding: 25px 15px 25px 0;
  display: block;
  color: #333333;
  font-size: 100%;
  font-weight: bold;
  background: url(../images/lower/information/arw_orange_user_side.png) no-repeat right center;
  background-size: 8px auto;
  letter-spacing: 0;
  border-bottom: solid 1px #d3d3d3;
  transition: 0.3s;
}

nav.infoUserSide dl dd a:hover {
  opacity: 0.6;
}

nav.infoUserSide dl dd.current {
    background-color: #fff7d1;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
  nav.infoUserSide dl dd a {
    padding: 15px 10px 15px 0;
  }
  nav.infoUserSide .infoUserSideWrap {
    padding: 0 0 20px;
  }
}

/***************************************************************************

  トップ

***************************************************************************/
.informationTopAreaBlock {
  width: 100%;
}

.informationTopAreaBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.informationTopAreaBlock h3 {
  width: 100%;
  font-size: 173%;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 50px;
}

.informationTopUserBlock {
  width: 100%;
}

.informationTopUserBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.informationTopUserBlock h3 {
  width: 100%;
  font-size: 173%;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 15px;
}

.informationTopSearchBlock {
  width: 100%;
  padding: 0 0 60px;
}

.informationTopSearchBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.informationTopSearchBlock h3 {
  width: 100%;
  font-size: 173%;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 15px;
}

.infToTop {
  text-align: center;
}

.infToTop a {
  text-align: center;
  background: #737373;
  color: #fff;
  font-size: 120%;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 30px;
  padding: 21px 12px;
  width: 600px;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s;
}

.infToTop a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .informationTopAreaBlock,
  .informationTopUserBlock,
  .informationTopSearchBlock {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .informationTopAreaBlock .wrap,
  .informationTopUserBlock .wrap,
  .informationTopSearchBlock .wrap {
    max-width: 100%;
  }
  .informationTopAreaBlock h3,
  .informationTopUserBlock h3,
  .informationTopSearchBlock h3 {
    width: 100%;
    font-size: 133.5%;
    padding: 0 0 20px;
    text-align: center;
  }
  .infToTop a {
    padding: 15px 10px 16px;
    width: 100%;
  }
}

/***************************************************************************

  地域別

***************************************************************************/
/*****************************************
  基本情報
*****************************************/
.areaIntBlock {
  width: 100%;
  background: #fff;
  padding: 35px 40px 15px;
  margin: 0 0 50px;
  border-radius: 20px;
  border-top: solid 6px #ffe45c;
}

.areaIntBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.areaIntBlock .areaIntName {
  width: 327px;
  padding: 5px 0 20px 0;
  float: left;
  display: block;
}

.areaIntBlock .areaIntName h3 {
  font-size: 160%;
  font-weight: bold;
  color: #ff6600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.areaIntBlock .areaIntPhoto {
  float: right;
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px 30px;
}

strong.areaCatch {
  float: left;
  width: 340px;
  padding: 0 0 20px 0;
  margin: 0 0 20px;
  display: block;
  clear: left;
  font-size: 106.666%;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  border-bottom: dotted 3px #ffd605;
}

.areaIntTxt {
  width: 100%;
  display: block;
  clear: left;
}

.areaIntTxt p {
  width: 100%;
  display: block;
  clear: left;
  line-height: 1.73;
  letter-spacing: 0.1em;
  padding: 0 0 1.5em;
}

.areaIntTxt ul {
  margin-bottom: 30px;
}

.areaIntTxt ul li {
  background: url(../images/circle_orange.png) no-repeat 0 0.4em;
  background-size: 10px auto;
  padding-left: 1.2em;
  margin-bottom: 5px;
}

.areaIntTxt p + ul {
  margin-top: -20px;
}

.areaIntBlock .areaIntNoPhoto {
  float: right;
  width: 400px;
  margin: 0 0 10px 40px;
}

.areaIntBlock .areaIntNoPhoto img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .areaIntBlock {
    width: calc(100% - 40px);
    padding: 20px 20px 10px;
    margin: 0 auto 30px;
  }
  .areaIntBlock .wrap {
    max-width: 100%;
  }
  .areaIntBlock .areaIntName {
    width: 100%;
    padding: 5px 0 0 0;
    float: none;
  }
  .areaIntBlock .areaIntName h3 {
    font-size: 134%;
    line-height: 1.4;
  }
  .areaIntBlock .areaIntPhoto {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
  }
  strong.areaCatch {
    float: none;
    width: 100%;
    margin: 20px 0;
    padding: 0 0 15px;
  }
  .areaIntTxt ul {
    margin-bottom: 15px;
  }
  
  .areaIntBlock .areaIntNoPhoto {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
  }
}

/*****************************************
  スライダー
*****************************************/
.swiper.slider {
  width: 353px;
  padding: 0;
  margin: 0 0 0 0;
  height: initial !important;
}

.swiper.slider .swiper-wrapper {
  width: 100%;
  height: initial !important;
  padding: 0;
  margin: 0;
}

.swiper.slider .swiper-slide {
  width: 100%;
  height: initial !important;
  padding: 0;
  margin: 0;
}

.swiper.slider .swiper-slide span {
  width: 100%;
  display: block;
  padding: 10px 10px 0;
  text-align: center;
  font-size: 73.34%;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.swiper.slider-thumbnail {
  width: 79px;
  max-height: 400px;
  padding: 0;
  margin: 0;
}

.swiper.slider-thumbnail .swiper-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: 100%;
  height: 100% !important;
  text-align: right;
  padding: 0 0 9px;
}

.slider-thumbnail .swiper-slide img {
  width: 100% !important;
  height: 60px !important;
  text-align: right;
  object-fit: contain;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  height: 270px;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .swiper.slider {
    width: 100%;
    padding: 0 0 10px;
  }
  .swiper-slide img {
    height: 250px;
  }
  .swiper.slider .swiper-wrapper {
    padding: 10px 0;
  }
  .swiper.slider .swiper-slide span {
    width: 100%;
    display: block;
    padding: 10px 10px 0;
    text-align: center;
    font-size: 73.34%;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .swiper.slider-thumbnail {
    display: none;
  }
  .sp_swiper-pagination {
    text-align: center;
    position: absolute;
    bottom: -5px !important;
  }
  .swiper-pagination-bullet-active {
    background: #ff6600;
  }
  
}

/*****************************************
  外部サイトへのリンク
*****************************************/
.kosodateOutLinkBlock {
  width: 100%;
  padding: 80px 0;
  margin: 0 0 80px;
  border-top: solid 1px #bebebe;
  border-bottom: solid 1px #bebebe;
}

.kosodateOutLinkBlock h3 {
  font-size: 106.666%;
  font-weight: bold;
  position: relative;
  padding: 0 0 30px 1.8em;
}

.kosodateOutLinkBlock h3::before {
  content: '●';
  font-size: 100%;
  color: #ffd605;
  position: absolute;
  left: 3px;
  top: 0;
}

.kosodateOutLinkBlock .kosodateOutLinkItems {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.kosodateOutLinkBlock a {
  width: 32%;
  display: block;
  color: #333;
  transition: 0.3s;
}

.kosodateOutLinkBlock a:hover {
  opacity: 0.7;
}

.kosodateOutLinkBlock dl {
  border-radius: 20px;
  border: solid 2px #ffd605;
}

.kosodateOutLinkBlock dt {
  background: #fff8d2 url(../images/awr_orange_kosodate.png) no-repeat right 15px center;
  background-size: 7px auto;
  border-radius: 20px;
  font-size: 86.6%;
  line-height: 1.4285;
  letter-spacing: 0.1em;
  padding: 15px 30px 15px 20px;
}

.kosodateOutLinkBlock dt:has(+ dd) {
  border-radius: 20px 20px 0 0;
}

.kosodateOutLinkBlock dd {
  padding: 15px 0 18px;
  text-align: center;
  background: #fff;
  border-radius: 0 0 20px 20px;
  min-height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kosodateOutLinkBlock dd img {
  max-width: 250px;
  max-height: 70px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .kosodateOutLinkBlock {
    width: calc(100% - 40px);
    padding: 40px 0;
    margin: 0 auto 40px;
  }
  .kosodateOutLinkBlock h3 {
    padding: 0 0 20px 1.8em;
  }
  .kosodateOutLinkBlock .kosodateOutLinkItems {
    gap: 15px 4%;
  }
  .kosodateOutLinkBlock a {
    width: 48%;
  }
  
  .kosodateOutLinkBlock dl {
    border-radius: 15px;
  }
  .kosodateOutLinkBlock dt {
    border-radius: 15px;
    font-size: 96%;
    padding: 10px 25px 10px 15px;
  }
  .kosodateOutLinkBlock dt:has(+ dd) {
    border-radius: 15px;
  }
  .kosodateOutLinkBlock dt br {
    display: none;
  }
  .kosodateOutLinkBlock dd {
    display: none;
  }
}

/*****************************************
  ページ内リンク
*****************************************/
.kosodatePageLink {
  text-align: center;
  padding: 0 0 80px;
}

.kosodatePageLink .wrap {
  display: inline-block;
  width: 100%;
}

.kosodatePageLink ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: solid 2px #ff6600;
  border-radius: 20px;
  background: #fff;
  padding: 9px 0;
}

.kosodatePageLink li {
  min-width: 190px;
  position: relative;
  border-left: solid 2px #ff6600;
  line-height: 1;
  font-size: 107%;
  font-weight: bold;
}

.kosodatePageLink li:first-child {
  border-left: 0;
}

.kosodatePageLink a {
  color: #333;
  padding: 8px 20px;
  display: block;
  transition: 0.3s;
}

.kosodatePageLink a:hover {
  opacity: 0.7;
}

.kosodatePageLink span {
  background: url(../images/lower/information/awr_orange_kosodate_dwn.png) no-repeat right center;
  background-size: 8px auto;
  padding: 0 20px 0 16px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .kosodatePageLink {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .kosodatePageLink ul {
    padding: 5px 0;
  }
  .kosodatePageLink li {
    min-width: 33%;
    line-height: 1.2;
    font-size: 88%;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .kosodatePageLink a {
    padding: 5px 10px;
  }  
  .kosodatePageLink span {
    background-size: 7px auto;
    padding: 0 10px 0 5px;
  }  
}

/*****************************************
  対象者別子育て情報
*****************************************/
.kosodateListBlock {
  width: 100%;
  padding: 0 0 60px;
}

h3.kosodateTtlh3 {
  font-size: 160%;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 0 45px;
  margin: 0 0 40px;
  background: url(../images/lower/information/kosodate_list_block_bg.png) no-repeat center bottom;
  background-size: 168px auto;
}

.kosodateListBlock #filter1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 40px;
}

.kosodateListBlock #filter1 div {
  width: 19.1%;
  background-color: #eee;
  border-radius: 20px;
  padding: 5px 30px 5px 10px;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(../images/lower/information/awr_orange_kosodate_dwn.png);
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px auto;
}

.kosodateListBlock #filter1 div:hover {
  opacity: 0.7;
}

.kosodateListBlock #filter1 div.selected {
  background-color: #ffe4d6;
  pointer-events: none;
}

.kosodateListBlock #filter1 div span {
  padding: 0 0 0 50px;
  height: 50px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.kosodateListBlock #filter1 div.pregnancy-childbirth span {
  background-image: url(../images/pregnancy-childbirth_icn.png);
}

.kosodateListBlock #filter1 div.baby span {
  background-image: url(../images/baby_icn.png);
}

.kosodateListBlock #filter1 div.infant span {
  background-image: url(../images/infant_icn.png);
}

.kosodateListBlock #filter1 div.school-elementary span {
  background-image: url(../images/school-elementary_icn.png);
}

.kosodateListBlock #filter1 div.school-junior-high span {
  background-image: url(../images/school-junior-high_icn.png);
}

.kosodateListBlock #filter1 div.for-mothers span {
  background-image: url(../images/for-mothers_icn.png);
}

.kosodateListBlock #filter1 div.for-dads span {
  background-image: url(../images/for-dads_icn.png);
}

.kosodateListBlock #filter1 div.for-grandparents span {
  background-image: url(../images/for-grandparents_icn.png);
}

.kosodateListBlock #filter1 div.pregnancy span {
  background-image: url(../images/pregnancy_icn.png);
}

.kosodateListBlock #filter1 div.marriage span {
  background-image: url(../images/marriage_icn.png);
}

#filter2 {
  width: 100%;
  margin: 0 0 25px;
}

h4#kosodateListTitle {
  font-size: 133.333%;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 52px;
  padding: 0 0 14px;
  margin: 0 0 24px;
  display: block;
  border-bottom: dotted 3px #ff7834;
}

h4#kosodateListTitle span {
  padding: 0 0 0 66px;
  display: inline-block;
  position: relative;
}

h4#kosodateListTitle span::before {
  content: '';
  width: 50px;
  height: 50px;
  border: solid 2px #ff7834;
  border-radius: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

h4#kosodateListTitle span.title_pregnancy-childbirth {
  background: url(../images/pregnancy-childbirth_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_baby {
  background: url(../images/baby_icn.png) no-repeat left 3px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_infant {
  background: url(../images/infant_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_school-elementary {
  background: url(../images/school-elementary_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_school-junior-high {
  background: url(../images/school-junior-high_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_for-mothers {
  background: url(../images/for-mothers_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_for-dads {
  background: url(../images/for-dads_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_for-grandparents {
  background: url(../images/for-grandparents_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_pregnancy {
  background: url(../images/pregnancy_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

h4#kosodateListTitle span.title_marriage {
  background: url(../images/marriage_icn.png) no-repeat left 2px bottom;
  background-size: 50px auto;
}

#filter2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 25px;
}

#filter2 .filter-option {
  background: #eee;
  line-height: 1;
  font-size: 83.5%;
  border: solid 1px #aaa;
  color: #333;
  padding: 8px 10px 6px;
  min-width: 9.2em;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}


#filter2 .filter-option:hover {
  opacity: 0.7;
}

#filter2 .filter-option.selected {
  background: #ff7834;
  border: solid 1px #ff7834;
  color: #fff;
  pointer-events: none;
}

#kosodateItemBox {
  width: 100%;
}

#kosodateItemBox .hidden {
  display: none;
}

#kosodateItemBox .item {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 25px 20px 10px;
  margin: 0 0 30px;
}

#kosodateItemBox .item .itemTtlBox {
  width: 100%;
  padding: 0 0 21px;
  border-bottom: solid 1px #ff7834;
  display: inline-block;
  color: #ff7834;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#kosodateItemBox .item .itemTtlBox span {
  border: solid 1px #ffd605;
  line-height: 1;
  font-size: 66.6%;
  background: #fff8d2;
  padding: 4px 5px;
  width: 8.5em;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  margin: 0 12px 0 0;
  vertical-align: 2px;
  font-weight: normal;
}

#kosodateItemBox .item .itemTtlBox a {
  color: #ff7834;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  /*
  padding: 2px 20px 2px 0;
  background: url(../images/ext_link_icn.png) no-repeat right calc(0.5em - 5px);
  background-size: 16px auto;
  */
  display: inline;
  transition: 0.3s;
}
#kosodateItemBox .item .itemTtlBox a::after {
  content: "（外部リンク）";
}

#kosodateItemBox .item .itemTtlBox a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

#kosodateItemBox .item dl {
  font-size: 93.333%;
  padding: 0 2px;
  overflow: hidden;
}

#kosodateItemBox .item dl dt {
  padding: 15px 0 15px 20px;
  margin: 0;
  border-top: solid 1px #bebebe;
  background: url(../images/circle_orange.png) no-repeat left calc(1em - -7px);
  background-size: 8px auto;
  font-weight: bold;
  width: 10em;
  float: left;
  clear: both;
}

#kosodateItemBox .item dl dd {
  padding: 15px 0 15px 20px;
  border-top: solid 1px #bebebe;
  line-height: 1.7;
  width: calc(100% - 10em);
  float: right;
}

#kosodateItemBox .item dl dd ul li {
  position: relative;
  margin-left: 1.5em;
  text-indent: -1.4em;
}

#kosodateItemBox .item dl dd ul li::before {
  content: "－";
  color: #ff7834;
  font-weight: bold;
  margin-right: 4px;
}

#kosodateItemBox .item dl dt:first-child,
#kosodateItemBox .item dl dt:first-child + dd {
  border-top: 0;
}

#noItemsMessage {
  width: 100%;
	text-align: center;
	padding: 50px 0 80px;
  font-size: 133.333%;
}
@media screen and (max-width: 767px) {
  .kosodateListBlock {
    padding: 0 0 30px;
  }
  h3.kosodateTtlh3 {
    font-size: 134%;
    padding: 0 0 25px;
    margin: 0 0 25px;
    background-size: 120px auto;
  }
  .kosodateListBlock #filter1 {
    margin: 0 20px 30px;
  }
  .kosodateListBlock #filter1 div {
    width: 43.5%;
    padding: 5px 30px 5px 10px;
    background-position: right 12px center;
    background-size: 6px auto;
  }
  .kosodateListBlock #filter1 div span {
    padding: 0 0 0 45px;
    height: 40px;
    font-size: 90%;
    background-size: 34px auto;
  }
  #filter2 {
    width: calc(100% - 40px);
    margin: 0 auto 15px;
  }
  h4#kosodateListTitle {
    font-size: 116.6%;
    line-height: 42px;
    padding: 0 0 14px;
    margin: 0 20px 15px;
  }
  h4#kosodateListTitle span {
    padding: 0 0 0 55px;
    background-size: 40px auto !important;
  }
  h4#kosodateListTitle span::before {
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }
  #kosodateItemBox .item {
    width: calc(100% - 40px);
    padding: 15px 20px 10px;
    margin: 0 auto 20px;
  }
  #kosodateItemBox .item .itemTtlBox {
    padding: 0 0 10px;
    font-size: 110%;
  }
  #kosodateItemBox .item .itemTtlBox span {
    width: 9.5em;
    display: block;
    margin: 0 0 5px 0;
  }
  #kosodateItemBox .item .itemTtlBox a::after {
    position: relative;
    top: 0;
  }
  #kosodateItemBox .item dl dt {
    padding: 10px 0 0 12px;
    background: url(../images/circle_orange.png) no-repeat left calc(1em - -3px);
    background-size: 7px auto;
    width: 100%;
    float: none;
  }
  #kosodateItemBox .item dl dd {
    padding: 5px 0 10px 0;
    border-top: none;
    width: 100%;
    float: none;
  }
}

/*****************************************
  イベント情報
*****************************************/
.eventInformationBlock {
  width: 100%;
  margin: 0 0 105px;
}

.eventInformationBlock .eventInformationItems {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 5px;
}

.eventInformationBlock .eventInformationItems::after {
  content: '';
  display: block;
  width: 280px;
}

.eventInformationBlock .eventInformationItems a {
  width: 280px;
  border: solid 2px #ffd605;
  border-radius: 20px;
  background: #fff;
  color: #333;
  margin: 0 0 27px;
  transition: 0.3s;
  height: auto;
}

.eventInformationBlock .eventInformationItems a:hover {
  opacity: 0.7;
}

.eventInformationBlock dl {
  width: 100%;
  height: 100%;
  padding: 18px 18px 22px;
}

.eventInformationBlock dt {
  width: 100%;
}

.eventInformationBlock img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
}

.eventInformationBlock strong {
  padding: 16px 0 11px;
  line-height: 1.4;
  display: inline-block;
}

.eventInformationBlock .eventDate {
  padding: 5px 0 5px 20px;
  font-size: 80%;
  display: block;
  line-height: 1.33;
  background: url(../images/lower/information/cal_gray_icn.png) no-repeat left calc(0.5em - 2px);
  background-size: 16px auto;
}

.eventInformationBlock .eventPlace {
  padding: 5px 0 0 20px;
  font-size: 80%;
  display: block;
  line-height: 1.33;
  background: url(../images/lower/information/pin_gray_icn.png) no-repeat 2px calc(0.5em - 2px);
  background-size: 12px auto;
}

.viewmoreBox {
  text-align: center;
}

.viewmoreBox a {
  width: 400px;
  display: inline-block;
  background: #ffd605 url(../images/lower/information/arw_black.png) no-repeat right 20px center;
  background-size: 8px auto;
  border-radius: 30px;
  font-size: 100%;
  line-height: 1;
  padding: 15px 10px;
  color: #333;
  transition: 0.3s;
}

.viewmoreBox a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .eventInformationBlock {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
  .eventInformationBlock .eventInformationItems a {
    width: 90%;
    margin: 0 auto 20px;
  }
  .eventInformationBlock .eventInformationItems a:nth-child(2),
  .eventInformationBlock .eventInformationItems a:nth-child(3) {
    display: none;
  }
  .eventInformationBlock strong {
    font-size: 110%;
  }
  .eventInformationBlock .eventDate,
  .eventInformationBlock .eventPlace {
    font-size: 100%;
  }
  .viewmoreBox a {
    width: 100%;
    background-size: 7px auto;
  }
}

/*****************************************
  子育て関連部署
*****************************************/
.relatedDepartmentBlock {
  width: 100%;
  margin: 0 0 105px;
}

.relatedDepartmentItems {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  margin: 0 0 30px;
  border-top: solid 6px #ffe45c;
  padding: 25px 30px 30px;
}

.relatedDepartmentItems .itemTtlBox {
  color: #ff6600;
  font-size: 120%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: bold;
  padding: 0 0 10px;
}

.relatedDepartmentItems .itemTtlBox a {
  color: #ff6600;
  display: block;
  transition: 0.3s;
}

.relatedDepartmentItems .itemTtlBox a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.relatedDepartmentItems p {
  display: block;
  padding: 0 0 15px;
}

.relatedDepartmentItems dl {
  border-top: solid 1px #bebebe;
  font-size: 93.333%;
  padding: 0 2px;
  overflow: hidden;
}

.relatedDepartmentItems dl dt {
  padding: 15px 0 0 20px;
  margin: 0 0 10px;
  background: url(../images/circle_orange.png) no-repeat left calc(1em - -7px);
  background-size: 8px auto;
  font-weight: bold;
  width: 7em;
  float: left;
  clear: both;
}

.relatedDepartmentItems dl dd {
  padding: 15px 0 0 20px;
  line-height: 1.7;
  width: calc(100% - 7em);
  float: right;
}
/*
.relatedDepartmentItems dl dd:last-child {
  padding: 0 0 0 21px;
}
*/
.relatedDepartmentBlock #showMoreBtn {
  text-align: center;
}

.relatedDepartmentBlock #showMoreBtn {
  text-align: center;
}

.relatedDepartmentBlock #showMoreBtn span {
  width: 400px;
  display: inline-block;
  background: #ffd605 url(../images/lower/information/arw_black_dwn.png) no-repeat right 20px center;
  background-size: 8px auto;
  border-radius: 30px;
  font-size: 100%;
  line-height: 1;
  padding: 15px 10px;
  color: #333;
  transition: 0.3s;
  cursor: pointer;
}

.relatedDepartmentBlock #showMoreBtn span:hover {
  opacity: 0.7;
}

.relatedDepartmentCnt .hidden {
  display: none;
}

.relatedDepartmentBlock .hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .relatedDepartmentBlock {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
  .relatedDepartmentItems {
    margin: 0 0 20px;
    padding: 15px 20px 20px;
  }
  .relatedDepartmentItems .itemTtlBox {
    font-size: 110%;
  }
  .relatedDepartmentItems dl dt {
    padding: 10px 0 0 12px;
    margin: 0 0 5px;
    background: url(../images/circle_orange.png) no-repeat left calc(1em - -3px);
    background-size: 7px auto;
    width: 100%;
    float: none;
  }
  .relatedDepartmentItems dl dd {
    padding: 0;
    width: 100%;
    float: none;
  }
  .relatedDepartmentBlock #showMoreBtn span {
    width: 100%;
  }
}

/*****************************************
  ページ下部ナビゲーション
*****************************************/
.informationFootBlock {
  width: 100%;
  margin: 0 0 110px;
}

.informationFootBlock ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.informationFootBlock ul:after {
  content: '';
  width: 270px;
  display: block;
}

.informationFootBlock li {
  width: 270px;
  border-radius: 20px;
  background: #fff;
  padding: 13px 24px 30px;
  border-top: solid 1px;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 5px;
  margin: 0 0 40px;
}

.informationFootBlock li strong {
  font-size: 110%;
  padding: 90px 0 23px;
  text-align: center;
  display: block;
}

.informationFootBlock li p {
  line-height: 1.7;
  padding: 0 0 22px;
}

.informationFootBlock li a {
  color: #333;
  display: block;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
  padding: 13px 22px;
  transition: 0.3s;
}

.informationFootBlock li a:hover {
  opacity: 0.7;
}

.informationFootBlock li.ouentai {
  border-color: #9edade;
}

.informationFootBlock li.ouentai strong {
  background: url(../images/ouentai_icn.png) no-repeat center top;
  background-size: 80px;
}

.informationFootBlock li.ouentai a {
  background: #9edade url(../images/lower/information/arw_black.png) no-repeat right 11px center;
  background-size: 8px auto;
}

.informationFootBlock li.facilities {
  border-color: #afd7af;
}

.informationFootBlock li.facilities strong {
  background: url(../images/odekake_icn.png) no-repeat center top;
  background-size: 80px;
}

.informationFootBlock li.facilities a {
  background: #afd7af url(../images/lower/information/arw_black.png) no-repeat right 11px center;
  background-size: 8px auto;
}

.informationFootBlock li.consultationCase {
  border-color: #fbb03b;
}

.informationFootBlock li.consultationCase strong {
  background: url(../images/qa_icn.png) no-repeat center top;
  background-size: 80px;
}

.informationFootBlock li.consultationCase a {
  background: #fbb03b url(../images/lower/information/arw_black.png) no-repeat right 11px center;
  background-size: 8px auto;
}

@media screen and (max-width: 767px) {
  .informationFootBlock {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
  .informationFootBlock ul {
    display: block;
  }  
  .informationFootBlock li {
    width: 100%;
    padding: 20px 20px 20px;
    margin: 0 0 20px;
  }  
  .informationFootBlock li strong {
    font-size: 120%;
    padding: 70px 0 10px;
    float: left;
    width: 37%;
    margin-right: 5%;
    line-height: 1.2;
  }
  .informationFootBlock li p {
    padding: 5px 0 15px;
  }
  .informationFootBlock li a {
    font-size: 100%;
    clear: both;
  }
  .informationFootBlock li.ouentai strong,
  .informationFootBlock li.facilities strong,
  .informationFootBlock li.consultationCase strong {
    background-size: 60px;
  }
  .informationFootBlock li.ouentai a,
  .informationFootBlock li.facilities a,
  .informationFootBlock li.consultationCase a {
    background-size: 6px auto;
  }
}

/***************************************************************************

  対象者別

***************************************************************************/
/*****************************************
  基本情報
*****************************************/
.userIntBlock {
  width: 100%;
  background: #fff;
  padding: 35px 40px 15px;
  margin: 0 0 50px;
  border-radius: 20px;
  border-top: solid 6px #ffe45c;
}

.userIntBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.userIntBlock .userIntName {
  padding: 5px 0 25px 0;
  float: left;
  display: block;
}

.userIntBlock .userIntName h3 {
  font-size: 160%;
  font-weight: bold;
  color: #ff6600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-bottom: dotted 3px #ffd605;
  display: inline-block;
  padding: 0 15px 13px 50px;
  position: relative;
}

.userIntBlock .userIntName h3 img {
  width: 40px;
  border: solid 2px #ffe45c;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: -2px;
}

.userIntBlock .userIntPhoto {
  float: right;
  width: 300px;
  margin: 0 0 30px 30px;
}

.userIntBlock .userIntPhoto img {
  width: 100%;
}

.userIntTxt {
  width: 100%;
  display: block;
  clear: left;
}

.userIntTxt p {
  width: 100%;
  display: block;
  clear: left;
  line-height: 1.73;
  letter-spacing: 0.1em;
  padding: 0 0 1.5em;
}

@media screen and (max-width: 767px) {
  .userIntBlock {
    width: calc(100% - 40px);
    padding: 15px 20px 15px;
    margin: 0 auto 30px;
  }
  .userIntBlock .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .userIntBlock .userIntName {
    padding: 5px 0 20px 0;
    float: none;
    display: block;
  }
  .userIntBlock .userIntName h3 {
    font-size: 134%;
    padding: 5px 15px 15px 50px;
    display: block;
  }
  .userIntBlock .userIntPhoto {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*****************************************
  相談事例集
*****************************************/
.consultationCaseBlock {
  width: 100%;
  padding: 0 0 75px;
}

.consultationCaseItem {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin: 0 0 30px;
}

.consultationCaseItem a {
  display: block;
  color: #222;
  transition: 0.3s;
  padding: 30px 20px;
}

.consultationCaseItem a:hover {
  opacity: 0.7;
}

.consultationCaseItem p {
  display: block;
  font-size: 106.666%;
  line-height: 1.8;
  font-weight: bold;
  padding: 0 0 30px;
  letter-spacing: 0.05em;
}

.cciFtr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.cciFtr .cciFtrLeft {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.cciFtr .cciFtrLeft span {
  font-size: 80%;
  line-height: 1;
  background: #fff8d2;
  border: solid 1px #ffd605;
  border-radius: 3px;
  padding: 4px 2em;
}

.cciFtr .cciFtrRight {
  padding: 2px 0 0;
  font-size: 86.666%;
}

.qmhTax {
  display: flex;
}
.qmhTax > ul {
  display: flex;
  flex-wrap: wrap;
}
.qmhTax > ul > li {
  margin-right: 10px;
  border: 1px solid #939393;
  border-radius: 3px;
  padding: 4px 8px;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-bottom: 7px;
}
.qmhTax > ul.cat > li {
  border-color: #ffbc7a;
  color: #fe7e00;
}
.qmhTax > ul.tar > li {
  border-color: #ffbc7a;
  color: #f25c05;
  background-color: #fff9ca;
}

@media screen and (max-width: 767px) {
  .consultationCaseBlock {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    padding: 0 0 20px;
  }
  .consultationCaseItem {
    margin: 0 0 20px;
  }
  .consultationCaseItem a {
    padding: 20px;
  }
  .consultationCaseItem p {
    font-size: 107.666%;
    line-height: 1.6;
    padding: 0 0 10px;
  }
  .cciFtr {
    display: block;
  }
  .cciFtr .cciFtrLeft {
    gap: 5px;
  }
  .cciFtr .cciFtrRight {
    font-size: 92%;
  }
  .qmhTax {
    display: block;
  }
  .qmhTax > ul > li {
    margin-right: 5px;
    border-radius: 2px;
    padding: 4px;
    line-height: 1;
    font-size: 88%;
    margin-bottom: 5px;
  }
}

/*****************************************
  婚姻届ダウンロード
*****************************************/
.downloadBlock {
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
.downloadBlock > h3 + p > strong {
  font-size: 106.6%;
}
.downloaddtlBlock {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.downloaddtlBlock dl {
  width: 31%;
  background: #ffffff;
  border-radius: 15px;
}
.downloaddtlBlock dl dt img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.downloaddtlBlock dl dd {
}
.downloaddtlBlock dl dd.ttl {
  color: #ff7834;
  font-size: 106.6%;
  font-weight: bold;
  margin: 10px 20px 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #ff7834;
}
.downloaddtlBlock dl dd.text {
  padding: 10px 20px;
  font-size: 86.6%;
}
.downloaddtlBlock dl dd.download {
  text-align: center;
  padding: 0 0 20px;
}
.downloaddtlBlock dl dd.download a {
  display: inline-block;
  background-color: #ff7834;
  color: #ffffff;
  font-size: 86.6%;
  border-radius: 20px;
  line-height: 1;
  padding: 10px 15px;
}
.downloaddtlBlock dl dd.download a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.downloadBlock .downloadAboutBlock {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
}
.downloadBlock .downloadAboutBlock dl dt {
  border-bottom: dotted 3px #ffd605;
  display: inline-block;
  font-weight: bold;
  font-size: 106.6%;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .downloadBlock {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .downloaddtlBlock {
    display: block;
    margin-bottom: 30px;
  }
  .downloaddtlBlock dl {
    width: 100%;
    margin-bottom: 20px;
  }
  .downloaddtlBlock dl dd.ttl {
    margin: 15px 20px 0;
  }
  .downloaddtlBlock dl dd.download a:hover {
    opacity: 1;
  }
}



/***************************************************************************

  コンテンツ内検索

***************************************************************************/
.informationMainBlock {
  background: #fff;
  padding: 35px 40px 30px;
  border-radius: 20px;
  border-top: solid 6px #ffe45c;
}
.informationMainBlock .gsc-control-cse,
.informationMainBlock .gsc-control-cse .gsc-table-result {
  font-family: 'BIZ UDPGothic', Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif !important;
}
.informationMainBlock .gsc-results .gsc-cursor-box {
  margin: 30px 0 !important;
}
.informationMainBlock .gsc-results .gsc-cursor div.gsc-cursor-page {
  border: 1px solid #ff7834 !important;
  background: #ff7834;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block !important;
}
.informationMainBlock .gsc-results .gsc-cursor div.gsc-cursor-current-page {
  background: #ffffff;
  display: block;
  border-radius: 50%;
  color: #ff7834 !important;
}
.informationMainBlock .gsc-results .gsc-cursor div:hover {
  text-decoration: none !important;
}
.informationMainBlock .gsc-orderby-container {
  display: none;
}

@media screen and (max-width: 767px) {
  .informationMainBlock {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0 auto 30px;
  }
  .informationMainBlock .gsc-control-cse {
    padding: 0;
  }
  .informationMainBlock .gsc-result-info,
  .informationMainBlock .gsc-orderby-container,
  .informationMainBlock .gs-snippet,
  .informationMainBlock .gcsc-find-more-on-google {
    font-size: 11px;
    line-height: 1.4;
  }
  .informationMainBlock .gs-webResult .gs-visibleUrl,
  .informationMainBlock .gs-fileFormat,
  .informationMainBlock .gs-fileFormatType,
  .informationMainBlock .gsc-selected-option {
    font-size: 9px;
    line-height: 1.2;
  }
  .informationMainBlock .gsc-control-cse .gs-spelling,
  .informationMainBlock .gsc-control-cse .gs-result .gs-title,
  .informationMainBlock .gsc-control-cse .gs-result .gs-title * {
    font-size: 12px;
  }
  .informationMainBlock .gsc-results .gsc-cursor div.gsc-cursor-page {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    margin: 5px;
  }
}


/***************************************************************************
  パパの子育て
***************************************************************************/
.papaListBlock {
  width: 100%;
  margin: 0 0 80px;
  letter-spacing: 0.05em;
}
.papaListBlock h3 {
  margin: 0 0 10px;
}
.papaListBlock .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.papaListBlock .article-list:after {
  content: '';
  display: block;
  width: 280px;
}
.papaListBlock .article-list li {
  border: 2px solid #ffd605;
  background: #fff;
  width: 280px;
  border-radius: 20px;
  padding: 16px;
  margin: 40px 0 30px;
  position: relative;
}
.papaListBlock .article-list li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.papaListBlock .article-list li a {
  color: #222;
}
.papaListBlock .article-list li figure {
  margin: 0 0 15px;
}
.papaListBlock .article-list li figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
}
.papaListBlock .article-list li figure figcaption {
  position: absolute;
  background: #ffd605;
  font-size: 90%;
  border-radius: 20px;
  padding: 4px 20px;
  top: -16px;
  left: -10px;
}
.papaListBlock .article-list li dl dt {
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 1.4;
}
.papaListBlock .article-list li dl dd {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .papaListBlock {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0 auto 30px;
  }
  .papaListBlock .article-list {
    display: block;
  }
  .papaListBlock .article-list li {
    width: 100%;
    margin: 30px 0 20px;
  }
  .papaListBlock .article-list:after,
  .papaListBlock .article-list li:nth-child(2),
  .papaListBlock .article-list li:nth-child(3) {
    display: none;
  }
}

/***************************************************************************

  google検索フォーム

***************************************************************************/
@media screen and (max-width: 767px) {
  .informationTopSearchBlock .commonSearchBox {
    width: 100%;
  }

  .informationTopSearchBlock .commonSearchBox #___gcse_0,
  .informationTopSearchBlock .commonSearchBox #___gcse_1 {
    width: 100%;
  }

  .informationTopSearchBlock .commonSearchBox form.gsc-search-box {
    margin: 0;
  }

  .informationTopSearchBlock .commonSearchBox .gsib_a {
    padding: 0;
    width: 100%;
  }

  .informationTopSearchBlock .commonSearchBox input#gsc-i-id1,
  .commonSearchBox input.gsc-input {
    width: 100% !important;
    height: 32px !important;
    font-size: 100% !important;
    padding: 0 10px !important;
  }
}

/*****************************************
  検索結果ページ フォーム
*****************************************/
.informationMainBlock .informationWordSearchBlock {
  width: 100%;
  display: block;
}

.informationMainBlock .informationWordSearchBlock .commonSearchBox {
  width: 100%;
  margin: 0 0 0;
}

.informationWordSearchBlock .commonSearchBox #___gcse_0,
.informationWordSearchBlock .commonSearchBox #___gcse_1 {
  width: 100%;
}

.informationMainBlock .informationWordSearchBlock .commonSearchBox input#gsc-i-id1,
.informationMainBlock .commonSearchBox input.gsc-input {
  width: 100% !important;
  height: 36px !important;
  border-radius: 20px 0 0 20px !important;
  font-size: 15px;
  padding: 0 10px !important;
  border: solid 2px #fbb03b !important;
}

@media screen and (max-width: 767px) {
.informationMainBlock .informationWordSearchBlock .commonSearchBox {
  width: 100%;
}
  .informationMainBlock .informationWordSearchBlock .commonSearchBox input#gsc-i-id1,
  .informationMainBlock .commonSearchBox input.gsc-input {
    width: 100% !important;
    height: 32px !important;
    font-size: 100% !important;
    padding: 0 10px !important;
  }
}

/*****************************************
  2025-01-30 追記　サイドバナー
*****************************************/

nav .toChildcareSheet {
  margin-top: 20px;
  text-align: center;
  transition: 0.3s;
  opacity: 1;
}
nav .toChildcareSheet a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  nav .toChildcareSheet a {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}