@charset "utf-8";



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	word-wrap: break-word;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.pc {
	display: none;
}
br.sp {
	display: inline;
}
*.margin-bottom {
	margin-bottom: 15px;
}
*.margin-bottom-extra-wide {
	margin-bottom: 60px;
}
*.margin-bottom-wide {
	margin-bottom: 30px;
}



/* --------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------- */

div#general {
	padding-top: 70px;
}
div#general {
	min-width:0px;
}
div#general nav.navi {
	position: relative;
	width: auto;
}
div#general nav.navi div.header {
	display: block;
	position: absolute;
	width: 25%;
	height: 89px;
	left: 0px;
	top: 0px;
	z-index: 10;
}
div#general nav.navi div.header p.label {
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	line-height: 1.3em;
	border: 4px solid #005095;
	border-top-left-radius: 10px;
	color: #005095;
	background-color: #ffffff;
}
div#general nav.navi div.border-sp {
	position: absolute;
	width: calc(75% - 40px);
	height: 0px;
	border-bottom: 2px solid #ffffff;
	right: 20px;
	top: 86px;
	z-index: 1;
}
div#general nav.navi > ul > li {
	width: 25%;
}
div#general nav.navi > ul > li:nth-child(2) {
	margin-left: 25%;
}
div#general nav.navi > ul > li:nth-child(5) {
	clear: both;
}
div#general nav.navi > ul > li.home {
	display: none;
}
div#general nav.navi > ul > li > a {
	font-size: 100%;
	border-right: 4px solid #005095;
	border-bottom: none;
}
div#general nav.navi > ul > li > a:focus {
	z-index: 1;
}
div#general nav.navi > ul > li:hover > a {
	color: #ffffff;
	background-color: #005095;
}
div#general nav.navi > ul > li.open > a {
	color: #005095;
	background-color: #edfcff;
}
div#general nav.navi > ul > li:first-child > a {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
div#general nav.navi > ul:hover > li:first-child:hover > a {
	border-bottom-left-radius: 0px;
}
div#general nav.navi > ul > li:nth-child(4) > a {
	border-top-right-radius: 10px;
}
div#general nav.navi > ul > li:nth-child(5) > a {
	border-left: 4px solid #005095;
	border-bottom-left-radius: 10px;
}
div#general nav.navi > ul > li:nth-child(5).open > a {
	border-bottom-left-radius: 0px;
}
div#general nav.navi > ul > li:last-child > a {
	border-top-right-radius: 0px;
}
div#general nav.navi > ul:hover > li:first-child > a {
	border-bottom-left-radius: 0px;
}
div#general nav.navi > ul:hover > li:last-child > a {
	border-bottom-right-radius: 10px;
}
div#general nav.navi > ul:hover > li:last-child.open > a {
	border-bottom-right-radius: 0px;
}
div#general nav.navi > ul > li > a span.border {
	left: -3px;
}
div#general nav.navi > ul > li:hover + li > a span.border {
	display: block;
}
div#general nav.navi > ul > li:nth-child(4):hover + li > a span.border,
div#general nav.navi > ul > li:nth-child(5) > a span.border {
	display: none;
}
div#general nav.navi > ul > li:hover > a span.arrow {
	display: none;
}
div#general nav.navi > ul > li.open > a span.arrow,
div#general nav.navi > ul > li.open:hover > a span.arrow {
	display: block;
}
div#general nav.navi > ul > li > a span.illust {
	display: none;
}
div#general nav.navi > ul > li > a > span.text {
	width: 100%;
	height: calc(100% - 6px);
	left: 0px;
	top: 0px;
}
div#general nav.navi > ul > li.active > a > span.text {
	background-color: transparent;
}
div#general nav.navi > ul > li div.nest {
	display: block;
	height: 0px;
	overflow: hidden;
}
div#general nav.navi > ul > li:hover div.nest {
	display: block;
}
div#general nav.navi > ul > li div.nest div.inner-nest {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: none;
}
div#general nav.navi > ul > li.open div.nest {
	height: auto;
	overflow: visible;
}
div#general nav.navi > ul > li:nth-child(5) div.nest div.inner-nest,
div#general nav.navi > ul > li:nth-child(6) div.nest div.inner-nest,
div#general nav.navi > ul > li:nth-child(7) div.nest div.inner-nest,
div#general nav.navi > ul > li:nth-child(8) div.nest div.inner-nest {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}
div#general nav.navi > ul > li div.nest div.inner-nest {
	padding: 15px 15px 5px 15px;
}
div#general nav.navi > ul > li div.nest ul {
	margin-right: 0px;
}
div#general nav.navi > ul > li div.nest ul li {
	float: none;
	width: auto;
	margin-right: 0px;
}
div#general nav.navi > ul > li div.nest ul li a {
	padding: 10px;
}
div#general nav.navi > ul > li div.nest ul li.category a {
	padding-right: 25px;
	background-position: right 10px center;
}
div#general div.breadcrumb {
	width: auto;
	padding: 10px 15px;
}
div#general div.breadcrumb-header {
	background-color: #ffffff;
}
div#general div#pickup {
	width: auto;
	margin-bottom: 50px;
}
div#general div#pickup div.text {
	font-size: 87.5%;
/*20190718ADD-STR*/
	padding:5px 7px 5px calc(6em + 15px);
	line-height:18px;
