@charset "utf-8";

/*h1, h2, h3, h4, h5, h6 {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	-webkit-text-size-adjust: none;*/
/*	-ms-text-size-adjust: none;*/
/*	text-align: center;*/
/*	font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif;*/
/*	font-size: 16px;*/
/*	line-height: 1.8;*/
/*	color: #010101;*/
/*}*/
span.strong {
	font-size: 110%;
	margin: 10px 0;
	display: block;
}
dl.merit dd:before {
	font-family: FontAwesome;
	padding-right: 0.5em;
}
dl.merit.merit-negative dd:before {
	content: "\f00c";
	color: #f99;
}
dl.merit.merit-positive dd:before {
	content: "\f111";
	color: #76d076;
}
.images {
	display: flex;
	justify-content: space-between;
}
.images figure {
	max-width: 320px;
}

.images figure {
	max-width: 320px;
	margin: 20px 0 0 0;
}
.images figure img {
	max-width: 100%;
}
.images figure figcaption {
	text-align: center;
}


.flow_box1 .flow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow_box1 .flow li {
	display: block;
	width: 320px;
	margin-bottom: 20px;
	position: relative;
	background: #f0f0f0;
}
.flow_box1 .flow li span {
	font-size: 25px;
	background: #55838d;
	color: #fff;
	position: absolute;
	line-height: 1;
	padding: 10px;
	top: 0;
	left: 0;
	font-family: Arial;
	height: 46px;
}
.flow_box1 .flow li dt {
	font-size: 22px;
	background: #bbcbce;
	line-height: 1;
	padding: 10px;
	text-indent: 60px;
	color: #fff;
	height: 46px;
}
.flow_box1 .flow li figure {
	margin: 0;
	padding: 0;
}
.flow_box1 .flow li figure img {
	max-width: 100%;
}
.flow_box1 .flow li figure figcaption {
	padding: 10px;
	background: #f0f0f0;
}
.awards {
	text-align: center;
}
.awards img {
	width: 70%;
	height: auto;
}
.block_point10 {
	background: #cfe0c8;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.block_point10 .point10{
	background: #fff;
	width: calc(50% - 10px);
	padding: 20px;
}
.block_point10 .point10 dt{
	font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #666;
}
.block_point10 .point10 dt span{
	color: #599443;
	padding-right: 20px;
	font-family: 'Montserrat';
}
.block_point10 .point10 dd{
	font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
	text-align: center;
	padding-top: 1em;
}

.block_point11 {
	background: #cfe0c8;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.block_point11:after {
	content: none;
}

.block_point11 .point11{
	background: #fff;
	width: calc(50% - 10px);
	padding: 20px;
}
.block_point11 .point11 dt{
	font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #666;
}
.block_point11 .point11 dt span{
	color: #599443;
	padding-right: 20px;
	font-family: 'Montserrat';
}
.block_point11 .point11 dd{
	font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
	text-align: left;
	padding-top: 1em;
}


.table {
	background: #f0f0f0;
	padding: 2em;
	margin-top: 2em;
}
table {
	width: 100%;
	border-collapse:separate;
	border-spacing:2px;
}
table th,
table td {
	border: none;
	padding: 0.5em;
	text-align: center;
	width: 25%;
	border-radius: 0.2em;
}
table td.col-75 {
	width: 75%;
}

table th {
	background: #599443;
	color: #fff;
	font-weight: bold;
}
table td {
	background: #fff;
}
section h5 {
	font-size: 15px !important;
	font-weight: bold;
	border: none !important;
}
.bar {
	position: relative;
}
.bar .bar1 {
	background: -moz-linear-gradient(left, #c8e4ff, #e8f2fc);
	background: -webkit-linear-gradient(left, #c8e4ff, #e8f2fc);
	background: linear-gradient(to right, #c8e4ff, #e8f2fc);
	position: absolute;
	width: 600px;
	height: 1.5em;
	top: 0.5em;
}
.bar .bar2 {
	background-color: #f0f0f0;
	position: absolute;
	width: 100px;
	height: 1.5em;
	top: 0.5em;
}


.flow_box2 .flow {
	position: relative;
	background: #f5f5f5;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
}
.flow_box2 .flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
}
.flow_box2 .flow > li {
	position: relative;
	padding-left: 170px;
	list-style-type: none;
}
.flow_box2 .flow > li:not(:last-child) {
	margin-bottom: 20px;
}
.flow_box2 .flow > li .icon {
	font-size: 26px;
	font-family: Arial;
	color: #fff;
	background: #bbcbce;
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: left;
}
.flow_box2 .flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #bbcbce;
	position: absolute;
	top: 15px;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow_box2 .flow > li dl {
	text-align: left;
	position: relative;
}
.flow_box2 .flow > li dl::before,
.flow_box2 .flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow_box2 .flow > li dl::before {
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #666;
	left: -77px;
}
.flow_box2 .flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: -60px;
}
.flow_box2 .flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #666;
	margin-bottom: 10px;
}
.flow_box2 .flow > li dl dd strong {
	font-size: 120%;
	font-weight: 600;
}
.flow_box2 .flow > li dl dt.marker {
	background: #ff0;
}

	.shinchiku {
		margin-top: 2em;
		text-align: center;
	}
	.shinchiku img {
		max-width:600pix
		height: auto;
	}




.faq {
	text-align: left;
}

.faq dt {
	margin-bottom: 10px;
	padding: 18px 60px 18px 78px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d7d1c6;
	line-height: 1.3;
	color: #333;
	position: relative;
	transition: .4s;
}

