@charset "euc-jp";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
line-height: 0;
}

.kensinmap{
	padding: 0;
	float:left;
}

.banner{
	width:150px;
	margin:30px 0 0 0px;
	float:right;
	background: #fff;
}

.banner img{
	border-bottom: solid 1px #fff;
}

.banner a img:hover{
	opacity:0.8;
}

.banners{
/*	width:650px;
	margin:0 auto;*/
}
.kensin_banner,.ring_banner{
}
.kensin_banner{
	width:400px;
}
.kensin_banner a{
	display: block;
}
.kenpo{
	margin:20px 0;
}
.ring_banner{
	margin-top:20px;
	width:400px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.kh_link{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding:6px 26px;
	color:#fff;


	background: #FF5F6D; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #FF5F6D , #FFC371); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #FF5F6D , #FFC371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
.kh_link:hover{
	text-decoration: none;
	opacity: 0.8;
}

.kensin_banner a img:hover,
.ring_banner a img:hover{
	opacity:0.8;
}

.dock_btn img:hover{
	opacity:0.8;
}

.dock_btn img:hover{
	opacity:0.8;
}

.question{
	width:600px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #fafafa;
	padding: 20px;
	margin-top: 20px;
}
.question h3,.question h4{
	margin:0;
	margin-bottom: 10px;
}
.question h3{
color: #555;
display: block;
}
.question h4{
	color: #555;
	display: block;
}
.question i{
	color:#065FD4;
}
.question p{
	text-align: left;
	margin:0;
	color: #555;
}
.qs_dl{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap:20px;
	margin-top: 20px;
}
.question p span{
	font-weight: bold;
	color:#d32f2f;
	display: block;
}
.question a{
	display: inline-block;
	padding:2px 5px;
	color:#065FD4;
	text-decoration: underline;
}
.question a:hover{
	opacity: 0.5;
	text-decoration: none;
}
.krn_msg{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
}
.krn_msg p{
	font-size:18px;
	padding: 5px 10px;
	border:solid 2px #ccc;
	border-left:none;
	border-right: none;
	width:auto;
	font-weight: bold;
	color:#d32f2f;
}
.nmt_msg p{
	font-size:14px;
	margin:0;
}
.j_link{
	text-decoration: underline;
	color:#d32f2f;
}
.j_link:hover{
	opacity: .5;
}