/*=======================================================================*/
/*
Second.css
第2階層以降パーツ
*/
/*=======================================================================*/


/* 詳細ページ レイアウト */
/*=======================================================================*/

#page {
  width: 100%;
  background: url(../../img/kids/back_reco.png) 0 bottom repeat-x;
}


/* パンくずリスト */
/*=======================================================================*/

#BCArea {
	width: 1200px;
	margin: 20px auto;
}

#BCArea dl {
	width: 100%;
}

#BCArea dl:before, #BCArea dl:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#BCArea dl:after {
	clear: both;
}

#BCArea dl dt {
	display: block;
	float: left;
	width: 120px;
}

#BCArea dl dd {
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 20px 0 0;
}

.CrumbsTTL {
	display: block;
	width: 100%;
	color: #FFF;
	text-align: center;
	background: #23499E;
	border-radius: 50px;
	padding: 5px 10px;
	box-sizing: border-box;
}


.crumbs {
	display: block;
	margin: 0 0 10px 0;
}

.crumbs a {
	color: #333333;
}

.crumbs a:hover {
	color: #0F97C4;
}

.crumbs a.goIndex {
	color: #0067db;
	font-weight: bold;
}

.crumbs a.goIndex:before {
	color: #0067db;
	font-family: 'icomoon' !important;
	content: "\e917";
	margin: 0 3px 0 0;
}

.crumbs a.goIndex:hover {
	color: #333333;
}

.separator {
 margin: 0 3px; 
}

/* SNSボタンエリア */
/*=======================================================================*/


#snsBtnArea {
	width: 1200px;
	margin: 0 auto;
}

#snsBtnArea:before, #snsBtnArea:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#snsBtnArea:after {
	clear: both;
}

.cms-sns_share {
	float: right;
}

.cms-sns_share .fb {
    /*margin-top: -6px;*/
}

.cms-sns_share .site {
    float: left;
    margin-right: 15px;
}

/* 見出し（カテゴリータイトル） */
/*=======================================================================*/

.catTTL {
  display: table;
  width: 1100px;
  height: 300px;
  margin: 20px auto;
  border-radius: 50px;
}

.body--kosodate-navi .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_navi.jpg) 0 0 no-repeat;	}
.body--kosodate-map .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_map.jpg) 0 0 no-repeat;	}
.body--kosodate-info .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_info.jpg) 0 0 no-repeat;	}
.body--kosodate-event .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_event.jpg) 0 0 no-repeat;	}
.body--kosodate-soudan .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_soudan.jpg) 0 0 no-repeat;	}
.body--kosodate-pc_plaza .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_hiroba.jpg) 0 0 no-repeat;	}
.body--kosodate-mama_group .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_mama.jpg) 0 0 no-repeat;	}
.body--kosodate-outside_park .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_park.jpg) 0 0 no-repeat;	}
.body--kosodate-news .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_news.jpg) 0 0 no-repeat;	}
.body--kosodate-pickup .catTTL {	background:url(../../img/kids/cat/back_ttl_cat_pickup.jpg) 0 0 no-repeat;	}

.body--kosodate-consultation .catTTL {	background:url(../../img/kids/cat02/back_ttl_cat_consultation.jpg) 0 0 no-repeat;	}
.body--kosodate-participate .catTTL {	background:url(../../img/kids/cat02/back_ttl_cat_participate.jpg) 0 0 no-repeat;	}
.body--kosodate-procedure .catTTL {	background:url(../../img/kids/cat02/back_ttl_cat_procedure.jpg) 0 0 no-repeat;	}
.body--kosodate-support .catTTL {	background:url(../../img/kids/cat02/back_ttl_cat_support.jpg) 0 0 no-repeat;	}

.catHLWrap {
  display: table-cell;
  vertical-align: middle;
}

.catHLWrap h1 {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 40px 30px 40px;
  margin: 0 0 0 50px;
  border-radius: 20px;
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  font-size: 2.4em;
  line-height: 1.8em;
  font-weight: 900;
  color: #5F4C3E;
}

