@charset "UTF-8";

.guideTitle {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 50px;
  color: #000;
}

/* 
キャチコピーエリア
_______________________________*/
.cathWrap {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0;
}
.cathWrap .logoimg {
  width: 200px;
  margin: 0 auto 20px;
}
.cathWrap .text-catch {
  line-height: 2;
  font-size: 18px;
}

.cathWrap .text-catch .impact {
  color: #004831;
  font-weight: bold;
}

/* 
3つのカテゴリについて 
_______________________________*/
.cateWrap {
  margin-bottom: 80px;
  padding: 60px;
}
.cateWrap .subcateTtle {
  border: 2px solid #004831;
  background: #fff;
  padding: 10px;
  color: #004831;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
}

.cateWrap .txt {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 30px;
}

.cateWrap .linkBlock .btnRadius {
  border-radius: 100px;
  background: #004831;
  border: 1px solid #004831;
  color: #fff;
  transition: 0.3s;
  width: 100%;
  max-width: 280px;
}

.cateWrap .linkBlock .btnRadius:hover {
  background: #fff;
  color: #004831;
}

.cateWrap .col-md-4 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .cateWrap .row {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cateWrap {
    margin-bottom: 60px;
    padding: 40px 20px;
  }
}

/* 
安全な取引を行うために
_______________________________*/
.aboutWrap {
  margin-bottom: 80px;
}

.aboutWrap .ttl {
  font-weight: bold;
  font-size: 18px;
}
.aboutWrap .row p {
  font-size: 16px;
  line-height: 1.7;
}
.abouttext {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* 
ifの３つの特徴
_______________________________*/
.guideBoxTit {
  font-size: 16px;
  line-height: 1.5;
}

.guideBoxTxt {
  line-height: 1.5;
  font-size: 16px;
}
