@charset "utf-8";
/* ------------------------------------------------------------------------------
KRCについて　about
------------------------------------------------------------------------------ */
.aboutCont li {
margin-bottom: 45px;
}
.aboutImg img {
width: 100%;
height: auto;
box-shadow: 0 0 15px rgba(105,124,134,.3);
}
.aboutTxtArea {
width: 90%;
margin: 0 auto;
padding: 5.5% 4.5%;
background-color: #ffffff;
border-bottom: solid 3px #4394D0;
box-shadow: 0 0 15px rgba(105,124,134,.3);
}
.aboutMtit {
margin-bottom: 1em;
color: #4394D0;
font-weight: bold;
font-size: 24px;
font-size: 2.4rem;
}
.aboutTxtArea .txt {
text-align: left;
}


@media screen and (min-width: 751px) {
/* ---------- PC用 ---------- */
.aboutCont {
max-width: 1270px;
margin: 0 auto;
}
.aboutCont li {
position: relative;
margin-bottom: 60px;
}
.aboutImg {
max-width: 860px;
}
.aboutCont li:nth-child(odd) .aboutImg {
margin-right: auto;
}
.aboutCont li:nth-child(even) .aboutImg {
margin-left: auto;
}
.aboutImg img {
width: 100%;
height: auto;
}
.aboutTxtArea {
max-width: 460px;
position: absolute;
padding: 4.5% 3.5%;
box-sizing: border-box;
}
.aboutCont li:nth-child(odd) .aboutTxtArea {
top: 120px;
right: 0;
}
.aboutCont li:nth-child(even) .aboutTxtArea {
top: 120px;
left: 0;
}
}