/*20190718ADD-END*/
}
/*20190718ADD-STR*/
div#general div#pickup div.text p.label {
	top: 5px;
}
/*20190718ADD-END*/
div#general div#pickup div.pager p {
	width: 25px;
	height: 50px;
}
div#general div#pickup div.pager p a {
	background-size: auto 50px;
}
div#general div#pickup div.navi {
	width: 100%;
	left: 0px;
	right: auto;
	top: auto;
	bottom: -30px;
	text-align: center;
	line-height: 13px;
}
div#general div#pickup div.navi p {
	width: 13px;
	height: 13px;
}
div#general div#pickup div.navi p.button {
	border: none;
	background-color: #cccccc;
}
div#general div#pickup div.navi p.button:hover,
div#general div#pickup div.navi p.button.active {
	background-color: #197864;
}
div#general div#pickup div.navi p.button-play-pause {
	background-image: url(../imgs/pickup-button-pause-sp.png);
	background-size: auto 13px;
}
div#general div#pickup div.navi p.button-play-pause.pause {
	background-image: url(../imgs/pickup-button-play-sp.png);
}
div#general ul.theme li {
	width: 50%;
	font-size: 100%;
}
div#general ul.theme li:nth-child(2n+1) {
	clear: both;
}
div#general ul.theme li a {
	padding-left: 50px;
}
div#general ul.theme li a i {
	width: 40px;
	height: 40px;
	left: 5px;
	top: calc(50% - 20px);
	background-size: auto 40px;
}
div#general ul.theme li a span {
	font-size: 75%;
}
div#general div.calendar-event table th,
div#general div.calendar-event table td {
	line-height: 1.6em;
}
/* ADD 2019/2/15 */
div#general div.calendar-event table th {
	width: 2.3em;
}
/* ADD-END 2019/2/15 */



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
	min-width: 0px;
	padding-top: 0px;
}
header#header div.background-sp {
	height: 0px;
	opacity: 0;
	transition: opacity 0.375s ease;
}
header#header.menu div.background-sp,
header#header.search-sp div.background-sp,
header#header.translation div.background-sp {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 90;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1;
}
header#header h1#logo,
header#header p#logo,
header#header p#button-search,
header#header p#button-menu,
header#header p#button-translation {
	-webkit-transition: -webkit-transform 0.25s ease;
	-ms-transition: -ms-transform 0.25s ease;
	transition: transform 0.25s ease;
}
header#header.hide h1#logo,
header#header.hide p#logo,
header#header.hide p#button-search,
header#header.hide p#button-menu,
header#header.hide p#button-translation {
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
}
header#header.hide.menu h1#logo,
header#header.hide.menu p#logo,
header#header.hide.menu p#button-search,
header#header.hide.menu p#button-menu,
header#header.hide.menu p#button-translation,
header#header.hide.search-sp h1#logo,
header#header.hide.search-sp p#logo,
header#header.hide.search-sp p#button-search,
header#header.hide.search-sp p#button-menu,
header#header.hide.search-sp p#button-translation,
header#header.hide.translation h1#logo,
header#header.hide.translation p#logo,
header#header.hide.translation p#button-search,
header#header.hide.translation p#button-menu,
header#header.hide.translation p#button-translation,
header#header.scroll-up h1#logo,
header#header.scroll-up p#logo,
header#header.scroll-up p#button-search,
header#header.scroll-up p#button-menu,
header#header.scroll-up p#button-translation {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
header#header h1#logo,
header#header p#logo {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 70px;
	left: 0px;
	top: 0px;
	z-index: 100;
	padding: 17px 0px 0px 10px;
	background-color: #ffffff;
}
header#header h1#logo a,
header#header p#logo a {
	width: 140px;
	height: 36px;
}
header#header p#button-search,
header#header p#button-menu,
header#header p#button-translation {
	display: block;
	position: fixed;
	width: 50px;
	height: 50px;
	top: 10px;
	z-index: 110;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	color: #197864;
	letter-spacing: 0em;
	cursor: pointer;
	background-color: #eef1e6;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: auto 20px;
}
header#header p#button-search {
	right: 62px;
	background-image: url(../imgs/icon-search-sp.png);
}
header#header p#button-menu {
	right: 10px;
	background-image: url(../imgs/icon-menu-sp.png);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
header#header p#button-translation {
	right: 114px;
	font-size: 8px;
	background-image: url(../imgs/icon-translation-sp.png);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
header#header.search-sp p#button-search,
header#header.menu p#button-menu,
header#header.translation p#button-translation {
	color: #eef1e6;
	background-color: #197864;
}
header#header.search-sp p#button-search,
header#header.menu p#button-menu,
header#header.translation p#button-translation {
	background-image: url(../imgs/icon-close-sp.png);
}
header#header p#button-search a,
header#header p#button-menu a,
header#header p#button-translation a {
	display: block;
	height: 100%;
	color: #197864;
}
header#header.search-sp p#button-search a,
header#header.menu p#button-menu a,
header#header.translation p#button-translation a {
	color: #eef1e6;
}
header#header p#button-search a:focus,
header#header p#button-menu a:focus,
header#header p#button-translation a:focus {
	outline-offset: -3px;
}
header#header p#button-search span,
header#header p#button-menu span,
header#header p#button-translation span {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 5px;
}
header#header p#button-translation span {
	bottom: 6px;
}
header#header div.search,
header#header div#menu,
header#header div.translation {
	display: none;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 70px;
	z-index: 100;
}
header#header div.search div.inner,
header#header div#menu div.inner,
header#header div.translation div.inner {
	padding: 15px;
	background-color: #eef1e6;
}
header#header div.search p.button-close,
header#header div#menu p.button-close,
header#header div.translation p.button-close {
	display: block;
	text-align: center;
	font-weight: 700;
}
header#header div.search p.button-close a,
header#header div#menu p.button-close a,
header#header div.translation p.button-close a {
	display: block;
	color: #ffffff;
	padding: 10px 0px;
	background-color: #197864;
}
header#header div.search p.button-close a:focus,
header#header div#menu p.button-close a:focus,
header#header div.translation p.button-close a:focus {
	outline-offset: -3px;
}
header#header div.search div.inner {
	padding-bottom: 0px;
}
header#header div.search form input[type=text] {
	text-indent: 35px;
	border-width: 2px;
}
header#header div.search div.notice-search {
	display: block;
	position: static;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	text-align: right;
	font-size: 87.5%;
}
header#header div.search div.notice-search p.label i {
	width: 18px;
	height: 18px;
	background-size: auto 18px;
}
header#header div.search div.notice-search p.button-close {
	display: none;
}
header#header div#menu {
	max-height: calc(100% - 70px);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
header#header div#menu div.misc {
	overflow: hidden;
	border: 4px solid #197864;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}
