.style1 {color: #F00}
.style2 {color: #069}

.border_box{
	border:#999 solid 2px;
	padding:5px;
	width:270px;
	margin-bottom:20px;
	text-align:center;
}
.w50{
	width: 50% !important;
}

.s5-table table {
    width: 95%;
    margin: auto;
}
.c5-table-semi table {
	width: 100%;
}
.c5-table-semi th,
.c5-table-semi td {
	padding: 14px 10px;
    border: 1px solid #e4e7ec;
}
.c5-table-semi th {
	font-weight: bold;
	background-color: #fbfbfd;
}
.c5-table-semi p:not(:last-child) {
	margin-bottom: 1.3em;
}
.c5-profcol {
	display: table;
	width: 100%;
}
.c5-profcol > * {
	display: table-cell;
	vertical-align: top;
}
.c5-proflist dt {
	margin-bottom: 1em;
}
.c5-proflist dd {
	padding-left: 1em;
}
.c5-profcol .txt {
	width: 72%;
}
.c5-profcol .img {
	padding-left: 100px;
	vertical-align: top;
}
.c5-profcol .img img {
	vertical-align: bottom;
}
.bg-green {
	background-color: #f0fff0 !important;
}
.bg-blue {
	background-color: #f0f8ff !important;
}
.bg-beige {
	background-color: #fffdce !important;
}
.gray_area {
	background-color: #dedede;
    padding: 10px;
    margin-bottom: 40px;
	margin-top: 20px;
}
.c5-anchor li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.c5-img100 {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 640px){
.sp_img{
		display: none;
	}
}
@media screen and (max-width: 1000px){
	.c5-profcol .img {
		padding-left: 50px;
	}
}
@media screen and (max-width: 639px){
	.w50{
	width: 100% !important;
}
	.table_p{
		padding: 10px 15px !important;
	}
	.pc_img{
		display: none;
	}
	
	.c5-table-semi {
		overflow-x: auto;
	}

	.c5-table-semi th,
	.c5-table-semi td {
		padding: 7px;
	}
	.c5-profcol {
		display: block;
		direction: ltr;
	}
	.c5-profcol > * {
		display: block;
		width: auto;
	}
	.c5-profcol .txt {
		padding-right: 0;
		width: auto;
	}
	.c5-profcol .img {
		text-align: center;
		padding-left: 0;
		padding-top: 0 !important;
	}
	.c5-profcol .txt + .img {
		margin-top: 10px;
	}
}