@charset "utf-8";

/* CSS Document */
/* 193
---------------------------------------------------------- */
.html-frame {
	width: 100%;
}
.html-frame span.border-br {
	display: inline-block;
	padding: 0 2px 2px 0;
	margin: 0 2px 2px 2px;
	line-height: 1;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	vertical-align: middle;
}
.html-frame span.border-tl {
	display: inline-block;
	padding: 2px 0 0 2px;
	margin: 0 2px 2px 2px;
	line-height: 1;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	vertical-align: middle;
}
.html-frame span.border-tr {
	display: inline-block;
	padding: 2px 2px 0 0;
	margin: 0 2px 2px 2px;
	line-height: 1;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	vertical-align: middle;
}
.html-frame span.border-bl {
	display: inline-block;
	padding: 0 0 2px 2px;
	margin: 0 2px 2px 2px;
	line-height: 1;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	vertical-align: middle;
}
.html-frame span.border-bc {
	display: inline-block;
	padding: 0 0 2px 2px;
	margin: 0 2px 2px 2px;
	line-height: 1;
	border-bottom: 1px solid #222;
	vertical-align: middle;
	position: relative;
}
.html-frame span.border-bc:after {
	content: '';
	width: 1px;
	height: 100%;
	line-height: 1;
	border-left: 1px solid #222;
	position: absolute;
	left: 3px;
	right: 0;
	bottom: 0;
	margin: auto;
}
.html-frame span.border-tc {
	display: inline-block;
	padding: 2px 0 0 2px;
	margin: 0 2px 2px 2px;
	line-height: 1;
	border-top: 1px solid #222;
	vertical-align: middle;
	position: relative;
}
.html-frame span.border-tc:after {
	content: '';
	width: 1px;
	height: 100%;
	line-height: 1;
	border-left: 1px solid #222;
	position: absolute;
	left: 3px;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* Scrollbar */
.tit-scroll {
	display: none;
}
.text11 {
	font-size: 11px;
}

/* 1 */
.html-frame--193-1 h4.title01 {
	color: #eb6106;
	display: inline-block;
}
.html-frame--193-1 .float-Image {
	position: relative;
	width: 25%;
	float: left;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-1 .float-Image p {
	margin-bottom: 5px;
}
.html-frame--193-1 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-1 .float-Image li {
	float: left;
	width: 100%;
	margin-right: 15px;
	line-height: 1.5;
}
.html-frame--193-1 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-1 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-1 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-1 .float-Image--right {
	width: 30.333%;
	float: right;
	margin: 5px 0 20px 3%;
}
.html-frame--193-1 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-1 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.6;
}
.html-frame--193-1 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}
.html-frame--193-1 .borderBox01 {
	background-color: #fef2e7;
	border: 1px solid #eb6106;
	color: #eb6106;
	display: inline-block;
	padding: 10px 15px !important;
	margin-top: 0 !important;
	font-size: 14px !important;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.html-frame span.border-br {
		display: inline-block;
		padding: 0 2px 2px 0;
		margin: 0 2px 2px 2px;
		line-height: 1;
		border-bottom: 1px solid #222;
		border-right: 1px solid #222;
		vertical-align: middle;
	}
	.html-frame span.border-tl {
		display: inline-block;
		padding: 2px 0 0 2px;
		margin: 0 2px 2px 2px;
		line-height: 1;
		border-top: 1px solid #222;
		border-left: 1px solid #222;
		vertical-align: middle;
	}
	.html-frame span.border-tr {
		display: inline-block;
		padding: 2px 2px 0 0;
		margin: 0 2px 2px 2px;
		line-height: 1;
		border-top: 1px solid #222;
		border-right: 1px solid #222;
		vertical-align: middle;
	}
	.html-frame span.border-bl {
		display: inline-block;
		padding: 0 0 2px 2px;
		margin: 0 2px 2px 2px;
		line-height: 1;
		border-bottom: 1px solid #222;
		border-left: 1px solid #222;
		vertical-align: middle;
	}

	/* Scrollbar */
	.tit-scroll {
		clear: both;
		text-align: center;
		padding: 5px 0;
		margin-bottom: 15px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 12px;
	}
	.tit-scroll span {
		display: inline-block;
		padding: 0 10px;
		line-height: 16px;
	}
	.html-frame .scrollBox {
		overflow: hidden;
		overflow-x: auto;
		padding: 10px 0 20px;
	}
	.text11 {
		font-size: 11px;
	}

	/* 1 */
	.html-frame--193-1 h4.title01 {
		font-weight: 700;
	}
	.html-frame--193-1 .float-Image {
		float: left;
		position: relative;
		margin: 0 4% 20px 0;
		width: 46%;
		font-size: 12px;
	}
	.html-frame--193-1 .float-Image ul {
		overflow: hidden;
		margin: 0;
	}
	.html-frame--193-1 .float-Image li {
		float: left;
		line-height: 1.5;
	}
	.html-frame--193-1 .float-Image--right {
		float: right;
		width: 47%;
		margin: 5px 0 20px 3%;
	}
	.html-frame--193-1 .photolist01 ul {
		font-size: 0;
		letter-spacing: 0;
		margin: 30px 0 0;
	}
	.html-frame--193-1 .photolist01 ul li {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		font-size: 11px;
		letter-spacing: 0.01em;
		margin: -30px 0 20px;
		padding-top: 30px;
		line-height: 1.3;
	}
	.html-frame--193-1 .photolist01 ul li img {
		width: 100%;
		height: auto;
		margin-bottom: 8px;
	}
}