header#header.search div#menu div.misc {
	display: block;
}
header#header div#menu div.misc p.headline {
	display: block;
	text-align: center;
	font-size: 112.5%;
	font-weight: 700;
}
header#header div#menu div.misc p.headline a {
	display: block;
	position: relative;
	color: #ffffff;
	padding: 10px 30px;
	background-color: #197864;
}
header#header div#menu div.misc p.headline a:focus {
	outline-offset: -3px;
}
header#header div#menu div.misc p.headline i {
	position: absolute;
	width: 19px;
	height: 11px;
	right: 10px;
	top: calc(50% - 6px);
	background: url(../imgs/arrow-collapse-03.png) no-repeat left top;
	background-size: auto 11px;
}
header#header div#menu div.misc.open p.headline i {
	background-image: url(../imgs/arrow-collapse-03-close.png);
}
header#header div#menu div.misc div.content {
	display: none;
}
header#header div#menu div.misc div.content div.inner-content {
	position: relative;
	padding: 15px 15px calc(2em + 35px) 15px;
	background-color: #ffffff;
}
header#header div#menu div.misc div.content div.inner-content.kanabo-play {
	padding-bottom: calc(2em + 70px);
}
header#header div#menu div.misc div.voice,
header#header div#menu div.misc div.size-color,
header#header div#menu div.misc div.furigana {
	margin-right: 0px;
}
header#header div#menu div.misc div.voice {
	position: absolute;
	width: calc(100% - 90px);
	left: 45px;
	bottom: 15px;
}
header#header div#menu div.misc div.size-color {
	width: 66.66%;
}
header#header div#menu div.misc div.size-color p.label {
	display: none;
}
header#header div#menu div.misc div.size-color div.row {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-left: 10px;
}
header#header div#menu div.misc div.furigana {
	box-sizing: border-box;
	width: 33.33%;
	padding-left: 10px;
}
header#header div#menu div.misc div.voice p.button a,
header#header div#menu div.misc div.size-color p.label a,
header#header div#menu div.misc div.furigana p.label a,
header#header div.translation p.label a,
header#header div#menu div.misc div.size-color:hover p.label a,
header#header div#menu div.misc div.furigana:hover p.label a,
header#header div#menu div.misc div.size-color.active p.label a,
header#header div#menu div.misc div.furigana.active p.label a,
header#header div.translation:hover p.label a,
header#header div.translation.active p.label a {
	color: #333333;
	background-color: transparent;
}
header#header div#menu div.misc div.voice p.button a {
	color: #ffffff;
	background-color: #197864;
	border-radius: 5px;
}
header#header div#menu div.misc div.voice p.button a i {
	display: inline-block;
	width: 17px;
	height: 11px;
	vertical-align: 0em;
	margin-right: 5px;
	background: url(../imgs/icon-voice.png) no-repeat left top;
	background-size: auto 11px;
}
header#header div#menu div.misc div.voice:hover p.button a {
	text-decoration: underline;
}
header#header div#menu div.misc div.furigana p.label {
	text-align: left;
	line-height: 20px;
}
header#header div#menu div.misc div.size-color p.label i,
header#header div#menu div.misc div.furigana p.label i,
header#header div.translation p.label i {
	display: none;
}
header#header div#menu div.misc div.size-color div.nest,
header#header div#menu div.misc div.furigana div.nest,
header#header div.translation div.nest {
	display: block;
	position: static;
	width: auto;
	left: auto;
	top: auto;
	font-size: 87.5%;
	border: none;
	padding: 0px;
	background-color: transparent;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
header#header div#menu div.misc div.size-color div.nest {
	width: auto;
}
header#header div#menu div.misc div.size-color div.nest div.row:first-child {
	margin-bottom: 0px;
}
header#header div#menu div.misc div.size-color div.nest div.row:first-child form label.option:nth-child(1) {
	font-size: 12px;
}
header#header div#menu div.misc div.size-color div.nest div.row:first-child form label.option:nth-child(2) {
	font-size: 18px;
}
header#header div#menu div.misc div.size-color div.nest div.row:first-child form label.option:nth-child(3) {
	font-size: 24px;
}
header#header div#menu div.misc div.size-color form,
header#header div#menu div.misc div.furigana form {
	padding-top: 5px;
}
header#header div#menu div.theme p.headline {
	display: block;
	text-align: center;
	font-size: 112.5%;
	font-weight: 700;
	color: #ffffff;
	padding: 14px 0px 6px 0px;
	background-color: #005095;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
header#header div#menu div.theme ul.theme {
	border-top-right-radius: 0px;
	box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}
header#header div.translation p.label {
	display: none;
}
header#header div.translation ul li {
	float: left;
	margin-right: 20px;
}
header#header div.translation ul li:last-child {
	margin-right: 0px;
}
header#header div#menu nav#navi {
	display: none;
}
header#header div#menu nav#navi-sp,
header#header div#menu div.theme {
	display: block;
}
header#header div#menu nav#navi-sp {
	margin-bottom: 15px;
}
header#header div#kanabo {
	display: none;
}
header#header div#kanabo-sp {
	display: block;
	width: auto;
}
header#header div#emergency {
	width: calc(100% - 30px);
	margin-bottom: 15px;
	padding-left: 6em;
}
header#header div#emergency div.header {
	width: 6em;
}
header#header div#emergency div.header p {
	font-size: 100%;
	padding-left: 0px;
	background-image: none;
}
header#header div#emergency.active div.header {
	padding: 0px 10px;
}
header#header div#emergency.active div.header p {
	font-size: 112.5%;
	padding: 5px 0px 5px 35px;
}
header#header div#emergency.active div.content {
	padding: 10px;
}

/* home
-------------------------------------------------------------------------------- */

div.home header#header {
	padding-top: 0px;
	background-image: none;
}
div.home header#header nav#navi {
	display: block;
}
div.home header#header div#cover {
	width: auto;
	padding: 0px 15px;
}
div.home header#header div#cover div#pickup {
	float: none;
}
div.home header#header div#cover div#area {
	float: none;
	width: auto;
	border: 3px solid #197864;
	border-radius: 10px;
	box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}
