@charset "UTF-8";

@media screen and (min-width:768px) {
  .p-tm-item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px
  }

  .p-tm-item_profile {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 310px;
    margin-bottom: 50px
  }

  .p-tm-item_name {
    width: 260px;
    padding: 120px 10px 0 30px;
    font-size: 1.6rem
  }

  .p-tm-item_name b {
    font-size: 3.2rem;
    font-weight: 700;
    display: block;
    line-height: 1
  }

  .p-tm-item_body {
    font-size: 1.6rem
  }

  .p-tm-item_body p {
    line-height: 2.4;
  }
  .p-tm-item_body p,
  .p-tm-item_h {
    margin-bottom: 20px
  }

  .p-tm-item_h {
    font-weight: 700
  }
}

@media screen and (max-width:767px) {
  .p-tm-item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px
  }

  .p-tm-item.-border-none {
    border-bottom: none
  }

  .p-tm-item_profile {
    padding: 20px 0
  }

  .p-tm-item_name {
    text-align: center;
    margin-bottom: 20px
  }

  .p-tm-item_name b {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    line-height: 1
  }
  .p-tm-item_body p {
    line-height: 2;
  }

  .p-tm-item_body p,
  .p-tm-item_h {
    margin-bottom: 20px
  }

  .p-tm-item_h {
    font-weight: 700;
    text-align: center
  }
}
