@charset "utf-8";
/* CSS Document */

/*マウスオーバー設定*/
a:hover img.hoverimg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*マウスオーバー設定ここまで*/

/*サブタイトル*/
.sub_title {
	background-color: #64a6d6;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	line-height: 2.5em;
	margin-bottom: 25px;
}
.sub_title_ex {
	font-size: 20px;
	font-weight: bold;
	color: #64a6d6;
	line-height: 2.5em;
	margin-bottom: 25px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #64a6d6;
	border-bottom-color: #64a6d6;
}
/*サブタイトルここまで*/

/*clear設定*/
.bs-0 {
	height: auto;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.bs-10 {
	height: 10px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-20 {
	height: 20px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-30 {
	height: 30px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-40 {
	height: 40px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-50 {
	height: 50px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-60 {
	height: 60px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-80 {
	height: 80px;
	width: 100%;
	clear: both;
	padding: 0px;
}
/*clear設定ここまで*/

.link-btn {
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 3.3em;
}
.link-btn a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.link-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
} 
.fiximg {
	margin: 0px;
	padding: 0px;
}
.text1 {
	line-height: 1.7em;
	font-size: 110%;
}
.text1 span {
	color: #64a6d6;
	font-weight: bold;
	text-decoration: underline;
}
.text2 {
	font-size: 95%;
	line-height: 1.5em;
	color: #666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#kakaku {
	font-weight: bold;
	color: #64a6d6;
	font-size: 120%;
}
#kakaku font {
	font-size: 170%;
	color: #C00;
	line-height: 1.3em;
}
#kakaku span {
	color: #333;
}
#tokucyo {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tokucyo dt {
	background-color: #64a6d6;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	font-size: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 225px;
}
#tokucyo dd {
	background-color: #64a6d6;
	color: #FFF;
	margin: 0px;
	padding: 10px;
	line-height: 1.7em;
	font-size: 110%;
	width: 205px;
}
#tokucyo .tokucyo-img {
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 140px;
}
#tokucyo_ex {
	margin: 0px;
	padding: 0px;
	float: left;
}
#tokucyo_ex dt {
	background-color: #64a6d6;
	height: auto;
	width: 225px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	padding-top: 9px;
	padding-bottom: 9px;
}
#tokucyo_ex dd {
	background-color: #64a6d6;
	height: auto;
	width: 205px;
	color: #FFF;
	margin: 0px;
	padding: 10px;
	line-height: 1.7em;
	font-size: 110%;
}
#tokucyo_ex .tokucyo-img {
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 140px;
}
.exbox {
	background-color: #f5f5f5;
	margin: 0px;
	padding: 20px;
}
.exbox p {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.exbox dt {
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
	color: #64a6d6;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.exbox dd {
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
}
.exbox dd span {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}

.osuimg {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.osuimg-ex {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#osusume {
	background-color: #f5f5f5;
	margin: 0px;
	padding: 20px;
	height: 120px;
}
#osusume dt {
	background-color: #64a6d6;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}
#osusume dd {
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #64a6d6;
	line-height: 1.7em;
}
#osusume p {
	margin: 0px;
	width: 100%;
	clear: left;
	line-height: 1.7em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#osusume-ex {
	background-color: #f5f5f5;
	margin: 0px;
	padding: 20px;
	height: 120px;
}
#osusume-ex dt {
	background-color: #64a6d6;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#osusume-ex dd {
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #64a6d6;
	line-height: 1.7em;
}
#osusume-ex p {
	margin: 0px;
	width: 100%;
	clear: right;
	line-height: 1.7em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#repeat {
	margin: 0px;
	padding: 0px;
}
#repeat dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#repeat dd {
	line-height: 2em;
	margin-bottom: 20px;
}
.other1 {
	background-color: #64a6d6;
	float: left;
	width: 42%;
	margin: 0px;
	padding: 20px;
}
.other1 dt {
	font-size: 150%;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}
.other1 dd {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 110%;
	line-height: 1.7em;
}
.other1 dd img {
	float: right;
	margin-left: 10px;
}
.other2 {
	background-color: #64a6d6;
	float: right;
	width: 42%;
	margin: 0px;
	padding: 20px;
}
.other2 dt {
	font-size: 150%;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}
.other2 dd {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 110%;
	line-height: 1.7em;
}
.other2 dd img {
	float: right;
	margin-left: 10px;
}
.case {
	width: 100%;
	display: flex;
	justify-content :space-between;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.case li {
	margin: 0px;
	padding: 0px;

}
#maintenance {
	margin: 0px;
	padding: 0px;
}
#maintenance dt {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#maintenance dd {
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
#maintenance dd span {
	font-weight: bold;
	text-decoration: underline;
	color: #64a6d6;
}
.kanyu1 {
	margin: 0px;
	padding: 0px;
	width: 47%;
	float: left;
}
.kanyu1 dt {
	margin: 0px;
	padding: 0px;
}
.kanyu1 dd {
	margin: 0px;
	line-height: 1.5em;
	padding: 0px;
}
.kanyu2 {
	margin: 0px;
	padding: 0px;
	width: 47%;
	float: right;
}
.kanyu2 dt {
	margin: 0px;
	padding: 0px;
}
.kanyu2 dd {
	margin: 0px;
	line-height: 1.5em;
	padding: 0px;
}#nintei {
	margin: 0px;
	padding: 0px;
}
#nintei dt {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#nintei dd {
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
#nintei dd span {
	color: #64a6d6;
	text-decoration: underline;
	font-weight: bold;
}