div.home header#header div#cover div#area div.background {
	display: none;
}
/* UPD 2019/1/29
div.home header#header div#cover div#area p.headline {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	text-align: center;
	font-size: 125%;
	cursor: pointer;
	padding: 10px 30px;
	background: url(../imgs/background-button-03.png) repeat-x center;
	background-size: auto 100%;
	text-shadow: none;
}
div.home header#header div#cover div#area p.headline br {
	display: none;
}
div.home header#header div#cover div#area p.headline i {
	position: absolute;
	width: 19px;
	height: 11px;
	right: 10px;
	top: calc(50% - 6px);
	background: url(../imgs/arrow-collapse-03.png) no-repeat left top;
	background-size: auto 11px;
}
div.home header#header div#cover div#area.open p.headline i {
	background-image: url(../imgs/arrow-collapse-03-close.png);
}
   UPD-DEL 2019/1/29 */
div.home header#header div#cover div#area h2.headline {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	text-align: center;
	font-size: 125%;
	cursor: pointer;
	padding: 10px 30px;
	background: url(../imgs/background-button-03.png) repeat-x center;
	background-size: auto 100%;
	text-shadow: none;
}
div.home header#header div#cover div#area h2.headline br {
	display: none;
}
div.home header#header div#cover div#area h2.headline i {
	position: absolute;
	width: 19px;
	height: 11px;
	right: 10px;
	top: calc(50% - 6px);
	background: url(../imgs/arrow-collapse-03.png) no-repeat left top;
	background-size: auto 11px;
}
div.home header#header div#cover div#area.open h2.headline i {
	background-image: url(../imgs/arrow-collapse-03-close.png);
}
/* UPD-END 2019/1/29 */
div.home header#header div#cover div#area div.content {
	display: none;
}
div.home header#header div#cover div#area div.inner-content {
	padding: 15px;
	background-color: #e5e5e5;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
div.home header#header div#cover div#area div.content p.description {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	position: static;
	left: auto;
	top: auto;
	text-align: justify;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
div.home header#header div#cover div#area div.content ul {
	margin-right: -10px;
}
div.home header#header div#cover div#area div.content ul li {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
}
div.home header#header div#cover div#area div.content p.address {
	text-align: left;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main#main {
	width: auto;
	padding: 15px 0px 80px 0px;
}

/* home
-------------------------------------------------------------------------------- */

div.home main#main {
	padding-bottom: 15px;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content {
	float: none;
	width: auto;
	margin-bottom: 15px;
	padding: 0px 15px;
}
div#content div#title {
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
div#content div.frame div#title {
	  margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
}
div#content div#title.category {
	margin-top: -15px;
	padding: 30px 15px;
}
div#content div#title.category h1 {
	font-size: 175%;
}
div#content div#title.event {
	height: 109px;
	background-image: url(../imgs/event-background-title-sp.jpg);
	/* UPD 20190609
	background-size: auto 109px;
	*/
	background-size: 100% 109px;
	border-radius: 0px;
}
div#content div#title.event h1 {
	min-width: 250px;
	font-size: 162.5%;
	padding: 0px 15px;
}
div#content div#title.sub {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 15px;
}
div#content div#title.misc {
	padding: 15px;
	border-radius: 0px;
}
div#content div#title.recruit {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 25px 20px;
	background-position: center bottom -5px;
	background-size: auto 76px;
}
div#content div#title.recruit h1 {
	font-size: 187.5%;
}
div#content div.page-information {
	padding: 10px 0px;
}
div#content div.page-information p.update,
div#content div.page-information p.id {
	display: block;
	float: right;
	margin-left: 0px;
}
/* ADD 2019/1/25 */
div#content div.page-information p.update {
	margin-left: 1em;
}
/* ADD-END 2019/1/25 */
/* UPD 2019/1/31
div#content div.column-frame {
	margin-right: 0px;
}
   UPD-DEL 2019/1/31 */
div#content div.column-frame {
	margin-right: -15px;
}
/* UPD-END 2019/1/31 */
div#content div.column-frame div.frame {
	float: none;
	width: auto;
	margin-right: 0px;
}
div#content div.frame {
	margin-bottom: 15px;
	padding: 15px;
}
div#content div.frame-wide {
	margin-left: -15px;
	margin-right: -15px;
	border-radius: 0px;
}
div#content div.frame-rating div.header {
	margin: -15px -15px 15px -15px;
}
div#content .headline-01 {
	margin-bottom: 15px;
}
div#content .headline-02 {
	margin-bottom: 15px;
}
div#content div.menu ul {
	margin-bottom: -10px;
}
div#content div.menu ul li {
	margin-bottom: 10px;
}
div#content div.menu-two ul,
div#content div.menu-three ul,
div#content div.menu-four ul {
	margin-right: 0px;
}
div#content div.menu-two ul li,
div#content div.menu-three ul li,
div#content div.menu-four ul li {
	float: none;
	width: auto;
	margin-right: 0px;
}
div#content div.list-period ul li {
	padding-right: 0em;
}
div#content div.list-period ul li span.period {
	position: static;
	width: auto;
	right: auto;
	top: auto;
	text-align: left;
}
div#content div.list-more div.more-sp {
	display: none;
}
div#content div.pager-common h2 {
	display: none;
}
div#content div.index {
	padding-left: 0px;
}
div#content div.index p.label {
	position: static;
	left: auto;
	top: auto;
	width: 3.5em;
	margin-bottom: 10px;
	padding: 0px 5px;
}
div#content div.index ul {
	padding: 5px 0px;
}
div#content div.calendar {
	width: auto;
}
/* DEL 2018/12/5
div#content div.map {
	height: 150px;
}
	 DEL-END 2018/12/5 */
div#content form.rating div.component {
	margin-right: -15px;
}
div#content div.table-wrapper {
	max-width: 100%;
	overflow: auto;
	background-color: #f2f2f2;
	-webkit-overflow-scrolling: touch;
/* ADD 2019/3/19 */
	margin-bottom: 10px;
