/* manager-Message
-----------------------------------*/
.manager-Message {
  margin: 26px 0 60px;
  padding: 0 20px;
}
.manager-Message_Title {
  margin-bottom: 25px;
}
.manager-Message_Image {
  text-align: center;
  margin-bottom: 19px;
}
.manager-Message_Image img {
  width: 230px;
  height: auto;
}
.manager-Message_Text {
  font-size: 116%;
}
.manager-Message_Text + .manager-Message_Text {
  margin-top: 25px;
}

@media only screen and (min-width: 600px) {
  .manager-Message_Inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .manager-Message_Image {
    float: right;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .manager-Message {
    max-width: 800px;
    margin: 79px auto 90px;
    padding: 0 50px;
  }
  .manager-Message_Title {
    margin-bottom: 27px;
  }
  .manager-Message_Image {
    margin: 3px 0 30px 40px;
  }
}
/* manager-Profile
-----------------------------------*/
.manager-Profile {
  padding: 0 20px;
  margin-bottom: 60px;
}
.manager-Profile-other {
  margin-bottom: 90px;
}
.manager-Profile_Title {
  margin-bottom: 25px;
}
.manager-Profile_Item {
  border: 4px solid #f2f2f2;
  border-radius: 5px;
  padding: 11px 16px;
}
.manager-Profile_Item + .manager-Profile_Item {
  margin-top: 20px;
}
.manager-Profile_Info {
  font-size: 116%;
}
.manager-Profile_InfoLabel {
  font-weight: 700;
  float: left;
  clear: left;
}
.manager-Profile_InfoData {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 8px;
  padding: 0 0 8px 60px;
}
.manager-Profile_InfoData:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .manager-Profile {
    margin-bottom: 40px;
  }
  .manager-Profile-other {
    margin-bottom: 70px;
  }
  .manager-Profile_Inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .manager-Profile_Item {
    width: calc(50% - 10px);
    float: left;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
  }
  .manager-Profile_Item + .manager-Profile_Item {
    margin-top: 0;
  }
  .manager-Profile_Item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .manager-Profile {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
    margin-bottom: 70px;
  }
  .manager-Profile-other {
    margin-bottom: 120px;
  }
  .manager-Profile_Title {
    margin-bottom: 30px;
  }
  .manager-Profile_Item {
    padding: 13px 26px;
  }
  .manager-Profile_InfoData {
    margin-bottom: 7px;
    padding: 0 0 7px 70px;
  }
}