.catTTL h1:before {
  content: '';
  position: absolute;
  bottom: 25px;
  display: inline-block;
  width: 90%;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  box-sizing:border-box;
}

.body--kosodate-navi .catTTL h1:before {	background: rgba(156,209,234,1);	}
.body--kosodate-map .catTTL h1:before {	background: rgba(237,169,139,1);	}
.body--kosodate-info .catTTL h1:before {	background: rgba(245,199,98,1);	}
.body--kosodate-event .catTTL h1:before {	background: rgba(181,213,117,1);	}
.body--kosodate-soudan .catTTL h1:before {	background: rgba(240,177,177,1);	}
.body--kosodate-outside_park .catTTL h1:before {	border: 3px solid rgba(245,167,0,1);	}
.body--kosodate-pc_plaza .catTTL h1:before {	border: 3px solid rgba(245,167,0,1);	}
.body--kosodate-mama_group .catTTL h1:before {	border: 3px solid rgba(245,167,0,1);	}


/* 見出し（記事タイトル） */
/*=======================================================================*/

.pageTTL {
	width: 1200px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.pageTTL h1,
.pageTTL h2 {
	margin: 0 auto;
	padding: 20px 30px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
	font-size: 2.4em;
	line-height: 2.2em;
	font-weight: 900;
	color: #5F4C3E;
}

.pageTTL h2 {
  font-size: 2em;
  line-height: 1.8em;
  font-weight: 600;
}

.pageTTL h1:before,
.pageTTL h2:before {
  content: '';
  position: absolute;
  bottom: 5px;
  display: inline-block;
  width: 80%;
  height: 8px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  background: rgba(172,172,157,0.6);
}

.body--kosodate-navi .pageTTL h1:before, .body--kosodate-navi .pageTTL h2:before {	background: rgba(156,209,234,1);	}
.body--kosodate-map .pageTTL h1:before, .body--kosodate-map .pageTTL h2:before {	background: rgba(237,169,139,1);	}
.body--kosodate-info .pageTTL h1:before, .body--kosodate-info .pageTTL h2:before {	background: rgba(245,199,98,1);	}
.body--kosodate-event .pageTTL h1:before, .body--kosodate-event .pageTTL h2:before {	background: rgba(181,213,117,1);	}
.body--kosodate-soudan .pageTTL h1:before, .body--kosodate-soudan .pageTTL h2:before {	background: rgba(240,177,177,1);	}


/* ページ本文エリア  {{yield}} */
/*=======================================================================*/
#documant article {
	padding: 0 0 3em 0;
	border-bottom: 1px solid #CCC;
  clear: both;
}
#documant {
	width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
}

#documant h2 {
	display: block;
	width: 100%;
	color: #bc3800;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.8em;
	font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
	line-height: 1.8em;
	font-weight: 700;
	box-sizing: border-box;
}

#documant h3 {
	display: block;
	width: 100%;
	color: #5F4C3E;
	font-size: 1.4em;
	font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
	line-height: 1.8em;
	font-weight: 600;
	background: #FFF;
	border-top: 1px solid #5F4C3E;
	border-right: 1px solid #5F4C3E;
	border-bottom: 1px solid #5F4C3E;
	border-left: 8px solid #5F4C3E;
	padding: 3px 5px 3px 10px;
	margin: 0 0 20px 0;
}

#documant h4,
#documant .categories h2,
#documant .map-page h2,
.related-pages h2 {
	display: block;
	color: #5F4C3E;
	font-size: 1.2em;
	font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
	line-height: 1.6em;
	font-weight: 500;
	border-left: 8px solid #5F4C3E;
	padding: 0 5px 0 10px;
	margin: 0 0 20px 0;
}

#documant h2:before, #documant h2:after,
#documant h3:before, #documant h3:after,
#documant h4:before, #documant h4:after,
#documant hr:before, #documant hr:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#documant h2:after,
#documant h3:after,
#documant h4:after,
#documant hr:after {
	clear: both;
}


#documant p {
	margin: 0 0 21px 0;
}

#documant ul {
	padding: 0 0 20px 20px;
	list-style: none;
}

