@charset "UTF-8";


.friendOuter{
  padding: 0 15px;
}
.friend{
  max-width: 960px;
  margin: auto;
  margin-top: 60px;
}
.contentArea{
  background-image: url("../../../commons/img/content_bg_wood.jpg")
}
.friend__category:first-child{
  margin: 0;
}
.friend__category {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  border: ;
  border-bottom: 1px solid #999;
  border-radius: 0.25rem;
}
.friend__categoryHeading{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #333;
}
.friend__cpinfoImg{
  width: 100%;
  max-width: 550px;
  margin-top: 20px;
}
.noteList{
  margin-top: 20px;
  padding-left: 20px;
}



/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  .friendOuter{
    padding: 0;
  }
  .contentArea{
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    border-radius: 0;
  }
}




/* Small devices (スマホ横画面 576px　～　767.98pxへの指定) */
@media (min-width: 576px) and (max-width: 767.98px) {
}




/* Medium devices (タブレット, 768px　～　991.98px以下への指定) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .lineBreak--sm{
    display: none;
  }
}




/* Large devices (デスクトップ, 992px以上への指定) */
@media (min-width: 992px) {
  .lineBreak--sm{
    display: none;
  }
}




/* Extra large devices (デスクトップ大画面, 1200px以上への指定) */
@media (min-width: 1200px) {
  .lineBreak--sm{
    display: none;
  }
}
