@charset "UTF-8";
/* layout
========================================================================== */
/*
html {
overflow-y: scroll;
}

body {
background: url(../media/images/contents/bg.jpg) center center #fff;
border-top: 3px solid #000;
font-size: 13px;
*font-size: small;
*font: x-small;
font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", "Osaka", Arial, sans-serif;
line-height: 1.8;
}
*/
#profile_outer {
  position: relative;
  /* Desktops */
  /* Tablets */
  /* Phones */
  /* anchor
	========================================================================== */
  /* button
	========================================================================== */
  /* header
	========================================================================== */
  /* header
	-------------------------------------------------------------------------- */
  /* Desktops */
  /* Tablets */
  /* Phones */
  /* visual
	-------------------------------------------------------------------------- */
  /* Desktops */
  /* Tablets */
  /* Phones */
  /* profile
	-------------------------------------------------------------------------- */
  /* Desktops */
  /* Tablets */
  /* Phones */
  /* profile-xs
	-------------------------------------------------------------------------- */
  /* Phones */
  /* btn-home
	-------------------------------------------------------------------------- */
  /* Desktops */
  /* Tablets */
  /* Phones */
  /* btn-back
	-------------------------------------------------------------------------- */
  /* Desktops */
  /* Tablets */
  /* Phones */
  /* footer
	========================================================================== */
  /* Phones */
  /* footer navi
	-------------------------------------------------------------------------- */
  /* Phones */
  /* copyright
	-------------------------------------------------------------------------- */
  /* Phones */
  /* utility
	========================================================================== */
  /* Tablets */
  /* Phones */
  /* external list
	-------------------------------------------------------------------------- */
  /* Desktops */
  /* Tablets */
  /* Phones */
  /* sns list
	-------------------------------------------------------------------------- */
  /* Phones */
  /* print
	========================================================================== */
}
#profile_outer #bg {
  width: 100%;
  height: 340px;
  margin-top: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #profile_outer #bg {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer #bg {
    height: 295px;
  }
}
@media (max-width: 767px) {
  #profile_outer body {
    line-height: 1.6;
  }
  #profile_outer #bg {
    display: none;
  }
}
#profile_outer a {
  color: #333;
}
#profile_outer a:hover {
  color: #ccc;
  text-decoration: none;
}
#profile_outer a:link, #profile_outer a:visited, #profile_outer a:active, #profile_outer a:hover {
  outline: none;
}
#profile_outer a.btn-prev, #profile_outer a.btn-next, #profile_outer a.btn-top {
  padding: 0.5em 0;
  color: #fff;
  text-align: center;
  display: block;
}
#profile_outer a.btn-prev, #profile_outer a.btn-next {
  background: #333;
}
#profile_outer a.btn-top {
  background: #999;
}
#profile_outer a.btn-prev:before, #profile_outer a.btn-next:after, #profile_outer a.btn-top:after {
  font-family: FontAwesome;
  display: inline;
}
#profile_outer a.btn-prev:before {
  margin-right: 0.25em;
  content: "";
}
#profile_outer a.btn-next:after {
  margin-left: 0.25em;
  content: "";
}
#profile_outer a.btn-top:after {
  margin-left: 0.25em;
  content: "";
}
#profile_outer a.btn-prev:hover, #profile_outer a.btn-next:hover, #profile_outer a.btn-top:hover {
  background: #666;
}
#profile_outer #header {
  position: relative;
  z-index: 10;
}
#profile_outer header {
  height: 400px;
  background: url(../media/images/profile/header/bg.png) no-repeat center top #e7782e;
  position: relative;
}
#profile_outer header h1 {
  margin: 50px 0 0;
  padding: 0 15px;
}
#profile_outer header h1 img {
  width: 100%;
}
#profile_outer header h1 img.xs {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #profile_outer header h1 {
    margin: 30px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer header {
    height: 375px;
    margin-top: 30px;
    border-top: none;
  }
  #profile_outer header h1 {
    margin: 15px 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #profile_outer header {
    height: auto;
  }
  #profile_outer header h1 {
    max-width: 320px;
    margin: 0 auto;
    padding: 15px inherit;
  }
  #profile_outer header h1 img.sm {
    display: none;
  }
  #profile_outer header h1 img.xs {
    display: inherit;
  }
}
#profile_outer #visual {
  height: 470px;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