#documant ol {
	padding: 0 0 20px 30px;
}

#documant ul li {

}

#documant ul li:before {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 30px;
	background: #5F4C3E;
	position: relative;
	left: -10px;
	top: -1px;
}

#documant table {
	margin: 10px 0 20px 0;
	border-collapse: collapse;
}

#documant table th,
#documant table td {
	padding: 3px 5px;
	border: 1px solid #999999;
}

#documant table th {
	background: #EEEEE8;
}

#documant table td {
	background: #FFF;
}

#documant table caption {
  color: #5F4C3E;
  font-size: 1em;
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  line-height: 1.6em;
  text-align: left;
}

article.body a, article.body li a, .categories a {
  color: #3e6200;
}

article.body a:hover,
article.body li a:hover,
.categories a:hover {
  color: #5F4C3E; 
}

article.body em {
	font-style: italic;
	font-family: serif;
}

article.body img {
  margin: 0 10px;
}

.float-right {
	float: right;
	margin: 0 0 12px 12px;
}

.float-left {
	float: left;
	margin: 0 12px 12px 0;
}

p.clear {
    clear: both !important;
}

/* カテゴリーリスト */

#documantKCat {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0;
}

#documantKCat ul:before, #documantKCat ul:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#documantKCat ul:after {
	clear: both;
}

#documantKCat ul {
  width: 100%;
  list-style: none;
}

#documantKCat ul li {
  display: block;
  float: left;
  width: 320px;
  margin: 0 20px 20px 20px;
}

#documantKCat ul li .picArea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 6px 0 6px;
  box-sizing: border-box;
}

#documantKCat a .picArea {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.body--kosodate-navi #documantKCat a:hover .picArea {	background: rgba(156,209,234,1);	}
.body--kosodate-info #documantKCat a:hover .picArea {	background: rgba(245,199,98,1);	}
.body--kosodate-event #documantKCat a:hover .picArea {	background: rgba(181,213,117,1);	}
.body--kosodate-soudan #documantKCat a:hover .picArea {	background: rgba(240,177,177,1);	}

#documantKCat ul li .picArea img {
  max-width: 100%;
}

#documantKCat ul a .picArea img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#documantKCat ul a:hover .picArea img {
  opacity: 0.6;
}

#documantKCat ul li .txtArea {
  display: block;
  width: 100%;
  margin: 0;
}

#documantKCat h2 {
  font-size: 1.1em;
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  line-height: 1.6em;
  text-align: left;
  font-weight: 700;
}

#documantKCat a h2 {
  color: #5F4C3E;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.body--kosodate-navi #documantKCat a:hover h2 {	color: rgba(156,209,234,1);	}
.body--kosodate-info #documantKCat a:hover h2 {	color: rgba(245,199,98,1);	}
.body--kosodate-event #documantKCat a:hover h2 {	color: rgba(181,213,117,1);	}
.body--kosodate-soudan #documantKCat a:hover h2 {	color: rgba(240,177,177,1);	}


/* ページリスト */

#documantPCat {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0;
}

#documantPCat ul.arcList {
  width: 100%;
  list-style: none;
}

#documantPCat ul.arcList:before, #documantPCat ul.arcList:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#documantPCat ul.arcList:after {
 clear: both; 
}

#documantPCat ul li a {
  display: block;
}

#documantPCat ul li {

}

#documantPCat ul.arcList a {
  display: block;
  float: left;
  width: 500px;
  margin: 0 20px 20px 20px;
  padding: 10px 10px 10px 70px;
  box-sizing: border-box;
  border: 2px solid #BCA698;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

#documantPCat ul.arcList a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}

#documantPCat ul.arcList a:nth-child(even) {
  background: rgba(240,235,232,1) url(../../img/kids/icon_PL_man.png) 5px center no-repeat;
}

#documantPCat ul.arcList a:nth-child(odd) {
  background: rgba(240,235,232,1) url(../../img/kids/icon_PL_woman.png) 5px center no-repeat;
}


#documantPCat a h2,
#documantPCat a h3 {
  display: block;
  font-size: 1.4em;
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  line-height: 2em;
  font-weight: 500;
  color: #5F4C3E;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}

