@charset "utf-8";

.title_group .content.inner {
    margin: 65px auto 100px;
}

.title_group .content.inner h3.sub_title {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.84;
	margin-bottom: 72px;
}

.title_group .content.inner p.text {
	text-align: center;
	line-height: 2;
    font-size: 16px;
}

.border_Box {
    border: 2px solid #BB2929;
    padding: 30px 30px;
    width: 96%;
    max-width: 750px;
    margin: 0 auto 80px;
}

.border_Box li {
	position: relative;
	padding-left: 1.5em;
}

.border_Box li:before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #BB2929;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.4em;
}

.industry {
	text-align: center;
	margin-bottom: 80px;
}

.industry .bg_red {
	margin-bottom: 30px;
}

.industry .bg_red p {
	background: #BB2929;
	display: inline-block;
	padding: 0.8em 90px;
	color:#fff;
}

.industry b {
	font-size: 24px;
}

.bg_gray {
	background: #F5F5F5;
	width: 96%;
	max-width: 900px;
	margin: 0 auto 100px;
	padding: 80px 60px 80px;
}

.bg_gray h4 {
	text-align: center;
	font-size: 28px;
    margin-bottom: 60px;
}

.bg_gray .address_box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.bg_gray .address_box p  {
	margin-bottom: 1.8em;
}

.bg_gray .annotation {
    font-size: 14px;
    line-height: 2em;
}

.partnerBtn {
	text-align: center;
	margin: 50px auto;
}


@media screen and (max-width: 767px) {
	.title_group .content.inner {
		margin: 35px auto 60px;
	}
	
	.title_group .content.inner h3.sub_title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.title_group .content.inner p.text {
		line-height: 1.7;
        font-size: 14px;
	}

	.border_Box {
		padding: 20px 20px;
		margin: 0 auto 50px;
	}

	.border_Box li {
		position: relative;
		padding-left: 1.5em;
	}

	.border_Box li:before {
		content: "";
		width: 13px;
		height: 13px;
		display: inline-block;
		background-color: #BB2929;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 0.4em;
	}

	.industry {
		text-align: center;
		margin-bottom: 60px;
	}

	.industry .bg_red {
		margin-bottom: 25px;
	}

	.industry b {
		font-size: 20px;
	}

	.bg_gray {
		margin: 0 auto 60px;
		padding: 40px 30px;
	}

	.bg_gray h4 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.bg_gray .address_box {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	.bg_gray .address_box p  {
		margin-bottom: 1.8em;
	}

	.bg_gray .annotation {
		font-size: 12px;
		line-height: 1.6em;
	}
	
	.partnerBtn {
		margin: 35px auto;
	}
	
	.partnerBtn a {
		padding: 0 4.8em 0 3em;
	}	
	
	
}

@media screen and (min-width: 768px) {
	
	
	.bg_gray .address_box a  {
		pointer-events: none;
	}
	
	
	
	
}