@charset "UTF-8";
/*! /////////////////////////////////////////////////////////////// */
/*!　Client		：ヒロデザイン専門学校
/*!　File Name	：page.scss
/*!　File Ver	：Ver 1.0
/*!　Create		：2014/7/16
/*!　Last Update	：2014/9/5
/*!　Author		：ANCHOR WEBSITE FACTORY */
/*! /////////////////////////////////////////////////////////////// */
/*
@mixin h2Title($bg){
		//@extend %text_hide;
		font-family: 'Open Sans Condensed', sans-serif;
		background: url($bg) left top;
		height: 60px;
		line-height: 60px;
		@include fz(28);
		letter-spacing: 1px;
		font-weight: normal;
		padding-left: 20px;
}
*/
/* ！TITLE				******************************************* */
#page h2 {
  background: rgba(255, 255, 255, 0.5);
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 1px;
  font-weight: 300;
  padding-left: 20px;
  color: #111;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#page h2 span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  margin-top: -3px;
}
@media only screen and (max-width: 768px) {
  #page h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
  }
  #page h2 span {
    font-size: 10px;
    font-size: 1rem;
  }
}
#page .lineBlock {
  margin-top: 20px;
}
#page h3.title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  font-weight: normal;
  margin-left: -20px;
  padding-left: 1em;
  letter-spacing: 2px;
  color: #111;
}
#page h3.title.outline {
  border-left: 10px solid #F35F5E;
}
#page h3.title.career {
  border-left: 10px solid #26BAC8;
}
#page h3.title.course {
  border-left: 10px solid #F35F5E;
}
#page h3.title.bridal {
  border-left: 10px solid #F39AAA;
}
#page h3.title.professional {
  border-left: 10px solid #FAB84C;
}
#page h3.title.fashion {
  border-left: 10px solid #1FBDDE;
}
#page h3.title.fashion_senko {
  border-left: 10px solid #8DBF30;
}
#page h3.title.qanda {
  border-left: 10px solid #BDBADA;
}
#page h3.title.scholarship {
  border-left: 10px solid #77B631;
}
#page h3.title.opencollage {
  border-left: 10px solid #6B63B8;
}
#page h3.title.disclosure, #page h3.title.privacy, #page h3.title.graduate {
  border-left: 10px solid #F35F5E;
}
@media only screen and (max-width: 768px) {
  #page h3.title {
    margin-left: -10px;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: .5em;
    line-height: 30px;
    border-left-width: 5px !important;
  }
}

#nf404 h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
#nf404 a {
  display: block;
  text-align: center;
  width: 100%;
  background: #EDF688;
  margin-top: 20px;
  color: #333;
  padding: 2px;
  background: rgba(237, 246, 136, 0.5);
  padding: 10px 0;
}
#nf404 a:hover {
  background: #edf688;
}

#downloadFile {
  margin-top: 15px;
  margin-bottom: 30px;
}
#downloadFile a {
  display: block;
  text-align: center;
  background: url(../image/common/icn_pdf.png) 10px center no-repeat;
  color: #F35F5E;
  width: 23em;
  line-height: 3;
  border: 1px solid #F35F5E;
  padding-left: 32px;
  padding-top: 2px;
}
#downloadFile a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.mailAttention {
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #EEE;
  margin-top: 15px;
}
.mailAttention span {
  color: #F35F5E;
  font-weight: bold;
  display: inline;
  margin: 0 5px 0 0;
}

#side h3.outline {
  background: url(../image/outline/navTitle@2x.png) 0 20px no-repeat;
  background-size: 88px, 31px;
  height: 31px;
}
#side h3.course {
  background: url(../image/course/navTitle@2x.png) 0 20px no-repeat;
  background-size: 88px, 31px;
  height: 31px;
}
