p{
	line-height: 1.9;
}

.c5-information{
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebebeb), color-stop(0.00, #fff));
background: -webkit-linear-gradient(#fff, #ebebeb);
background: -moz-linear-gradient(#fff, #ebebeb);
background: -o-linear-gradient(#fff, #ebebeb);
background: -ms-linear-gradient(#fff, #ebebeb);
background: linear-gradient(#fff, #ebebeb);
margin-bottom: 30px;
	padding: 15px;
}
.c5-hr-style{
	width: 100%;
	border-top: 1px solid #000000;
}
.c5-title{
	font-size: 1.25rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.c5-title::before{
	content: '\25A0';
	font-size: 1.6rem;
}
.c5-layout-multiColB{
	display: table;
	width: 100%;
}
.c5-layout-multiColB__left{
	display: table-cell;
  margin: 0;
	max-width: 600px;
	box-sizing: border-box;
	vertical-align: top;
}
.c5-layout-multiColB__right{
	display: table-cell;
  margin: 0;
	max-width: 600px;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	vertical-align: top;
}
.c5-layout-multiColA__left{
	display: table-cell;
  margin: 0;
	width: 70%;
	box-sizing: border-box;
	vertical-align: top;
}
.c5-layout-multiColA__right{
	display: table-cell;
  margin: 0;
	width: 50%;
	box-sizing: border-box;
	padding: 65px 0 0 70px;
	vertical-align: top;
}
@media screen and (max-width: 767px){
	.c5-layout-multiColB__left{
		display: block;
		width: auto;
		margin-bottom: 10px;
	}
	.c5-layout-multiColB__right{
		display: block;
		width: auto;
		padding: 0;
	}
	.c5-layout-multiColA__left{
		display: block;
		width: auto;
		margin-bottom: 10px;
	}
	.c5-layout-multiColA__right{
		display: block;
		width: auto;
		text-align: center;
		padding:10px 0 !important;
	}
}
.c5-img-notice{
		font-size: 80%;
		display: inline-block;
		max-width: 600px;
}
.c5-triangle{ 
     width: 0;
     height: 0;
     border: solid 5px transparent;
     border-left: solid 5px #666666;
		 display: inline-block;
		 vertical-align: 1px;
}
.c5-sup{
		font-size: 70%;
		vertical-align: super;
}
.c5-txt-right{
		text-align: right;
}