/* ADD-END 2019/3/19 */
}
div#content div.table-wrapper::-webkit-scrollbar {
	height: 8px;
}
div#content div.table-wrapper::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #999999;
}
div#content div.table-wrapper div.inner-table-wrapper {
	box-sizing: border-box;
	min-width: 760px;
	padding: 15px;
}
div#content div.table-wrapper table {
	background-color: #ffffff;
}
div#content div.shift-up-01,
div#content div.shift-up-02,
div#content div.shift-up-03 {
	margin-top: 0px;
}
div#content div.shift-up-03 {
	padding-right: 0px;
}
div#content div.shift-up-01-left,
div#content div.shift-up-02-left,
div#content div.shift-up-03-left {
	text-align: left;
}
div#content div.column-two {
	margin-right: 0px;
}
div#content div.column-two div.row {
	float: none;
	width: auto;
	margin: 0px 0px 30px 0px;
}
div#content div.column-three {
	margin-right: 0px;
}
div#content div.column-three div.row {
	float: none;
	width: auto;
	margin: 0px 0px 15px 0px;
}

/* ADD 2018/12/28 */
/* article
-------------------------------------------------------------------------------- */
div#content div.article table {
	margin-bottom: 0px;
}
div#content div.article div.bodyarea img {
	display:table;
	margin: 0 auto;
}
div#content div.article div.bodyarea img.attachment-icon {
	display: inline-block;
}
div#content div.article div.bodyarea div.img_left img,
div#content div.article div.bodyarea div.img_right img,
div#content div.article div.bodyarea div.img_waku img,
div#content div.article div.bodyarea div.right2 img,
div#content div.article div.bodyarea div.left2 img,
div#content div.article div.bodyarea div.img_left_harf img {
	display: inline-block;
	margin: 0;
}
div#content div.article div.bodyarea div.img_right,
div#content div.article div.bodyarea div.img_left {
	clear: none;
	float: none;
	margin: 0 auto;
	width: auto !important;
}
div#content div.article div.bodyarea div.img_shisetu {
	clear: none;
	float: none;
	display: table;
	margin: 0 auto;
	height: auto !important;
}
/* ADD-END 2018/12/28 */
/* ADD 2019/1/17 */
div#content div.article div.img_waku {
	/* DEL 20190605
	display: table !important;
	*/
	max-width:100%;
	height:auto !important;
	margin: 0 auto !important;
	/*width: 100% !important;*/
}
div#content div.article div.bodyarea div.img_right,
div#content div.article div.bodyarea div.img_left {
	max-width:100%;
	height:auto !important;
	margin: 0 auto !important;
}
div#content div.article div.img_waku .left2,
div#content div.article div.img_waku .right2,
div#content div.article div.category-set .left2,
div#content div.article div.category-set .right2,
div#content div.article div.category-set .img_left_harf {
	float: none !important;
	/* DEL 20190605
	display: table;
	*/
	max-width:100%;
	height:auto !important;
	 
	margin: 0 0 5px 0;
	/*margin: 0 auto;*/
}
div#content div.article div.category-set .img_left_harf {
	width: 100%;
}
div#content div.article div.bodyarea table {
	float: left;
}
div#content div.article div.bodyarea table .img_right,
div#content div.article div.bodyarea table .img_shisetu {
	float: right;
	clear: right;
	width: auto !important;
}
div#content div.article div.bodyarea table .img_right .category-set .right2,
div#content div.article div.bodyarea table .img_left,
div#content div.article div.bodyarea table .left2,
div#content div.article div.bodyarea table .img_waku,
div#content div.article div.bodyarea table .img_wakuleft,
div#content div.article div.bodyarea table .category-set .img_waku .left2,
div#content div.article div.bodyarea table .img_left_harf,
div#content div.article div.bodyarea table div.category-set div.left2 {
	float: left !important;
	width: auto !important;
}
div#content div.article div.bodyarea p {
	margin-left: 0px !important;
}
/* ADD-END 2019/1/17 */
/* ADD 2019/3/14 */
div#content div.article div.detail-event-calendar div.calendar {
	float:none;
	margin-right:0px;
}
/* ADD-END 2019/3/14 */
/* ADD 2019/3/19 */
div#content div.article div.bodyarea img.google-map {
	display: inline-block;
}
/* ADD-END 2019/3/19 */

/* home
-------------------------------------------------------------------------------- */

