/* service */

#service .markBox .text p,
#medical .markBox .text p {
	font-size: 14px;
	padding: .5em;
}

#service .markBox .text .green,
#medical .markBox .text .green {
	color: #006934;
	font-weight: bold;
}

#service .fxws p {
	text-align: center;
	color: #006934;
	border: 2px solid #006934;
	border-radius: 1em;
	margin: 0 .5em 1em 0;
}


/* medical */

#medical h3.ovth {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#medical .listWrap .fxwb {
	margin-bottom: 2px;
}


/* listWrap */

.listWrap .box dl {
	width: 100%;
	border: 1px solid #228909;
}

.listWrap .box dl:first-child>dt {
	padding-left: 2em;
}

.listWrap .box dt {
	width: 85%;
	border-right: 1px solid #228909;
	padding-left: .5em;
}

.listWrap .box dt span {
	color: #A0C43C;
	padding-right: .5em;
}

.listWrap .box dd {
	width: 15%;
	text-align: center;
	font-size: 12px;
}

.listWrap .box dd span {
	color: #228909;
	font-weight: bold;
}

.listWrap>p>span {
	color: #228909;
	font-weight: bold;
	padding-right: .3em;
}

.listWrap>p>span:nth-child(n + 2) {
	padding-left: 1em;
}


/* support */

#support .inner .title {
	color: #006934;
}

#support .box img {
	max-width: 100%;
	padding: 5px 0;
}

#support .box .green {
	color: #006934;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
}

#support .box .green:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 12.1px 7px;
	border-color: transparent transparent #006934 transparent;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}


/* day */

#day p.mincho {
	margin-bottom: 1em;
}


/* PC */

@media screen and (min-width: 980px) {
	/* topImg */
	.topImg {
		background-image: url(../img/service/top.jpg);
	}
	/* service */
	#service>.inner>p {
		font-size: 18px;
		margin-bottom: 1.5em;
	}
	#service>.inner>p.bg {
		font-size: 20px;
		background-image: url(../img/service/bg01.jpg);
		background-repeat: no-repeat;
		padding: .5em 1em;
	}
	#service>.inner>p.bg span {
		font-size: 14px;
	}
	#service .markBox,
	#medical .markBox {
		width: 100%;
		margin-bottom: .5em;
	}
	#medical .markBox {
		margin-bottom: 3em;
	}
	#medical .listWrap {
		margin-bottom: 2px;
	}
	#service .markBox .img,
	#medical .markBox .img {
		width: 15%;
	}
	#service .markBox .text,
	#medical .markBox .text {
		width: 85%;
	}
	#service .fxws {
		width: 100%;
	}
	#service .fxws p {
		width: 16.5%;
	}
	#medical h3.ovth {
		width: 800px;
		height: 150px;
		margin-bottom: 25px;
		background-image: url(../img/service/medical.png);
	}
	/* listWrap */
	.listWrap .box {
		width: 33%;
	}
	.listWrap .box dt {
		font-size: 12px;
	}
	.listWrap>p {
		font-size: 12px;
	}
	.listWrap>p>span {
		font-size: 12px;
	}
	/* support */
	#support .inner>p {
		font-size: 18px;
		margin-bottom: 1em;
	}
	#support .inner .title {
		font-size: 30px;
		margin-bottom: 0;
	}
	#support .box {
		width: 220px;
		margin-right: 30px;
		margin-bottom: 40px;
	}
	#support .box p {
		font-size: 12px;
		padding: 0 1em;
	}
	#support .box p>.green {
		font-size: 14px;
	}
	/* day */
	#day {
		margin-bottom: 160px;
	}
	#day h3.ovth {
		width: 800px;
		height: 150px;
		margin-bottom: 25px;
		background-image: url(../img/service/day.png);
	}
	#day p.mincho {
		font-size: 18px;
	}
}


/* SP */

@media screen and (max-width: 980px) {
	.spNone {
		display: none;
	}
	/* topImg */
	.topImg {
		background-image: url(../img/service/sp_top.png);
	}
	/* service */
	#service>.inner>p {
		font-size: 14px;
		padding: 10px;
	}
	#service .markBox,
	#medical .markBox {
		width: 100%;
		padding: 0 10px;
		margin-bottom: .5em;
	}
	#service .markBox .img,
	#medical .markBox .img {
		width: 17%;
	}
	#service .markBox .text,
	#medical .markBox .text {
		width: 83%;
	}
	#service .fxws {
		width: 85%;
		margin: 0 auto;
	}
	#medical h3.ovth {
		width: 100%;
		margin: 0 auto;
		background-image: url(../img/service/sp_medical.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-position: 50%;
		margin-bottom: 25px;
	}
	/* support */
	#support .inner>p {
		font-size: 14px;
		padding: 0 10px;
		margin-bottom: .5em;
	}
	#support .inner .title {
		font-size: 15px;
	}
	#support .fxws {
		margin-bottom: 25px;
	}
	#support .box {
		width: 90%;
		margin: 0 auto;
	}
	#support .box .img {
		width: 35%;
	}
	#support .box .text {
		width: 65%;
	}
	#support .box p {
		font-size: 14px;
		padding: 0 1em;
	}
	/* day */
	#day h3.ovth {
		width: 100%;
		margin: 0 auto;
		background-image: url(../img/service/sp_day.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-position: 50%;
		margin-bottom: 25px;
	}
	#day p.mincho {
		font-size: 14px;
		padding: 0 10px;
	}
}


/* 縦長の場合 */

@media only screen and (max-width: 980px) and (orientation: portrait) {
	/* service */
	#service .fxws p {
		width: 47%;
	}
	#medical h3.ovth,
	#day h3.ovth {
		height: 11vh;
	}
	/* listWrap */
	.listWrap .box {
		width: 86%;
		margin-left: 7%;
	}
	.listWrap .box dt {
		font-size: 12px;
	}
	.listWrap>p {
		font-size: 12px;
		padding: 0 7%;
	}
}


/* 横長の場合 */

@media only screen and (max-width: 980px) and (orientation: landscape) {
	/* service */
	#service .fxws p {
		width: 30%;
	}
	#medical h3.ovth,
	#day h3.ovth {
		height: 33vh;
	}
	/* listWrap */
	.listWrap .box {
		width: 86%;
		margin-left: 7%;
	}
	.listWrap .box dt {
		font-size: 16px;
	}
	.listWrap>p {
		font-size: 16px;
		padding: 0 7%;
	}
}