/* 全体に関するcss */
.bg-sub {
	background-image: url(../asa1image/bg-sub.gif);
	background-repeat: repeat;
}

.bg-img {
	background-image: url(../asa1image/bg-img.gif);
    background-size:cover;
}

.cont {
	font-size: 105%;
	text-align: left;
	line-height: 190%;
	margin: 10px 5px 20px 15px;
	padding-left: 15px;
	list-style-type: square;
}

.container-fluid .row.text-center .col-xs-12 h3 {
	font-size: 27px;
	color: #FFF;
	padding-bottom: 10px;
	letter-spacing: 3px;
}

a img {
	border: none;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}

/* パソコン版 */
@media screen and (min-width: 910px) {
	.h1-top {
		font-size: 95%;
		line-height: 140%;
		color: #ffffff;
		text-align: right;
		letter-spacing: 2px;
		background-color: #337ab7;
		margin-top: 82px;
		padding: 4px 10px;
		text-align: center;
	}
	.h1-cont {
		font-size: 120%;
		font-weight:bold;
		color: #333;
		text-align: left;
		border-left: 10px solid #008888;
		border-bottom: 1px dotted #008888;
		letter-spacing: 4px;
		margin: 8px 0px 0px 2px;
		padding: 8px 0px 8px 25px;
	}
	.h2-obi {
	line-height:125%;
	font-size: 200%;
	font-weight: nomal;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	background-color: #00C4B5;
	padding: 8px 0px;
	}
	.h2-obimikan {
	line-height:125%;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ff643e;
	padding: 2px 0px;
	}
	.yonkoma {
	float:left;
	width:450px;
	margin: 0px 0px 10px 20px;
	}
	.mitsu-midashi {
	font-size:18px;
	font-weight:bold;
	color:#3eb2ac;
	margin-top:20px;
	}
	.mitsu-h3 {
	font-size:18px;
	font-weight: bold;
	color:#333333;
	border-left: 8px solid #00c4b5;
	padding: 5px 0px 5px 20px;
	}
	.mitsu-image {
	margin-top: 5px;
	margin-bottom: 10px;
	}
}

/* スマホ版 */
@media screen and (min-width: 0px) and (max-device-width: 910px) {
	.h1-top {
		font-size: 60%;
		line-height: 125%;
		color: #ffffff;
		background-color: #337ab7;
		margin-top: 60px;
		padding: 4px 4px;
	}
	.h1-cont {
		font-size: 95%;
		font-weight:bold;
		color: #333;
		text-align: left;
		border-left: 10px solid #008888;
		border-bottom: 1px dotted #008888;
		letter-spacing: 1px;
		margin: 8px 0px 0px 0px;
		padding: 8px 0px 8px 5px;
	}
	.h2-obi {
		line-height:125%;
		font-size: 90%;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background-color: #00C4B5;
		padding: 8px 0px;
	}
	.h2-obimikan {
		line-height:125%;
		font-size: 90%;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background-color: #ff643e;
		padding: 2px 0px;
	}
	.yonkoma {
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	}
	.mitsu-midashi {
	font-size: 90%;
	font-weight:bold;
	color:#3eb2ac;
	margin-top:5px;
	}
	.mitsu-h3 {
	font-size:85%;
	font-weight:nomal;
	color:#333333;
	border-left: 8px solid #00c4b5;
	padding-left: 10px;
	margin: 2px;
	}
	.mitsu-image {
	margin-top: 2px;
	margin-bottom: 4px;
	}
}

.h2-cont {
	width: 95%;
	color: #f60;
	border-bottom: 0px solid #f60;
	font-size: 17px;
	font-weight: bold;
}

.h3-cont {
	width: 95%;
	color: #333;
	border-left: 8px solid #00c4b5;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	padding: 0px 0px 0px 20px;
}

.hyo-new {
	border-left: 2px solid #0aada3;
	border-bottom: 1px solid #0aada3;
	border-collapse: collapse;
	margin: 0px;
}	

.hyo-new th {
	text-align:left;
	line-height:150%;
	background-color: #b9fbf8;
	border-left: 1px solid #0aada3;
	border-bottom: 1px solid #0aada3;
	padding: 10px 2px 10px 15px;
}

.hyo-new td {
	line-height:150%;
	border-left: 1px solid #0aada3;
	border-right: 1px solid #0aada3;
	border-bottom: 1px solid #0aada3;
	font-size: 110%;
	padding: 10px 2px 10px 10px;
}

.li-style {
	font-size: 16px;
	margin-top: 24px;
	color: #000;
}

.navi-li {
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
}

.navi-lisub {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}

/* 流れ　dt,dd  */
.nagare dl{
  width : 750px;
}

.nagare dt{
	font-weight : bold;
	font-size: 110%;
	margin: 10px 0px 0px 15px;
}

.nagare dd{
	line-height : 1.8em;
	margin-left: 30px;
}

/* footerに関するcss  */
/* パソコン版 */
@media screen and (min-width: 910px) {
	.footnavi {
		clear: left;
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: left;
		margin: 0px;
		padding: 0px;
	}
}

/* スマホ版 */
@media screen and (min-width: 0px) and (max-device-width: 910px) {
	.footnavi {
		clear: left;
		width: 100%;
		font-size: 80%;
		letter-spacing: 1px;
		text-align: left;
		margin: 0px;
		padding: 0px;
	}
}

.footnavi li {
	line-height: 175%;
	float:left;
	width: 240px;
	list-style-type: decimal-leading-zero;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

.footnavi a {
	text-decoration:none;
}

.footnavi a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 910px) {
	#footcopy {
	    clear: left;
	    width: 100%;
	    text-align: center;
		font-size: 15px;
		font-weight: bold;
		line-height: 180%;
		color: #ffffff;
	    background-color: #7E7E7E;
	    margin: 20px 0px 0px 0px;
	}
}
@media screen and (min-width: 0px) and (max-device-width: 910px) {
	#footcopy {
	    clear: left;
	    width: 100%;
	    text-align: center;
		font-size: 80%;
		line-height: 150%;
		color: #ffffff;
	    background-color: #7E7E7E;
	    margin: 20px 0px 0px 0px;
	}
}

/*--------------------------------------------------------
  問い合わせフォーム設定
--------------------------------------------------------*/
.frame1{
	background-color: #FF643E;
	padding: 10px;
	border: solid 5px #ffffff;
	font-size: 15px;
	color:#FFF
}

.frame2{
	background-color:#fffffc;
	border:solid 1px #FF643E;
	margin-left:10px;
	padding:5px;
	ime-mode: active;
	width:100%;
}

.frame3{
	background-color:#fffffc;
	border:solid 1px #FF643E;
	margin-left:10px;
	padding:5px;
	ime-mode: active;
}

/*--------------------------------------------------------
  ついてくるボタン（フローティング）
--------------------------------------------------------*/
.floating {
/*top: 800px;
left:1700px;*/
position: fixed;
z-index: 1;
}