div.home div#content {
	padding: 0px;
}
div.home div#content section div.inner-section {
	width: auto;
	padding: 15px 15px 10px 15px;
}
div.home div#content section h2 {
	font-size: 150%;
}
div.home div#content section div.block {
	margin-bottom: 15px;
}
div.home div#content section#search {
	background: linear-gradient(to bottom, #d3edfb, #ffffff);
}
div.home div#content section#search div.block div.header p.description {
	display: none;
}
div.home div#content section#search div.block-keyword {
	width: auto;
	padding-top: 2em;
}
div.home div#content section#search div.block-keyword form {
	padding: 0px 4.5em 0px 0px;
	border-radius: 5px;
}
div.home div#content section#search div.block-keyword form p.label {
	display: inline-block;
	position: absolute;
	width: auto;
	left: -4px;
	top: -44px;
	line-height: 2em;
	letter-spacing: 0.05em;
	padding: 4px 20px 0px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div.home div#content section#search div.block-keyword form input[type=text] {
	text-indent: 35px;
	background: #ffffff url(../imgs/icon-search-01.png) no-repeat 10px center;
	background-size: auto 20px;
}
div.home div#content section#search div.block-keyword form input[type=submit] {
	font-size: 100%;
}
div.home div#content section#search div.block-keyword div.notice-search {
	display: block;
	width: auto;
	left: calc(11.5em + 30px);
	top: -10px;
	font-size: 87.5%;
}
div.home div#content section#search div.block-keyword div.notice-search p.label i {
	width: 18px;
	height: 18px;
	background-size: auto 18px;
}
div.home div#content section#search div.block-navi div.header {
	display: block;
}
div.home div#content section#search div.block-navi div.header p.label {
	font-size: 100%;
	line-height: 1.3em;
	border: 4px solid #005095;
	margin-right: 0px;
	padding: 0px;
	border-top-right-radius: 0px;
}
div.home div#content section#search div.block-navi nav.navi > ul > li {
	width: 25%;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:first-child {
	margin-left: 25%;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(2) {
	margin-left: 0px;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(4) {
	clear: both;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(5) {
	clear: none;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:first-child > a {
	border-left: none;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(3) > a {
	border-top-right-radius: 10px;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(4) > a {
	border-left: 4px solid #005095;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(4).open > a {
	border-bottom-left-radius: 0px;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(5) > a {
	border-left: none;
	border-bottom-left-radius: 0px;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:last-child {
	width: 25%;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(4) > a span.border {
	display: none;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(5) > a span.border {
	display: block;
}
div.home div#content section#search div.block-navi nav.navi > ul > li:nth-child(4) div.nest div.inner-nest {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}
div.home div#content section#search div.block-link ul {
	margin-right: -5px;
}
div.home div#content section#search div.block-link ul li {
	width: calc(33.33% - 5px);
	font-size: 87.5%;
	margin: 0px 5px 5px 0px;
}
div.home div#content section#search div.block-link ul li:nth-child(1),
div.home div#content section#search div.block-link ul li:nth-child(2) {
	width: calc(50% - 5px);
}
div.home div#content section#search div.block-link ul li:nth-child(4n+1) {
	clear: none;
}
div.home div#content section#search div.block-link ul li:nth-child(3),
div.home div#content section#search div.block-link ul li:nth-child(3n+3) {
	clear: none;
}
div.home div#content section#search div.block-link ul li a {
	height: 5em;
}
div.home div#content section#search div.block-link ul li:nth-child(1) a,
div.home div#content section#search div.block-link ul li:nth-child(2) a {
	height: 6.5em;
}
div.home div#content section#information {
	background: linear-gradient(to bottom, #d5e3ca, #ffffff);
}
div.home div#content section#information div.block {
	margin-bottom: 29px;
}
div.home div#content section#information div.block div.content {
	padding: 15px;
}
div.home div#content section#information div.block-tab {
	border-color: #1a7860;
}
div.home div#content section#information div.block-tab div.header {
	margin-left: -10px;
}
div.home div#content section#information div.block-tab div.header h3 {
	width: auto;
	min-width: 69px;
	text-indent: -2px;
	font-size: 87.5%;
	letter-spacing: 0em;
	margin-right: 5px;
}
div.home div#content section#information div.block-tab div.header h3.active {
	font-size: 100%;
}
div.home div#content section#information div.block-tab div.header h3 a {
	padding: 15px 0px 0px 0px;
}
@media (max-width:374px) {
div.home div#content section#information div.block-tab div.header h3 {
	font-size: 75%;
	min-width: 0px;
}
div.home div#content section#information div.block-tab div.header h3.active {
	font-size: 75%;
}
div.home div#content section#information div.block-tab div.header h3 a {
	padding: 15px 6px 0px 6px;
}
}
div.home div#content section#information div.block-tab div.content-event div.list {
	margin-right: 0px;
}
div.home div#content section#information div.block-tab div.content-event div.list div.row {
	box-sizing: border-box;
	position: relative;
	float: none;
	width: auto;
	min-height: 85px;
	border-bottom: 1px solid #197864;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 110px;
}
div.home div#content section#information div.block-tab div.content-event div.list div.row:last-child {
	margin-bottom: 0px;
}
div.home div#content section#information div.block-tab div.content-event div.list div.row p.image {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 0px;
}
div.home div#content section#information div.block-tab div.content-event div.list div.row p.image span {
	width: 100px;
	height: 75px;
}
div.home div#content section#information div.column {
	margin-right: 0px;
}
div.home div#content section#information div.column div.block {
	float: none;
	width: auto;
	margin: 0px 0px 30px 0px;
}
div.home div#content section#information div.column div.block:last-child {
	margin-bottom: 0px;
}
div.home div#content section#banner div.inner-section {
	padding-bottom: 80px;
}
div.home div#content section#banner div.block-link ul li {
	width: 166px;
}
@media (max-width:374px) {
div.home div#content section#banner div.block-link ul {
	margin-right: 0px;
}
div.home div#content section#banner div.block-link ul li {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
@media (max-width:404px) {
div.home div#content section#banner div.block-ad ul {
	position: relative;
	width: 250px;
	left: 2px;
	margin: auto;
}
}
div.home div#content section#banner div.block-ad div.footer p {
	font-size: 75%;
}

/* news
-------------------------------------------------------------------------------- */

div#content div.frame-news div.category ul {
	display: none;
}
div#content div.frame-news div.category select {
	display: block;
	width: 100%;
	line-height: 36px;
	border: 2px solid #197864;
	background-image: url(../imgs/arrow-select-02.png);
	background-position: right -1px center;
}

/* event
-------------------------------------------------------------------------------- */

div#content div.frame-event div.list-notice {
	margin-right: 0px;
}
div#content div.frame-event div.list-notice div.row {
	box-sizing: border-box;
	position: relative;
	float: none;
	width: auto;
	min-height: 85px;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 110px;
}
div#content div.frame-event div.list-notice div.row:last-child {
	margin-bottom: 0px;
}
div#content div.frame-event div.list-notice div.row p.image {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 0px;
}
div#content div.frame-event div.list-notice div.row p.image a {
	width: 100px;
	height: 75px;
}
div#content div.frame-event div.category ul {
	display: none;
}
div#content div.frame-event div.category select {
	display: block;
	width: 100%;
	line-height: 36px;
	border: 2px solid #197864;
	background-image: url(../imgs/arrow-select-02.png);
	background-position: right -1px center;
}
div#content div.frame-event p.banner-enjoy-setagaya a {
	padding-bottom: 50.14%;
	background: url(../imgs/event-banner-enjoy-setagaya-sp.jpg) no-repeat left top;
	background-size: auto 100%;
}
div#content div.frame-event p.banner-enjoy-setagaya img {
	display: none;
}
div#content div.frame-event p.map-caption span {
	display: inline;
}
div#content div.frame-event div.category-detail div.row {
	margin-right: 0px;
}
div#content div.frame-event div.category-detail div.header,
div#content div.frame-event div.category-detail div.menu {
	float: none;
}
div#content div.frame-event div.category-detail div.header {
	width: auto;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