#documantPCat a:hover h2,
#documantPCat a:hover h3 {
  
}

#documantPCat a p {
  display: block;
  font-size: 1em;
  line-height: 1.6em;
  color: #5F4C3E;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 地図ページ【検索画面】 */

#kidsMap h3 {
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
  border-left: 5px solid rgba(237,169,139,1); 
}

.keyword,
.category,
.service,
.location {
 padding: 0 10px;
 margin: 0 0 10px 0; 
}

.category div,
.location div {
  display: inline-block;
  width: 19.59%;
  margin: 0 0 10px 0;
}

.service div {
  display: inline-block;
  width: 45%;
  margin: 0 0 10px 0;
}

input#keyword {
  width: 90%;
  margin: 5px auto;
  padding: 7px;
  border: 2px solid #CCC;
  border-radius: 3px;
}

.send {
 text-align: center; 
 border: none !important;
}

.send input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.send input[type="submit"],
.settings a.ajax-box {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #e53935;
  background: #ef9a9a;
  cursor: pointer;
}

.send input.reset[type="submit"] {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #E0E0E0;
  background: #ECEFF1;
  cursor: pointer;
}

/* 地図ページ【検索結果】 */

.condition {
  width: 100%
  margin: 0 0 20px 0;
  display: block;
}

.condition:before, .condition:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.condition:after {
 clear: both; 
}

.condition dt {
 display: block;
 float: left;
 clear: both;
 width: 150px;
 background: #5F4C3E;
 color: #FFF;
 padding: 5px 10px;
 border-radius: 3px;
 box-sizing: border-box;
}

.condition dd {
  width: 800px;
  display: block;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 3px 10px;
}

.settings {
 margin: 20px 0;
 text-align: center;
}

.settings a.ajax-box {
 color: #000; 
}

.result {
  margin: 0 0 10px 0;
}

.result h2 {
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
  border-left: 5px solid rgba(237,169,139,1); 
}

.tabs ul {
  text-align: right;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #5F4C3E;
}

.tabs ul:before, .tabs ul:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.tabs ul:after {
 clear: both; 
}


.tabs ul li {
  display: inline-block;
  float: right !important;
  width: 200px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  border: none !important;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  background: none !important;
}

.tabs ul li a {
  padding: 5px 10px;
  margin: 0 5px 0 0 !important;
  background: none;
  border-top: 2px solid #5F4C3E;
  border-left: 2px solid #5F4C3E;
  border-right: 2px solid #5F4C3E;
  color: #5F4C3E;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tabs ul li a:hover,
.tabs ul li.current a {
  background: #5F4C3E;
  color: #FFF;
}

.tabs ul li a:last-child {
  margin: 0 !important;
}

#sResultMapArea:before, #sResultMapArea:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#sResultMapArea:after {
 clear: both; 
}

#map-sidebar {
 width: 220px;
 display: inline-block;
 margin: 0 10px 0 0;
 overflow-y: auto;
}

#map-canvas {
 width: 850px !important;
 display: block;
 float: right;
}

nav.filters {
 width: 100%;
 margin: 20px 0;
}

nav.filters:before, nav.filters:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

nav.filters:after {
 clear: both; 
}

#map-sidebar .column {
  border-bottom: 1px solid #CCC;
  padding: 5px 3px;
  box-sizing: border-box;
}

#map-sidebar .column a {
  color: #5F4C3E;
  font-weight: bold;
}

#map-sidebar a.click-marker {
  display: block;
  text-align: right;
  font-weight: normal;
}

#cboxLoadedContent .category div,
#cboxLoadedContent .location div {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
}

#cboxLoadedContent .service div {
  display: inline-block;
  width: 90%;
  margin: 0 0 10px 0;
}

#cboxLoadedContent input#keyword {
  width: 100%;
  margin: 5px auto;
  padding: 7px;
  border: 2px solid #CCC;
  border-radius: 3px;
}

/* 一覧表記 */

.columns {
  width: 1080px;
  margin: 10px auto;
}

