/* デスクトップ・共通 */

div.profile_header_container{
  display: flex;
  margin: 5%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

img.profile_header{
  width: 10%;
}

p.profile_header{
  font-size: 2vw;
}

div.profile_text_wrapper{
  display: flex;
  /* justify-content: center; */
  justify-content: space-evenly;
}

div.profile_text_container{
  /* padding-top: 2%; */
  /* margin-left: 10%; */
  /* margin-right: 10%; */
}

div.profile_list_container{
  /* padding-left: 5%; */
}

h2.profile_text{
  font-size:3vw;
}

li.profile_text{
  font-size:1.5vw;
}

a.profile_list{
  text-decoration: underline;
  color:#ff0000;
}

div.profile_message{
  margin: 5%;
}

p.profile_message{
  margin-top: 10%;
  text-align: center;
  font-size: 1vw;
}

svg{
  width: 2.0vw;
  height: auto;
}

p.content_blank{
  height: 200px;
}

/* スマホ用 */
@media screen and (max-width:1000px)
{
  img.profile_header{
    width: 20%;
  }

  p.profile_header{
    font-size: 4vw;
  }

  div.profile_text_wrapper{
    display: inline;
    justify-content: center;
  }

  div.profile_text_container{
    padding-top: 2%;
    margin-left: 10%;
    margin-right: 3%;
  }

  div.profile_list_container{
    padding-left: 5%;
  }

  h2.profile_text{
    font-size:4vw;
  }

  li.profile_text{
    font-size:3vw;
  }

  a.profile_list{
    text-decoration: underline;
    color:#ff0000;
  }

  div.profile_message{
    margin: 5%;
  }

  p.profile_message{
    margin-top: 20%;
    text-align: center;
    font-size: 2vw;
  }

  svg{
    width: 2.0vw;
    height: auto;
  }

  p.content_blank{
    height: 200px;
  }
}
