@charset "UTF-8";
#profile_outer {
  /* header
	========================================================================== */
  /* home
	========================================================================== */
  /* profile list
	========================================================================== */
  /* Phones */
  /* photo
	-------------------------------------------------------------------------- */
  /* Phones */
  /* text
	-------------------------------------------------------------------------- */
  /* Tablets */
  /* Phones */
}
#profile_outer #header {
  margin-bottom: 15px;
}
#profile_outer #home {
  margin-bottom: 15px;
}
#profile_outer #home div.profileList {
  margin-bottom: 15px;
  background: #fff;
}
@media (max-width: 767px) {
  #profile_outer #home div.profileList {
    min-height: 145px;
    margin: 0 15px 15px;
  }
}
#profile_outer #home div.profileList div.photo {
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#profile_outer #home div.profileList div.photo h1 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 62px;
  left: 15px;
}
#profile_outer #home div.profileList div.photo h1 span {
  position: absolute;
  display: inline-block;
}
#profile_outer #home div.profileList div.photo h1 span.profile {
  font-family: "Oswald", sans-serif;
  font-size: 77%;
  /* 10px */
  font-weight: 400;
  text-shadow: 0 0 3px #000;
  top: 0;
  left: 0;
}
#profile_outer #home div.profileList div.photo h1 span.number {
  font-family: "Oswald", sans-serif;
  font-size: 231%;
  /* 30px */
  font-weight: 400;
  text-shadow: 0 0 3px #000;
  top: 12px;
  left: 0;
}
#profile_outer #home div.profileList div.photo h1 span.name_ja {
  font-size: 200%;
  /* 26px */
  text-shadow: 0 0 3px #000;
  top: 0;
  left: 40px;
}
#profile_outer #home div.profileList div.photo h1 span.name_en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 85%;
  /* 11px */
  text-shadow: 0 0 3px #000;
  top: 32px;
  left: 42px;
}
@media (max-width: 767px) {
  #profile_outer #home div.profileList div.photo {
    min-height: 145px;
  }
  #profile_outer #home div.profileList div.photo h1 {
    bottom: 52px;
    left: 10px;
  }
  #profile_outer #home div.profileList div.photo h1 span.name_ja {
    font-size: 124%;
    /* 16px */
    top: 16px;
    left: 35px;
  }
  #profile_outer #home div.profileList div.photo h1 span.name_en {
    font-size: 77%;
    /* 10px */
    top: 34px;
    left: 35px;
  }
}
#profile_outer #home div.profileList div.text {
  padding: 20px;
}
#profile_outer #home div.profileList div.text h2 {
  margin: 0;
  color: #e7782e;
  font-size: 13px;
  line-height: 1.4;
}
#profile_outer #home div.profileList div.text hr {
  width: 20px;
  height: 1px;
  margin: 0.75em 0;
  background: #e7782e;
  text-align: left;
}
#profile_outer #home div.profileList div.text p {
  margin-bottom: 1.5em;
  font-size: 85%;
  /* 11px */
}
#profile_outer #home div.profileList div.text nav a {
  padding: 0.5em 2em;
  background: #333;
  color: #fff;
  font-size: 93%;
  /* 12px */
}
#profile_outer #home div.profileList div.text nav a:after {
  margin-left: 0.25em;
  content: "";
  font-family: FontAwesome;
  display: inline;
}
#profile_outer #home div.profileList div.text nav a:hover {
  background: #666;
}
#profile_outer #home div.profileList div.text nav p {
  /* 1805_add */
  margin-top: 0.5em;
  padding: 0.5em 0;
  /* background: #eee; */
  color: #666;
  font-size: 93%;
  /* 12px */
  text-align: left;
  display: block;
}
#profile_outer #home div.profileList div.text nav p:before {
  /* 1805_add */
  margin-right: 0.25em;
  content: "";
  font-family: FontAwesome;
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer #home div.profileList div.text nav p {
    padding-left: 1em;
    display: inline;
  }
}
@media (max-width: 767px) {
  #profile_outer #home div.profileList div.text h2 {
    margin-bottom: 1em;
  }
  #profile_outer #home div.profileList div.text hr {
    display: none;
  }
  #profile_outer #home div.profileList div.text p {
    display: none;
  }
  #profile_outer #home div.profileList div.text nav a {
    margin-bottom: 0.5em;
    text-align: center;
    display: block;
  }
  #profile_outer #home div.profileList div.text nav a:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=./profile_home.css.map */