@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

#koto * {
	box-sizing: border-box;
}

#koto #searchBox {
	width: 260px;
}

#koto #mainVisual {
	width: 100%;
	height: 300px;
	background: url(images/kotoMainBack.jpg) no-repeat center center #FFF;
	position: relative;
}

#centerIDArea {
	position: absolute;
	top: 30px;
	left: 40px;
}

#centerID {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	padding-bottom: 5px;
}

#globalNavi ul {
	display: table;
	width: 100%;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#globalNavi ul li {
	display: table-cell;
}

#globalNavi ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	border-right: 1px solid #999;
	padding: 6px 20px;
	font-weight: bold;
	color: #1b528a;
	background: rgb(227,238,250);
	background: linear-gradient(0deg, rgba(227,238,250,1) 0%, rgba(173,213,254,1) 100%);
}

#globalNavi ul li a:hover {
	background: rgb(227,238,250);
	background: linear-gradient(0deg, rgba(227,238,250,1) 0%, rgba(159,199,240,1) 100%);
}

#koto #topContentsArea {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#koto #topContents {
	float: none;
}

#koto #topLNavi {
	background: #f1f8ff;
	margin: 0;
	padding: 25px 10px;
	float: none;
}

#koto #topLNavi h2.jigyoMenu,
#koto #lNavi h2.jigyoMenu {
	font-size: 93.75%;
	font-weight: bold;
	color: #1b528a;
	background: url(images/iconHeart.png) no-repeat left center;
	padding-left: 24px;
}

#koto #topLNavi ul.jigyoMenu li,
#koto #lNavi ul.jigyoMenu li {
	height: auto;
	border: 1px solid #767676;
	border-radius: 6px;
	background: rgb(227,238,250);
	background: linear-gradient(0deg, rgba(227,238,250,1) 0%, rgba(173,213,254,1) 100%);
	margin-bottom: 5px;
}

#koto #topLNavi ul.jigyoMenu li:hover,
#koto #lNavi ul.jigyoMenu li:hover {
	background: rgb(227,238,250);
	background: linear-gradient(0deg, rgba(227,238,250,1) 0%, rgba(159,199,240,1) 100%);
}

#koto #topLNavi ul.jigyoMenu li a {
	display: block;
	color: #0f375f;
	font-size: 112.5%;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FFF;
	border-radius: 6px;
	padding: 11px 4px 11px 30px;
	background: url(images/iconNavi.png) no-repeat left 10px center;
}

#koto #lNavi ul.jigyoMenu li a {
	display: block;
	color: #0f375f;
	font-size: 93.75%;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FFF;
	border-radius: 6px;
	padding: 10px;
}

#koto #kanrenLink h2 img,
#koto #contentsArea #kanrenLink ul li {
	width: 100%;
	height: auto;
}

#koto #contentsArea #kanrenLink ul li img {
	width: 158px;
	height: auto;
}

#koto #contentsVisual {
	border: 1px solid #979797;
}

#koto #contentsVisual p {
	border: 9px solid #FFF;
	background: url(images/kotoTitleBack.jpg) no-repeat left center;
}

#koto #contentsVisual p a {
	display: inline-block;
	font-size: 150%;
	margin: 20px 30px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#koto #contents p#topicPath {
	margin: 5px 0 5px 5px;
}

#koto #contents h1 {
	background: url(images/h1KotoBack.png) no-repeat center center;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	padding: 0 10px 0 30px;
	color: #FFF;
}

#koto #contents h2 {
	color: #083871;
	background: url(images/h2BackKoto.png) no-repeat left bottom;
	font-weight: bold;
}

#contentsArea {
	display: flex;
	justify-content: space-between;
}

#contents {
	padding-bottom: 50px;
}

#lNavi {
	background: #f1f8ff;
	margin: 0;
	padding: 25px 10px;
	float: none;
}

#koto h3 {
	color: #083871;
	border-left: 16px solid #4473AA;
	font-weight: bold;
}

#koto h4 {
	color: #083871;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

#contents .kakomiSingle h2 {
	margin-top: -15px;
}

#koto #centerIDArea address {
	font-style: normal;
	text-align: left;
	padding-top: 4px;
	font-size: 90%;
}

#koto #centerIDArea p.phone {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	text-align: left;
	padding-left: 20px;
	position: relative;
}

#koto #centerIDArea p.phone::before {
	content: '';
	display: block;
	width: 14px;
	height: 12px;
	background: url(images/iconPhone.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
}

#contents .indexMenu ul {
	margin: 0 15px 20px;
	list-style-image: none;
}
#contents .indexMenu ul li {
	background: none;
	margin-bottom: 20px;
	padding: 0;
}
#contents .indexMenu ul li a {
	border: 1px solid #CCC;
	border-radius: 6px;
	display: block;
	padding: 10px 20px 10px 30px;
	position: relative;
}
#contents .indexMenu ul li a:hover {
	background: #fdfff2;
}

#contents .indexMenu ul li a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ff8c00;
	position: absolute;
	top: calc(50% - 4px);
	left: 12px;
}

h2#sliderArea {
	font-size: 20px;
	background: url(images/titlePhotoBack.gif) no-repeat center;
	padding: 15px 20px 10px;
	margin: 20px 0 10px;
	color: #ffcc66;
}

h2#sliderArea span {
	filter: drop-shadow(2px 2px 2px #000c);
}