<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.for_pc { display: none; }
.for_mobile { display: block !important; }

body {
	margin: 0em;
	padding: 0em;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	background-color: #FBFBEE;
}
body::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 0em;
	border-top: solid thick #FDBCCD;
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
	max-height: 100vw;
	overflow: auto;
	box-sizing: border-box;
}
label {
	cursor: pointer;
}
a img {
	border: none;
	transition: 0.5s;
}
a img:hover {
	opacity: 0.75;
}
a {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}




#globalNav,
#bottom,
#footer,
#copy_bg,
#pankuzu,
.sidenavi,
#mainphoto {
	display: none;
}
#mainphoto_bg {
	width: 100%;
	height: 73vw;
	background: -moz-linear-gradient(top, #FFF, #FFF 49%, rgb(252,252,238) 50%, rgb(252,252,238));
	background: -webkit-linear-gradient(top, #FFF, #FFF 49%, rgb(252,252,238) 50%, rgb(252,252,238));
	background: linear-gradient(to bottom, #FFF, #FFF 49%, rgb(252,252,238) 50%, rgb(252,252,238));
}
/* #mainphoto_bg::before {
	display:block;
	clear: both;
	content: '';
	width: 100%;
	height: 44.86vw;
	background: url(../sp/main_photo.jpg);
	background-size: contain;
	border-top: 0.125em solid rgb(255,116,151);
	margin-bottom: 3em;
} */
#wrapper {
	background-color: rgb(252,252,238);
	margin-top: -3em;
	padding: 1em 0.5em 3em;
}
h1 {
	font-size: 1em;
	margin: 3.5vw 0em 0.5em 0.75em;
	float: left;
}
h1 a::before {
	display: block;
	position: absolute;
	content: '';
	width: 50vw;
	height: 8vw;
	background-color: rgba(255,0,0,0);
	z-index: 10;
}
h1 img {
	width: 50vw;
	height: auto;
	cursor: pointer;
}

#head_menu ul li.icon:nth-child(3) {
	display: none;
}
#head_menu ul li a {
	display: block;
}
#head_menu ul li a::before {
	display: block;
	
	position: absolute;
	content: '';
	width: 6vw;
	height: 6vw;
	z-index: 10;
}
div#head_menu ul {
	list-style-type: none;
	float: right;
	width: 20vw;
	margin: 5vw 18vw 0em 0em;
	padding: 0em;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
div#head_menu ul li:first-child {
	display: none;
}
div#head_menu ul li:nth-child(2) {
	display: none;
}
div#head_menu ul li img {
	width: 9vw;
	height: auto;
}

#mobileNavigation {
	position: absolute;
	top: 3vw !important;
	right: 0.75em !important;
	text-align: right;
	width: 100%;
}
#mobileNavigation img {
	width: auto;
	height: 9vw;
}
#mobileNavigation input[type=checkbox] {
	display: none;
}
#mobileNavigation input[type=checkbox] + div {
	z-index: 9999;
	width: 100%;
	box-sizing: border-box;
	margin: 0.5em 0em 0em;
	position: absolute;
	left: 0.75em;
	text-align: left;
	transform: rotateY(90deg);
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out; /* Browsers that Support it */
}
#mobileNavigation input[type=checkbox]:checked + div {
	transform: rotateY(0deg);
	opacity: 1;
}
#mobileNavigation &gt; div &gt; ul {
	list-style-type: none;
	margin: 0em 0.5em;
	padding: 0em;
	background-color: rgb(255,235,240);
	border: solid medium rgb(255,116,151);
	border-top: none;
}
#mobileNavigation &gt; div &gt; ul &gt; li &gt; a,
#mobileNavigation &gt; div &gt; ul &gt; li &gt; a:visited,
#mobileNavigation &gt; div &gt; ul &gt; li &gt; span {
	display: block;
	font-size: 1.1em;
	margin: 0em;
	padding: 0.75em;
	color: #FFF;
	background-color: rgb(255,116,151);
	text-decoration: none;
}
#mobileNavigation &gt; div &gt; ul &gt; li &gt; ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}
#mobileNavigation &gt; div &gt; ul &gt; li ul a,
#mobileNavigation &gt; div &gt; ul &gt; li ul a:visited {
	color: rgb(255,116,151);
}

#mobileNavigation &gt; div &gt; ul &gt; li &gt; ul li {
	margin: 0em;
	padding: 0em;
	border-bottom: dotted thin rgb(255,116,151);
}
#mobileNavigation &gt; div &gt; ul &gt; li &gt; ul li a {
	display: block;
	padding: 0.75em 0em 0.75em 2em;
}
#mobileNavigation &gt; div &gt; ul &gt; li &gt; ul li:last-child {
	border-bottom: none;
}

h2 {
	margin: 0em;
}
h2::after {
	display: block;
	margin: 0em;
	padding: 1em 0em;
	content: attr(title);
	background: url(../sp/h2_bg.png);
	text-align: center;
	color: white;
	border-top: medium solid rgb(255,116,151);
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 1.2em;
}
h2 img {
	display:none;
}
#title ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;

	background-color: rgb(252,252,238);
	list-style-type: none;
	margin: 0em;
	padding: 0.5em 0em;
}
#title ul li {
	margin: 0.5em 0em 0.5em 1em;
	color: rgb(252,252,238);
}
#title ul li:last-child {
	margin-right: 1em;
}
#title ul li a {
	white-space: nowrap;
	color: rgb(255,116,151);
}
h3 {
	font-size: 1.2em;
	position: relative;
	text-align: center;
	margin: 2.5em auto 1em;
	padding: 0.75em 1em;
	color: rgb(255,116,151);
	border: dotted medium rgb(255,116,151);
	border-radius: 2em;
}
h3::before {
	display: block;
	position: absolute;
	transform: rotateZ(45deg);
	bottom: -0.66em;
	left: 50%;
	content: '';
	background-color: rgb(252,252,238);
	margin-left: -0.375em;
	width: 0.75em;
	height: 0.75em;
	border-top: dotted medium transparent;	
	border-right: dotted medium rgb(255,116,151);	
	border-bottom: dotted medium rgb(255,116,151);	
	border-left: dotted medium transparent;	
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0em 0.5em;
	border-bottom: medium dotted #FAADBC;
	padding: 0em 0em 0.25em 0em;
}
h4::before {
	display: inline-block;
	content: '';
	width: 1.1em;
	height: 1.1em;
	vertical-align: middle;
	margin-right: 0.25em;
	background-image: url(../images/common/icon_pink.png);
	background-repeat: no-repeat;
	background-size: contain;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0em 0.5em;
	border-bottom: medium dotted #FAADBC;
	padding: 0em 0em 0.25em 0em;
}
h5::before {
	display: inline-block;
	content: '';
	width: 1.1em;
	height: 1.1em;
	vertical-align: middle;
	margin-right: 0.25em;
	background-image: url(../images/common/h5_li.gif);
	background-repeat: no-repeat;
	background-size: contain;
}
.txt h5:first-child {
	margin-top: 0em;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	margin: 0em;
}
h6::before {
	content: '● ';
	color: pink;
}
ul,dd {
	margin: 0em 0em 0em 1.5em;
	padding: 0em;
}

