.content-section-diagnosis {
	padding: 50px 0;
	background: #fff url(/assets/img/pages/bg-diagnosis.png) no-repeat center top;
	background-size: cover;
}

.content-section-diagnosis h2.content-title {
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: bold;
}

.diagnosis-body {
	padding: 70px 50px;
	background: #fff;
	box-shadow: 0px 7px 7px rgba(0,0,0,0.07);
}

.diagnosis-box-title {
	margin-bottom: 50px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.result-title {
	display: inline-block;
	position: relative;
}

.result-title:before {
	position: absolute;
	top: 50%;
	left: -40px;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin-top: -2px;
	background: #d4174b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.result-title:after {
	position: absolute;
	top: 50%;
	right: -40px;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin-top: -2px;
	background: #d4174b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.diagnosis-box-title .label {
	position: relative;
	top: -3px;
	display: inline-block;
	margin-right: 10px;
	padding: 5px 12px;
	font-size: 15px;
	border: solid 2px #005043;
	line-height: 1.5;
	color: #005043;
	letter-spacing: 0.2em;
}

.diagnosis-box-buttons {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

a.diagnosis-box-button {
	position: relative;
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 40px;
	font-size: 20px;
	cursor: pointer;
	color: #111;
	line-height: 1.5;
}

.diagnosis-box-button:first-of-type {
	margin-right: 4%;
}

.diagnosis-box-button-green {
	border: solid 2px #00a78b;
	background: #f2fbf9;
}

.diagnosis-box-button-green:hover {
	text-decoration: none;
	background: #e5f6f3;
}

.diagnosis-box-button-green:before {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	display: block;
	content: "";
	margin-top: -5px;
	border-left: 2px solid #00a78b;
	border-bottom: 2px solid #00a78b;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.diagnosis-box-button-orange {
	border: solid 2px #fc8e00;
	background: #fff9f2;
}

.diagnosis-box-button-orange:hover {
	text-decoration: none;
	background: #fff3e5;
}

.diagnosis-box-button-orange:before {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	display: block;
	content: "";
	margin-top: -5px;
	border-left: 2px solid #fc8e00;
	border-bottom: 2px solid #fc8e00;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.product-logo {
	text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.col-group .product-logo  {
	height: 110px;
}

.product-feature {
	margin: 50px auto 50px auto;
	padding: 50px 180px 0px 180px;
	font-size: 17px;
	font-weight: bold;
	border-top: solid 1px #e1e1e1;
}

.col-group .product-feature {
	margin-bottom: 20px;
}

.product-feature ul li {
	margin-bottom: 15px;
}

.product-buttons {
	font-size: 0;
	text-align: center;
}

.product-buttons .btn-n-large {
	width: 31%;
	margin: 0 1%;
	font-size: 17px;
	text-align: center;
}

.product-buttons-4c .btn-n-large {
	width: 42%;
	margin-bottom: 15px;
}

.mt-software {
	width: 450px;
	height: auto;
}

.mt-cloud {
	width: 400px;
	height: auto;
}

.lekumo {
	width: 400px;
	height: auto;
}

.mtnet {
	width: 600px;
	height: auto;
}

.col-group .product-feature {
	padding: 50px 0px 0px 0px;
}

.col-group .product-buttons .btn-n-large {
	width: 100%;
	margin: 0 0 15px 0;
}

.col-group .mt-software {
	width: 410px;
	height: auto;
}

.col-group .mt-cloud {
	width: 270px;
	height: auto;
}

.col-group .lekumo {
	width: 300px;
	height: auto;
}

.content-section-diagnosis h2.content-title {
	margin-bottom: 30px;
}

.content-title img {
	position: relative;
	left: 20px;
	max-width: 600px;
    margin: 0 auto;
	height: auto;
}

.product-prev {
margin-top: 50px;
padding-top: 40px;
border-top: solid 1px #e1e1e1;
text-align: center;
font-size: 20px;
}



/* ------------------------------------------
                 for tablet
------------------------------------------ */

@media(max-width:1100px){

	.content-section-diagnosis {
    padding: 50px 0;
	}

	.diagnosis-body {
    padding: 50px 30px;
	}

	.product-buttons .btn-n-large {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 15px;
	}

	.col {
    float: none;
    margin-left: 0;
		margin-bottom: 50px;
	}

	.col-6 {
    margin-left: 0;
    width: 100%;
	}

	.col-group .col:last-of-type {
		margin-bottom: 0;
	}

	.content-title img {
		left: 10px;
		max-width: 500px;
	}

	.col-group .product-logo  {
		height: auto;
	}

}



/* ------------------------------------------
                 for sp
------------------------------------------ */

@media(max-width:600px){

	.product-feature {
    margin: 30px auto;
    padding: 30px 0 0 0;
    font-size: 17px;
    font-weight: bold;
    border-top: solid 1px #e1e1e1;
	}

	.col-group .product-feature {
		padding: 30px 0 0 0;
	}

	.content-section-diagnosis h2.content-title {
    font-size: 30px;
	}

	.diagnosis-box-buttons {
    display: block;
	}

	a.diagnosis-box-button {
    position: relative;
    width: 100%;
		margin-bottom: 15px;
    display: block;
    text-align: center;
	}

	.diagnosis-box-title .label {
    position: relative;
    top: -4px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 12px;
    font-size: 10px;
    border: solid 2px #005043;
    line-height: 1.5;
    color: #005043;
    letter-spacing: 0.2em;
	}

	.diagnosis-box-title {
    margin-bottom: 30px;
    font-size: 20px;
	}

	.content-section-diagnosis h2.content-title {
		margin-bottom: 20px;
		padding: 0;
	}

	.content-title img {
		left: 10px;
		max-width: 300px;
	}

	p.align-center br {
		display: none;
	}

	.content-section-diagnosis {
    padding: 20px 0 30px 0;
	}

	.product-prev {
		margin-top: 30px;
		padding-top: 20px;
		border-top: solid 1px #e1e1e1;
		text-align: center;
		font-size: 17px;
	}

}