div#content div.frame-event div.category-detail div.menu {
	width: auto;
}
div#content div.frame-event div.category-detail div.menu-two ul {
	margin-right: -10px;
}
div#content div.frame-event div.category-detail div.menu-two ul li {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
}
div#content div.frame-event div.calendar-line {
	display: none;
}
div#content div.frame-event div.calendar-sp {
	display: block;
}
div#content div.frame-event div.category-line h2 {
	text-align: left;
	font-size: 87.5%;
	margin-bottom: 5px;
}

/* mayor
-------------------------------------------------------------------------------- */

div#content div.frame-mayor div.greeting div.left {
	float: none;
	width: auto;
	margin-bottom: 30px;
}
div#content div.frame-mayor div.greeting div.right {
	float: none;
	margin: auto;
}
div#content div.frame-mayor div.column-two div.row div.summary p.image {
	width: 100px;
}
div#content div.frame-mayor div.column-two div.row div.summary p.description {
	width: calc(100% - 110px);
}
div#content div.frame-mayor div.list-main div.row {
	padding: 15px 0px;
}
div#content div.frame-mayor div.list-main div.row p.image,
div#content div.frame-mayor div.list-main div.row div.text {
	float: none;
}
div#content div.frame-mayor div.list-main div.row p.image {
	width: 200px;
	margin: 0px auto 10px auto;
}
div#content div.frame-mayor div.list-main div.row div.text {
	width: auto;
}
div#content div.frame-mayor div.list-sub ul li {
	padding-right: 0px;
}
div#content div.frame-mayor div.list-sub ul li span.date {
	position: static;
	right: auto;
	top: auto;
}

/* facility
-------------------------------------------------------------------------------- */

div#content div.column-facility {
	margin-bottom: 30px;
	/* ADD 2019/2/19 */
	float:none;
	width:auto;
	/* ADD-END 2019/2/19 */
}
div#content div.column-facility div.left {
	float: none;
	width: auto;
	margin-bottom: 15px;
}
div#content div.column-facility div.right {
	float: none;
	width: auto;
}
div#content div.column-facility div.right div.row {
	margin-bottom: 15px;
}

/* area
-------------------------------------------------------------------------------- */

div#content div.frame-area div.list-event {
	margin: 0px;
}
div#content div.frame-area div.list-event  div.row {
	box-sizing: border-box;
	position: relative;
	float: none;
	width: auto;
	min-height: 85px;
	margin: 0px 0px 10px 0px;
	padding-left: 110px;
}
div#content div.frame-area div.list-event  div.row:last-child {
	margin-bottom: 0px;
}
div#content div.frame-area div.list-event  div.row a p.image {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 0px;
}
div#content div.frame-area div.list-event  div.row a p.image span {
	width: 100px;
	height: 75px;
}
div#content div.frame-area div.profile p.description,
div#content div.frame-area div.profile p.map {
	float: none;
	width: auto;
}
div#content div.frame-area div.profile p.description {
	margin-bottom: 15px;
}
div#content div.frame-area div.profile p.map {
	width: 206px;
	margin: auto;
}
div#content div.frame-area div.profile p.map img {
	width: 100%;
	height: auto;
}
div#content div.frame-area div.area ul {
	float: none;
	width: auto;
	margin-bottom: 15px;
}
div#content div.frame-area div.area ul li {
	padding-left: 15px;
}
div#content div.frame-area div.area ul li span.name,
div#content div.frame-area div.area ul li span.address {
	float: none;
	width: auto;
}
div#content div.frame-area div.area p.map {
	float: none;
	width: 268px;
	margin: auto;
}
div#content div.frame-area div.area p.map img {
	width: 100%;
	height: auto;
}
div#content div.frame-area div.search form p.label,
div#content div.frame-area div.search form div.component {
	float: none;
}
div#content div.frame-area div.search form p.label {
	font-size: 112.5%;
	line-height: 1.6em;
	margin: 0px 0px 5px 0px;
}
div#content div.frame-area div.search form input[type=text] {
	width: 100%;
}
div#content div.frame-area div.search form div#message div.inner-message,
div#content div.frame-area div.search form div#result div.inner-result {
	padding-top: 15px;
}
div#content div.frame-area div.search form div#message {
	font-size: 100%;
}
div#content div.frame-area div.search form div#message p.decide {
	text-align: center;
}
div#content div.frame-area div.search form div#result {
	text-align: center;
}
div#content div.frame-area div.search form div#result p {
	display: inline-block;
	float: none;
	margin: 0px 10px 10px 10px;
}
div#content div.frame-area div.list-address div.navi ul li {
	font-size: 125%;
	margin-right: 20px;
}
div#content div.frame-area div.list-address div.block table {
	width: 560px;
}


/* recruit
-------------------------------------------------------------------------------- */

div#content nav#recruit-navi ul li {
	width: 50%;
}
div#content nav#recruit-navi ul li:nth-child(2n+1) {
	clear: both;
}
div#content nav#recruit-navi ul li:nth-child(1) a,
div#content nav#recruit-navi ul li:nth-child(2) a,
div#content nav#recruit-navi ul li:nth-child(3) a,
div#content nav#recruit-navi ul li:nth-child(4) a {
	border-bottom: 3px solid #cccccc;
}
div#content nav#recruit-navi ul li:nth-child(2n) a {
	border-right: none;
}
div#content nav#recruit-navi ul li:first-child a {
	border-bottom-left-radius: 0px;
}
div#content nav#recruit-navi ul li:nth-child(2) a {
	border-top-right-radius: 10px;
}
div#content nav#recruit-navi ul li:nth-child(5) a {
	border-bottom-left-radius: 10px;
}
div#content nav#recruit-navi ul li:last-child a {
	border-top-right-radius: 0px;
}
div#content div#recruit-cover {
	height: auto;
	border-radius: 0px;
}
div#content div#recruit-cover div.intro,
div#content div#recruit-cover div.staff {
	position: static;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
}
div#content div#recruit-cover div.intro {
	display: none;
}
div#content div#recruit-cover div.staff div.row {
	float: none;
	width: auto;
	height: auto;
	border-bottom: 1px solid #005095;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div#content div#recruit-cover div.staff div.row:last-child {
	margin-bottom: 0px;
}
div#content div#recruit-cover div.staff div.row p.image,
div#content div#recruit-cover div.staff div.row div.summary {
	position: static;
	float: left;
	height: auto;
	left: auto;
	top: auto;
}
div#content div#recruit-cover div.staff div.row p.image {
	width: 100px;
	margin-right: 10px;
}
div#content div#recruit-cover div.staff div.row p.image img {
	border-radius: 5px;
}
div#content div#recruit-cover div.staff div.row div.summary {
	width: calc(100% - 110px);
	color: #005095;
	padding: 0px;
	background-color: transparent;
}
div#content div#recruit-cover div.staff div.row div.summary p.year-job {
	font-size: 100%;
	border-color: #005095;
}
div#content div#recruit-cover div.staff div.row div.summary p.year-job span {
	display: inline-block;
}
div#content div#recruit-cover div.staff div.row div.summary p.year-job span.year {
	margin-right: 10px;
}
div#content div#recruit-cover div.staff div.row div.summary p.post {
	font-size: 100%;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
