@charset "utf-8";
.banner {
	background-color: #0B3663;
	padding-left: auto;
	padding-right: auto;
	background-image: url(../images/bg_001.jpg);
}
.jumbotron.banner .container img {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.row p {
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin-bottom: 1em;
}
.text-size-l {
	font-size: 0.95rem !important;
	font-weight: 300 !important;
}

.row .col-md-4 img {
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #555555;
}
.line {
	border-bottom: solid 3px skyblue;
	position: relative;
	padding-bottom: 3px;
}
.line:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ffc778;
	bottom: -3px;
	width: 30%;
}
.wide {
	letter-spacing: 0.3em;
	font-weight: 600;
	color: #444444;
}
.sideline{
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.sideline:before, .sideline:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
.sideline:before {
	left: 0;
}
 .sideline:after {
	right: 0;
}
ul .news {
	margin-left: -20px;
}
.news li {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 0.9rem;
	list-style-type: none;
	margin-left: -30px;
	border-bottom: 1px dotted #AAA;
}
ul.uselist {
	padding: 0;
	font: 14px/1.6 'arial narrow', sans-serif;
	width: 100%;
	list-style: none;
}
.uselist li {
	position: relative;
	padding: 7px 5px 7px 10px;
	margin-bottom: 15px;
	border-left: solid 5px #5c9ee7;
	background: #f1f8ff;
	color: #266BB7;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.row .col-md-8 p {
	margin-bottom: 3px;
	text-indent: 1em;
}
.line2 {
	padding: 0.25em 0.4em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #A01111;/*左線*/
	font-weight: 600;
}
.tb-small {
	font-size: 0.8rem;
}
.u_line td{
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	padding-top: 20px;
}

.uselist a:link{
	color:#FFF;
}


@media screen and (min-width: 767px) {
.br-sp {
	display: none;
}
}
.usepoint {
	position: relative;
	margin-left: 30px;
	color: royalblue;
	font-size: 0.8rem;
}
.usepoint2 {
	position: relative;
	margin-left: 30px;
	color: #333333;
	font-size: 0.8rem;
}
.col-md-8 p img {
	max-width: 100%;
}

.usepoint li {
	line-height: 1.5;
	list-style-type: none!important;/*ポチ消す*/
	margin-bottom: 5px;
	padding-right: 15px;
}
.usepoint li:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em; /*左端からのアイコンまで*/
	color: #4870DC; /*アイコン色*/
}

.usepoint2 li {
	line-height: 1.5;
	list-style-type: none!important;/*ポチ消す*/
	margin-bottom: 5px;
	padding-right: 15px;
}
.usepoint2 li:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f046";
	position: absolute;
	left : 1em; /*左端からのアイコンまで*/
	color: #333; /*アイコン色*/
}

.btn-vsm{
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.aclink{
	   position: relative;
       top: -150px;
       display: block;
	
}

@media (max-width:576px) {
.jumbotron.banner .container img {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 300px;
	height: 90px;
}
.table-gray{
	font-size:0.7rem;		
}
.h2, h2 {
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
	.container .row .col-md-4{
		padding-bottom: 50px;	
	}
.tb-small-v td,th{
	display: block;
	width: 100%;
}
.tb-small-v th{
	display: block;
	background-color: #EEE;
}
.tb-small-v td{
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
}	
	
}
*.sub {
	/* 下付 */
	font-size: 0.8em;
	position: relative;
	top: 0.4em;
}
*.sup {
	/* 上付（イオン価数） */
	font-size: 0.8em;
	position: relative;
	top: -0.6em;
}
*.ion {
	/* 下付＋イオン価数 */
	font-size: 0.8em;
	position: relative;
	top: -0.6em;
	left: -0.6em;
}

.defaultlist,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 5px 0px 25px 0px !important;
	padding-bottom: 5px;
}
 
.list5 li{
	position: relative;
	padding-left: 20px;
	border-bottom: 1px dashed #CCCCCC;
}

.list5 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#55F;
	width:5px;
	height:10px; 
	top:7px; 
	left:5px; 
	border-radius: 0px;
}

@media (min-width:577px) and (max-width:992px) {
.jumbotron.banner .container img {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 450px;
	height: 135px;
}
}