/*==================== フッターメニュー 折りたたみ ここから ====================*/
#mobile_footer_menu {
	background-color: rgb(252,252,238);
}
#mobile_footer_menu,
#mobile_footer_menu ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}
#mobile_footer_menu input[type=checkbox] {
	display: none;
}
#footer_policy + ul,
#footer_about + ul,
#footer_life + ul,
#footer_parents + ul,
#footer_guide + ul,
#footer_other + ul {
	height: 0em;
	overflow: hidden;
	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out; /* Browsers that Support it */
}
#footer_policy:checked + ul {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	height: 10.3em;
}
#footer_about:checked + ul {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	height: 12.4em;
}
#footer_life:checked + ul {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	height: 12.4em;
}
#footer_parents:checked + ul {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	height: 18.5em;
}
#footer_guide:checked + ul {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	height: 10.3em;
}
#footer_other:checked + ul {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	height: 14.5em;
}

#mobile_footer_menu &gt; li {
	color: white;
	background-color: rgb(255,116,151);
	margin: 0em 0.5em;
	padding: 0.5em 0em;
	border-bottom: dotted thin rgb(255,235,240);
	text-indent: 0.5em;
}
#mobile_footer_menu &gt; li ul {
	color: white;
	background-color: rgb(255,116,151);
	margin: 0em;
	padding: 0em;
}
#mobile_footer_menu li ul li {
	background-color: rgb(255,235,240);
	margin: 0em;
	padding: 0.5em 0.75em;
	border-bottom: dotted thin rgb(255,116,151);
}
#mobile_footer_menu li ul li:last-child {
	padding-bottom: 1em;
}
#mobile_footer_menu li label {
	display: block;
}
#mobile_footer_menu li ul a {
	display: block;
	color: rgb(255,116,151);
}
/*==================== フッターメニュー 折りたたみ ここまで ====================*/

/*==================== その他のフッター ここから ====================*/
#mobile_footer_banner {
	background-color: rgb(252,252,238);
	margin: 0em;
	padding: 1.5em 0.5em;
	text-align: center;
	border-bottom: solid medium rgb(255,235,240);
}
#mobile_footer_banner img {
	width: 45%;
	height: auto;
}
#mobile_footer_address {
	margin: 2em 0em;
}
#mobile_footer_address div a {
	color: black;
}
#mobile_footer_address div {
	margin: 1em 0em;
	text-align: center;
	font-size: 3vw;
}
#mobile_footer_address div:first-child {
	font-weight: bold;
	font-size: 4vw;
}
#mobile_footer_address div:nth-of-type(2) {
	margin-bottom: -0.5em;
}
#mobile_footer_address div img {
	width: 46%;
	height: auto;
}
#mobile_footer_copyright {
	text-align: center;
	font-size: 3vw;
	color: white;
	background: rgb(252,179,189);
	margin: 0em;
	padding: 2em 0em;
}
/*==================== その他のフッター ここまで ====================*/

.txt,
.txt_bg {
	background: white;
	padding: 0.5em 0.5em 0.75em;
	line-height: 1.5;
	border: solid medium rgb(255,116,151);
	border-radius: 0.75em;
}
.txt_bg {
	color: white;
	background: rgb(255,116,151);
}
.txt_bg_ye {
	background: #FFE;
	margin: 0.5em 0em;
	padding: 0.25em 0.5em;
}
.txt_bg_pink {
	background-color: #FEE;
	margin: 0.5em 0em;
	padding: 0.25em 0.5em;
}
.bold {
	font-weight: bold;
}
.color_red {
	color: red;
}
#title_bg {
	clear: both;
}

/*========= トップページ =========*/
.top_menu_set {
	margin: 1em 0em;
}
.top_menu_set div:first-child {
	background-color: rgb(255,116,151);
	border-radius: 1em 1em 0em 0em;
}
.top_menu_set div:last-child {
	border: solid thin rgb(255,116,151);
	border-radius: 0em 0em 1em 1em;
	background: white;
}
.top_menu_set div:last-child ul {
	margin: 0.5em 0.5em 0.5em 2em;
	padding: 0em;
	color: rgb(255,116,151);
	line-height: 2;
}
.top_menu_set div:last-child ul li {
	margin: 0em;
	padding: 0em;
}
.top_menu_set div:last-child ul li a,
.top_menu_set div:last-child ul li a:hover {
	color: black;
}

#side_menu .block2  {
	width: 100%;
	background-color: #6DCBD1;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#side_menu .block {
	margin: 1em 0em;
	padding: 0.75em 0.5em;
	line-height: 1.5;
	border: solid thin rgb(255,116,151);
	border-radius: 1em;
	background: white;
}
#side_menu .block ul {
	list-style-type: none;
	margin: 0em auto 1em;
	padding: 0em;
	width: 60vw;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;

}

#side_menu .block ul li a img {
	width: 18vw;
	height: 18vw;
}
/*
#side_menu .block ul li:nth-of-type(1) a::before {
	display: block;
	content: '';
	width: 15vw;
	height: 15vw;
	background: url(../sp/icon_t.png);
	background-size: contain;
}
#side_menu .block ul li:nth-of-type(2) a::before {
	display: block;
	content: '';
	width: 15vw;
	height: 15vw;
	background: url(../sp/icon_f.png);
	background-size: contain;
}
#side_menu .block ul li:nth-of-type(3) a::before {
	display: block;
	content: '';
	width: 15vw;
	height: 15vw;
	background: url(../sp/icon_b.png);
	background-size: contain;
}
*/

#side_menu #fb {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
#side_menu #misyuenji  {
	width: 100%;
	background-color: #6DCBD1;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#side_menu #blog  {
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	/* border-radius */
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 1px solid #F87192;
	line-height: 1.2em;
	background-image: url(../images/common/sns_bl.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#side_menu #kosodate  {
	width: 100%;
	background-color: #8ED179;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#side_menu #extra  {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #F87192;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #F9E60D;
}
#side_menu #movie {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#side_menu #movie img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#top_banner img {
	width: 100%;
	height: auto;
}
#mail_touroku a::before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-right: 0.25em;
	background-image: url(../images/common/icon_pink.png);
	background-repeat: no-repeat;
	background-size: contain;
}



#i_news {
	min-height: 3em;
	margin: 0em 0em 1em;
	padding: 0.75em 0.5em 1em;
	line-height: 1.5;
	border: solid thin rgb(255,116,151);
	border-radius: 1em;
	background: white;
}
#i_news div img {
	width: 2.5em;
	height: 3em;
}
#i_news div:first-child {
	float: left;
}

/*トピックス一覧へのボタン
------------------------------------*/
#i_topix {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}



div.recent5 {
	margin: 0em 0em 0.5em 3em;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: solid thin pink;
	padding-bottom: 0.5rem;
}
div.recent5:last-child {
	border-bottom: none;
}
div.recent5 span.date {
	display: block;
	white-space: nowrap;
	color: rgb(255,116,151);
	font-size: small;
	width: 100%;
}
div.recent5 span.category {
	display: flex;
	justify-content: center;
	align-items: center;
	norder-radius: 0.15rem;
	color: white;
	background: rgb(255,116,151);
	font-size: calc(0.8rem * 0.85);
	line-height: 1.75;
	width: 7rem;
	flex: none;
	margin-right: 0.5rem;
	border-radius: 0.25rem;
}
div.recent5 a {
	display: block;
	width: calc(100% - 7.5rem);
}