.faq dt:before {
	content: 'Q';
	width: 34px;
	height: 34px;
	margin-top: -17px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #333;
	text-align: center;
	font-family: Arial;
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 20px;
}

/*.faq dt:after {*/
/*content: '';*/
/*width: 13px;*/
/*height: 13px;*/
/*margin-top: -9px;*/
/*border-bottom: solid 2px #666;*/
/*border-right: solid 2px #666;*/
/*-ms-transform: rotate(45deg);*/
/*-webkit-transform: rotate(45deg);*/
/*transform: rotate(45deg);*/
/*position: absolute;*/
/*top: 50%;*/
/*right: 25px;*/
/*}*/

.faq dd {
	display: block;
	padding-bottom: 30px;
	padding-left: 80px;
	position: relative;
}

.faq dl.active dd {
	height: auto;
	padding-top: 10px;
	opacity: 1;
}

.faq dd:after {
	display: inline-block;
	vertical-align: top;
	content: 'A';
	width: 34px;
	height: 34px;
	margin-right: 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #f0f0f0;
	text-align: center;
	font-family: Arial;
	font-size: 22px;
	line-height: 34px;
	color: #333;
	position: absolute;
	top: 8px;
	left: 22px;
}

.faq dd:before {
	display: block;
	content: '';
	height: 10px;
}

a.link-right {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #bbb;
	border: #999 1px solid;
	color: #fff;
	display: block;
	float: right;
	padding: 7px 10px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 1em;
}
a.link-right:hover {
	text-decoration: none;
}
.flow a.link-right {
	margin-bottom: 0;
	display: inline-block;
	float: none;
}

section.calc h3 {
	position: relative;
}
section.calc h3 span.note-right {
	padding-top: 5px;
	display: inline-block;
	position: absolute;
	right: 70px;
	font-size: 13px;
	color: #666;
}
img.right {
	width: 400px;
	float: right;
	padding: 0 0 2em 3em;
}
img.left {
	width: 400px;
	float: left;
	padding: 0 3em 2em 0;
}
section.products {
	margin: 100px auto !important;
}
section.products figure {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin: 0 0 30px 0;
}
section.products figure:last-of-type {
	margin-bottom: 0;
}
section.products figure img {
	width: 250px;
}
.boron-mv {
	width: 1000px;
	height: 660px;
	background-image:url(/img/services/boron/boron_main.png);
	background-size: cover;
	text-align: center;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}
.boron-mv img {
	max-height: 88%;
	padding-top: 5%;
}
.boron-mv .boron-mv-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.boron-mv .boron-mv-footer img {
	width: 100%;
}


@media screen and (min-width:0px) and (max-width:767px){

	.flow_box1 .flow li {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		background: #f0f0f0;
	}
	.flow_box1 .flow li dd figure img {
		max-width: 100% !important;
	}
	.flow_box2 .flow > li {
		position: relative;
		padding-left: 120px;
		list-style-type: none;
	}
	a.link-right {
		margin-bottom: 2em;
	}
	.flow a.link-right {
		margin-bottom: 0;
		display: inline-block;
		float: right;
	}
	section.calc h3 span.note-right {
		display: inline-block;
		position: absolute;
		right: 1em;
		color: #fff;
	}
	img.right,
	img.left {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 1em;
		display: block;
	}
	section.products {
		margin: 3em auto !important;
	}
	section.products figure {
		display: block;
		margin: 0 0 3em 0;
		text-align: center;
	}
	section.products figure:last-of-type {
		margin-bottom: 0;
	}
	section.products figure img {
		width: 60%;
		margin: 0 auto;
	}
	section.products figure figcaption {
		text-align: left;
	}
	.block_point10 {
		clear: both;
		background: #cfe0c8;
		padding: 1em;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1em;
	}
	.block_point10 .point10{
		background: #fff;
		width: 100%;
		padding: 2em;
	}
	.block_point10 .point10 dt{
		font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #666;
	}
	.block_point10 .point10 dt span{
		color: #599443;
		padding-right: 1em;
		font-family: 'Montserrat';
	}
	.block_point10 .point10 dd{
		font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
		text-align: center;
		padding-top: 1em;
	}
	.block_point11 {
		clear: both;
		background: #cfe0c8;
		padding: 1em;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1em;
	}
	.block_point11 .point11{
		background: #fff;
		width: 100%;
		padding: 2em;
	}
	.block_point11 .point11 dt{
		font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		color: #666;
line-height:1.5
	}
	.block_point11 .point11 dt span{
		color: #599443;
		padding-right: 1em;
		font-family: 'Montserrat';
line-height:1.5
	}
	.block_point11 .point11 dd{
		font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
		text-align: left;
		padding-top: 1em;
	}

	.shinchiku {
		margin-top: 3em;
		text-align: center;
	}
	.shinchiku img {
		max-width:600pix
		height: auto;
	}

	.awards {
		margin-top: 2em;
		text-align: center;
	}
	.awards img {
		width: 100%;
		height: auto;
	}
	.bar .bar1 {
		width: 90%;
	}
	.bar .bar2 {
		width: 30%;
	}
	.table {
		padding: 1em;
		margin-top: 2em;
	}
	table {
		width: 100%;
		border-collapse:separate;
		border-spacing:2px;
	}
	.boron-mv {
		width: 100%;
		height: 60vh;
		background-image:url(/img/services/boron/boron_main.png);
		background-size: cover;
		background-position: center center;
		text-align: center;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		position: relative;
		margin-top: 2em;
	}
	.boron-mv img {
		max-height: 90%;
	}
	.boron-mv .boron-mv-footer {
		display: none;
	}

}


