@charset "utf-8";


/* CSS Document */

.resume_service {
	padding: 15px 20px 80px 20px;
}

.resume_service li span.links_head {
	background-color: #188260;
	color: #FFFFFF;
}

.resume_service_info {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.resume_service_info {
		background-image: none;
	}
}

.resume_service_info img {
	float: right;
	margin-left: 20px;
}
.resume_service_info p {
	font-size: 1.4rem;
	line-height: 160%;
}
.resume_service_info p::after {
	content: '';
	display: block;
	clear: both;
}


.resume_service_detail_1,
.resume_service_detail_2,
.resume_service_detail_3 {
	width: 1000px;
	max-width: 100%;
	margin: auto auto 40px auto;
}

.resume_service_example {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.resume_service_example {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}

.resume_service_example dl {
	width: 48.8888%;
	position: relative;
	border: solid 1px #f1f1f1;
}

@media screen and (max-width: 767px) {
	.resume_service_example dl {
		width: 100%;
		margin: auto auto 40px auto;
		position: relative;
	}
}

.resume_service_example dl dt {
	padding: 17px 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 18px;
}

.red {
	color: #FF0004;
}

.red2 {
	color: #FF0004;
	font-size: 2rem;
}

.green {
	color: #25c482;
}

.resume_service_example dl.bad dt {
	background-color: #f1f1f1;
}

.resume_service_example dl.good dt {
	background-color: #f1f1f1;
}

.resume_service_example dl.bad::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 11px;
	border-color: transparent transparent transparent #188260;
	position: absolute;
	right: -17px;
	top: 267px;
}

@media screen and (max-width: 767px) {
	.resume_service_example dl.bad::after {
		right: 50%;
		top: inherit;
		bottom: -27px;
		border-width: 11px 11px 0 11px;
		border-color: #188260 transparent transparent transparent;
	}
}

.resume_service_example dl dd>div {
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 160%;
}

.resume_service_example dl dd figure {
	display: block;
	margin: 0;
	border-bottom: solid 1px #f1f1f1;
	text-align: center;
	height: 253px;
	position: relative;
}

.resume_service_example dl dd figure .def img {
	display: block;
	max-width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.resume_service_example dl dd figure .zoom {
	position: absolute;
	top: -40px;
	right: -10px;
	z-index: 1;
}
.resume_service_example dl dd figure .def {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 253px;
	position: relative;
}

.resume_service_example dl dd p {
	padding: 20px;
	font-size: 1.4rem;
	line-height: 160%;
	margin: 0;
	min-height: 198px;
}

.resume_service_example dd span {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

@media screen and (max-width: 767px) {
	.resume_service_example dl dd p {
		min-height: 0px;
	}
}

.resume_service_detail_2 ul {
	margin-bottom: 20px;
}

.resume_service_detail_2 ul li {
	font-size: 1.4rem;
	line-height: 160%;
}

.resume_service_detail_2 ul li:before {
	content: '〇';
	color: #188260;
	margin-right: 5px;
}

.resume_service_detail_2>dl {
	border: solid 1px;
}

.resume_service_detail_note {
	padding: 20px;
	border: solid 1px #f1f1f1;
	box-sizing: border-box;
}

.resume_service_detail_note p {
	font-size: 1.4rem;
	line-height: 160%;
	margin-bottom: 10px;
}

.resume_service_detail_note>dl>dt {
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 10px;
}

.resume_service_detail_note>dl>dd dt {
	background-image: url(../img/column/resume_service/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 24px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.4rem;
	padding-bottom: 5px;
	line-height: 150%;
}

.resume_service_detail_note>dl>dd dd {
	background-image: url(../img/column/resume_service/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-bottom: 15px;
	padding-left: 24px;
}

.production_flow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.production_flow dl {
	position: relative;
	border: solid 2px #eaeaea;
	width: 330px;
	height: 196px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.production_flow dl::before,
.production_flow dl::after {
	content: "";
	position: absolute;
}
.production_flow dl::before {
	border-color: transparent transparent #f3f3f3 transparent;
	border-color: transparent transparent #f3f3f3 transparent;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 196px 196px;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.production_flow dl::after {
-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	top: 50%;
	right: -15px;
	width: 17px;
	height: 27px;
	z-index: 1;
}
.production_flow dl:first-of-type::after {
	background-image: url(../img/common/arrow_right001.png);
}
.production_flow dl:nth-of-type(2)::after {
	background-image: url(../img/common/arrow_right002.png);
}

.production_flow dl dt {
	color: #028252;
	font-weight: bold;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 0px;
	font-size: 2.2rem;
}

.production_flow dl dd {
	line-height: 1.5;
	margin-top: 6px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 9px 9px 9px 13px;
}

.production_flow dl dt span {
	box-sizing: border-box;
	background-color: #028252;
	height: 64px;
	width: 64px;
	min-height: 64px;
	min-width: 64px;
	max-height: 64px;
	max-width: 64px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #fff;
}

.production_flow dl dt span i {
	display: block;
	font-size: 3rem;
	font-style: normal;
	text-align: center;
	width: 100%;
	margin-top: -17px;
}

aside.banner {
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	width: 1200px;
	max-width: 100%;
}

aside.banner img {
	max-width: 100%;
}


/* 画像拡大表示 */
.lity-container {
	overflow-y: auto;
	max-height: 80%;
	max-width: 80%;
}
.lity-image img {
	max-height: initial !important;
	margin: 0 auto;
}


@media screen and (max-width: 767px) {
	.resume_service {
		padding-bottom: 0;
	}
	.production_flow {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	.production_flow dl {
		margin: 0 0 20px;
		height: 173px;
	}
	.production_flow dl::before {
		border-width: 0 0 173px 173px;
	}
	.production_flow dl::after {
		display: none;
	}
	.production_flow dl dd {
		font-weight: normal;
	}

	aside.banner {
		display: block;
	}

	.resume_service_info img {
		float: initial;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.resume_service_example dl dd figure {
		height: 173px;
	}
	.resume_service_example dl dd figure .def {
		height: 100%;
	}
}


/* iPhone5 */
@media screen and (max-width: 320px) {
	.resume_service_example dl dd figure {
		height: 144px;
	}
}

/wp-content/themes/th-agent/assets/img/common/banner001_sp.jpg
/wp-content/themes/th-agent/assets/img/common/banner001_sp.jpg"