@charset "UTF-8";



/* ------------------------------
	strength
------------------------------ */
.strength_section {
	padding: 60px 0 0;
}
.strength_section.last {
	padding-bottom: 60px;
}
.strength_section .str_ttl {
	margin-bottom: 40px;
}
.strength_box {
	padding: 40px 40px;
	background: #fff;
	border-radius: 5px;
}
.strength_box p.strength_txt {
	margin-bottom: 20px;
	float: left;
	width: 56%;
	line-height: 1.6em;
	letter-spacing: 1px;
}
.strength_box img {
	float: right;
	width: 40%;
	height: auto;
}
.two_btns {
    display: block;
    width: 180px;
    margin-bottom: 10px;
}
.two_btns a {
    justify-content: inherit;
}


@media screen and (max-width: 768px){
	.strength_section .str_ttl {
		margin-bottom: 25px;
	    font-size: 6.6vw;
	}
	.strength_box {
		padding: 6%;
	}
	.strength_box img {
		width: inherit;
		margin-bottom: 20px;
	}
	.strength_box p.strength_txt {
		width: inherit;
	}
}