/* 2 */
.html-frame--193-2 h4.title01 {
	color: #3389ca;
}
.html-frame--193-2 .photoBox01 {
	margin-bottom: 40px;
}
.html-frame--193-2 .photoBox01 img {
	width: 100%;
}
.html-frame--193-2 .text-section--intro {
	padding: 15px 25px;
	background-color: #e4ecf7;
	color: #3389ca;
	font-weight: 700;
}
.html-frame--193-2 span.name {
	display: inline-block;
	color: #00a48d;
	font-weight: 700;
}
.html-frame--193-2 span.name--murai {
	display: inline-block;
	color: #ed6d46;
	font-weight: 700;
}
.html-frame--193-2 .float-Image {
	position: relative;
	width: 254px;
	float: left;
	font-size: 13px;
	margin: 0 20px 20px 0;
}
.html-frame--193-2 .float-Image img,
.html-frame--193-2 .float-Image--right {
	width: 100%;
}
.html-frame--193-2 .float-Image--right {
	float: right;
	margin: 5px 0 20px 20px;
	width: 254px;
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
.html-frame--193-2 .photolist01 {
	padding: 15px 15px 1px;
	background-color: #e4ecf7;
}
.html-frame--193-2 .photolist01 h5 {
	background-color: #7d98ce;
	color: #fff;
	padding: 2px 8px;
	margin-bottom: -20px;
}
.html-frame--193-2 .photolist01 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -1.5% 20px;
}
.html-frame--193-2 .photolist01 ul ul {
	margin: 0 -1.5%;
}
.html-frame--193-2 .photolist01 ul .col2s ul {
	margin: 0 -2.2%;
}
.html-frame--193-2 .photolist01 ul .col2 ul {
	margin: 0 -2%;
}
.html-frame--193-2 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.6;
}
.html-frame--193-2 .photolist01 ul ul li {
	margin: 0 1.5%;
	padding-top: 0;
}
.html-frame--193-2 .photolist01 ul .col2s ul li {
	width: 45.6%;
	margin: 0 2.2%;
	padding-top: 0;
}
.html-frame--193-2 .photolist01 ul .col2 ul li {
	width: 46%;
	margin: 0 2%;
	padding-top: 0;
}
.html-frame--193-2 .photolist01 ul li.col06 {
	width: 17.3%;
}
.html-frame--193-2 .photolist01 ul li.col2s {
	width: 36.1%;
}
.html-frame--193-2 .photolist01 ul li.col2 {
	width: 63.666%;
}
.html-frame--193-2 .photolist01 ul li.col3 {
	width: 96.999%;
}
.html-frame--193-2 .photolist01 ul li img {
	width: 100%;
	margin-bottom: 8px;
}
.html-frame--193-2 .photolist01 .photolist01__link {
	margin-bottom: 15px !important;
}
.html-frame--193-2 .photolist01 .photolist01__link + h5 {
	margin-top: 30px;
}