article.column {
  width: 98%;
  margin: 0 auto 10px auto;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #CCC;
}

.column h2 {
  margin: 0 0 10px 0;
}

.column h2 a {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: bold;
  padding: 0 0 0 5px;
  border-left: 5px solid rgba(181,213,117,1);
  color: #5F4C3E;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.column h2 a:hover {
  color: rgba(181,213,117,1);
}

.column ul li:before { 
  display: none;
}

.column ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.column ul li a {
  color: #FFF;
  display: block;
  background: rgba(181,213,117,1);
  padding: 3px 5px;
  border: 2px solid rgba(181,213,117,1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.column ul li a:hover {
  color: rgba(181,213,117,1);
  background: rgba(181,213,117,0);  
}

/* 地図【詳細】 */

.map-page #map-canvas {
    width: 100% !important;
    display: block;
    float: none;
}

.map-page {
  width: 100%;
  margin: 0 0 20px 0;
}

.map-page:before, .map-page:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.map-page:after {
 clear: both; 
}

/* お問合せ【担当課】 */

footer.contact {
  width: 96%;
  margin: 30px auto 20px auto;
  box-sizing: border-box;
  background: rgba(240,235,232,1);
  border: 1px solid #BCA698;
  padding: 10px;
  border-radius: 3px;
}

footer.contact:before, footer.contact:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

footer.contact:after {
 clear: both; 
}

footer.contact h2 {
  font-size: 1.4em !important;
}

footer.contact p.group {
 font-size: 1.1em;
 font-weight: bold;
}

.contact dl,
.contact dt,
.contact dd {
  float: left;
  margin: 0px 0px 5px 10px;
}


/*ページネーション*/
.pagination {
    padding: 0;
    margin: 20px 0px;
}

.pagination:before,
.pagination:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
  clear: both;
}

.pagination span.current,
.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 4px;
  transition: background-color .3s;
    background-color: #fff;
}


.pagination span.current {
    background-color: #4CAF50;
    color: white;
}
.pagination a:hover{
    background-color: #ddd;
}


/* お問い合わせフォーム */

#feedback {
	width: 1000px;
	margin: 2em auto 3em auto;
	color: #666666;
	box-sizing: border-box;
	clear: both;
}

#feedback h2 {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #EEECDE;
	font-size: 1em;
	font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
	line-height: 1.6em;
	font-weight: 600;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 0 0 1em 0;
}

#feedback p {
	margin-bottom: 0.9em;
}

#feedback .inquiry-form dl {
	margin-bottom: 1em;
	padding: 0;
	border: none;
}

#feedback .inquiry-form dl:before, #feedback .inquiry-form dl:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

#feedback .inquiry-form dl:after {
 clear: both; 
}

#feedback .inquiry-form dl dt,
#feedback .inquiry-form legend{
	font-weight: bold;
}

#feedback footer {
	background-image : none!important;
	position: static;
	float: none;
}

.columns {
	width: 100%;
	margin: 0 0 2em 0;
}

.columns:before, .columns:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.columns:after {
	clear: both;
}

footer.send {
	border: none !important;
}

.inquiry-form  fieldset,
.columns  fieldset,
.form-login  fieldset {
  border: none !important;
}

.inquiry-form .send input,
.columns .send input,
.form-login .send input {
	display: block;
	width: 80%;
	margin: 0 auto;
	color : #333333;
	padding: 10px 0px;
	text-align :center;
	border-bottom: 4px solid #929292;
	border-top: none;
	border-left: none;
	border-right: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #d5d5d5;
	font-size: 1.0em;
	cursor: pointer;
}
.inquiry-form .send input:disabled {
  	background: #BDBDBD !important;
	border: 2px solid #9E9E9E;
}


.inquiry-form .send input:active,
.columns .send input:active,
.form-login .send input:active {
	border-bottom: none;
}

.inquiry-form dl,
.columns dl,
.form-login dl{
	border-width : 1px 0px 0px 0px;
	border-color : #cccccc;
	border-style: solid;
	clear: both;
	padding-top: 10px;
}

