@charset "utf-8";
/* CSS Document */
@import url("layout.css");
/**/
#header .mainimg {
  position: relative;
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  background-image: url("../img/second/main_back.jpg");
  background-repeat: no-repeat;
  background-position: center 1px;
}
#header .mainimg .logo {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 100px;
  margin: 0;
  padding: 0;
}
#header .mainimg .logo img {}
#header .mainimg .character {
  position: absolute;
  z-index: 20;
  right: 80px;
  bottom: -24px;
}
#header .mainimg .character img {
  width: 60px;
  height: auto;
}
/************************************************************* content */
#content {
  margin: 0;
  padding: 10px 0 100px 0;
}
/************************************************************* breadcrumb */
#content .pnkz {
  width: 1200px;
  text-align: right;
  margin: 0 auto;
  padding: 0;
}
#content .pnkz li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.1rem;
  position: relative;
}
#content .pnkz li:first-child::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 13px;
  left: -20px;
  top: 4px;
  background-image: url(../img/tmp/pnkz_home.jpg);
  background-repeat: no-repeat;
}
#content .pnkz li a, #content .pnkz li span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
}
#content .pnkz li a::before, #content .pnkz li span::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .4s;
}
/************************************************************* h */
#content .main h1 {
  position: relative;
  margin: 40px auto;
  padding: 0 0 30px 0;
  padding-bottom: 1rem;
  background-image: repeating-linear-gradient(45deg, transparent 0 2px, #84C73A 2px 4px);
  background-repeat: no-repeat;
  background-size: 100% 0.3rem;
  background-position: bottom;
  text-align: center;
  font-size: 2.8rem;
  color: #534544;
}
#content .main h2 {
  color: #554544;
  margin: 40px 0;
  padding: 0;
  font-size: 2.5rem;
  ;
}
#content .main h3 {
  color: #554544;
  font-size: 2.1rem;
  margin: 30px 0;
  padding: 0 0 7px 20px;
  border-bottom: 1px solid #000;
  position: relative;
    display: inline-block;
}
#content .main h3::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1.2em;
  border-left: 4px solid #84C539;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#content .main h4 {
  clear: both;
  font-size: 1.7rem;
  display: block;
  margin: 30px 0;
  padding: 8px 10px;
  background-color: #D7E8B8;
}
/*----------training-----------*/
ul.hosp {
  width: 380px;
  float: left;
  padding: 20px;
}
/*----------about-----------*/
.face {
  float: right;
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
.day {
  text-align: right;
}