/* media query */
.titJp {
  font-size: 1.6rem;
  font-weight: 900;
  color: #3071B9;
}

.movieArea {
  text-align: center;
  padding: 0 50px 50px;
  position: relative;
  background-color: #fff;
}
@media all and (max-width: 1400px) {
  .movieArea {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 668px) {
  .movieArea {
    padding: 0 20px 20px;
  }
}
.movieArea video {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 90px);
  border-radius: 50px;
  -moz-border-radius: 50px;
}
@media screen and (max-width: 668px) {
  .movieArea video {
    border-radius: 30px;
    -moz-border-radius: 30px;
  }
}

.companyArea {
  padding: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  .companyArea {
    padding: 70px 50px;
  }
}
@media all and (max-width: 1200px) {
  .companyArea {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .companyArea {
    padding: 20px 20px 0;
  }
}
.companyArea .philosophy {
  width: calc(55% - 50px);
}
@media all and (max-width: 1200px) {
  .companyArea .philosophy {
    width: calc(55% - 20px);
  }
}
@media screen and (max-width: 800px) {
  .companyArea .philosophy {
    width: 100%;
  }
}
.companyArea .philosophy > h2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.companyArea .philosophy > h2:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  .companyArea .philosophy > h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.companyArea .philosophy .read {
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 140%;
  text-indent: -1em;
  margin: 60px 0 40px;
}
@media all and (max-width: 1400px) {
  .companyArea .philosophy .read {
    text-indent: -0.7em;
    margin: 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .companyArea .philosophy .read {
    font-size: 3rem;
  }
}
.companyArea .philosophy .read strong {
  font-size: 4.1666666667vw;
  color: #3071B9;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .companyArea .philosophy .read strong {
    font-size: 4.3rem;
  }
}
.companyArea .philosophy .titJp {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.companyArea .philosophy .text {
  font-size: 2rem;
  margin-bottom: 50px;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .companyArea .philosophy .text {
    margin-bottom: 30px;
  }
}
.companyArea .list {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .companyArea .list {
    width: 100%;
  }
}
.companyArea .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 1400px) {
  .companyArea .list li a {
    padding: 15px 0;
  }
}
.companyArea .list li a .pict {
  width: 13%;
}
@media screen and (max-width: 960px) {
  .companyArea .list li a .pict {
    width: calc(12% + 10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .companyArea .list li a .pict {
    width: calc(12% + 15px);
  }
}
.companyArea .list li a > section {
  width: calc(87% - 30px);
  padding-right: 100px;
}
@media screen and (max-width: 960px) {
  .companyArea .list li a > section {
    padding-right: 60px;
  }
}
@media screen and (max-width: 668px) {
  .companyArea .list li a > section {
    padding-right: 50px;
  }
}
.companyArea .list li a > section h3 {
  font-size: 2.0833333333vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .companyArea .list li a > section h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 668px) {
  .companyArea .list li a > section h3 {
    font-size: 2.2rem;
  }
}
.companyArea .list li a > section p {
  font-size: 1.5rem;
  line-height: 150%;
}

.businessArea {
  padding: 0 50px;
  margin-bottom: 60px;
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
@media all and (max-width: 1400px) {
  .businessArea {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 668px) {
  .businessArea {
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .businessArea {
    flex-flow: column;
  }
}
.businessArea > p.photo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 28%;
  background: url(../images/photo_business.jpg) no-repeat center/cover;
  border-radius: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .businessArea > p.photo {
    margin-bottom: 0;
    padding-top: 50%;
  }
}
@media screen and (max-width: 668px) {
  .businessArea > p.photo {
    padding-top: 70%;
  }
}
.businessArea > section {
  margin-top: -380px;
  width: 47%;
  background-color: #fff;
  padding: 100px 0 50px 100px;
}
@media all and (max-width: 1400px) {
  .businessArea > section {
    width: calc(45% + 60px);
    margin-top: -200px;
    padding: 60px 0 30px 60px;
  }
}
@media screen and (max-width: 960px) {
  .businessArea > section {
    margin-top: -150px;
    padding: 30px 0 30px 40px;
  }
}
@media screen and (max-width: 800px) {
  .businessArea > section {
    width: 100%;
    margin-top: -50px;
    padding: 0 0 50px;
    background-color: transparent;
  }
}
@media screen and (max-width: 668px) {
  .businessArea > section {
    margin-top: -30px;
  }
}
.businessArea > section > h2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.businessArea > section > h2:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  .businessArea > section > h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .businessArea > section > h2 {
    background-color: #fff;
    width: calc(100% - 50px);
    padding: 30px 30px 0 0;
  }
}
@media screen and (max-width: 668px) {
  .businessArea > section > h2 {
    width: calc(100% - 30px);
    padding: 25px 20px 0 0;
  }
}
.businessArea > section p.titJp {
  margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .businessArea > section p.titJp {
    margin-bottom: 30px;
  }
}
.businessArea > section p.read {
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 50px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 960px) {
  .businessArea > section p.read {
    font-size: 2.9rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 668px) {
  .businessArea > section p.read {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.businessArea > section p.text {
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .businessArea > section p.text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .businessArea > section .list {
    margin-top: 20px;
  }
}
.businessArea > section .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 1400px) {
  .businessArea > section .list li a {
    padding: 15px 0;
  }
}
.businessArea > section .list li a .pict {
  width: 13%;
}
@media screen and (max-width: 960px) {
  .businessArea > section .list li a .pict {
    width: calc(12% + 10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .businessArea > section .list li a .pict {
    width: calc(12% + 15px);
  }
}
.businessArea > section .list li a > section {
  width: calc(87% - 30px);
  padding-right: 100px;
}
@media screen and (max-width: 960px) {
  .businessArea > section .list li a > section {
    padding-right: 60px;
  }
}
@media screen and (max-width: 668px) {
  .businessArea > section .list li a > section {
    padding-right: 50px;
  }
}
.businessArea > section .list li a > section h3 {
  font-size: 2.0833333333vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .businessArea > section .list li a > section h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 668px) {
  .businessArea > section .list li a > section h3 {
    font-size: 2.2rem;
  }
}
.businessArea > section .list li a > section p {
  font-size: 1.5rem;
  line-height: 150%;
}
.businessArea > div {
  width: 53%;
}
@media all and (max-width: 1400px) {
  .businessArea > div {
    width: calc(55% - 60px);
  }
}
@media screen and (max-width: 800px) {
  .businessArea > div {
    width: 100%;
  }
}
.businessArea > div p {
  margin-bottom: 20px;
}
.businessArea > div p a {
  display: block;
}
.businessArea > div p a::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 27%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .businessArea > div p a::before {
    border-radius: 30px;
  }
}
@media screen and (max-width: 668px) {
  .businessArea > div p a::before {
    padding-top: 40%;
    margin-bottom: 15px;
  }
}
.businessArea > div p a::after {
  top: auto !important;
  bottom: 0;
}
.businessArea > div p a span {
  font-weight: 700;
  line-height: 130%;
  font-size: 1.8229166667vw;
  display: inline-block;
  min-height: 50px;
}
@media screen and (max-width: 960px) {
  .businessArea > div p a span {
    font-size: 2.7rem;
    min-height: auto;
  }
}
@media screen and (max-width: 960px) {
  .businessArea > div p a span {
    font-size: 2.2rem;
  }
}
.businessArea > div p a.itaku::before {
  background-image: url(../images/photo_itaku.jpg);
}
.businessArea > div p a.pfi::before {
  background-image: url(../images/photo_pfi.jpg);
}

.chartArea {
  background: url(../images/illust_data_bg.svg) no-repeat right center #fffde5;
  background-size: auto 110%;
  border-radius: 50px 0 0 50px;
  padding: 70px 50px 70px 100px;
  margin: 0 0 100px 100px;
  position: relative;
}
@media all and (max-width: 1400px) {
  .chartArea {
    padding: 50px;
    margin: 0 0 50px 50px;
  }
}
@media screen and (max-width: 960px) {
  .chartArea {
    border-radius: 30px 0 0 30px;
    margin: 0 0 50px 30px;
  }
}
@media screen and (max-width: 668px) {
  .chartArea {
    padding: 30px;
    margin: 0 0 50px 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chartArea {
    background-position: bottom -50px center;
    background-size: 120% auto;
  }
}
.chartArea h2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.chartArea h2:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  .chartArea h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chartArea h2 {
    font-size: 4.5rem;
  }
}
.chartArea p.text {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 668px) {
  .chartArea p.text {
    margin-bottom: 5px;
    line-height: 150%;
    font-size: 1.5rem;
  }
}
.chartArea p.illustSP {
  position: absolute;
  width: 400px;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
}
@media all and (max-width: 1200px) {
  .chartArea p.illustSP {
    width: 350px;
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .chartArea p.illustSP {
    width: 270px;
    top: 30px;
    transform: translateY(0);
    right: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chartArea p.illustSP {
    width: 240px;
    position: static;
    transform: translateY(0);
    margin-bottom: 20px;
  }
}
.chartArea .list {
  width: 40%;
  min-width: 550px;
}
@media screen and (max-width: 960px) {
  .chartArea .list {
    width: calc(100% - 270px);
    min-width: calc(100% - 270px);
  }
}
@media screen and (max-width: 800px) {
  .chartArea .list {
    width: 100%;
    min-width: 100%;
  }
}
.chartArea .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 1400px) {
  .chartArea .list li a {
    padding: 15px 0;
  }
}
.chartArea .list li a .pict {
  width: 13%;
}
@media screen and (max-width: 960px) {
  .chartArea .list li a .pict {
    width: calc(12% + 10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .chartArea .list li a .pict {
    width: calc(12% + 15px);
  }
}
.chartArea .list li a > section {
  width: calc(87% - 30px);
  padding-right: 100px;
}
@media screen and (max-width: 960px) {
  .chartArea .list li a > section {
    padding-right: 60px;
  }
}
@media screen and (max-width: 668px) {
  .chartArea .list li a > section {
    padding-right: 50px;
  }
}
.chartArea .list li a > section h3 {
  font-size: 2.0833333333vw;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .chartArea .list li a > section h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 668px) {
  .chartArea .list li a > section h3 {
    font-size: 2.2rem;
  }
}
.chartArea .list li a > section p {
  font-size: 1.5rem;
  line-height: 150%;
}
@media screen and (max-width: 668px) {
  .chartArea .list li a > section h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  .chartArea .list li a > section p {
    font-size: 1.4rem;
  }
}

.recruitArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) {
  .recruitArea {
    margin-bottom: 20px;
  }
}
.recruitArea .photo {
  display: block;
  width: calc(100% - 100px);
  height: 0;
  padding-top: 28%;
  background: url(../images/photo_recruit.jpg) no-repeat center/cover;
  border-radius: 0 50px 50px 0;
}
@media all and (max-width: 1400px) {
  .recruitArea .photo {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 960px) {
  .recruitArea .photo {
    width: calc(100% - 30px);
    padding-top: 40%;
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (max-width: 668px) {
  .recruitArea .photo {
    width: calc(100% - 20px);
    padding-top: 50%;
  }
}
.recruitArea h2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  margin-top: -60px;
}
.recruitArea h2:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  .recruitArea h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .recruitArea h2 {
    margin-top: -40px;
  }
}
@media screen and (max-width: 668px) {
  .recruitArea h2 {
    margin-top: -30px;
  }
}
.recruitArea p.titJp {
  margin-bottom: 20px;
}
.recruitArea p.read {
  font-size: 2.5rem;
  line-height: 150%;
  margin-bottom: 50px;
  padding: 0 10px;
}
@media all and (max-width: 1200px) {
  .recruitArea p.read {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 960px) {
  .recruitArea p.read {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 668px) {
  .recruitArea p.read {
    font-size: 2rem;
    padding: 0 20px;
  }
}
.recruitArea ul {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .recruitArea ul {
    padding: 0 30px;
  }
}
@media screen and (max-width: 668px) {
  .recruitArea ul {
    padding: 0 20px;
  }
}
.recruitArea ul li {
  width: calc(33.3333333333% - 8px);
}
@media screen and (max-width: 668px) {
  .recruitArea ul li {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
.recruitArea ul li a {
  display: block;
  position: relative;
}
.recruitArea ul li a > p.bg {
  padding-top: 40px;
}
@media screen and (max-width: 668px) {
  .recruitArea ul li a > p.bg {
    padding-top: 20px;
  }
}
.recruitArea ul li a > section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.recruitArea ul li a > section h3 {
  font-size: 3rem;
}
.recruitArea ul li a > section h3 strong {
  font-size: 3.5rem;
  letter-spacing: 2px;
  color: #3071B9;
}
@media screen and (max-width: 960px) {
  .recruitArea ul li a > section h3 {
    font-size: 2.5rem;
  }
  .recruitArea ul li a > section h3 strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .recruitArea ul li a > section h3 {
    font-size: 2.7rem;
  }
}
.recruitArea ul li a > section p.pict {
  width: 42%;
  margin: 0 auto 30px;
}
@media all and (max-width: 1200px) {
  .recruitArea ul li a > section p.pict {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 960px) {
  .recruitArea ul li a > section p.pict {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 668px) {
  .recruitArea ul li a > section p.pict {
    margin: 0 auto 20px;
  }
}
.recruitArea ul li a > section p.comment {
  font-size: 1.5rem;
  line-height: 150%;
  max-width: 340px;
  margin: 0 auto;
  padding: 0 20px;
}
.recruitArea ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: url(../../common/images/icon_arrow_w.svg) no-repeat center/8px #3071B9;
  border-radius: 50%;
  transition: 0.3s;
}
@media all and (max-width: 1400px) {
  .recruitArea ul li a::after {
    bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .recruitArea ul li a::after {
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  .recruitArea ul li a::after {
    bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .recruitArea ul li a::after {
    bottom: 0;
  }
}
@media screen and (max-width: 668px) {
  .recruitArea ul li a::after {
    bottom: 50px;
  }
}
.recruitArea ul li a:hover > section p.pict img {
  transform: rotate(5deg) translateY(0);
}
.recruitArea ul li a:hover::after {
  transform: translateX(3px);
}

.newsArea {
  background-color: #3071B9;
  padding: 0 100px 50px;
}
@media all and (max-width: 1400px) {
  .newsArea {
    padding: 0 50px 50px;
  }
}
@media all and (max-width: 1200px) {
  .newsArea {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea {
    padding: 0 20px 20px;
  }
}
.newsArea > div.whiteBg {
  background-color: #fff;
  padding: 30px 100px 70px;
  border-radius: 0 0 50px 50px;
}
@media all and (max-width: 1400px) {
  .newsArea > div.whiteBg {
    padding: 50px;
  }
}
@media all and (max-width: 1200px) {
  .newsArea > div.whiteBg {
    padding: 30px 30px 50px;
  }
}
@media screen and (max-width: 960px) {
  .newsArea > div.whiteBg {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea > div.whiteBg {
    padding: 20px 20px 30px;
  }
}
.newsArea > div.whiteBg > section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .newsArea > div.whiteBg > section {
    flex-flow: column;
  }
}
.newsArea > div.whiteBg > section > div.title {
  width: calc(30% - 30px);
}
@media screen and (max-width: 960px) {
  .newsArea > div.whiteBg > section > div.title {
    width: 100%;
    position: relative;
  }
}
.newsArea > div.whiteBg > section > div.title > h2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.newsArea > div.whiteBg > section > div.title > h2:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  .newsArea > div.whiteBg > section > div.title > h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.newsArea > div.whiteBg > section > div.title > p.titJp {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .newsArea > div.whiteBg > section > div.title > p.titJp {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .newsArea > div.whiteBg > section > div.title > p.moreBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }
}
@media screen and (max-width: 668px) {
  .newsArea > div.whiteBg > section > div.title > p.moreBtn {
    width: 150px;
  }
}
.newsArea > div.whiteBg > section > div.article {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .newsArea > div.whiteBg > section > div.article {
    width: 100%;
  }
}
.newsArea > div.whiteBg > section > div.article > article > a {
  display: block;
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .newsArea > div.whiteBg > section > div.article > article > a.circleW::after {
    top: auto !important;
    bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .newsArea > div.whiteBg > section > div.article > article > a.circleW::after {
    bottom: 15px;
  }
}
.newsArea > div.whiteBg > section > div.article > article > a p {
  transition: 0.5s;
}
.newsArea > div.whiteBg > section > div.article > article > a p.tit {
  font-size: 1.8rem;
  margin: 0 100px 5px 0;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  .newsArea > div.whiteBg > section > div.article > article > a p.tit {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 668px) {
  .newsArea > div.whiteBg > section > div.article > article > a p.tit {
    font-size: 1.6rem;
  }
}
.newsArea > div.whiteBg > section > div.article > article > a p.tit.new::before {
  content: "NEW";
  font-size: 1.23rem;
  line-height: 100%;
  border: 1px solid #3071B9;
  display: inline-block;
  color: #3071B9;
  padding: 2px 5px;
  margin: 0 5px 7px 0;
}
.newsArea > div.whiteBg > section > div.article > article > a p.date {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 668px) {
  .newsArea > div.whiteBg > section > div.article > article > a p.date {
    margin-right: 10px;
  }
}
.newsArea > div.whiteBg > section > div.article > article > a p.cate {
  font-size: 1.3rem;
  line-height: 100%;
  padding: 3px 10px;
  border: 1px solid #333;
  display: inline-block;
}
.newsArea > div.whiteBg > section > div.article > article > a:hover p {
  color: #3071B9;
}
.newsArea > div.whiteBg > section > div.article > article > a:hover p.cate {
  border: 1px solid #3071B9;
}/*# sourceMappingURL=index.css.map */