.inquiry-form dl dd, .columns dl dd,
.form-login dl dd,
.inquiry-form .fields{
	float: left;
	width: 49%;
	padding: 0 10px;
}



.inquiry-form dl dt,
.columns dl dt,
.form-login dl dt,
.inquiry-form legend{
	clear: both;
	float: left;
	width: 45%;
	padding: 6px 15px;
	font-weight: bold;
	background: #f0ebe1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.inquiry-form dl select,
.columns dl select,
.form-login dl select,
.inquiry-form .fields select{
    width: 98%;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.inquiry-form dl dt .required,
.columns dl dt .required,
.form-login dl dt .required {
	color: #bb0000;
	font-weight: normal;
	font-size: 0.8em;
	display: block;
}

.inquiry-form .send input:disabled,
.columns .send input:disabled,
.form-login .send input:disabled {
	opacity: 0.2;
}

.inquiry-html a{
   color : #0E97C4;
   text-decoration: underline;
}
.inquiry-html a:hover {
    color: #333;
    text-decoration: none;
}

/*- 子育てナビ改修202504 ------------*/
#Navi202504Tab{
	display: flex;
}
#Navi202504Tab p{
	width: 50%;
}
#Navi202504Tab p.Navi202504TabOn{
	z-index: 5;
}
#Navi202504Tab p.Navi202504TabOff{
	z-index: 3;
}
#Navi202504Tab a,#Navi202504Tab span{
	display: block;
  	border-radius:20px 20px 0 0;
	padding: 10px 10px 0px 10px;
    text-align: center;
    font-size: 1.4rem;
	font-weight: 900;
    border-style: solid;
    border-color: #decaad;
    border-width: 0 0 2px 0;
}
@media screen and (max-width: 767px) {
  #Navi202504Tab a,#Navi202504Tab span{
    font-size: 1.2rem;
  }
}

#Navi202504Tab span{
    background-color: #ffda86;
    color: #d24f4f;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
#Navi202504Tab a{
    background-color: #ffefc9;
    color: #e39d9d;
	transition : all 0.5s ease 0s;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
#Navi202504Tab a:hover{
    background-color: #9d0100;
    color: #fff;
}

.Navi202504Ninshin{
	position: relative;
    padding: 30px 0 0;
    background-color: #ffda86;;
  	border-radius: 0 0 20px 20px;
	z-index: 10;
    margin-bottom: 65px;
  	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.Navi202504Ninshin .timeline.end{
  	border-radius: 0 0 20px 20px;
}
.Navi202504Ninshin a{
	color: #116bb9;
	transition : all 0.5s ease 0s;
}
.Navi202504Ninshin a:hover{
	color: #116bb9;
    color: #b91111;
    text-decoration: underline;
}
#documantKCat .Navi202504Ninshin ul li{
	display: block;
    float: none;
    margin-bottom: 0;
	position: relative;
	width: auto;
}
@media screen and (max-width: 767px) {
  #documantKCat .Navi202504Ninshin ul li{
    margin: 0px 0px 0px 20px;
    border-width: 0px;
  }
}
#documantKCat .Navi202504Ninshin ul li::before {
	content: "";
    display: block;
    position: absolute;
    width: 0.6rem;
    height: 0.3rem;
    border-left: 2px solid #F44336;
    border-bottom: 2px solid #F44336;
    top: 0.4rem;
    left: -1.1rem;
    transform: rotate(-45deg);
}
.Navi202504Ninshin .first_ill{
	max-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
}

