@charset "utf-8";

/* ******************************************************************************
	study
****************************************************************************** */
.bdr-mid--top02  {border-top: 1px solid #006587;padding-top: 30px;}
.bdr-mid--left.color--blue-02::before{background-color: #006587;}
.l-column--2 > .l-cell.study-cell--img {width: 48.50%;margin-top: 0;}
.l-column--2.study-column > .l-cell:nth-of-type(odd) { margin-right: 2.6363%;}
.study-imgArea {display: flex; border: 1px solid #cacaca;}
.study-imgArea--txt {display: flex;align-items: center;padding:0 20px;font-size: 1.5rem;}
.imgArea-sp {display: none;}


@media (min-width: 768px){
.l-column--2 > .l-cell.study-cell--txt {width: 34.45%;}
.l-column--2 > .l-cell.study-cell {width: 60.90%;}
}

@media screen and (max-width: 1000px) {
.study-column {display: block;}
.l-column--2 > .l-cell.study-cell--txt {width: 100%;margin-right: 0;}
.l-column--2 > .l-cell.study-cell {width: 100%;margin-top: 20px;}
.study-imgArea {display: block;padding: 25px;}
.study-imgArea img {margin: 0 auto;text-align: center;display: block;}
.study-imgArea--txt  {margin-top: 20px;padding:0;font-size: 1.4rem;}
.imgArea-sp {display: block;}
.study-column {display: flex;}
}


@media screen and (max-width: 767px) {
.study-imgArea img {width: auto;}
.bdr-mid--top02 {padding-top: 20px;}
}