/* 3 */
.html-frame--193-3 .photoBox01 {
	margin-bottom: 40px;
}
.html-frame--193-3 .photoBox01 img {
	width: 100%;
}

/* 4 */
.html-frame--193-4 h4.title01 {
	color: #6fba2c;
}
.html-frame--193-4 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-4 .photolist01 ul li {
	width: 17%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.6;
}
.html-frame--193-4 .photolist01 ul li.col2 {
	width: 37%;
}
.html-frame--193-4 .photolist01 ul li.col50 {
	width: 47%;
}
.html-frame--193-4 .photolist01 ul li.col35 {
	width: 34.5%;
}
.html-frame--193-4 .photolist01 ul li.col40 {
	width: 41%;
}
.html-frame--193-4 .photolist01 ul li.col55 {
	width: 53%;
}
.html-frame--193-4 .photolist01 ul li.col60 {
	width: 59.5%;
}
.html-frame--193-4 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}

/* 5 */
.html-frame--193-5 h4.title01 {
	color: #6fba2c;
}
.html-frame--193-5 h4.title01 span {
	color: #595959;
}
.html-frame--193-5 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-5 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.6;
}
.html-frame--193-5 .photolist01 ul li.col2 {
	width: 63.333%;
}
.html-frame--193-5 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}

/* 6 */
.html-frame--193-6 h4.title01 {
	color: #6fba2c;
}
.html-frame--193-6 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-6 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.6;
}
.html-frame--193-6 .photolist01 ul li.col1-5 {
	width: 47%;
}
.html-frame--193-6 .photolist01 ul li.col2 {
	width: 63.333%;
}
.html-frame--193-6 .photolist01 ul li.col3 {
	width: 97%;
}
.html-frame--193-6 .photolist01 ul li span.indent {
	display: inline-block;
	text-indent: -2.7em;
	padding-left: 2.7em;
}
.html-frame--193-6 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}

/* 7 */
.html-frame--193-7 h4.title01 {
	position: relative;
	color: #6fba2c;
	display: inline-block;
	padding-left: 1.2em;
}
.html-frame--193-7 h4.title01::before {
	position: absolute;
	content: '';
	width: 1em;
	height: 1px;
	background-color: #6fba2c;
	top: calc(50% + 13px);
	left: 0;
}
.html-frame--193-7 .float-Image {
	position: relative;
	width: 25%;
	float: left;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-7 .float-Image p {
	margin-bottom: 5px;
}
.html-frame--193-7 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-7 .float-Image li {
	float: left;
	width: 100%;
	margin-right: 15px;
	line-height: 1.5;
}
.html-frame--193-7 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-7 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-7 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-7 .float-Image--right {
	width: 30.333%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
	line-height: 1.3;
}
.html-frame--193-7 .float-Image--right img {
	width: 100%;
}
.html-frame--193-7 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-7 .photolist01 ul ul {
	margin: 0 -2%;
}
.html-frame--193-7 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.3;
}
.html-frame--193-7 .photolist01 ul ul li {
	width: 46%;
	margin: 0 2%;
	padding-top: 0;
}
.html-frame--193-7 .photolist01 ul li.col2 {
	width: 63.666%;
}
.html-frame--193-7 .photolist01 ul li img {
	width: 100%;
	margin-bottom: 8px;
}

/* 8 */
.html-frame--193-8 h4.title01 {
	color: #6fba2c;
}
.html-frame--193-8 .float-Image {
	position: relative;
	width: 25%;
	float: left;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-8 .float-Image p {
	margin-bottom: 5px;
}
.html-frame--193-8 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-8 .float-Image li {
	float: left;
	width: 100%;
	margin-right: 15px;
	line-height: 1.5;
}
.html-frame--193-8 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-8 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-8 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-8 .float-Image--right {
	width: 63.666%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
	line-height: 1.3;
}
.html-frame--193-8 .float-Image--right img {
	width: 100%;
}
.html-frame--193-8 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-8 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.3;
}
.html-frame--193-8 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}

