@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;600&display=swap');
/* pc 768px以上 */
.profile{
    overflow: hidden;
    width: 34rem;
    margin-left: auto;
    margin-right: auto;
  }
  .person_img{
    width: 14em ;
    float: left;
    /*
    width: 630px;
    height: 300px;
    background-color: #ddd;
    */
  }
  .person_img img{
    /*width: 18em !important;*/
    height:auto;
    object-fit: cover;
  }
  .person_profile{
  	font-family: 'Zen Old Mincho', serif;
  	font-weight:500;
    float: right;
    width: 18em;
    border-top: 1px solid #333;
    margin-top :8em;
  }
  .person_profile .congress-name {
  	font-size:1.2em;
  }
  .person_profile .person-name {
  	font-size:1.8em;
  }
  .person_profile p {
    margin: 0 0 10px !important;
  }
  .main_text{
   /*width: 80%;*/
   margin :2em auto;
   /*text-indent: 1em;*/
  }
  
  .main-content{
  background-image: url(../../background_img/poster_bkg.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50% 75%;
  background-color: rgba(255,255,255,0.9);
  background-blend-mode: lighten;
  }
  
  /* スマホ 767px以下 */
  @media only screen and (max-width: 767px) {
    .profile{
      width: 100%;
    }
    .person_img{
      float: none;
      width: 18em;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.5em;
    }
    .person_profile{
        float: none;
        width: 20em;
        margin-top:20px;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid #333;
      }
  }