for_____SP{}
/*SP用*/
@media screen and (max-width: 770px) {

.col3{
	margin-bottom: 25px;
	line-height: 1.7em;
	font-size: 13px;
	text-align: left;
}

.col3 .col{
	text-align: justify;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 0px;
	margin-bottom: 10px;
	border-color: #57b8c7;
	border-style: dashed;
	border-width: 2px;
	background-color: #fbfdfd;
}

.col3 .col img{
	display: block;
	height: auto;
	width: 100%;
}

.profCol{
	border-color: #cfdbe2;
	border-style: solid;
	border-width: 1px;
	background-color: #FCFFFF;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	display: table;
}

.profCol .col{
}

.profCol .thumb{
	margin-bottom: 10px;
}

.profCol .thumb img{
	height: auto;
	width: 100%;
}

.profCol .cont{
	font-size: 85%;
}

.profCol .cont h4.name{
	padding-top: 5px;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 6px;
	font-size: 20px;
}

.profCol .cont .sub{
	font-size: 12px;
	margin-bottom: 10px;
}

table.prof{
	font-size: 85%;
	border-collapse: collapse;
	width: 100%;
}

table.prof th{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color: #f3f3f3;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
}

table.prof td{
	text-align: left;
	background-color: white;
	padding: 5px;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
}


}


for_____PC{}
/*PC用*/
@media screen and (min-width: 771px) {

.col3{
	margin-bottom: 25px;
	line-height: 1.7em;
	font-size: 13px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col3 .col{
	border-color: #57b8c7;
	border-style: dashed;
	border-width: 3px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #fbfdfd;
	width: 32%;
}

.col3 .col img{
	display: block;
	height: auto;
	width: 100%;
}

.profCol{
	max-width: 980px;
	border-color: #cfdbe2;
	border-style: solid;
	border-width: 1px;
	background-color: #FCFFFF;
	padding: 25px;
	margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

.profCol .col{
	display: table-cell;
}

.profCol .thumb{
	width: 300px;
	vertical-align: top;
}

.profCol .thumb img{
	height: auto;
	width: 100%;
}

.profCol .cont{
	padding-left: 25px;
	vertical-align: middle;
}

.profCol .cont h4.name{
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 24px;
}

.profCol .cont .sub{
	margin-bottom: 15px;
	font-size: 13px;
}

table.prof{
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
}

table.prof th{
	width: 100px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
}

table.prof td{
	text-align: left;
	background-color: white;
	padding: 10px;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
}

}