/* 9 */
.html-frame--193-9 h4.title01,
.html-frame--193-9 h5.title01 {
	color: #eb6106;
}
.html-frame--193-9 h4.title02 {
	color: #eb6106;
	padding: 8px 10px 3px;
	margin-bottom: 30px;
	border-top: 1px solid #eb6106;
	border-bottom: 1px solid #eb6106;
}
.html-frame--193-9 .float-Image {
	position: relative;
	width: 100%;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-9 .float-Image p {
	position: absolute;
	top: 61%;
	left: 0;
	letter-spacing: -0.02em;
	line-height: 1.3;
}
.html-frame--193-9 .float-Image p.sup {
	position: static;
	margin-top: 15px;
}
.html-frame--193-9 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-9 .float-Image li {
	float: left;
	width: 19%;
	margin-right: 3%;
	line-height: 1.5;
}
.html-frame--193-9 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-9 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-9 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 35%;
}
.html-frame--193-9 .borderBottom .float-Image ul {
	width: 19%;
	float: left;
	margin: 0 3% 20px 0;
}
.html-frame--193-9 .borderBottom .float-Image li {
	width: 100%;
}
.html-frame--193-9 .borderBottom .float-Image img {
	margin-bottom: 8px !important;
}
.html-frame--193-9 .float-Image--right {
	width: 30.333%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
}
.html-frame--193-9 .float-Image--right img {
	width: 100%;
	margin-bottom: 8px;
}
.html-frame--193-9 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-9 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.3;
}
.html-frame--193-9 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}
.html-frame--193-9 .borderBottom {
	margin-bottom: 30px;
	border-bottom: 1px solid #eb6106;
}
.html-frame--193-9 .borderBottom--noborder {
	border: none;
	margin-bottom: 0;
}
.html-frame--193-9 .borderBox01 {
	background-color: #fef2e7;
	border: 1px solid #eb6106;
	color: #eb6106;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px !important;
}

/* 10 */
.html-frame--193-10 h4.title01 {
	color: #eb6106;
}
.html-frame--193-10 h4.title01.pcMode {
	display: inline-block !important;
}
.html-frame--193-10 h5.title01 {
	color: #eb6106;
}
.html-frame--193-10 .float-Image {
	position: relative;
	width: 20%;
	float: left;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-10 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-10 .float-Image li {
	float: left;
	width: 100%;
	line-height: 1.5;
}
.html-frame--193-10 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-10 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-10 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-10 .float-Image--right {
	width: 63.333%;
	float: right;
	margin: 5px 0 20px 3%;
}
.html-frame--193-10 .float-Image--left {
	width: 20%;
	float: left;
	margin: 5px 3% 20px 0;
}
.html-frame--193-10 .float-Image--right img,
.html-frame--193-10 .float-Image--left img {
	width: 100%;
}
.html-frame--193-10 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-10 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.6;
}
.html-frame--193-10 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}
.html-frame--193-10 .borderBottom {
	margin-bottom: 30px;
	border-bottom: 1px solid #eb6106;
}
.html-frame--193-10 .borderBox01 {
	background-color: #fef2e7;
	border: 1px solid #eb6106;
	color: #eb6106;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px !important;
}
.html-frame--193-10 .text-section--interview .interview__title {
	text-align: center;
}
.html-frame--193-10 .text-section--interview .interview__title h4 {
	display: inline-block;
	position: relative;
	padding: 0 4em;
	margin-bottom: 30px !important;
}
.html-frame--193-10 .text-section--interview .interview__title h4 span {
	position: relative;
}
.html-frame--193-10 .text-section--interview .interview__title h4 span:before {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 104%;
	height: 0.8em;
	bottom: 0;
	left: -2%;
	background-color: #fce3ce;
}
.html-frame--193-10 .text-section--interview .interview__title h4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 65%;
	display: inline-block;
	width: 4em;
	height: 1px;
	background-color: #eb6106;
	-webkit-transform: rotate(65deg);
	transform: rotate(65deg);
}
.html-frame--193-10 .text-section--interview .interview__title h4::after {
	content: '';
	position: absolute;
	right: 0;
	top: 65%;
	display: inline-block;
	width: 4em;
	height: 1px;
	background-color: #eb6106;
	-webkit-transform: rotate(-65deg);
	transform: rotate(-65deg);
}
.html-frame--193-10 .text-section--interview h5 {
	display: inline-block;
}

