main {
    display: flex;
}
.wrapper {
    padding-bottom: 0;
    background-color: #fdfdfd;
}
  .breadcrumbs_list {
    /* width: 100%; */
    padding-left: 5em;
    padding-top: 1.2em;
    font-size: 1.2em;
  }
  .breadcrumbs_list a {
    text-decoration: none;
    color: #000;
  }
  
  main .main_wrapper {
    flex-basis: 83%;
    background-color: #FFF;
  }
  .business_wrapper {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 5%;
  }
  .business_ex {
    text-align: center;
    margin-top: 1.5em;
    font-size: 1.5em;
    font-weight: bold;
  }
  .community_btn {
    width: 65%;
    display: block;
    margin: 0 auto;
    font-size: 1.2em;
    padding: 1em;
    border: solid 4px #EF90BC;
    background-color: #FFF;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.15);
    color: #000;
    margin-bottom: 2em;
    cursor: pointer;
  }
  .community_btn h1 {
    font-size: 2.5em;
  }
  .community_btn p {
    width: 70%;
    /* display: block; */
    text-align: left;
    margin: 0 auto;
    margin-top: .7em;
    font-size: 1.2em;
  }
  .senior_helth_btn {
    width: 65%;
    display: block;
    margin: 0 auto;
    font-size: 1.2em;
    padding: 1em;
    border: solid 4px #8ebf55;
    background-color: #FFF;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.15);
    color: #000;
    margin-bottom: 2em;
    cursor: pointer;
  }
  .senior_helth_btn h1 {
    font-size: 2.5em;
  }
  .senior_helth_btn p {
    width: 70%;
    /* display: block; */
    text-align: left;
    margin: 0 auto;
    margin-top: .7em;
    font-size: 1.2em;
  }
  .news {
    display: block;
    width: 60%;
    margin:0 auto;
    margin-top: 5em;
    border-top: solid 2px #eceff2;
    margin-bottom: 2em;
  }
  .news .news_ttl {
    display: flex;
    padding: 1.5em;
  }
  .news_ttl h2 {
    font-size: 2em;
  }
  .news_ttl img {
    width: 3em;
    padding-right: .5em;
  }
  .news p {
    font-size: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 10px;
    word-break: break-all;
  }
  footer { /*フッター*/
    display: block;
    width: 35%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    padding: 1em 0;
    position: relative;
    bottom: 0;
    border-top: solid 2px #eceff2;
  }
  
  @media screen and (max-width: 1080px) {


    main {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    main .main_wrapper {
        width: 90%;
        background-color: #eceff2;
        border-radius: 20px;
        margin: 0 auto;
        padding: 1em;
        padding-top: 4em;
        flex-basis: 100%;
    }

    main .main_wrapper h3 {
        text-align: center;
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    .business_wrapper {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-top: 5%;
    }

    .community_btn {
        width: 100%;
        display: block;
        margin: 0 auto;
        font-size: 1.2em;
        padding: 1em;
        border: solid 10px #EF90BC;
        background-color: #FFF;
        font-weight: bold;
        border-radius: 50px;
        box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.15);
        color: #000;
        margin-bottom: 2em;
    }

    .community_btn h1 {
        font-size: 1.2em;
    }
    .community_btn p {
        width: 90%;
        /* display: block; */
        text-align: left;
        margin: 0 auto;
        margin-top: .7em;
        font-size: 0.7em;
    }


    .senior_helth_btn {
        width: 100%;
        display: block;
        margin: 0 auto;
        font-size: 1.2em;
        padding: 1em;
        border: solid 10px #8ebf55;
        background-color: #FFF;
        font-weight: bold;
        border-radius: 50px;
        box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.15);
        color: #000;
        margin-bottom: 2em;
    }
      .senior_helth_btn h1 {
        font-size: 1.2em;
      }
      .senior_helth_btn p {
        width: 100%;
        /* display: block; */
        text-align: left;
        margin: 0 auto;
        margin-top: .7em;
        font-size: 0.65em;
      }

      .community_reserve_btn {
        width:100px!important;
        margin: 0 auto!important;
        text-align: center!important;
        border-radius: 50px;
        background-color: #EF90BC;
        padding: 10px;
        color: #FFF;
        margin-top: 20px!important;
      }

      .senior_helth_reserve_btn {
        width:100px!important;
        margin: 0 auto!important;
        text-align: center!important;
        border-radius: 50px;
        background-color: #8ebf55;
        padding: 10px;
        color: #FFF;
        margin-top: 20px!important;
      }


      .news {
        display: block;
        width: 90%;
        margin:0 auto;
        margin-top: 0em;
        border-top: solid 2px #eceff2;
        margin-bottom: 2em;
      }
      .news .news_ttl {
        display: block;
        padding: 0em;
        text-align: left;
      }
      .news_ttl h2 {
        font-size: 1.2em;
      }
      .news_ttl img {
        width: 50px;
        padding-right: .5em;
      }
      .news p {
        font-size: 1.1em;
        padding-left: 0em;
        padding-bottom: 10px;
        padding-top: 10px;
        text-indent: -16px;
      }

      .news_ttl_message {
        text-indent: 0px!important;
        word-break:break-all;
      }

  }