#title {
	/* display: flex; */
	margin: 40px 0 40px 20px;
	font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;

	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#title h4 {
	margin:0 0 0 24px;
	font-size: 1.5em;
	line-height: 160%;
	color: #3a4e54;
	text-align: center;
}


#title .category {
	margin-bottom: 2em;
	padding: 18px 18px 18px 36px;
	font-size: 1.5em;
	/* min-width: 162px; */
	width: 162px;
}

#title .category::before {
	content: '';
	display: block;
	width: .5em;
	height: .5em;
	border-top: #fff 5px solid;
	border-right: #fff 5px solid;
	transform: rotate(45deg);
	margin-top:4px;
	margin-left:-24px;
	position: absolute;

}


.cat1 {background-color: #92d050; color: #fff;}
.cat2 {background-color: #ff9900; color: #fff;}
.cat3 {background-color: #002060; color: #fff;}


#printBtn {
	width:100px;
	margin:10px -10px 0 auto;
}

#printBtn > a {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #2a9ab8;
	background-color: #2a9ab8;
	color: #fff;
	text-decoration: none;
  transition: all 0.3s ease 0s;
}

#printBtn > a:hover { opacity: 0.6; }

#printBtn + h5 { margin-top:0; }

h5 {
	display: table;
	margin: 2em 0 0 20px;
	padding: 8px 10px;
	border:2px solid #2a9ab8;
	border-radius: 3px;
	font-size: 1.25em;
	color:#2a9ab8;
	font-weight: bold;
}



.arrow {
	width:60px;
	height:70px;
	margin:0 auto;
}


.mt0 {margin-top: 0;}


#con_kj .con_kj_hbn p, #con_kj .con_kj_hbn li {
	font-size:1.167em;
}


#con_kj .con_kj_hbn ul {
margin: 1em 0 0 35px;
}

#con_kj .con_kj_hbn ul > li {
	margin: 0 0 .8em 1em;
	list-style: circle;
}


.thumbnail {
	max-width:100%;
}

.kasen { text-decoration: underline; }

strong {
	font-weight: normal;
	color:#d68100;
}

.my-gallery {
	margin-left:35px;
}

#con_kj .con_kj_hbn .ti0 { text-indent:0; }

#con_kj .con_kj_hbn .mt0 { margin-top: 0; }

#con_kj .con_kj_hbn .mb0 { margin-bottom: 0; }


#con_kj .con_kj_hbn .jisage1 { padding-left:1em; text-indent:-1em; max-width:666px;}