/* 11 */
.html-frame--193-11 h4.title01 {
	color: #eb6106;
	display: inline-block;
}
.html-frame--193-11 .float-Image {
	position: relative;
	width: 25%;
	float: left;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-11 .float-Image p {
	margin-bottom: 5px;
}
.html-frame--193-11 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-11 .float-Image li {
	float: left;
	width: 100%;
	margin-right: 15px;
	line-height: 1.5;
}
.html-frame--193-11 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-11 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-11 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-11 .float-Image--right {
	width: 30.333%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
	line-height: 1.3;
}
.html-frame--193-11 .float-Image--right img {
	width: 100%;
	height: auto;
}
.html-frame--193-11 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-11 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.6;
}
.html-frame--193-11 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}
.html-frame--193-11 .borderBox01 {
	background-color: #fef2e7;
	border: 1px solid #eb6106;
	color: #eb6106;
	display: inline-block;
	padding: 10px 15px !important;
	margin-top: 0 !important;
	font-size: 14px !important;
	box-sizing: border-box;
}

/* 12 */
.html-frame--193-12 h4.title01 {
	position: relative;
	color: #6fba2c;
	display: inline-block;
	padding-left: 1.2em;
}
.html-frame--193-12 h4.title01::before {
	position: absolute;
	content: '';
	width: 1em;
	height: 1px;
	background-color: #6fba2c;
	top: calc(50% + 13px);
	left: 0;
}
.html-frame--193-12 .float-Image {
	position: relative;
	width: 25%;
	float: left;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-12 .float-Image p {
	margin-bottom: 5px;
}
.html-frame--193-12 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-12 .float-Image li {
	float: left;
	width: 100%;
	margin-right: 15px;
	line-height: 1.5;
}
.html-frame--193-12 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-12 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-12 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-12 .float-Image--right {
	width: 30.333%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
	line-height: 1.3;
}
.html-frame--193-12 .float-Image--right img {
	width: 100%;
}
.html-frame--193-12 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-12 .photolist01 ul ul {
	margin: 0 -2%;
}
.html-frame--193-12 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.3;
}
.html-frame--193-12 .photolist01 ul ul li {
	width: 46%;
	margin: 0 2%;
	padding-top: 0;
}
.html-frame--193-12 .photolist01 ul li.col2 {
	width: 63.666%;
}
.html-frame--193-12 .photolist01 ul li img {
	width: 100%;
	margin-bottom: 8px;
}
.html-frame--193-12 .borderBox01 {
	display: inline-block;
	background-color: #f4f9ed;
	color: #6fba2c;
	border: 1px solid #6fba2c;
	padding: 10px 15px;
}

/* 13 */
.html-frame--193-13 h4.title01 {
	color: #6fba2c;
	display: inline-block;
}
.html-frame--193-13 .float-Image {
	position: relative;
	width: 100%;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-13 .float-Image p {
	position: absolute;
	top: 75%;
	left: 0;
	letter-spacing: -0.02em;
	line-height: 1.3;
}
.html-frame--193-13 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-13 .float-Image li {
	float: left;
	width: 19%;
	margin-right: 3%;
	line-height: 1.5;
}
.html-frame--193-13 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-13 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-13 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 20%;
}
.html-frame--193-13 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-13 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.3;
}
.html-frame--193-13 .photolist01 ul li img {
	margin-bottom: 8px;
	width: 100%;
}