/* トップページ slide show */
------------------------------------*/
#mainphoto_bg {
	background-image: url(../images/common/bg_pink.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 340px;
	width: 100%;
}
#mainphoto {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	clear: both;
	overflow: hidden;
}





/*トップページの新着情報の下のバナー（ポップアップあり）
------------------------------------*/
#main_banner {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	font-size: 1.1em;
}
#main_banner ul {
	margin: 0px;
	padding: 0px;
}
#main_banner ul li {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 17px;
	/* border-radius */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#main_banner ul li#book {
	background-color: #269E0F;
	border: 2px solid #339933;
	background-image: url(../top/banner_movie_pop_sp.svg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#main_banner ul li#documentation {
	background-color: #78A6FF;
	border: 2px solid #5D86EA;
	background-image: url(../book/img/bg_documentation.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#main_banner ul li#support {
	background-color: #8BD276;
	border: 2px solid #72BF5C;
	background-image: url(../book/img/bg_support.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main_banner ul li#preschoolers {
	background-color: #61C5DA;
	margin: 0px;
	border: 2px solid #4DACC3;
	background-image: url(../book/img/bg_preschoolers.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main_banner a:link {
	color: # FFF;
	text-decoration: none;
	color: #FFF;
}
#main_banner a:visited {
	color: #FFF;
	text-decoration: none;
}
#main_banner a:hover {
	color: #FF9;
}


#main_banner ul {
	list-style-type: none;
}

#main_banner ul a li#documentation span {
	display: block !important;
	margin: 0.5em 2em 0;
	padding-top: 0.75em;
	border-top: solid thin white;
	font-size: smaller;
}



/*新着情報の下の4つのバナー（ポップアップなし）
------------------------------------*/
#main_bn {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}
#main_bn ul {
	padding: 0px;
	margin: 0px;
}
#main_bn ul li {
	text-align: center;
	padding-bottom: 7px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main_bn ul li.r0 {
}
#main_bn ul li img {
	width: 100%;
}

/*新着情報の下のバナー（２つ並び）
------------------------------------*/
#main_bnn {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}
#main_bnn ul {
	margin: 0px;
	padding: 0px;
}
#main_bnn ul li {
	text-align: center;
	padding-bottom: 7px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main_bnn ul li.r0 {
}
#main_bnn ul li img {
	width: 100%;
}




/*========= 園の紹介 ─ about =========*/
.photo {
	width: 100%;
	box-sizing: border-box;
	margin: 0em 0em;
}
.photo img {
	display: inline-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0.5em 0em;
}
#entei_2 {
	margin-top: 1.5em;
}
#entei_2,
#entei_3 {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
#entei_2 dl {
	width: 48%;
	margin: 0.1em;
}
#entei_3 dl {
	width: 32%;
	margin: 0.1em;
}
#entei_2 dl dd,
#entei_3 dl dd {
	font-size: 85%;
	margin: 0.25em 0.5em;
	line-height: 1.1;
}
#about h6 {
	font-size: 1.1em;
	color: #FFF;
	background-color: #FFA5BE;
	width: 96%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	background-image: none;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
	/* border-radius */
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	list-style-type: none;
}
#about h6::before {
	content: none;
	color: pink;
}
.top30 {
	width: 100%;
	margin-top: 1em;
}


/*========= 保育・教育方針 =========*/
#mokuteki ol {
	list-style-type: none;
	margin: 1em 0em 1em 0.75em;
}
#mokuteki ol li {
	text-indent: -3.2em;
	margin-bottom: 1.5em;
}
#mokuteki ol li:first-letter {
	padding: 0.5em 0.75em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	background-color: rgb(255,116,151);
	border-radius: 2em;
}
#mokuhyo dt {
	float: left;
	clear: both;
	padding: 0.25em 0.75em;
	font-weight: bold;
	color: white;
	background-color: rgb(255,116,151);
}
#mokuhyo dd {
	margin-left: 3em;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: dotted thin rgb(255,116,151);
}
#mokuhyo dd:last-child {
	border-bottom: none;
}
#enkaku table {
	width: 100%;
	font-size: 90%;
	border: thin solid white;
	margin: 1em 0em;
	padding: 0em;
	border-collapse:collapse;
}
#enkaku table td {
	border-bottom: thin dotted pink;
	border-right: thin dotted #CCC;
	padding: 0.25em 0.5em;
	z-index: -1;
}

/*========= 子育て支援活動 =========*/
#support .txt dt:before {
	content: '● ';
	color: pink;
}
#support .txt dd {
	margin-left: 2em;
}

/*========= 入園のご案内 =========*/

td.td1 {
	width: 30%;
	padding-right: 0.75em;
}

.txt2 dl   {
	margin: 0px;
	padding: 0px;
}
.txt2 dl dt {
	margin: 0px;
	padding: 0px;
}
.txt2 dl dd {
	margin-bottom: 5px;
	margin-left: 15px;
}


/*========= 保護者の方へ =========*/
#download .btn {
	display: inline-block;
	text-align: center;
	color: #FFF;
	background-color: #09F;
	font-size: 90%;
	margin: 0.75em 1.5em 0.75em 0em;
	padding: 0.25em 1em;
	/* border-radius */
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
#download .btn a {
	color: #FFF;
	text-decoration: none;
}
#download .btn a:visited {
	color: #FFF;
	text-decoration: none;
}

#download dd {
	margin-left: 2em;
}
#download dt::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	overflow: hidden;
	background-image: url(../images/common/icon_pink.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#download dt {
	font-weight: bold;
}
#download dt img {
	padding-left: 0.5em;
	width: 1.5em;
	height: 1em;
}

#kyusyoku table {
	width: 100%;
	font-size: 90%;
	border: thin solid white;
	margin: 0em 0em 1em;
	padding: 0em;
	border-collapse:collapse;
}
#kyusyoku table td {
	border-left: thin solid white;
}
tr.bgcolor_3 td {
	background: #EFE;
}
tr.bgcolor_2 td {
	background: #FED;
}
tr.bgcolor_1 td {
	background: #FEE;
}
.koubai_ok::before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	border: solid thick #DCF;
	vertical-align: middle;
}
.goosd_tit {
	background: pink;
	margin: 1em 0em;
	padding: 0.25em 1em;
	border-radius: 2em;
}
.age_icon {
	margin-top: 1em;
	margin-bottom: -0.75em;
}
#parents .block {
	margin-bottom: 2em;
}
.block .box,
.block .box2 {
	width:100%;
	padding: 0.25em 0.5em;
	box-sizing: border-box;
	border: solid thick #EEE;
	border-radius: 0.5em;
}
.block .box dd.photo img,
.block .box2 dd.photo img {
	display: inline-block;
	position: relative;
	margin-left: -30vw;
	left: 50%;
	width: 60vw !important;
	height: 50vw !important;
}
.block .box dt,
.block .box2 dt {
	text-align: center;
	color: rgb(255,116,151);
	font-weight: bold;
	border: solid thick white;
}
.block .box dd,
.block .box2 dd {
	margin: 0em;
	padding: 0em 0.5em;
	box-sizing: border-box;
	border-top: dotted thin rgb(255,116,151);
}
.block .pink {
	border-color: pink;
}
.block .murasaki {
	border-color: #DCF;
}
.font_b80 {
	font-size: 80%;
	white-space: nowrap;
}
#mail_btn,
#event_btn {
	margin: 1em 0em;
	text-align: center;
}
#mail_btn a,
#event_btn a {
	display: inline-block;
	background: rgb(155,214,134);
	border-radius: 1em;
	font-size: 1.1em;
	color: yellow;
	padding: 0.25em 1em;
}

