/* ------------------
三徳様 事例
------------------ */

/* 三徳様共通
------------------ */
.santoku_h1{
	text-align: center;
	font-weight: bold;
	color: #67c9cf;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}

/* 導入前の課題
------------------ */
#santoku-before > .case-col:nth-of-type(1){
	flex-basis: 55%;
	text-align: right;
}

#santoku-before > .case-col:nth-of-type(2){
	flex-basis: 50%;
}

@media screen and (max-width: 767px) {
#santoku-before > .case-col:nth-of-type(1){
	text-align: center;
}
}

/* 導入の決め手
------------------ */
#santoku-decision > .case-col:nth-of-type(1){
	flex-basis: 55%;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

#santoku-decision > .case-col:nth-of-type(2){
	flex-basis: 50%;
}

/* 導入の効果
------------------ */
#santoku-voice > .case-col:nth-of-type(1){
	flex-basis: 50%;
	text-align: right;
}

#santoku-voice > .case-col:nth-of-type(2){
	flex-basis: 48%;
}

#santoku-voice .case-list{
	font-size: 1.11rem;
}

.santoku_il2_sp{
	display: none;
}

@media screen and (max-width: 767px) {
#santoku-voice > .case-col:nth-of-type(1){
	text-align: center;
}

.santoku_il2_pc{
	display: none;
}

.santoku_il2_sp{
	display: inline;
}
}

/*end*/