@charset "UTF-8";

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset input */

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* cmn
---------------------------------------- */

.sp-hide {
	display: inline-block !important;
}

.pc-hide {
	display: none !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.weight-bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.inner {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner:before,
.inner:after {
	content: '';
	display: table;
}

.inner:after {
	clear: both;
}

/* page-title
---------------------------------------- */

.content-area> .page-title {
	background: url('../images/service/bg_h2.jpg') center top no-repeat;
}

/* page-content
---------------------------------------- */

.content-area> .page-content> .service-area {
	width: 955px;
	margin: 90px auto 0 auto;
}

.content-area> .page-content> .service-area.area1 {
	margin-top: 0;
}

.content-area> .page-content> .service-area.area1> .service-name {
	background: url('../images/service/icn-1.png') left center no-repeat;
	background-size: 58px auto;
}

.content-area> .page-content> .service-area.area2> .service-name {
	background: url('../images/service/icn-2.png') left center no-repeat;
	background-size: 62px auto;
}

.content-area> .page-content> .service-area.area3> .service-name {
	padding: .25em 0 .25em 70px;
	background: url('../images/service/icn-3.png') left center no-repeat;
	background-size: 56px auto;
}

.content-area> .page-content> .service-area> .service-name {
	padding-left: 70px;
	color: #597f41;
	font-size: 30px;
}

.content-area> .page-content> .service-area> .service-name> .sub {
	display: block;
	color: #231815;
	font-size: 18px;
	line-height: 1;
}

.content-area> .page-content> .service-area> .text {
	margin-top: 1em;
	font-size: 18px;
	line-height: 2.111111111;
}

.content-area> .page-content> .service-area> .text-list {
	width: 100%;
}

.content-area> .page-content> .service-area> .text-list> .text-item {
	margin-top: 50px;
	padding-left: 14px;
	border-left: #597f41 2px solid;
}

.content-area> .page-content> .service-area> .text-list> .text-item:nth-of-type(1) {
	margin-top: 30px;
}

.content-area> .page-content> .service-area> .text-list> .text-item> .main {
	color: #597f41;
	font-size: 22px;
}

.content-area> .page-content> .service-area> .text-list> .text-item> .sub {
	font-size: 18px;
	line-height: 2.111111111;
}

@media screen and (max-width: 768px) {

.sp-hide {
	display: none !important;
}

.pc-hide {
	display: inline-block !important;
}

.content-area> .page-title {
	background: url('../images/service/sp_bg_h2.jpg') center top no-repeat;
	background-size: 100% auto;
}

.content-area> .page-content> .service-area {
	width: 100%;
	margin: 13.33333vw auto 0 auto;
}

.content-area> .page-content> .service-area.area1> .service-name {
	background: url('../images/service/icn-1.png') center top no-repeat;
	background-size: 14.4vw auto;
}

.content-area> .page-content> .service-area.area2> .service-name {
	background: url('../images/service/icn-2.png') center top no-repeat;
	background-size: 16.53333vw auto;
}

.content-area> .page-content> .service-area.area3> .service-name {
	padding: 18.66667vw 0 0 0;
	background: url('../images/service/icn-3.png') center top no-repeat;
	background-size: 14.4vw auto;
}

.content-area> .page-content> .service-area> .service-name {
	padding-top: 13.33333vw;
	padding-left: 0;
	font-size: 6.13333vw;
	text-align: center;
}

.content-area> .page-content> .service-area> .service-name> .sub {
	font-size: 4.26667vw;
}

.content-area> .page-content> .service-area> .text {
	margin-top: .5em;
	font-size: 4.26667vw;
	line-height: 1.625;
	text-align: center;
}

.content-area> .page-content> .service-area> .text-list> .text-item {
	margin-top: 10.66667vw;
	padding-left: 0;
	border-left: none;
}

.content-area> .page-content> .service-area> .text-list> .text-item:nth-of-type(1) {
	margin-top: 4vw;
}

.content-area> .page-content> .service-area> .text-list> .text-item> .main {
	margin-bottom: .5em;
	padding-bottom: .5em;
	font-size: 4.26667vw;
	line-height: 1.4;
	text-align: center;
	border-bottom: #597f41 .26667vw solid;
}

.content-area> .page-content> .service-area> .text-list> .text-item> .sub {
	font-size: 4.26667vw;
	line-height: 1.625;
	text-align: center;
}

}

/* add
--------------------------------------------------------------------------------------------------------*/
.content-area > .page-content .info-content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 120px;
}
.content-area > .page-content .info-content:not(:last-child) {
	margin-bottom: 5.25em;
}
.content-area > .page-content .info-content dl dt {
	padding-left: 70px;
	color: #597f41;
	font-size: 30px;
	letter-spacing: -0.03em;
}
.content-area > .page-content .info-content dl dd {
	margin-top: 1em;
	font-size: 18px;
	line-height: 2.11;
}
.content-area > .page-content .info-content dl dd ul {
	padding-left: 1.25em;
}
.content-area > .page-content .info-content dl dd ul li {
	list-style-type: decimal;
	list-style-position: outside;
	letter-spacing: -0.02em;
}
.content-area > .page-content .info-content dl dd p {
	margin-top: 1.0em;
	text-align: center;
}
.content-area > .page-content .info-content:nth-of-type(1) dl dt {
	background: url('../images/service/icn-1.png') left center no-repeat;
	background-size: 58px auto;
}
.content-area > .page-content .info-content:nth-of-type(2) dl dt {
	background: url('../images/service/icn-2.png') left center no-repeat;
	background-size: 62px auto;
}
.content-area > .page-content .info-content:nth-of-type(3) dl dt {
	padding: .25em 0 .25em 70px;
	background: url('../images/service/icn-3.png') left center no-repeat;
	background-size: 56px auto;
}
.content-area > .page-content .info-content .info-photo {
	padding-left: 30px;
	width: 280px;
}
.content-area > .page-content .info-content dl dd p.s-logo{
	text-align: right;
	width: 622px;
}

/* less then 768px
--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.content-area > .page-content .info-content {
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 0;
	}
	.content-area > .page-content .info-content:not(:last-child) {
		margin-bottom: 13.33333vw;
	}
	.content-area > .page-content .info-content dl dt {
		padding-top: 13.33333vw;
		padding-left: 0;
		font-size: 5.599vw;
		text-align: center;
	}
	.content-area > .page-content .info-content dl dd {
		margin-top: .5em;
		font-size: 4.26667vw;
		line-height: 1.625;
	}
	.content-area > .page-content .info-content dl dd p {
		padding: 0 1.0em;
	}
	.content-area > .page-content .info-content:nth-of-type(1) dl dt {
		background: url('../images/service/icn-1.png') center top no-repeat;
		background-size: 14.4vw auto;
	}
	.content-area > .page-content .info-content:nth-of-type(2) dl dt {
		background: url('../images/service/icn-2.png') center top no-repeat;
		background-size: 16.53333vw auto;
	}
	.content-area > .page-content .info-content:nth-of-type(3) dl dt {
		padding: 18.66667vw 0 0 0;
		background: url('../images/service/icn-3.png') center top no-repeat;
		background-size: 14.4vw auto;
	}
	.content-area > .page-content .info-content .info-photo {
		margin-top: 1.25em;
		padding: 0;
		width: 100%;
	}
	.content-area > .page-content .info-content dl dd p.s-logo{
		text-align: center;
		width: 100%;
	}

}