.kujyosyori dl {
	display: -webkit-flex; /* Safari */
	display: flex;
  }

.kujyosyori dl dd ul {
	list-style-image: url(../kujyosyori/img/icon_pdf.png);
  }
  
  
.endayori dl {
	display: -webkit-flex; /* Safari */
	display: flex;
  }

.endayori dl dd ul {
	list-style-image: url(../endayori/img/icon_pdf.png);
  }



.goods {
	padding: 0px;
	margin: 0px;
}
.goods .block {
	padding: 0px;
	width: 80%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.goods dl {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 80%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.goods dl.pink {
	border-top-color: #FBBCCD;
	border-right-color: #FBBCCD;
	border-bottom-color: #FBBCCD;
	border-left-color: #FBBCCD;	
}
.goods dl.murasaki {
	border-top-color: #BFB6F6;
	border-right-color: #BFB6F6;
	border-bottom-color: #BFB6F6;
	border-left-color: #BFB6F6;
}
.goods dl dt {
	font-size: 110%;
	font-weight: bold;
	color: #F872A1;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FBBCCD;
	line-height: 1.2em;
}
.goods dd {
	font-size: 90%;
	line-height: 1.4em;
}
.goods dd.photo{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}




/*========= 園での生活 =========*/
#photo {
	margin-top: 0.75em;
	font-size: 0.9em;
}
#photo img {
	width: 100%;
}
#gyoji dl {
	width: 100%;
}
#gyoji {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#gyoji dl dt {
	width: 100%;
}
#gyoji dl dt img {
	width: 100%;
	padding: 0.25em;
	box-sizing: border-box;
	border: solid thin pink;
	border-radius: 0.5em;
}
#gyoji dl dd {
	text-align: center;
	margin-bottom: 1.5em;
}
#goto_photo {
	text-align: center;
}
#goto_photo p {
	display: inline-block;
	text-align: left;
}
.hoiku dl {
	width: 70vw;
	margin: 1.5em auto;
}
.hoiku dt,
.hoiku dd {
	margin: 0em;
	padding: 0em;
}
.hoiku dt:before {
	content: '● ';
	color: pink;
}
.hoiku dd img {
	width: 70vw;
	height: ;
	padding-bottom: 0.2em;
}
/*========= 採用情報 =========*/
#recruit .photo {
	clear: both;
}
#recruit .photo img {
	width: 33%; 
	height: auto;
	float: left;
}
#recruit dl {
	margin: 0.5em 0em 0em 35%;
}
#recruit dl dt {
	margin: 0em 0em 0.25em;
	padding-bottom: 0.25em;
	font-weight: bold;
	border-bottom: solid thin #CCC;
}
#recruit dd {
	margin: 0.25em 0em 1.5em;
}
#recruit #work::after {
	display: block;
	clear: both;
	content: '';
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.font_120 a {
	color: rgb(255,116,151);
	font-size: 1.2em;
	text-decoration: underline;
}

.font_120 a::before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width; 0em;
	height: 0em;
	border-top: solid 0.3em transparent;
	border-right: solid 0.1em transparent;
	border-bottom: solid 0.3em transparent;
	border-left: solid 0.5em rgb(255,116,151);
}
.btn1 {
	margin: 1em;
}
.btn1 a {
	color: rgb(255,116,151);
	background-color: #FFE;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.5em 2em;
	border: solid thin rgb(255,116,151);
	border-radius: 1em;
}

/*========= よくあるご質問 =========*/
#qanda {

}
#qanda dt img {
	width: 2em;
	height: auto;
}
#qanda {
	clear: both;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: solid thin #CCC;
}
#qanda:last-child {
	margin-bottom: 0em;
	padding-bottom: 0em;
	border-bottom: none;
}
#qanda dt {
	clear: both;
	float: left;
}
#qanda dd {
	margin-left: 3em;
}
#qanda dd.q {
	font-weight: bold;
}
#qanda dd.q::after {
	display: block;
	clear: both;
	content: '';
	width: 100%;
	height: 0.25em;
}

/*========= きんせい幼稚園からのお知らせ ─ i_news =========*/
#information {
	position: relative;
}

#information .date {
	display: inline-block;
	margin: 1em 0em;
	padding: 0.5em 0em;
	width: 10em;
	text-align: center;
	border: dotted medium rgb(255,116,151);
	border-radius: 2em;
	color: rgb(255,116,151);
	
}
#information .date::before {
	transform: rotateZ(45deg);
	display: block;
	position: absolute;
	top: 2.85em;
	left: 4.5em;
	content: '';
	background-color: rgb(252,252,238);
	width: 0.5em;
	height: 0.5em;
	border-top: dotted medium transparent;	
	border-right: dotted medium rgb(255,116,151);	
	border-bottom: dotted medium rgb(255,116,151);	
	border-left: dotted medium transparent;	
}
#information #back {
	margin: 1em 0em;
	text-align: right;
}

/*========= イベントカレンダー =========*/
.bb {
	text-align: center;
	font-weight: bold;
}
#nendo {
	text-align: center;
	font-size: 90%;
}
#schedule dl {
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 100%;
}
#schedule dl dt {
	width: 3.5em;
}
#schedule dl dt img {
	width: 3em;
	height: auto;
	border-right: thick solid white;
}
#schedule dd {
	width: 100%;
	margin: 0em;
	padding: 0em;
}
#schedule dd::after {
	content: '';
	display: block;
	width: 100%;
	height: 0em;
	overflow: hidden;
	clear: both
}
#schedule table {
	background: #FFE;
	width: 100%;
	box-sizing: border-box;
	border: solid thin #CCC;
	border-collapse:collapse;
}
#schedule table td {
	border: solid thin #CCC;
	padding: 0.25em;
}
#schedule table td.td1 {
	width: 3em;
	text-align: right;
}
#schedule table td.td1c {
	width: 1.5em;
	text-align: center;
}




/* ドキュメンテーション ---------------*/
#documentation {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FB7A9C;
	padding-top: 40px;
}
#documentation a:link {
	color: #06C;
	text-decoration: none;
}
#documentation a:visited {
	color: #06C;
	text-decoration: none;
}
#documentation a:hover {
	color: #999;
	text-decoration: underline;
}

#documentation dl {
	width: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	line-height: 1.3em;
}
#documentation dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
#documentation dl dt a:link {
	color: #333;
	text-decoration: none;
}
#documentation dl dt a:visited {
	color: #333;
	text-decoration: none;
}
#documentation dl dt a:hover {
	color: #09F;
	text-decoration: underline;
}

#documentation dl dd.thumbnail {
	padding: 5px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #EFACBC;
	/* border-radius */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#documentation dl dd.thumbnail img {
	width: auto;
}
#documentation dl dd.date {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#documentation dl dd.word {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
#pagenumber {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}






/*書籍の紹介----------------------*/
#book {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#book_img  {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 80%;
	padding: 0px;
}
#book_img img {
	width: 80%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
}

