@charset "UTF-8";
/* コンパスの機能を全部インポート 基本的にはこれだけでOKだと思います。 */
/**/
/**/
/**/
header {
  z-index: 100;
}
header h1 {
  left: 2px;
}

#entryBtn {
  cursor: pointer;
  width: 180px;
  height: 34px;
  background: url(../images/top/entry_bg.png) no-repeat left bottom;
  overflow: hidden;
  transition: height .2s ease-in-out;
  -webkit-transition: height .2s ease-in-out;
  -ms-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
}
#entryBtn .txt {
  width: 113px;
  height: 13px;
  background: url(../images/top/entry_txt.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 53px;
  top: 10px;
}
#entryBtn:hover {
  height: 93px;
  /*cursor: auto;*/
}
#entryBtn:hover .txt {
  background-position: 0 -13px;
}
#entryBtn .btns {
  position: absolute;
  left: 10px;
  top: 37px;
}
#entryBtn .btns li {
  margin-bottom: 6px;
}

/*----------------------------------------------------
about
----------------------------------------------------*/
#about {
  text-align: left;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 40px;
}
#about #abFl {
  float: left;
}
#about #abFl img {
  border: #dedede 1px solid;
}
#about #abFr {
  float: left;
  width: 570px;
  margin-left: 30px;
}
#about h3 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
#about p {
  margin: 25px 0 0 1px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
}
#about p span {
  color: #ba1631;
  font-weight: bold;
}

/*----------------------------------------------------
topmessage
----------------------------------------------------*/
#topmessage {
  padding: 10px 0 80px 0;
}
#topmessage #tmLeft {
  float: left;
  background: #a80a0a;
  width: 484px;
  height: 300px;
  color: #fff;
  text-align: left;
}
#topmessage #tmLeft h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin: 25px 0 25px 35px;
}
#topmessage #tmLeft h4 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 35px;
}
#topmessage #tmLeft h4 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 10px;
}
#topmessage #tmLeft p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 2.1rem;
  margin: 15px 40px 0 35px;
}
#topmessage #tmRight {
  float: left;
  width: 475px;
}
#topmessage #topmsRead {
  clear: both;
  padding-top: 50px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
}
#topmessage #topmsRead h5 {
  margin: 0 0 30px 0;
  font-weight: bold;
  color: #ba1631;
}
#topmessage #topmsRead p span {
  color: #ba1631;
}

/*----------------------------------------------------
career
----------------------------------------------------*/
#career {
  overflow: hidden;
  padding: 10px 0 40px 0;
}
#career h3 {
  float: left;
}
#career #careerLeft {
  width: 260px;
  float: right;
}
#career #careerLeft h4 {
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 40px;
  line-height: 4rem;
  background: #a80a0a;
  padding-left: 13px;
  color: #fff;
}
#career #careerLeft ul {
  background: #f1f1f1;
  padding: 15px 20px;
  margin-top: 2px;
}
#career #careerLeft ul li {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

/*----------------------------------------------------
job
----------------------------------------------------*/
#job {
  text-align: left;
  padding-top: 10px;
}
#job h3 {
  color: #335a95;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0 2px;
  letter-spacing: 2px;
}
#job h4 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #ba1631;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 17px;
  letter-spacing: 2px;
}
#job p {
  margin: 18px 0 0 2px;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

#memberArea {
  text-align: left;
  margin: 30px 0 50px 5px;
  overflow: hidden;
}
#memberArea .memBox {
  width: 445px;
  float: left;
  margin: 30px 0;
}
#memberArea .memBox .memTitle {
  border-left: #9b1300 6px solid;
  border-bottom: #9b1300 1px solid;
  margin-bottom: 30px;
}
#memberArea .memBox .memTitle h4 {
  color: #ba1631;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  margin: 0 0 2px 10px;
}
#memberArea .memBox .memTitle h4 span {
  font-size: 16px;
  font-size: 1.6rem;
}
#memberArea .memBox .ranking {
  margin: 8px 0;
  display: table;
}
#memberArea .memBox .ranking span {
  display: table-cell;
  vertical-align: middle;
}
#memberArea .memBox .ranking p {
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 10px;
}
#memberArea .memBox .ranking p.no_e {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: normal;
}
#memberArea .memBox .memComment {
  overflow: hidden;
  margin-top: 40px;
}
#memberArea .memBox .memComment p {
  float: left;
  width: 250px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 10px;
}
#memberArea .memBox .memComment img {
  float: left;
  margin: 0 0 0 8px;
}
#memberArea .memBox dl {
  margin-top: 30px;
  clear: both;
  display: table;
}
#memberArea .memBox dl dt {
  width: 98px;
  height: 98px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  border: #9b1300 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #ba1631;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#memberArea .memBox dl dd {
  display: table-cell;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 3px 0 3px 15px;
}
#memberArea .boxL {
  clear: both;
  padding-right: 32px;
}
#memberArea .boxR {
  border-left: #9b1300 1px dashed;
  padding-left: 32px;
}

/*----------------------------------------------------
faq
----------------------------------------------------*/
#faq {
  padding-top: 10px;
  padding-bottom: 30px;
}

.faqBox {
  text-align: left;
  margin: 0 20px 50px 20px;
}
.faqBox h3 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ba1631;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
}
.faqBox p {
  margin: 10px 0 0 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}