/* 14 */
.html-frame--193-14 h4.title01 {
	color: #187fc4;
	display: inline-block;
}
.html-frame--193-14 h4.title02 {
	color: #187fc4;
	display: inline-block;
	font-size: 24px;
	margin: 15px 0 30px;
}
.html-frame--193-14 .photoBox01 {
	margin-bottom: 30px;
}
.html-frame--193-14 .photoBox01 img {
	width: 100%;
}
.html-frame--193-14 .float-Image {
	width: 15%;
	float: left;
	font-size: 13px;
	margin: 0 3% 20px 0;
	line-height: 1.4;
}
.html-frame--193-14 .float-Image span {
	font-size: 18px;
}
.html-frame--193-14 .float-Image img {
	width: 100%;
	height: auto;
	margin: 5px 0 10px;
}
.html-frame--193-14 .float-Image--right {
	width: 30.333%;
	float: right;
	margin: 20px 0 20px 3%;
}
.html-frame--193-14 .float-Image--right02 {
	width: 20%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
.html-frame--193-14 .float-Image--right02 img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-14 .float-Image--right03 {
	width: 15%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 1.3;
	text-align: center;
}
.html-frame--193-14 .float-Image--right03 img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-14 .float-Image--left {
	width: 30.333%;
	float: left;
	margin: 5px 3% 20px 0;
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
.html-frame--193-14 .float-Image--left img {
	width: 100%;
	height: auto;
}
.html-frame--193-14 span.name {
	display: inline-block;
	color: #00a660;
	font-weight: 700;
}
.html-frame--193-14 .infoList01 {
	float: right;
	width: 30.333%;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(250, 241, 213, 1) 2px, rgba(250, 241, 213, 1) 13px);
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 40px 0 20px 3%;
	padding: 20px;
	line-height: 1.6;
	border-radius: 8px;
	box-sizing: border-box;
}
.html-frame--193-14 .infoList01 img {
	width: 100%;
}

/* 15 */
.html-frame--193-15 h4.title01 {
	color: #6fba2c;
	display: inline-block;
}
.html-frame--193-15 .float-Image {
	position: relative;
	width: 25%;
	float: left;
	font-size: 13px;
	margin: 0 3% 20px 0;
}
.html-frame--193-15 .float-Image p {
	margin-bottom: 5px;
}
.html-frame--193-15 .float-Image ul {
	overflow: hidden;
}
.html-frame--193-15 .float-Image li {
	float: left;
	width: 100%;
	margin-right: 15px;
	line-height: 1.5;
}
.html-frame--193-15 .float-Image li:last-of-type {
	margin: 0;
}
.html-frame--193-15 .float-Image li span {
	font-size: 18px;
}
.html-frame--193-15 .float-Image li img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-15 .float-Image--right {
	width: 30.333%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
	line-height: 1.3;
}
.html-frame--193-15 .float-Image--right img {
	width: 100%;
}
.html-frame--193-15 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 40px -1.5% 20px;
}
.html-frame--193-15 .photolist01 ul ul {
	margin: 0;
}
.html-frame--193-15 .photolist01 ul li {
	width: 30.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.3;
}
.html-frame--193-15 .photolist01 ul li.col1-5 {
	width: 47%;
}
.html-frame--193-15 .photolist01 ul li.col2 {
	width: 63.666%;
}
.html-frame--193-15 .photolist01 ul ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}
.html-frame--193-15 .photolist01 ul ul li + li {
	margin-top: 8px;
}
.html-frame--193-15 .photolist01 ul li img {
	width: 100%;
	margin-bottom: 8px;
}