#book h4 {
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 30px;
	list-style-image: none;
}
#book dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#book dl dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#book dl dd {
	margin-bottom: 20px;
	margin-left: 10px;
}
#book #btn {
	padding: 7px;
	border: 2px dotted #FFAABE;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}





#porto {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#porto #logo {
	text-align: center;
	margin-bottom: 40px;
}
#porto #logo img {
	text-align: center;
	width: 80%;
}

#porto h6 {
	font-size: 1.2em;
	color: #FFF;
	background-color: #FFA5BE;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
	/* border-radius */
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	list-style-type: none;
}
#porto h6::before {
	content: none;
}
#porto .txt ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#porto .txt ol li {
	background-color: #FDE1F3;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.0em;
	width: 94%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#porto ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#porto ul li {
	margin-top: 7px;
	margin-bottom: 0px;
	background-image: url(../images/common/footer_li_dt.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	padding-bottom: 5px;
	list-style-type: none;
}
#porto .txt table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#porto .txt table tr.ye {
	background-color: #FEF8B1;
}
#porto .txt table tr.gr {
	background-color: #C1E1BC;
}
#porto .txt table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#porto .txt table td.ro {
	text-align: right;
}

#porto .btn{
	background-color: #09F;
	text-align: center;
	color: #FFF;
	height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-bottom: 7px;
	border: 2px solid #FFF;
}
#porto .btn a:link {
	color: #FFF;
	text-decoration: none;
}
#porto .btn a:visited {
	color: #FFF;
	text-decoration: none;
}
#porto .btn a:hover {
	color: #FF6;
	text-decoration: none;
}

#porto .txt dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#porto .txt dl dt {
	float: left;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
#porto .txt dl dd {
	margin-left: 100px;
	margin-bottom: 5px;
	padding: 0px;
}


/*児童クラブでの過ごし方
------------------------------------*/

#porto #timetable {
	background: white;
	padding: 0.5em 0.5em 0.75em;
	line-height: 1.5;
	border: solid medium rgb(255,116,151);
	border-radius: 0.75em;
}
#porto #timetable dl {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #6699FF;
}
#porto #timetable dl dt {
	float: left;
	width: 5em;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6699FF;
	font-weight: bold;
	color: #09F;
}
#porto #timetable p {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#porto #timetable dl dd {
	margin-left: 6em;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6699FF;
}
#porto #timetable p img {
	width: 280px;
}

/* 課外教室 申込みフォーム */
#extra {
	font-size: 1em;
	width: calc(100% - 1.5em);
	margin: 0 0.75em;
	padding: 0;
	line-height: 1.75; 
}
#extra .center {
	text-align: center;
	margin: 1em 0;
}
#extra .center img {
	width: 15em;
	height: auto;
}
#extra h3.m {
	margin: 0 0 1.5em;
}
#extra table {
	border-collapse: collapse;
	border: solid medium #DDD;
	border-bottom: none;
	width: 100%;
	margin: 1em 0;
}
#extra table td {
	display: block;
	padding: 0 0.75em;
}
#extra table td.koumoku {
	color: #FFF;
	background-color: #FF7496;
}
#extra table td:last-child {
	border-bottom: solid medium #DDD;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background: white;
}
#extra table td input,
#extra table td textarea {
	font-size: 1.1em;
	border: solid thin #CCC;
	background: #EEE;
	margin: 0.25em 0;
	padding: 0.25em;
	border-radius: 0.25em;
}
#extra table td textarea {
	display: block;
	width: 100%;
	height: 10em;
}
#extra table td input.w50 {
	width: 6em;
}
#extra table td input.w20 {
	width: 3em;
}
#extra table td input#firstname,
#extra table td input#lastname,
#extra table td input#firstname-furigana,
#extra table td input#lastname-furigana,
#extra table td input#firstname2,
#extra table td input#lastname2 {
	width: calc((100% - 5.5em) / 2);
	max-width: 8em;
}
#extra table td .name_span {
	display: inline-block;
	width: 2em;
	margin: 0 0.25em 0 0;
}
#extra table td input + .name_span {
	margin-left: 1em;
}
#extra table td .zip {
	width: 6em;
}
#extra table td .addr2,
#extra table td .tel,
#extra table td .mail {
	width: 100%;
}
#extra table td dl {
	margin: 0;
	padding: 0;
}
#extra table td dl dt {
	display: inline-block;
	width: 7.5em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#extra table td dl dd {
	display: inline-block;
	width: calc(100% - 7.5em);
	margin: 0;
	padding: 0;
}
#extra table td dl dd label + label {
	margin-left: 0.5em;
}
#extra .hs {
	font-size: 0.8em;
	color: #3399FF;
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 0.5em;
	background-color: #FF0;
	padding: 0.25em 0.25em 0.125em;
	border-radius: 0.25em;
}

#extra #form_btn {
	width: 100%;
	text-align: center;
}

#extra .btn {
	display: inline-block;
	color: #fff;
	width: 10em;
	text-align: center;
	margin: 0.25em;
	padding: 0.5em 0;
	background: #FF7496;
	border-radius: 0.25em;
	font-size: 1em;
	border: solid thin #CCC;
}
#extra .btn a, .btn a:visited {
	display: block;
	line-height: 1;
	color: #FFF;
	text-decoration: none;
}
#extra .btn a:hover {
	color: #CCC;
}

#extra #copy {
	color: #666;
	padding: 0px;
	text-align: center;
	width: 100%;
	margin: 4em 0 2em;
}
@media (max-width: 35em) {
	#extra #copy {
		font-size: 3vw;
	}
}

#extra #waku {
	background-color: #FFF;
	padding: 15px;
	border: 2px solid #F00;
	margin-bottom: 20px;
	margin-top: 20px;
}



/* 動画 */
#content .txt p {
	padding: 0 1em 1em;
	border-bottom: dotted medium #FF7496;
}
#movie dl {
	margin: 1em 0 2em;
	border-bottom: solid thick #FBD5E0;
}
#movie dt {
	font-size: 110%;
	padding: 0.5em;
	font-weight: bold;
}
#movie dd.vimeo {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
#movie dd.date {
	text-align: right;
	padding: 0.5em 0 1.5em;
	width: calc(100% - 3em);
	font-size: 80%;
}
#movie dd.vimeo iframe {
	width: 85vw !important;
	height: 47.8vw !important;
	overflow: hidden;
}


#movie dt.hoiku {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 0.9em;
}
#movie dt.hoiku::before {
	display: block;
	content: '';
	width: 3.5em;
	height: 3.5em;
	margin: 0 0.5em 0 0;
	background: url(../movie/img/icon_hoiku.svg);
	background-size: cover;
	float: left;
}
#movie dt.event {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#movie dt.event::before {
	display: block;
	content: '';
	width: 3.5em;
	height: 3.5em;
	margin: 0 0.5em 0 0;
	background: url(../movie/img/icon_event.svg);
	background-size: cover;
	float: left;
}
#movie dt .cate_hoiku {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 2.4em;
	background-color: #FEE7F2;
	color: #FF7496;
	/* border-radius */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #FF7496;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#movie dt .cate_event {
	font-weight: normal;
	font-size: 0.9em;
	background-color: #FDF8D1;
	color: #2FD18A;
	/* border-radius */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #2FD18A;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 2.4em;
}
#movie dd {
	clear: both;
}
#pagenumber {
	margin-bottom: 30px;
	font-size: 0.9em;
}





