@charset "UTF-8";
/*************************
				message
*************************/
.sp_view {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp_view {
      display: inline; } }

@media screen and (max-width: 768px) {
  .pc_view {
    display: none; } }

.pg-message {
  width: 1080px; }
  @media screen and (max-width: 1024px) {
    .pg-message {
      width: 90%;
      margin: 0 auto; } }
  .pg-message > figure {
    width: 31%;
    float: left;
    margin: 0 24px 24px 0; }
    @media screen and (max-width: 768px) {
      .pg-message > figure {
        width: 100%;
        margin-right: 0; } }
  .pg-message > figure > img {
    width: 100%; }
  .pg-message > h3 {
    font-size: 20px;
    margin-bottom: 32px; }
  .pg-message > p {
    margin-bottom: 32px;
    line-height: 1.8; }
    .pg-message > p.paragraphーmiddle {
      margin-bottom: 16px;
      line-height: 1.8; }
  .pg-message > p.pg-message-company-signature {
    text-align: right; }
  .pg-message .u-pdt16 {
    padding-top: 16px; }
    @media screen and (max-width: 1200px) {
      .pg-message .u-pdt16 {
        padding-top: 0; } }
    @media screen and (max-width: 768px) {
      .pg-message .u-pdt16 {
        padding-top: 0; } }