div#content div#recruit-cover div.staff div.row div.summary p.message {
	font-size: 87.5%;
}
div#content div#recruit-column div.left,
div#content div#recruit-column div.right {
	float: none;
}
div#content div#recruit-column div.left {
	width: auto;
	margin-right: 0px;
}
div#content div#recruit-column div.right {
	width: auto;
}
div#content div#recruit-column div.right h3 {
	display: inline-block;
	padding: 0px 5px 5px 5px;
}
div#content div#recruit-column div.right p.button-default {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

/* contact
-------------------------------------------------------------------------------- */

div#content p.diagram-contact img {
	width: 100%;
	height: auto;
}
form.contact div.component {
	margin-bottom: 10px;
}
form.contact div.component.margin-bottom-wide {
	margin-bottom: 30px;
}
form.contact div.component div.background-01,
form.contact div.component div.background-02 {
	display: none;
}
form.contact div.component header,
form.contact div.component div.body {
	float: none;
	padding: 10px;
}
form.contact div.component header {
	width: auto;
	margin-bottom: 2px;
	background-color: #d1e7f2;
}
form.contact div.component header p.sample {
	display: inline-block;
	vertical-align: middle;
}
form.contact div.component div.body {
	width: auto;
	background-color: #e5e5e5;
}
/* ADD 2019/3/5 */
form.contact div.component div.body label.option {
	display: block;
}
/* ADD-END 2019/3/5 */
form.contact div.action input.button-confirm,
form.contact div.action input.button-submit,
form.contact div.action input.button-edit {
	margin: 0px 15px 15px 0px;
}
form.contact div.action input.button-edit {
	float: left;
}



/* --------------------------------------------------------------------------------
sidebar
-------------------------------------------------------------------------------- */

aside#sidebar {
	float: none;
	width: auto;
	padding: 0px 15px;
}
aside#sidebar div.block {
	margin-bottom: 15px;
}
div.setagaya aside#sidebar div.block-calendar div.header h3 br,
div.kitazawa aside#sidebar div.block-calendar div.header h3 br,
div.tamagawa aside#sidebar div.block-calendar div.header h3 br,
div.kinuta aside#sidebar div.block-calendar div.header h3 br,
div.karasuyama aside#sidebar div.block-calendar div.header h3 br {
	display: none;
}
aside#sidebar p.banner {
	width: 210px;
	margin: 0px auto 15px auto;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer p#button-page-top {
	left: auto;
	right: 15px;
}
footer#footer.absolute p#button-page-top {
	top: -60px;
}
footer#footer div.information div.inner-information {
	width: calc(100% - 30px);
	padding: 25px 15px 15px 15px;
}
footer#footer div.information div.office {
	float: none;
	width: auto;
}
footer#footer div.information div.office h3 {
	margin: 0px -15px 10px 0px;
}
footer#footer div.information div.office h3 > a {
	width: 140px;
	height: 36px;
}
footer#footer div.information div.office h3 span a {
	pointer-events: none;
	color: #333333;
	cursor: default;
}
footer#footer div.information nav#navi-footer {
	float: none;
	width: 240px;
	text-align: center;
	margin: 0px auto 20px auto;
}
footer#footer div.information nav#navi-footer ul li {
	float: left;
	width: 33.33%;
}
footer#footer div.information nav#navi-footer ul li:nth-child(4),
footer#footer div.information nav#navi-footer ul li:nth-child(5) {
	width: 50%;
}
footer#footer div.information nav#navi-footer ul li:nth-child(1) a,
footer#footer div.information nav#navi-footer ul li:nth-child(2) a,
footer#footer div.information nav#navi-footer ul li:nth-child(3) a {
	border-bottom: 2px solid #ffffff;
}
footer#footer div.information nav#navi-footer ul li:nth-child(3) a,
footer#footer div.information nav#navi-footer ul li:last-child a {
	border-right: 0px;
}
footer#footer div.information nav#navi-footer ul li:first-child a {
	border-bottom-left-radius: 0px;
}
footer#footer div.information nav#navi-footer ul li:nth-child(3) a {
	border-top-right-radius: 10px;
}
footer#footer div.information nav#navi-footer ul li:nth-child(4) a {
	border-bottom-left-radius: 10px;
}
footer#footer div.information nav#navi-footer ul li:last-child a {
	border-top-right-radius: 0px;
}
footer#footer div.information nav#navi-footer p.button-home {
	display: block;
}
footer#footer div.information div.misc ul li {
	display: inline-block;
	float: none;
	font-size: 75%;
	line-height: 1.2em;
	margin-right: 10px;
}
footer#footer div.information div.misc ul.first {
	float: none;
	text-align: left;
	margin-bottom: 15px;
}
footer#footer div.information div.misc ul.second {
	float: none;
	text-align: center;
}
footer#footer p.copyright {
	padding: 10px 0px;
}

/* home
-------------------------------------------------------------------------------- */

div.home footer#footer div.information div.inner-information {
	padding-top: 20px;
}

/*AcrobatReader ADD2019-10-17*/
div#content div.adobe-reader p.description {
    margin-top: 50px;
    clear: both;
    text-indent: 0em;
}
/*AcrobatReader ADD-END2019-10-17*/
