.mB_30 {
	margin-bottom: 30px !important;
}

.mB_60 {
	margin-bottom: 60px !important;
}


a.cv-btn {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	background: #f07651;
	position: relative;
	font-size: 1rem;
	text-decoration: none;
	vertical-align: top;
}

a.cv-btn span {
	display: inline-block;
	font-size: 0.8em;
	color: #f07651;
	line-height: 1;
	background-color: #fff;
	padding: 8px 12px;
	vertical-align: middle;
	margin-right: 10px;
}

a.cv-btn:hover {
	opacity: 0.7;
}

.cv-btn:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -8px;
	transform: rotate(45deg);
	transition: all .3s;
}

.article-cv {
	text-align: center;
	position: relative;
}

.article-cv-txt {
	font-size: 16px;
	margin-bottom: 10px;
}

.article-cv-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.article-cv-single {
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	/* font-size: 2.4rem; */
	position: relative;
	box-shadow: 0px 2px 6px #b5b5b5;
}

.article-cv-single {
	width: 60%;
}

@media screen and (max-width: 1064px) {
	.article-cv-txt {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.article-cv-single {
		height: 80px;
		line-height: 80px;
		font-size: 20px;
		font-size: 2.0rem;
		position: relative;
		box-shadow: 0px 2px 6px #b5b5b5;
	}

	.article-cv-single {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.article-cv-single {
		height: 80px;
		line-height: 80px;
		font-size: 14px;
		font-size: 1.4rem;
		position: relative;
		box-shadow: 0px 2px 6px #b5b5b5;
	}

	.article-cv-single {
		width: 100%;
	}
}

/*! CSS Used from: https://www.dormybiz.com/assets/css/breaksp.css */
@media screen and (max-width: 850px) {
	.cv-btn:after {
		width: 7px;
		height: 7px;
		margin-top: -5px;
	}
}

/*! CSS Used from: https://www.dormybiz.com/assets/css/print.css ; media=print */
@media print {
	.article-cv {
		display: none;
	}
}




/*! CSS Used from: https://www.dormybiz.com/assets/css/common.css */
.company-info-wrap {
	width: 100%;
	background-color: #f4f4f4;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 60px;
}

.company-info-wrap .inner {
	width: 100%;
	display: table;
}

.company-info {
	display: table-cell;
	width: 72%;
	padding: 20px;
}

.l-post-content  dl.company-info dd {
	margin-bottom: 0;
}
.company-logo {
	display: table-cell;
	vertical-align: middle;
	width: 28%;
	background-color: #fff;
	border: solid 1px #ccc;
}

.company-logo-img {
	padding: 2%;
}

.company-name {
	font-size: 18px;
	margin-bottom: 10px;
}

.company-info-ttl {
	font-size: 16px;
	font-weight: bold;
	color: #0287c5;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.company-info {
		display: block;
		width: 100%;
	}

	.company-logo {
		display: block;
		width: 100%;
	}
}



.border-ttl {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 5px;
	border-bottom: solid 2px #0287c5;
	margin-bottom: 30px;
}

.border-ttl .border-ttl-band {
	display: block;
	font-size: 18px;
	color: #fff;
	background-image: -moz-linear-gradient(left, #0287c5, #ffffff);
	background-image: -ms-linear-gradient(left, #0287c5, #ffffff);
	background-image: -o-linear-gradient(left, #0287c5, #ffffff);
	background-image: -webkit-gradient(linear, left top, right top, from(#0287c5), to(#ffffff));
	background-image: -webkit-linear-gradient(left, #0287c5, #ffffff);
	background-image: linear-gradient(left, #0287c5, #ffffff);
	padding: 8px 0 8px 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.border-ttl {
		font-size: 20px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
}



.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.mB_30 {
	margin-bottom: 30px !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.around-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.around-box img {
	border: solid 1px #eee;
}

.around-box img {
	float: left;
	width: 42%;
	margin-right: 40px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.around-box img {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}



.f_left {
	float: left;
}

.f_right {
	float: right;
}

.mB_30 {
	margin-bottom: 30px !important;
}

.col2-box-m {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.col2-box-m .text-col {
	width: 54%;
}

.col2-box-m .img-col {
	width: 42%;
}

.img-col img {
	border: solid 1px #eee;
}

@media screen and (max-width: 767px) {
	.f_right {
		float: none;
	}

	.f_left {
		float: none;
	}

	.col2-box-m .text-col {
		width: 100%;
		margin-bottom: 20px;
	}

	.col2-box-m .img-col {
		width: 100%;
	}
}

.text-col>.blue-ttl:first-child {
	margin-top: 0 !important;
}



.blue-ttl {
	font-size: 20px;
	font-size: 2.0rem;
	color: #0287c5;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.blue-ttl {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.voice-wrap {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.voice_inner {
	width: 100%;
	padding: 30px;
	overflow: hidden;
	border: solid 2px #0287c5;
}

.voice-img {
	width: 40%;
	float: left;
	margin-right: 30px;
	line-height: 0;
}

.voice-co-name {
	font-size: 12px;
	margin-bottom: 5px;
}

.voice-wrap .big-catch {
	font-size: 20px;
	line-height: 1.4;
	color: #f07651;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.voice_inner {
		width: 100%;
		padding: 0;
	}

	.voice-img {
		width: 100%;
		float: none;
	}

	.voice-text {
		padding: 8%;
	}

	.big-catch {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

.voice-wrap .blue-ttl {
	border-bottom: none;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}