/* 保育見学・入園説明会 申込みフォーム */
#chat_form {
	background-color: #FBFBEE;
}


#chat {
	font-size: 1em;
	width: calc(100% - 1.5em);
	margin: 0 0.75em;
	padding: 0;
	line-height: 1.75; 
}
#chat .center {
	text-align: center;
	margin: 1em 0;
}
#chat .center img {
	width: 15em;
	height: auto;
}
#chat h3.m {
	margin: 0 0 1.5em;
}
#chat table {
	border-collapse: collapse;
	border: solid medium #DDD;
	border-bottom: none;
	width: 100%;
	margin: 1em 0;
}
#chat table td {
	display: block;
	padding: 0 0.75em;
}
#chat table td.koumoku {
	color: #FFF;
	background-color: #FF7496;
}
#chat table td:last-child {
	border-bottom: solid medium #DDD;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background: white;
}
#chat table td input,
#chat table td textarea,
select {
	font-size: 1.1em;
	border: solid thin #CCC;
	background: #EEE;
	margin: 0.25em 0;
	padding: 0.25em;
	border-radius: 0.25em;
	box-sizing: border-box;
}
#chat table td textarea {
	display: block;
	width: 100%;
	height: 10em;
}
#chat table td input.w50 {
	width: 6em;
}
#chat table td input.w20 {
	width: 3em;
}
#chat table td input#firstname,
#chat table td input#lastname,
#chat table td input#firstname-furigana,
#chat table td input#lastname-furigana,
#chat table td input#firstname2,
#chat table td input#lastname2 {
	width: calc((100% - 5.5em) / 2);
	max-width: 8em;
}
@media (max-width: 30em) {
	#chat table td input#firstname,
	#chat table td input#lastname,
	#chat table td input#firstname-furigana,
	#chat table td input#lastname-furigana,
	#chat table td input#firstname2,
	#chat table td input#lastname2 {
		max-width: 6em;
	}
}
#chat table td .name_span {
	display: inline-block;
	width: 2em;
	margin: 0 0.25em 0 0;
}
#chat table td input + .name_span {
	margin-left: 1em;
}
#chat table td .zip {
	width: 6em;
}
#chat table td .address,
#chat table td .tel,
#chat table td .mail {
	width: 100%;
}
#chat table td .year {
	width: 4em;
}
#chat table td .month,
#chat table td .day {
	width: 2em;
}
#chat table td dl {
	margin: 0;
	padding: 0;
}
#chat table td dl dt {
	display: inline-block;
	width: 7.5em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#chat table td dl dd {
	display: inline-block;
	width: calc(100% - 7.5em);
	margin: 0;
	padding: 0;
}
#chat table td dl dd label + label {
	margin-left: 0.5em;
}
#chat .hs {
	font-size: 0.8em;
	color: #3399FF;
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 0.5em;
	background-color: #FF0;
	padding: 0.25em 0.25em 0.125em;
	border-radius: 0.25em;
}

#chat #form_btn {
	width: 100%;
	text-align: center;
}

#chat .btn {
	display: inline-block;
	color: #fff;
	width: 10em;
	text-align: center;
	margin: 0.25em;
	padding: 0.5em 0;
	background: #FF7496;
	border-radius: 0.25em;
	font-size: 1em;
	border: solid thin #CCC;
}
#chat .btn a, .btn a:visited {
	display: block;
	line-height: 1;
	color: #FFF;
	text-decoration: none;
}
#chat .btn a:hover {
	color: #CCC;
}

#chat #copy {
	color: #666;
	padding: 0px;
	text-align: center;
	width: 100%;
	margin: 4em 0 2em;
}
@media (max-width: 35em) {
	#chat #copy {
		font-size: 3vw;
	}
}

#chat #waku {
	background-color: #FFF;
	padding: 15px;
	border: 2px solid #F00;
	margin-bottom: 20px;
	margin-top: 20px;
}



/* 説明会のバナー */
#chat #setsumeikai {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#chat #setsumeikai img {
	width: 100%;
}


/*受信許可メールの設定
------------------------------------*/
.jyuyo {
	padding: 10px;
	border: 2px solid #F00;
	margin-bottom: 20px;
	background-color: #FFF;
}

#mailsetting {
}
#mailsetting ul {
	background-color: #FFF;
	padding: 10px;
	border: 2px solid #3CF;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mailsetting ul li {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#mailsetting dl {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
#mailsetting dl dt {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mailsetting dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#mailsetting .font_b140 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 50px;
}




/*入園説明動画試聴ページ
------------------------------------*/
#admission  {
	width: 94%;
	padding: 0px;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-color: #FBFBEE;
}
#admission .title {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0px;
}
#admission p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#admission p img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#admission  #copy {
	color: #666;
	padding: 0px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}




#admission dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	width: 90%;
}
#admission dl dt {
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
	background-image: url(../admission/img/usagi.svg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	padding-top: 20px;
	height: 40px;
}
#admission dl dd.vimeo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #EFACBC;
	/* border-radius */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: auto;
	padding-left: auto;
	text-align: center;
}



#totop {
	text-align: center;
	background-color: #FF7496;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

#totop a:link {
	color: #FFF;
	text-decoration: none;
}
#totop a:visited {
	color: #FFF;
}
#totop a:hover {
	color: #CCCCCC;
}



/*教材とアートのポップアップ
------------------------------------*/
#education_print {
	display: none;
}
#education_print + div {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: .5s;
}
#education_print:checked + div {
	z-index: 2;
	opacity: 1;
}
#education_print + div &gt; label {
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	z-index: 3;
	cursor: pointer;
}
#education_print + div &gt; div {
	display: block;
	position: absolute;
	top: calc(50% - 12rem);
	left: calc(50% - 20rem);
	background: #289FFF;
	width: 40rem;
	height: 24rem;
	z-index: 4;
	cursor: default;
	box-shadow: 1rem 1rem 1rem rgba(0,0,0,0.25);
}
#education_print + div &gt; div p {
	text-align: center;
	font-size: 1.25rem;
	margin-top: 7.5rem;
}
#education_print + div &gt; div p span:first-child {
	color: #F3FFBF;
}
#education_print + div &gt; div p span:last-child {
	color: #F3FFBF;
}
#education_print + div &gt; div ul {
	display: flex;
	justify-content: center;
	width: 26rem;
	margin: 2rem auto;
}
#education_print + div &gt; div ul li {
	list-style-type: none;
	margin-0;
	padding: 0;
	margin: 0.5rem;
}
#education_print + div &gt; div ul li a {
	display: block;
	border-radius: 0.75rem;
	width: 9rem;
	padding: 0.5rem;
	box-sizing: border-box;
	color: white;
	text-decoration: none;
}
#education_print + div &gt; div ul li a:hover {
	opacity: 0.75;
}
#education_print + div &gt; div ul li:nth-child(1) a {
	background: #7DC4E8;
}
#education_print + div &gt; div ul li:nth-child(2) a {
	background: #EFB598;
}
#education_print + div &gt; div ul li:nth-child(3) a {
	background: #A7AAD1;
}
@media (max-width: 32rem) {
	#education_print + div &gt; div ul {
		flex-wrap: wrap;
		width: 12rem;
	}
	#education_print + div &gt; div p {
		margin-top: 6.5rem;
		font-size: 1rem;
	}
}



