/* 汎用 */
#ringyo_companyprofile h3.fp3 {
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-align: center;
	background-color: #6bbc6e;
	padding: 6px 0 5px;
	margin-bottom: 24px;
}
#ringyo_companyprofile h3.fp3:before {
	content: none;
}
#ringyo_companyprofile .wrap-table + h3.fp3 {
	margin-top: 8px;
}
#ringyo_companyprofile h4.fp4 {
	margin: 0;
	border: none;
	padding: 8px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.5px;
}
#ringyo_companyprofile strong.fp4 {
	display: block;
	margin: 0;
	border: none;
	padding: 8px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 1.5;
}

/* no-bordered table */
#ringyo_companyprofile table.pf-nobd {
	border-collapse: collapse;
	margin-top: 32px;
	margin-left: 0.5em;
	margin-bottom: 20px;
	width: calc(100% - 0.5em);
	font-size: 1.4rem;
}
#ringyo_companyprofile table.pf-nobd caption {
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-align: center;
	background-color: #6bbc6e;
	padding: 6px 0 5px;
	border-radius: 5px;
	margin-bottom: 24px;
	line-height: 1.85;
}
#ringyo_companyprofile table.pf-nobd th {
	border: solid 1px #231815;
	border-left: none;
	border-right: none;
	width: 17.6%;
	background: none;
	padding: 5px 8px;
	text-align: left;
}
#ringyo_companyprofile table.pf-nobd td {
	background: #fff;
	border: solid 1px #231815;
	border-right: none;
	padding: 7px 14px 6px !important;
}
#ringyo_companyprofile table.pf-nobd td.fullw {
	border-left: none;
	border-right: none;
	padding-bottom: 15px !important;
}
#ringyo_companyprofile table.pf-nobd ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 15px 0;
}
#ringyo_companyprofile table.pf-nobd ul li {
	margin-right: 12px;
	width: 138px;
	background: none;
	padding-left: 0;
}
#ringyo_companyprofile table.pf-nobd ul li:last-child {
	margin-right: 0;
}
#ringyo_companyprofile table.pf-nobd ul li.lbl-ci {
	text-align: center;
	background-color: #6bbc6e;
	width: 110px;
	height: 110px;
	border-radius: 70px;
	margin-right: 14px;
}
#ringyo_companyprofile table.pf-nobd ul li.lbl-ci .pset {
	display: block;
	padding-top: 3.4rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.5px;
}
#ringyo_companyprofile table.pf-nobd ul li figure {
	position: relative;
	display: block;
	padding-top: 100%;
	background-color: #888;
	background-image: url(../img/ph_nophoto.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
#ringyo_companyprofile table.pf-nobd ul li img.pf-thm {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100% !important;
	transform: translate(-50%, -50%) scale(1.02);
}
#ringyo_companyprofile table.pf-nobd ul li img.pf-thm.isv {
	width: 100% !important;
	height: auto !important;
}
#ringyo_companyprofile table.pf-nobd tr.link td {
	border-bottom: none;
	padding-top: 13px !important;
	padding-left: 0 !important;
}
#ringyo_companyprofile table.pf-nobd tr.link td:empty {
	padding: 0 0 10px !important;
}
#ringyo_companyprofile table.pf-nobd tr.link td div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#ringyo_companyprofile table.pf-nobd tr.link td div:not(:last-child) {
	margin-bottom: 12px;
}
#ringyo_companyprofile table.pf-nobd tr.link td .ttl {
	flex-shrink: 0;
	position: relative;
	display: inline-block;
	margin-right: 26px;
	background-color: #350006;
	padding: 11px 12px 9px;
	padding-right: 2px;
	color: #fff;
	font-size: 90%;
	line-height: 100%;
	vertical-align: middle;
}
#ringyo_companyprofile table.pf-nobd tr.link td .ttl:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border: 16px solid transparent;
	border-left-color: #350006;
}
#ringyo_companyprofile table.pf-nobd tr.link td a {
	line-height: 140%;
}
#ringyo_companyprofile a.pageback {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 0 auto 50px;
	border: 1px solid #a8a8a8;
	border-radius: 5px;
	width: 11.2em;
	background: #00719e;
	padding: 8px 1.6em 7px .85em;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	text-decoration: none;
	line-height: 100%;
	opacity: 1;
	transition: opacity .3s;
}
#ringyo_companyprofile a.pageback:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: .75em;
	margin: auto 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}
#ringyo_companyprofile a.pageback:hover {
	opacity: 0.8;
}
@media screen and (max-width: 640px) {
	#ringyo_companyprofile .wrap-table {
		overflow: auto;
	}
	#ringyo_companyprofile table.pf-nobd {
		margin-top: 0;
	}
	#ringyo_companyprofile table.pf-nobd caption {
		margin-top: 12px;
		line-height: 1.6;
	}
	#ringyo_companyprofile table.pf-nobd th {
		width: 8.4em;
	}
	#ringyo_companyprofile table.pf-nobd ul {
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
	#ringyo_companyprofile table.pf-nobd ul li {
		width: calc((100% - 36px) / 4 - 0.1px);
	}
	#ringyo_companyprofile table.pf-nobd ul li.lbl-ci {
		margin: 0 0 14px;
		width: 100%;
		padding: 8px;
		height: auto;
	}
	#ringyo_companyprofile table.pf-nobd ul li.lbl-ci .pset {
		padding: 0;
	}
	#ringyo_companyprofile table.pf-nobd ul li.lbl-ci .pset br {
		display: none;
	}
	#ringyo_companyprofile table.pf-nobd ul li img.pf-thm {
		max-width: none !important;
	}
}
@media screen and (max-width: 480px) {
	#ringyo_companyprofile table.pf-nobd tr, 
	#ringyo_companyprofile table.pf-nobd th,
	#ringyo_companyprofile table.pf-nobd td {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	#ringyo_companyprofile table.pf-nobd tr th {
		border-bottom: none;
		padding-top: 8px;
	}
	#ringyo_companyprofile table.pf-nobd td {
		border: none;
	}
	#ringyo_companyprofile table.pf-nobd th + td {
		padding-top: 0 !important;
	}
	#ringyo_companyprofile table.pf-nobd tr.keepline td {
		border-bottom: 1px solid #000;
	}
	#ringyo_companyprofile table.pf-nobd tr.keepline td:first-child {
		border-top: 1px solid #000;
	}
	#ringyo_companyprofile a.pageback {
		margin-bottom: 36px;
	}
}

/* observation link */
#ringyo_companyprofile .toObservation {
	margin: 20px 0 34px;
}
#ringyo_companyprofile .toObservation a {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 0 auto;
	border: 1px solid #a8a8a8;
	border-radius: 5px;
	width: 28.2em;
	background: #00719e;
	padding: 10px 1.6em 9px .85em;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	text-decoration: none;
	line-height: 100%;
	opacity: 1;
	transition: opacity .3s;
}
#ringyo_companyprofile .toObservation a:hover {
	opacity: 0.8;
}
#ringyo_companyprofile .toObservation a .inbl {
	display: inline-block;
}
@media screen and (max-width: 480px) {
	#ringyo_companyprofile .toObservation {
		margin-top: 0;
	}
	#ringyo_companyprofile .toObservation a {
		width: 100%;
		line-height: 140%;
	}
}