/*----------------------------------------------------
sm
----------------------------------------------------*/
section#smTitle {
  text-align: left;
}
section#smTitle h3 {
  padding-top: 20px;
}
section#smTitle p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: 25px;
}
section#smTitle div {
  position: absolute;
  top: -10px;
  right: 45px;
  bottom: auto;
  left: auto;
}

/*timeline*/
#timeline {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
#timeline .tmBox {
  text-align: left;
  width: 320px;
  background: #ededed;
  padding: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#timeline .tmBox h4 {
  color: #ba1631;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 1px;
}
#timeline .tmBox p {
  width: 180px;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
#timeline .tmBox img {
  position: absolute;
}
#timeline .tmBox.arrowRight:after {
  content: url("../images/sm/fukidashiRight.png");
  background: none;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 38px;
  right: auto;
  bottom: auto;
  left: 360px;
}
#timeline .tmBox.arrowLeft:after {
  content: url("../images/sm/fukidashiLeft.png");
  background: none;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 38px;
  right: auto;
  bottom: auto;
  left: -20px;
}
#timeline .tmBox#tm0 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50px;
}
#timeline .tmBox#tm0 p {
  width: 300px;
}
#timeline .tmBox#tm1 {
  height: 210px;
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 554px;
}
#timeline .tmBox#tm1 img {
  top: 10px;
  right: 10px;
}
#timeline .tmBox#tm1:after {
  top: 122px;
}
#timeline .tmBox#tm2 {
  height: 210px;
  position: absolute;
  top: 160px;
  right: auto;
  bottom: auto;
  left: 50px;
}
#timeline .tmBox#tm2 img {
  top: 10px;
  right: 10px;
}
#timeline .tmBox#tm2:after {
  top: 75px;
}
#timeline .tmBox#tm3 {
  height: 210px;
  position: absolute;
  top: 345px;
  right: auto;
  bottom: auto;
  left: 554px;
}
#timeline .tmBox#tm3 img {
  top: 10px;
  right: 10px;
}
#timeline .tmBox#tm3:after {
  top: 25px;
}
#timeline .tmBox#tm4 {
  height: 210px;
  position: absolute;
  top: 473px;
  right: auto;
  bottom: auto;
  left: 50px;
}
#timeline .tmBox#tm4 img {
  top: 10px;
  right: 10px;
}
#timeline .tmBox#tm4:after {
  top: 55px;
}
#timeline .tmBox#tm5 {
  height: 210px;
  position: absolute;
  top: 667px;
  right: auto;
  bottom: auto;
  left: 554px;
}
#timeline .tmBox#tm5 img {
  top: 10px;
  right: 10px;
}
#timeline .tmBox#tm5:after {
  top: 25px;
}
#timeline .tmBox#tm6 {
  height: 210px;
  position: absolute;
  top: 790px;
  right: auto;
  bottom: auto;
  left: 50px;
}
#timeline .tmBox#tm6 img {
  top: 10px;
  right: 10px;
}
#timeline .tmBox#tm6:after {
  top: 87px;
}
#timeline .tmBox#tm7 {
  height: 190px;
  position: absolute;
  top: 992px;
  right: auto;
  bottom: auto;
  left: 554px;
}
#timeline .tmBox#tm7 p {
  padding-bottom: 28px;
}
#timeline .tmBox#tm7 img {
  top: 10px;
  right: 10px;
}
#timeline .tmBox#tm7:after {
  top: 60px;
}
#timeline .tmBox#tm8 {
  height: 226px;
  position: absolute;
  top: 1113px;
  right: auto;
  bottom: auto;
  left: 50px;
}
#timeline .tmBox#tm8 img {
  top: 65px;
  right: 10px;
}
#timeline .tmBox#tm8:after {
  top: 237px;
}
#timeline .tmBox#tm9 {
  height: 252px;
  position: absolute;
  top: 1300px;
  right: auto;
  bottom: auto;
  left: 554px;
}
#timeline .tmBox#tm9 img {
  top: 92px;
  right: 10px;
}
#timeline .tmBox#tm9:after {
  top: 225px;
}
#timeline .tmBox#tm10 {
  height: 210px;
  position: absolute;
  top: 1456px;
  right: auto;
  bottom: auto;
  left: 50px;
}
#timeline .tmBox#tm10 img {
  top: 10px;
  right: 10px;
}
#timeline .tmBox#tm10:after {
  top: 185px;
}

/*----------------------------------------------------
message
----------------------------------------------------*/
#message {
  padding-top: 10px;
  text-align: center;
}
#message ul {
  display: table;
  width: 100%;
  margin-top: 10px;
}
#message ul li {
  display: table-cell;
  background: #a80a0a;
  border-left: #fff 9px solid;
  padding: 14px 22px 18px 22px;
  width: 266px;
}
#message ul li h4 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  border-bottom: #fff 1px solid;
  padding-bottom: 10px;
}
#message ul li p {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 27px;
  line-height: 2.7rem;
  margin-top: 10px;
}

#messageArea {
  width: 100%;
  min-width: 960px;
  background: url("../images/message/messageBg.png") repeat;
  padding: 20px 0;
  margin: 50px 0;
}
#messageArea h5 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 1px;
}
#messageArea ul {
  margin-top: 8px;
}
#messageArea ul li {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 1px;
}
#messageArea ul li span {
  color: #ba1631;
}
#messageArea p {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
  margin-top: 12px;
  letter-spacing: 1px;
}