/*教材プリント_共通
------------------------------------*/
#kyozai {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#kyozai h3 {
	font-size: 1.2em;
	position: relative;
	text-align: center;
	margin: 2.5em auto 1em;
	padding: 0.75em 1em;
	color: #FFFFFF;
	border-radius: 2em;
	background-color: #EF7390;
}
#kyozai h3::before {
	display: block;
	position: absolute;
	transform: rotateZ(45deg);
	bottom: -0.66em;
	left: 50%;
	content: '';
	background-color: #EF7390;
	margin-left: -0.375em;
	width: 0.75em;
	height: 0.75em;
}


#kyozai .txt {
	margin: 0px;
	padding: 0px;
}
#kyozai .txt p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#other {
	margin: 0px;
	padding: 0px;
}
#kyozai ol {
  text-align: center;
  	margin-top: 20px;
	margin-bottom: 20px;
}

#kyozai ol li {
	display: inline-block;
	width: 80%;
	color: #FFF;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 2px solid #EFACBC;
	/* border-radius */
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
}


/*他のクラスへのリンクボタン
------------------------------------*/
#other ul {
  text-align: center;
}

#other li {
	display: inline-block;
	font-size: 0.9em;
	color: #FFF;
	font-weight: normal;
}

#other ul li#nensyo {
	background-color: #5DCC41;
	padding: 5px;
}
#other ul li#nencyu {
	background-color: #28BFED;
	padding: 5px;
}
#other ul li#nencyo {
	background-color: #4E6AFC;
	padding: 5px;
}


#other a:link {
	color: #FFF;
	text-decoration: none;
}
#other a:visited {
	color: #FFF;
	text-decoration: none;
}
#other a:hover {
	color: #999;
	text-decoration: underline;
}


/*年小児（3歳）
------------------------------------*/

#nensyo h3 {
	font-size: 1.2em;
	position: relative;
	text-align: center;
	margin: 2.5em auto 1em;
	padding: 0.75em 1em;
	color: #FFFFFF;
	border-radius: 2em;
	background-color: #5DCC41;
	border: 2px solid #5DCC41;
}
#nensyo h3::before {
	display: block;
	position: absolute;
	transform: rotateZ(45deg);
	bottom: -0.66em;
	left: 50%;
	content: '';
	background-color: #5DCC41;
	margin-left: -0.375em;
	width: 0.75em;
	height: 0.75em;
	border: 3px solid #5DCC41;
}


#nensyo .txt {
	padding: 10px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #5DCC41;
	/* border-radius */
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
}

#nensyo .txt p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nensyo .txt dl {
	margin-bottom: 20px;
}
#nensyo .txt dl dt {
	background-color: #5DCC41;
	font-weight: normal;
	color: #FFF;
	float: left;
	margin-right: 5px;
	/* border-radius */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 0.9em;
	padding: 3px;
}

#nensyo .txt dl dd {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
}



/*年中児（4歳）
------------------------------------*/
#nencyu h3 {
	font-size: 1.2em;
	position: relative;
	text-align: center;
	margin: 2.5em auto 1em;
	padding: 0.75em 1em;
	color: #FFFFFF;
	border-radius: 2em;
	background-color: #28BFED;
	border: 2px solid #28BFED;
}
#nencyu h3::before {
	display: block;
	position: absolute;
	transform: rotateZ(45deg);
	bottom: -0.66em;
	left: 50%;
	content: '';
	background-color: #28BFED;
	margin-left: -0.375em;
	width: 0.75em;
	height: 0.75em;
	border: 3px solid #28BFED;
}

#nencyu .txt {
	padding: 10px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #28BFED;
	/* border-radius */
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
}
#nencyu .txt p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nencyu .txt dl {
	margin-bottom: 20px;
}
#nencyu .txt dl dt {
	background-color: #28BFED;
	font-weight: normal;
	color: #FFF;
	float: left;
	margin-right: 5px;
	/* border-radius */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 0.9em;
	padding: 3px;
}
#nencyu .txt dl dd {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
}




/*年長児（5歳））
------------------------------------*/

#nencyo h3 {
	font-size: 1.2em;
	position: relative;
	text-align: center;
	margin: 2.5em auto 1em;
	padding: 0.75em 1em;
	color: #FFFFFF;
	border-radius: 2em;
	background-color: #4F6BFF;
	border: 2px solid #4F6BFF;
}
#nencyo h3::before {
	display: block;
	position: absolute;
	transform: rotateZ(45deg);
	bottom: -0.66em;
	left: 50%;
	content: '';
	background-color: #4F6BFF;
	margin-left: -0.375em;
	width: 0.75em;
	height: 0.75em;
	border: 3px solid #4F6BFF;
}


#nencyo .txt {
	padding: 10px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #4F6BFF;
	/* border-radius */
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
}
#nencyo .txt p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nencyo .txt dl {
	margin-bottom: 20px;
}
#nencyo .txt dl dt {
	background-color: #4F6BFF;
	font-weight: normal;
	color: #FFF;
	float: left;
	margin-right: 5px;
	/* border-radius */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 0.9em;
	padding: 3px;
}
#nencyo .txt dl dd {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
}






/*動画挿入
------------------------------------*/
.movie dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.movie dl dt {
	font-size: 1.6em;
	color: #333333;
	font-weight: normal;
}
.movie dl dd.vimeo {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.movie dl .vimeo iframe {
	margin: 0px auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}




/* 発表会観覧申込みフォーム */
#presentation_form {
	background-color: #FBFBEE;
}


#presentation {
	font-size: 1em;
	width: calc(100% - 1.5em);
	margin: 0 0.75em;
	padding: 0;
	line-height: 1.75; 
}
#presentation .center {
	text-align: center;
	margin: 1em 0;
}
#presentation .center img {
	width: 15em;
	height: auto;
}
#presentation h3.m {
	margin: 0 0 1.5em;
}
#presentation table {
	border-collapse: collapse;
	border: solid medium #DDD;
	border-bottom: none;
	width: 100%;
	margin: 1em 0;
}
#presentation table td {
	display: block;
	padding: 0 0.75em;
}
#presentation table td.koumoku {
	color: #FFF;
	background-color: #FF7496;
}
#presentation table td:last-child {
	border-bottom: solid medium #DDD;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background: white;
}
#presentation table td input,
#presentation table td textarea,
select {
	font-size: 1.1em;
	border: solid thin #CCC;
	background: #EEE;
	margin: 0.25em 0;
	padding: 0.25em;
	border-radius: 0.25em;
	box-sizing: border-box;
}
#presentation table td textarea {
	display: block;
	width: 100%;
	height: 10em;
}
#presentation table td input.w50 {
	width: 6em;
}
#presentation table td input.w20 {
	width: 3em;
}
#presentation table td input#firstname,
#presentation table td input#lastname,
#presentation table td input#firstname-furigana,
#presentation table td input#lastname-furigana,
#presentation table td input#firstname2,
#presentation table td input#lastname2 {
	width: calc((100% - 5.5em) / 2);
	max-width: 8em;
}
@media (max-width: 30em) {
	#presentation table td input#firstname,
	#presentation table td input#lastname,
	#presentation table td input#firstname-furigana,
	#presentation table td input#lastname-furigana,
	#presentation table td input#firstname2,
	#presentation table td input#lastname2 {
		max-width: 6em;
	}
}
#presentation table td .name_span {
	display: inline-block;
	width: 2em;
	margin: 0 0.25em 0 0;
}
#presentation table td input + .name_span {
	margin-left: 1em;
}
#presentation table td .zip {
	width: 6em;
}
#presentation table td .address,
#presentation table td .tel,
#presentation table td .mail {
	width: 100%;
}
#presentation table td .year {
	width: 4em;
}
#presentation table td .month,
#presentation table td .day {
	width: 2em;
}
#presentation table td dl {
	margin: 0;
	padding: 0;
}
#presentation table td dl dt {
	display: inline-block;
	width: 7.5em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#presentation table td dl dd {
	display: inline-block;
	width: calc(100% - 7.5em);
	margin: 0;
	padding: 0;
}
#presentation table td dl dd label + label {
	margin-left: 0.5em;
}
#presentation .hs {
	font-size: 0.8em;
	color: #3399FF;
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 0.5em;
	background-color: #FF0;
	padding: 0.25em 0.25em 0.125em;
	border-radius: 0.25em;
}