#profile_outer #visual div.vi_text {
  position: absolute;
  bottom: 15px;
  left: 30px;
}
#profile_outer #visual h1 {
  margin-bottom: 0.65em;
  color: #fff;
  font-size: 246%;
  /* 32px */
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0 0 3px #000;
}
#profile_outer #visual nav a, #profile_outer #visual nav span {
  padding: 0.55em 2em;
  background: #333;
  color: #fff;
}
#profile_outer #visual nav a:after {
  margin-left: 0.25em;
  content: "";
  font-family: FontAwesome;
  display: inline;
}
#profile_outer #visual nav a:hover {
  background: #666;
}
#profile_outer #visual nav p {
  /* 1805_add */
  margin-left: 0.25em;
  padding: 0.55em 1em;
  /* background: #eee; */
  color: #fff;
  text-shadow: 0 0 3px #000;
  display: inline;
}
#profile_outer #visual nav p:before {
  /* 1805_add */
  margin-right: 0.25em;
  content: "";
  font-family: FontAwesome;
}
#profile_outer #visual nav span.lab_url {
  padding: 0;
  background: none;
  text-shadow: 0 0 3px #000;
  display: inline;
}
#profile_outer #visual nav span.lab_url a {
  padding: 0;
  background: none;
  color: #fff;
}
#profile_outer #visual nav span.lab_url a:after {
  margin-left: 0.25em;
  content: "";
  font-family: FontAwesome;
  display: inline;
}
#profile_outer #visual nav span.lab_url a:hover {
  opacity: 0.7;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #profile_outer #visual {
    height: 400px;
    background-size: auto 360px;
  }
  #profile_outer #visual h1 {
    margin-bottom: 0.5em;
    font-size: 215%;
    /* 28px */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer #visual {
    height: 375px;
    margin-top: 30px;
    background-size: auto 375px;
    border-top: none;
  }
  #profile_outer #visual div.vi_text {
    left: 15px;
  }
  #profile_outer #visual h1 {
    font-size: 185%;
    /* 24px */
  }
}
@media (max-width: 767px) {
  #profile_outer #visual {
    max-width: 320px;
    height: 175px;
    margin: 0 auto;
    background-position: center center;
    background-size: 360px;
    border-top: none;
  }
  #profile_outer #visual div.vi_text {
    margin: 0 15px;
    bottom: 0;
    left: 0;
  }
  #profile_outer #visual h1 {
    font-size: 139%;
    /* 18px */
  }
  #profile_outer #visual h1 br {
    display: none;
  }
  #profile_outer #visual nav {
    display: none;
  }
}
#profile_outer #profile {
  padding: 0 30px 5px;
  color: #fff;
  position: absolute;
  /* bottom: 15px; */
  bottom: 5px;
  left: 0;
}
#profile_outer #profile h1 {
  font-size: 13px;
  position: relative;
}
#profile_outer #profile h1 span {
  display: inline-block;
  position: absolute;
}
#profile_outer #profile h1 span.profile {
  font-family: "Oswald", sans-serif;
  font-size: 108%;
  /* 14px */
  font-weight: 400;
  top: 0;
  left: 0;
}
#profile_outer #profile h1 span.number {
  font-family: "Oswald", sans-serif;
  font-size: 331%;
  /* 42px */
  font-weight: 400;
  top: 16px;
  left: 0;
}
#profile_outer #profile h1 span.degree {
  font-size: 77%;
  /* 10px */
  line-height: 1.4;
  top: 0;
  left: 55px;
}
#profile_outer #profile h1 span.degree span.lab_url {
  margin-left: 1em;
  display: inline;
}
#profile_outer #profile h1 span.degree span.lab_url a {
  color: #fff;
}
#profile_outer #profile h1 span.degree span.lab_url a:after {
  margin-left: 0.25em;
  content: "";
  font-family: FontAwesome;
  display: inline;
}
#profile_outer #profile h1 span.degree span.lab_url a:hover {
  opacity: 0.7;
}
#profile_outer #profile h1 span.name {
  font-size: 200%;
  /* 26px */
  top: 32px;
  left: 55px;
}
#profile_outer #profile h1 span.name small {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 42%;
  /* 11px */
}
#profile_outer #profile p {
  margin-bottom: 0;
  padding-top: 70px;
}
#profile_outer #profile nav {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #profile_outer #profile {
    padding: 0 15px 5px;
  }
  #profile_outer #profile h1 span.profile {
    font-family: "Oswald", sans-serif;
    font-size: 77%;
    /* 10px */
    font-weight: 400;
    top: 0;
    left: 0;
  }
  #profile_outer #profile h1 span.number {
    font-family: "Oswald", sans-serif;
    font-size: 231%;
    /* 30px */
    font-weight: 400;
    top: 12px;
    left: 0;
  }
  #profile_outer #profile h1 span.degree {
    font-size: 77%;
    /* 10px */
    line-height: 1.4;
    top: 52px;
    left: 0;
  }
  #profile_outer #profile h1 span.degree br {
    display: none;
  }
  #profile_outer #profile h1 span.name {
    font-size: 200%;
    /* 26px */
    line-height: 0.65;
    top: 7px;
    left: 40px;
  }
  #profile_outer #profile p {
    padding-top: 90px;
    font-size: 85%;
    /* 11px */
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer #profile {
    padding: 0 15px 5px;
  }
  #profile_outer #profile h1 {
    margin-top: 0;
  }
  #profile_outer #profile h1 span.profile {
    font-family: "Oswald", sans-serif;
    font-size: 77%;
    /* 10px */
    font-weight: 400;
    top: 0;
    left: 0;
  }
  #profile_outer #profile h1 span.number {
    font-family: "Oswald", sans-serif;
    font-size: 231%;
    /* 30px */
    font-weight: 400;
    top: 12px;
    left: 0;
  }
  #profile_outer #profile h1 span.degree {
    font-size: 77%;
    /* 10px */
    line-height: 1.4;
    top: 52px;
    left: 0;
  }
  #profile_outer #profile h1 span.degree br {
    display: none;
  }
  #profile_outer #profile h1 span.name {
    font-size: 200%;
    /* 26px */
    line-height: 0.65;
    top: 7px;
    left: 40px;
  }
  #profile_outer #profile p {
    padding-top: 90px;
    font-size: 85%;
    /* 11px */
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  #profile_outer #profile {
    padding: 15px;
    background: #e7782e;
    position: static;
  }
  #profile_outer #profile h1 {
    margin: 0;
  }
  #profile_outer #profile p {
    margin-bottom: 1em;
    font-size: 85%;
    /* 11px */
  }
  #profile_outer #profile nav {
    display: inherit;
  }
  #profile_outer #profile nav a {
    width: 49%;
    margin: 1px;
    padding: 0.5em 0;
    background: #333;
    color: #fff;
    text-align: center;
    float: left;
    display: block;
  }
  #profile_outer #profile nav a:after {
    margin-left: 0.25em;
    content: "";
    font-family: FontAwesome;
    display: inline;
  }
  #profile_outer #profile nav a:hover {
    background: #666;
  }
  #profile_outer #profile nav p {
    /* 1805_add */
    width: 98.5%;
    margin: 1px;
    padding: 0.55em 0;
    /* background: #eee; */
    color: #fff;
    text-align: right;
    float: left;
    display: block;
  }
  #profile_outer #profile nav p:before {
    /* 1805_add */
    margin-right: 0.25em;
    content: "";
    font-family: FontAwesome;
  }
}
#profile_outer #profile-xs {
  display: none;
}
@media (max-width: 767px) {
  #profile_outer #profile-xs {
    /* height: 100px; */
    height: 120px;
    /* 1805_add */
    margin-bottom: 15px;
    padding: 1px 15px;
    background: #e7782e;
    color: #fff;
    display: inherit;
  }
  #profile_outer #profile-xs h1 {
    font-size: 13px;
    position: relative;
  }
  #profile_outer #profile-xs h1 span {
    display: inline-block;
    position: absolute;
  }
  #profile_outer #profile-xs h1 span.profile {
    font-family: "Oswald", sans-serif;
    font-size: 108%;
    /* 14px */
    font-weight: 400;
    top: 0;
    left: 0;
  }
  #profile_outer #profile-xs h1 span.number {
    font-family: "Oswald", sans-serif;
    font-size: 331%;
    /* 42px */
    font-weight: 400;
    top: 16px;
    left: 0;
  }
  #profile_outer #profile-xs h1 span.degree {
    font-size: 77%;
    /* 10px */
    line-height: 1.4;
    top: 0;
    left: 55px;
  }
  #profile_outer #profile-xs h1 span.degree span.lab_url {
    margin-left: 1em;
    display: inline;
  }
  #profile_outer #profile-xs h1 span.degree span.lab_url a {
    color: #fff;
  }
  #profile_outer #profile-xs h1 span.degree span.lab_url a:after {
    margin-left: 0.25em;
    content: "";
    font-family: FontAwesome;
    display: inline;
  }
  #profile_outer #profile-xs h1 span.degree span.lab_url a:hover {
    opacity: 0.7;
  }
  #profile_outer #profile-xs h1 span.name {
    font-size: 200%;
    /* 26px */
    top: 32px;
    left: 55px;
  }
  #profile_outer #profile-xs h1 span.name small {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 42%;
    /* 11px */
  }
  #profile_outer #profile-xs h1 span.write_date {
    /* 1805_add */
    font-size: 77%;
    /* 10px */
    top: 70px;
    right: 0;
  }
  #profile_outer #profile-xs h1 span.write_date:before {
    /* 1805_add */
    margin-right: 0.25em;
    content: "";
    font-family: FontAwesome;
  }
}
#profile_outer #btn-home {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 100;
}
#profile_outer #btn-home a:before {
  margin-right: 0.25em;
  content: "";
  font-family: FontAwesome;
  display: inline;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #profile_outer #btn-home {
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer #btn-home {
    top: 5px;
  }
}
@media (max-width: 767px) {
  #profile_outer #btn-home {
    display: none;
  }
}
#profile_outer #btn-back {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 100;
}
#profile_outer #btn-back a:before {
  margin-right: 0.25em;
  content: "";
  font-family: FontAwesome;
  display: inline;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #profile_outer #btn-back {
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer #btn-back {
    top: 5px;
  }
}
@media (max-width: 767px) {
  #profile_outer #btn-back {
    display: none;
  }
}
#profile_outer footer {
  padding: 15px 0;
  background: #333;
  color: #fff;
}
#profile_outer footer a {
  color: #fff;
}
#profile_outer footer a:hover {
  color: #999;
}
#profile_outer footer p {
  line-height: 1.4;
  float: left;
}
#profile_outer footer p span {
  font-family: "Roboto", sans-serif;
  font-size: 77%;
  /* 10px; */
  font-weight: 300;
}
@media (max-width: 767px) {
  #profile_outer footer {
    padding: 15px 0 0;
  }
  #profile_outer footer p {
    text-align: center;
    float: none;
  }
  #profile_outer footer p span {
    margin-top: 0.5em;
    display: block;
  }
}
#profile_outer footer ul#fnav {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 85%;
  /* 12px; */
  list-style: none;
  clear: both;
  float: left;
}
#profile_outer footer ul#fnav li {
  margin-right: 1em;
  line-height: 1;
  float: left;
}
#profile_outer footer ul#fnav li a:before {
  margin-right: 0.25em;
  content: "";
  color: #fff !important;
  font-family: FontAwesome;
  display: inline;
}
@media (max-width: 767px) {
  #profile_outer footer ul#fnav {
    margin-bottom: 1em;
    text-align: center;
    float: none;
  }
  #profile_outer footer ul#fnav li {
    margin-right: 0;
    margin: 0 0.5em;
    float: none;
    display: inline-table;
  }
}
#profile_outer #copyright {
  font-family: "Roboto", sans-serif;
  font-size: 77%;
  /* 10px; */
  font-weight: 300;
  float: right;
}
@media (max-width: 767px) {
  #profile_outer #copyright {
    margin-bottom: 1em;
    text-align: center;
    float: none;
  }
}
#profile_outer #utility {
  height: 55px;
  padding: 15px 0;
  background: #000;
}
#profile_outer #utility ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#profile_outer #utility ul li {
  line-height: 1;
  float: left;
}
#profile_outer #utility ul li a {
  color: #fff;
}
#profile_outer #utility ul li a:hover {
  color: #999;
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer #utility {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  #profile_outer #utility {
    height: auto;
    padding: 0 0 2em;
  }
}
#profile_outer #utility ul.externalList {
  padding: 0.5em 0;
  font-size: 85%;
  /* 11px; */
  float: left;
}
#profile_outer #utility ul.externalList li {
  margin-right: 2em;
}
#profile_outer #utility ul.externalList li a:after {
  margin-left: 0.25em;
  content: "";
  font-family: FontAwesome;
  display: inline;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #profile_outer #utility ul.externalList li {
    margin-right: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #profile_outer #utility ul.externalList {
    width: 70%;
    padding: 0;
  }
  #profile_outer #utility ul.externalList li {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  #profile_outer #utility ul.externalList {
    padding: 0;
    font-size: 100%;
    /* 13px; */
    float: none;
  }
  #profile_outer #utility ul.externalList li {
    margin-right: 0;
    float: none;
  }
  #profile_outer #utility ul.externalList li a {
    padding: 1em;
    border-bottom: 1px solid #333;
    display: block;
    position: relative;
  }
  #profile_outer #utility ul.externalList li a:after {
    margin-top: -0.5em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 1em;
  }
}
#profile_outer #utility ul.snsList {
  font-size: 200%;
  /* 26px; */
  float: right;
}
#profile_outer #utility ul.snsList li {
  margin-left: 0.5em;
}
#profile_outer #utility ul.snsList li.title {
  padding: 1em 0;
  color: #999;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 39%;
  /* 10px; */
}
#profile_outer #utility ul.snsList li.facebook a:hover {
  color: #3b5998;
}
#profile_outer #utility ul.snsList li.twitter a:hover {
  color: #55acee;
}
#profile_outer #utility ul.snsList li.googleplus a:hover {
  color: #dd452a;
}
@media (max-width: 767px) {
  #profile_outer #utility ul.snsList {
    font-size: 246%;
    /* 32px; */
    text-align: center;
    float: none;
  }
  #profile_outer #utility ul.snsList li {
    margin-left: 0;
    vertical-align: middle;
    float: none;
    display: inline-table;
  }
  #profile_outer #utility ul.snsList li.title {
    padding: 0;
    font-size: 31%;
    /* 10px; */
  }
}
@media print {
  #profile_outer a[href]:after {
    content: "" !important;
  }
  #profile_outer abbr[title]:after {
    content: "" !important;
  }
}
/*# sourceMappingURL=./profile_common.css.map */