body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

html {
	overflow-y: scroll
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

fieldset,
img {
	border: 0
}

img {
	max-width: 100%;
	vertical-align: bottom
}

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

caption,
th {
	text-align: left
}

a {
	text-decoration: none;
	color: #000
}

a:focus {
	outline: none
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

* {
	box-sizing: border-box
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0
}

.service_section .servicewrap {
	flex-wrap: wrap
}

.service_section .seriviceitem {
	display: flex;
	margin: 30px 2% 100px;
	align-items: center;
}

.service_section .seriviceitem .service_head .svtitle {
	border-left: 5px solid #00138C;
	line-height: 1;
	padding-left: 0.5em;
	margin-bottom: 0.35em
}

.service_section .seriviceitem .service_head .svtitleja {
	font-size: 16px
}

.service_section .seriviceitem .detail_box {
	margin-top: 20px;
	width: 50%;
	margin: 0 2%;
	padding: 0 6%;
}

.service_section .seriviceitem .svimg {
	width: 50%
}

.service_section .seriviceitem .detail_box .svimg img {
	width: 100%
}

.service_section .seriviceitem .detail_box .detail_text {
	padding: 15px
}

.service_section .seriviceitem .detail_box .detail_text .svdetail {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 2rem;
}

.service_section .seriviceitem .detail_box .detail_text .svdetail2 {
	font-size: 14px
}

@media (max-width:768px) {
	.service_section .seriviceitem .detail_box .detail_text .svdetail {
		line-height: 1.5rem;
	}

	.service_section .seriviceitem {
		display: block;
		width: 100%;
		margin: 30px 0
	}

	.service_section .svdetail {
		margin: 0 0 2em 0
	}

	.service_section .svtitle {
		font-size: 26px
	}

	.service_section .seriviceitem .svimg {
		width: 80%;
		margin: 0 auto
	}

	.service_section .seriviceitem .detail_box {
		width: 80%;
		margin: 30px auto
	}
}

@media (max-width:480px) {
	.service_section .seriviceitem {
		margin: 2em 0
	}

	.service_section .svdetailbox {
		padding: 12px;
		border: 1px solid gainsboro;
		margin-top: 15px
	}

	.service_section .svdetail {
		font-size: 14px
	}
}

.service_section .seriviceitem:nth-child(2) {
	flex-direction: row-reverse
}


.service-mv {
	height: 55vh;
	margin: 2rem 0 5rem;
}

.service-mv img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service_max_inner {
	max-width: 90rem;
	margin: 0 auto;
}