.Navi202504Ninshin .timeline {
    padding: 60px 0;
    position: relative;
}
.Navi202504Ninshin .timeline.pre2{background-color: #ffb6bd;}
.Navi202504Ninshin .timeline.pre4{background-color: #ffb6bd;}
.Navi202504Ninshin .timeline.pre6{background-color: #ffb6bd;}
.Navi202504Ninshin .timeline.pre8{background-color: #ffb6bd;}

.Navi202504Ninshin .timeline.pre11{background-color: #ecfd96;}
.Navi202504Ninshin .timeline.pre13{background-color: #ecfd96;}
.Navi202504Ninshin .timeline.pre15{background-color: #ecfd96;}
.Navi202504Ninshin .timeline.pre17{background-color: #ecfd96;}
.Navi202504Ninshin .timeline.pre19{background-color: #ecfd96;}
.Navi202504Ninshin .timeline.pre21{background-color: #ecfd96;}
.Navi202504Ninshin .timeline.pre23{background-color: #ecfd96;}
.Navi202504Ninshin .timeline.pre25{background-color: #ecfd96;}

.Navi202504Ninshin .timeline-short{
    padding: 0px 0 60px 0;
    position: relative;
}
#documantKCat .Navi202504Ninshin .timeline h2{
	position: absolute;
    width: 60px;
    height: 50px;
    border-radius: 18px;
    top: -20px;
    left: 30px;
    font-size: 0.7rem;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 10px;
    margin: 0;
    z-index: 10;
    background-color: #E91E63;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    text-align: center;
}

#documantKCat .Navi202504Ninshin.Navi202504Syusango .timeline h2{
    background-color: #1e82e9;
}
#documantKCat .Navi202504Ninshin .timeline h2 span{
	margin-bottom: 3px;
	line-height: 1;
}
#documantKCat .Navi202504Ninshin .timeline h2 span i{
	font-style: normal;
    font-size: 1.6rem;
}
#documantKCat .Navi202504Ninshin .timeline h2 span i.middle{
    font-size: 1.2rem;
}
.Navi202504Ninshin .task{
	background-color: #ffffff;
    margin: 0 20px;
    padding: 10px 24px;
    border-radius: 5px;
    position: relative;
}
@media screen and (max-width: 767px) {
  .Navi202504Ninshin .task{
    margin: 0 10px;
    padding: 10px 10px;
    font-size: 0.9rem;
  }
}
.Navi202504Ninshin .task h3 {
	margin: 5px 0px;
    padding: 5px 10px;
    font-size: 1.375rem;
    font-weight: normal;
    color: #342628;
    display: flex;
    align-items: center;
    background-color: #faebd7;
    border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .Navi202504Ninshin .task h3 {
        font-size: 1.1rem; 
  }
}
.Navi202504Ninshin .task h3 span{ 
	display: inline-block;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
  .Navi202504Ninshin .task h3 span{ 
    width: 22px;
    min-width: 22px;
    height: 22px;
  }
}

.Navi202504Ninshin .arrow{
	margin: 0 auto;
    position: absolute;
    left: calc(50% - 25px);
    z-index: 10;
    display: inline-block;
    width: 73.5px;
    height: 120px;
    background: #fff;
    clip-path: polygon(0 63.2%, 31% 63.2%, 31% 0, 69% 0, 69% 63.2%, 100% 63.2%, 50% 100%);
}
.Navi202504Ninshin .arrow.arrow02{
    height: 60px;
}

.Navi202504Ninshin .accordion_title {
	background-color: #daa520;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    padding: 5px 10px;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    margin: 10px 0px 0px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.Navi202504Ninshin .accordion_color01 .accordion_title{background-color: #daa520;}
.Navi202504Ninshin .accordion_color02 .accordion_title{background-color: #FF9800;}
.Navi202504Ninshin .accordion_color03 .accordion_title{background-color: #f44336;}
.Navi202504Ninshin .accordion_title:hover {
  opacity: 0.8;
}
.Navi202504Ninshin .accordion_inner {
    display: none;
	padding: 20px 20px;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: #daa520;
    box-sizing: border-box;
    margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .Navi202504Ninshin .accordion_inner {
    	padding: 10px 10px;
  }
}
.Navi202504Ninshin .accordion_color01 .accordion_inner{border-color: #daa520;}
.Navi202504Ninshin .accordion_color02 .accordion_inner{border-color: #FF9800;}
.Navi202504Ninshin .accordion_color03 .accordion_inner{border-color: #f44336;}

.Navi202504Ninshin .icon_end {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.Navi202504Ninshin .accordion-icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.Navi202504Ninshin .accordion_title.open .icon_end {
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
.Navi202504Ninshin .accordion-icon:before,
.Navi202504Ninshin .accordion-icon:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.Navi202504Ninshin .accordion-icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.Navi202504Ninshin .accordion_title.open .icon_end .accordion-icon:before {
  content: none;
}
.Navi202504Ninshin .accordion_title.open .icon_end accordion-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Navi202504Ninshin .icon_first{ 
	display: inline-block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
  .Navi202504Ninshin .icon_first{
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}
.Navi202504Ninshin .icon_baby01{background-image: url(/img/kids/navi/icon_baby01.svg);}
.Navi202504Ninshin .icon_baby02{background-image: url(/img/kids/navi/icon_baby02.svg);}
.Navi202504Ninshin .icon_baby03{background-image: url(/img/kids/navi/icon_baby03.svg);}
.Navi202504Ninshin .icon_baby04{background-image: url(/img/kids/navi/icon_baby04.svg);}
.Navi202504Ninshin .icon_bag{background-image: url(/img/kids/navi/icon_bag.svg);}
.Navi202504Ninshin .icon_bag02{background-image: url(/img/kids/navi/icon_bag02.svg);}
.Navi202504Ninshin .icon_calendar{background-image: url(/img/kids/navi/icon_calendar.svg);}
.Navi202504Ninshin .icon_smart{background-image: url(/img/kids/navi/icon_smart.svg);}
.Navi202504Ninshin .icon_text{background-image: url(/img/kids/navi/icon_text.svg);}
.Navi202504Ninshin .icon_light{background-image: url(/img/kids/navi/icon_light.svg);}
.Navi202504Ninshin .icon_doctor{background-image: url(/img/kids/navi/icon_doctor.svg);}
.Navi202504Ninshin .icon_fuan{background-image: url(/img/kids/navi/icon_fuan.svg);}
.Navi202504Ninshin .icon_fuufu{background-image: url(/img/kids/navi/icon_fuufu.svg);}
.Navi202504Ninshin .icon_hoiku{background-image: url(/img/kids/navi/icon_hoiku.svg);}
.Navi202504Ninshin .icon_megane{background-image: url(/img/kids/navi/icon_megane.svg);}
.Navi202504Ninshin .icon_soudan{background-image: url(/img/kids/navi/icon_soudan.svg);}
.Navi202504Ninshin .icon_check{background-image: url(/img/kids/navi/icon_check.svg);}
.Navi202504Ninshin .icon_check02{background-image: url(/img/kids/navi/icon_check02.svg);}
.Navi202504Ninshin .icon_saifu{background-image: url(/img/kids/navi/icon_saifu.svg);}
.Navi202504Ninshin .icon_byouin{background-image: url(/img/kids/navi/icon_byouin.svg);}
.Navi202504Ninshin .icon_card{background-image: url(/img/kids/navi/icon_card.svg);}
.Navi202504Ninshin .icon_book01{background-image: url(/img/kids/navi/icon_book01.svg);}
.Navi202504Ninshin .icon_book02{background-image: url(/img/kids/navi/icon_book02.svg);}
.Navi202504Ninshin .icon_gohan{background-image: url(/img/kids/navi/icon_gohan.svg);}
.Navi202504Ninshin .icon_douga{background-image: url(/img/kids/navi/icon_douga.svg);}
.Navi202504Ninshin .icon_byouki{background-image: url(/img/kids/navi/icon_byouki.svg);}
.Navi202504Ninshin .icon_hamigaki{background-image: url(/img/kids/navi/icon_hamigaki.svg);}
.Navi202504Ninshin .icon_nyuen{background-image: url(/img/kids/navi/icon_nyuen.svg);}
.Navi202504Ninshin .icon_suberi{background-image: url(/img/kids/navi/icon_suberi.svg);}

.Navi202504Ninshin .next_but a{
	display: block;
    text-align: center;
    background-color: #f99600;
    color: #fff;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 900;
    border-radius: 50px;
    margin: 10px 0;
	transition : all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .Navi202504Ninshin .next_but a{
        font-size: 1.2rem;
  }
}
.Navi202504Ninshin .next_but a:hover{
    background-color: #f90000;
}