/* 16 */
.html-frame--193-16 h4.title01 {
	color: #187fc4;
	display: inline-block;
}
.html-frame--193-16 h4.title02 {
	color: #187fc4;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 30px !important;
}
.html-frame--193-16 span.name {
	display: inline-block;
	color: #c94e97;
	font-weight: 700;
}
.html-frame--193-16 span.name--naganawa {
	display: inline-block;
	color: #6fba2c;
	font-weight: 700;
}
.html-frame--193-16 .photoBox01 {
	margin-bottom: 30px;
}
.html-frame--193-16 .photoBox01 img {
	width: 100%;
}
.html-frame--193-16 .photo01 {
	width: 100%;
	margin: 30px 0;
}
.html-frame--193-16 .catch01 {
	font-weight: 700;
	font-size: 18px;
}
.html-frame--193-16 .catch01 span {
	font-size: 24px;
}
.html-frame--193-16 .float-Image {
	width: 65%;
	float: right;
	margin: 5px 0 20px 3%;
	font-size: 11px;
	line-height: 1.3;
}
.html-frame--193-16 .float-Image--left {
	width: 20%;
	float: left;
	margin: 5px 3% 20px 0;
	font-size: 11px;
	line-height: 1.3;
}
.html-frame--193-16 .float-Image img,
.html-frame--193-16 .float-Image--left img {
	width: 100%;
	margin-bottom: 8px;
}
.html-frame--193-16 .profile {
	display: flex;
	justify-content: space-between;
	margin: 45px 0 30px;
}
.html-frame--193-16 .profile .profilePhoto {
	width: 55%;
}
.html-frame--193-16 .profile .profilePhoto img {
	width: 100%;
}
.html-frame--193-16 .profile .profileBody {
	width: 40%;
	font-size: 12px !important;
}
.html-frame--193-16 .profile h4.title01 {
	color: #c94e97;
	font-size: 20px !important;
	display: block;
	line-height: 1.4;
	margin-bottom: 20px !important;
}
.html-frame--193-16 .profile p.title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px !important;
	line-height: 1.4;
}
.html-frame--193-16 .profile p.title span {
	font-size: 11px;
	color: #c94e97;
}
.html-frame--193-16 .profile--naganawa .profilePhoto {
	width: 55%;
}
.html-frame--193-16 .profile--naganawa .profileBody {
	width: 40%;
	padding-top: 0;
}
.html-frame--193-16 .profile--naganawa .profileBody h4.title01 {
	position: static;
	width: auto;
	color: #6fba2c;
	margin: 20px 0 50px !important;
}
.html-frame--193-16 .profile--naganawa .profileBody p.title span {
	color: #6fba2c;
}
.html-frame--193-16 p.linkBox01 {
	border: 1px solid #333333;
	padding: 5px 10px;
	display: inline-block;
}

/* 17 */
.html-frame--193-17 .photoBox01 {
	margin-bottom: 40px;
}
.html-frame--193-17 .photoBox01 img {
	width: 100%;
}
.html-frame--193-17 span.name {
	color: #00a0e9;
}
.html-frame--193-17 span.name--nagahara {
	color: #eb6106;
}
.html-frame--193-17 span.name--sudou {
	color: #009b63;
}
.html-frame--193-17 span.name--washino {
	color: #4d4398;
}
.html-frame--193-17 .text-section--intro {
	padding: 15px 25px;
	background-color: #f3f5fb;
	color: #0079c3;
	font-weight: 700;
	margin-bottom: 30px !important;
}
.html-frame--193-17 .borderBox01 {
	display: inline-block;
	background-color: #f3f5fb;
	color: #0079c3;
	padding: 10px 15px 5px;
}
.html-frame--193-17 h4.title01 {
	background-color: #0079c3;
	color: #ffffff;
	padding: 8px 15px 3px !important;
	display: inline-block;
	margin: 0 0 15px !important;
}
.html-frame--193-17 .float-Image {
	position: relative;
	width: 15%;
	float: left;
	font-size: 13px;
	color: #0079c3;
	margin: 0 3% 20px 0;
	line-height: 1.4;
}
.html-frame--193-17 .float-Image img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.html-frame--193-17 .float-Image span {
	font-size: 18px;
}
.html-frame--193-17 .float-Image span.title {
	background-color: #0079c3;
	color: #fff;
	display: inline-block;
	padding: 3px 8px 0;
	margin-bottom: 5px;
	font-size: 13px;
}
.html-frame--193-17 .text-section--border {
	border: 1px solid #0079c3;
	padding: 20px 20px 5px;
	border-radius: 15px;
}
.html-frame--193-17 .photolist01 {
	margin-bottom: 30px;
	font-size: 12px;
}
.html-frame--193-17 .photolist01 .float-Image {
	width: 28%;
	margin: 0 6% 15px 0;
}
.html-frame--193-17 .photolist01 ul {
	font-size: 0;
	letter-spacing: 0;
	margin: 0 -1.5% -12px;
}
.html-frame--193-17 .photolist01 ul li {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin: -30px 1.5% 20px;
	padding-top: 30px;
	line-height: 1.3;
	color: #333333 !important;
}
.html-frame--193-17 .photolist01 ul li img {
	width: 100%;
	margin-bottom: 8px;
}
.html-frame--193-17 .photolist01 ul li p {
	font-size: 14px;
	color: #0079c3;
	line-height: 1.6;
}
