/*********************************************
use_case.css
*********************************************/
.o-biz-ti-b{
	position: 10;
    box-sizing: border-box;
}

.o-sec-pt{
	padding-top: 80px;
}

.o-905-b{
	width: 100%;
	max-width: 905px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding: 45px 20px;
	border-radius: 5px;
}

.o-main-ct-h1{
	color: #000;
}

.o-main-ct-h1{
    margin-bottom: 90px;
}

.o-case-ob{
	box-sizing: border-box;
	padding-top: 95px;
	padding-bottom: 50px;
}

.o-case-line{
    border-top: 1px solid rgba(0,0,0,.8);
    position: relative;
}

.o-case-line:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #0073a0;
    bottom: -2px;
    width: 62px;
    left: 0;
}

.o-case-b{
	margin-bottom: 80px;
}

.o-case-no{
	display: block;
	line-height: 28px;
	/* font-weight: 300; */
	color: #0073a0;
	margin-bottom: 15px;
}

.o-case-h2{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}

.o-case-dl{
	margin: 20px 0 0 0;
}

.o-case-dl dt,.o-case-dl dd{
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.o-case-dl dt{
	width: 100%;
}

.o-case-dl dd{
	/* font-weight: 300; */
	width: 100%;
}

.o-last-txtb{
	box-sizing: border-box;
	padding: 30px 25px;
}

.o-14-txt{
	font-size: 14px;
	line-height: 22px;
	color: #595757;
	display: block;
}


@media (min-width: 576px){

.o-case-h2{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}

.o-case-line:after{
    left: 21px;
}

.o-case-no{
    margin-bottom: 22px;
}

.o-case-dl{
    margin: 20px 0 0 23px;
}

.o-case-dl dt{
	width: 18%;
}

.o-case-dl dd{
	width: 81%;
}
}



@media (min-width: 768px){
.o-905-b{
     padding: 80px 50px;
}
.o-case-dl dt{
	width: 15%;
}

.o-case-dl dd{
	width: 85%;
}

.o-case-ob{
    padding-top: 95px;
    padding-bottom: 130px;
}

.o-sec-pt{
    padding-top: 140px;
}
}



@media (orientation: landscape) and (max-width: 767px){

}

@media (orientation: landscape) and (max-width: 991px){

}


@media (min-width: 992px){
.o-biz-ti-b{
	padding-top: 0;
	padding-bottom: 0;
}

.o-case-dl dt{
	width: 11%;
}

.o-case-dl dd{
	width: 89%;
}
}



@media (min-width: 1025px){

}

@media (min-width: 1100px){

}



@media (min-width: 1200px){

}