#presentation #form_btn {
	width: 100%;
	text-align: center;
}

#presentation .btn {
	display: inline-block;
	color: #fff;
	width: 10em;
	text-align: center;
	margin: 0.25em;
	padding: 0.5em 0;
	background: #FF7496;
	border-radius: 0.25em;
	font-size: 1em;
	border: solid thin #CCC;
}
#presentation .btn a, .btn a:visited {
	display: block;
	line-height: 1;
	color: #FFF;
	text-decoration: none;
}
#presentation .btn a:hover {
	color: #CCC;
}

#presentation #copy {
	color: #666;
	padding: 0px;
	text-align: center;
	width: 100%;
	margin: 4em 0 2em;
}
@media (max-width: 35em) {
	#presentation #copy {
		font-size: 3vw;
	}
}

#presentation #waku {
	background-color: #FFF;
	padding: 15px;
	border: 2px solid #F00;
	margin-bottom: 20px;
	margin-top: 20px;
}



/* はっぴょうかいの画像 */
#presentation #ad {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#presentation #ad img {
	width: 100%;
}

/* はっぴょうかいのリスト */
#presentation ul {
	margin-top: 10px;
	border: 2px solid #F00;
	margin-bottom: 30px;
	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#presentation ul li {
	list-style-type: disc;
	margin-left: 20px;
	list-style-position: outside;
	margin-bottom: 15px;
	font-size: 0.9em;
}



/* 美術家のドキュメンテーション ---------------*/
#documentation_art {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FB7A9C;
	padding-top: 40px;
}
#documentation_art a:link {
	color: #06C;
	text-decoration: none;
}
#documentation_art a:visited {
	color: #06C;
	text-decoration: none;
}
#documentation_art a:hover {
	color: #999;
	text-decoration: underline;
}

#documentation_art dl {
	width: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	line-height: 1.3em;
}
#documentation_art dl dt {
	padding: 10px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #EFACBC;
	/* border-radius */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#documentation_art dl dt img {
	width: auto;
}

#documentation_art dl dd {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

/* 苦情処理の対応状況
------------------------------------*/
ul.kujyosyori {
margin: 0;
}
ul.kujyosyori li {
	list-style: none;
	display: flex;
	align-items: center;
	border-bottom: solid thin #EEE;
}
ul.kujyosyori li span.date {
	display: block;
	position: relative;
	top:0.25rem;
	font-weight: 600;
	font-size: 0.9rem;
}
ul.kujyosyori li:first-child {
	border-top: none;
}
ul.kujyosyori li a {
	display: flex;
	align-items: center;
	padding: 1rem 0 0.5rem;
}
ul.kujyosyori li a::before{
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.5rem 0 1rem;
	background: url(../kujyosyori/pdf/pdf.svg) center center no-repeat;
	background-size: contain;
}


/*===== トピックス =====*/

#title h2.topix_h2 {
	height: 12rem;
	margin-bottom: -7rem;
}
#mobile_navi {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 1rem auto 2rem;
}
#mobile_navi &gt; div {
	width: calc((100% - 0.5rem) / 2);
	box-shadow: 0 0 0.25rem rgba(0,0,0,0.1);
}
#mobile_navi p {
	background: white;
	margin: 0;
	padding: 0.75rem 0;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: rgb(255,116,151);
}
#mobile_navi form {
	position: relative;
}
#mobile_navi select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../topix/img/sankaku.png) center right;
	background-size: cover;
	width: 100%;
	margin: 0;
	color: white;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0.75rem;
	cursor: pointer;
}
#headline {
	border-top: solid thin rgb(255,116,151);
}
#headline div {
	border-bottom: solid thin rgb(255,116,151);
	padding: 0.5rem 0;
}
#headline div:nth-child(odd) {
	background: white;
}
#headline div dd {
	margin-left: 0;
	display: flex;
	align-items: center;
}
#headline div dd span {
	background: rgb(255,116,151);
	width: 7.5rem;
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	color: white;
	text-align: center;
	border-radius: 0.25rem;
	font-size: 0.8rem;
	line-height: 1;
	padding-top: 0.2rem;
	flex: none;
}
#headline div dd a {
	font-size: 1rem;
	color: #444;
	display: block;
	flex-grow: 1;
}
#headline div dd a:hover {
	text-decoration: underline;
}
#pager {
	display: flex;
	margin: -5rem 0 3rem;
}
#pager li {
	margin: 0 0.5rem 0.5rem 0;
	list-style: none;
}
#pager li a:any-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.75rem;
	height: 1.75rem;
	font-size: 0.9rem;
	border: solid thin rgb(255,116,151);
	color: rgb(255,116,151);
}
#pager li a.here {
	background: rgb(255,116,151);
	color: white;
	pointer-events: none;
}


#information div.date {
	border: none !important;
	margin-bottom: 0rem;
	font-size: 0.9rem;
	border-radius: 0.5rem;
}
#information div.date::before,
#information div.date::after {
	content: none;
}
#information div.category {
	width: 10rem;
	background: rgb(255,116,151);
	color: white;
	border-radius: 0.25rem;
	margin-bottom: 0.5rem;
	text-align: center;
	line-height: 1.5;
}
.wiki .title {
	color: rgb(255,116,151);
	font-weight: 700;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.wiki p {
	border-bottom: none !important;
	font-size: 0.9rem;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0.25rem !important;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.wiki li {
	list-style: none;
}
.wiki ul.photo {
	margin-top: 2rem;
}
.wiki ul.photo li a img {
	display: flex;
	max-width: 75vw;
	margin: 1rem auto;
}
.wiki .image_caption {
	max-width: 75vw;
	margin: 1rem auto;
}
#pdf_list {
	margin: 0 0.5rem;
}
#pdf_list li a {
	display: flex;
	align-items: center;
	font-size: 0.95rem;
}
#pdf_list li a img {
	display: block;
	width: 1.25rem;
	height: 1.75rem;
	object-fit: contain;
	margin-right: 0.5rem;
}

#pdf_list li.pdf {
	margin: 1rem 0;
}
#pdf_list li + li.pdf {
	margin-top: 2rem;
}
#pdf_list li.pdf iframe {
	width: 100%;
	height: 60rem;
}
#pdf_list li.pdf a {
	justify-content: center;
}



</pre></body></html>