.top_guidanceG2__area{
  max-width: 960px;
  margin:20px auto;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .top_guidanceG2__area{
    margin:20px 15px;
  } 
}
.top_guidanceG2__area-heading{
  background-color:#fbf7f5;
  border-bottom: 1px solid #dddddd;
}
.top_guidanceG2__area-heading p{
  text-align:center;
  padding:10px 0;
  color:red;
}
@media screen and (max-width: 768px) {
  .top_guidanceG2__area-heading p{
    font-size:11px;
    padding:5px 0;
  }
}

.top_guidanceG2__area-main-block{
  padding:10px;
}
@media screen and (max-width: 768px) {
  .top_guidanceG2__area-main-block{
    padding:5px;
    font-size:11px;
  }
}
.top_guidanceG2__area-main-block p{
  margin-bottom:10px;
  font-weight:normal;
}
.top_guidanceG2__area-main-block p:last-child{
  margin-bottom:0px;
}
.top_guidanceG2__area-main-block p.top_guidanceG2__area-main-title{
  font-weight:bold;
}