@charset "utf-8";

/* =================================
profile css
================================= */
/* common */
div.btn-next {
  width: 310px;
  background-color: #161926;
  text-align: center;
  margin: 0 auto;
}
div.btn-next a {
  display: block;
  padding: 15px;
  font-family: リュウミン H-KL;
  color: #fff;
  font-size: 153.8%;
  font-weight: bold;
  text-decoration: none;
}
div.btn-next a:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 5px;
}

@media screen and (max-width: 767px) {
  div.btn-next {
    width: 100%;
    height: auto;
    margin: 0;
  }
  div.btn-next a {
    padding: 10px;
    font-size: 16px;
  }
  div.btn-next a:before {
    vertical-align: 3px;
  }
}

/* mod-profile */
.mod-profile h1 {
  padding-bottom: 20px !important;
}
.mod-profile .clear {
  clear: both;
}
.mod-profile .sec-lecturer {
  padding-bottom: 40px;
  overflow: hidden
}
.mod-profile .sec-lecturer .box-thumb {
  float: left;
  width: 280px;
  padding-right: 20px;
}
.mod-profile .sec-lecturer .box-summary {
  width: 340px;
  float: left;
}
.mod-profile .sec-lecturer .box-summary p.name {
  padding-bottom: 20px;
  width: 340px;
}
.mod-profile .sec-lecturer .box-summary p.name em {
  display: block;
  margin-bottom: 7px;
  font-size: 153.8%;
}
.mod-profile .sec-lecturer .box-summary p.name span {
  display: block;
  font-size: 115.4%;
}
.mod-profile .sec-lecturer .box-summary ul {
  list-style-type: square;
  margin: 0 0 0 1em;
  padding: 0;
}
.mod-profile .sec-lecturer .box-summary ul li {
  padding-bottom: 8px;
s
}
.mod-profile div.area-paragraph.txt-default {
  font-size: 12px !important;
  line-height: 1.6em;
  padding: 0 25px 37px 17px;
}
.mod-profile h2.ttl-list {
  margin-bottom: 10px !important;
}
.mod-profile .list-chronology ul {
  list-style-type: none;
  width: 605px;
}
.mod-profile .list-chronology ul.end-list {
  margin-bottom: 50px;
}
.mod-profile .list-chronology ul li {
  font-size: 12px !important;
  padding: 10px 0px 6px 5px;
  background: url(../img/border_profile_chronology.png) bottom no-repeat;
}
.mod-profile .list-chronology ul li span.year {
  color: #151824;
  font-weight: bold;
}
.mod-profile .list-chronology ul li span.tex_tex {
  width: 530px;
  padding-left: 22px;
}
.mod-profile .list-chronology ul li span.tex_tex2 {
  width: 530px;
  padding-left: 62px;
}
.mod-profile p.sub-chronology {
  padding: 11px 0 0 24px;
  color: #151824;
}

@media screen and (max-width: 767px) {
  .mod-profile .area-page-ttl {
    position: relative;
    height: 0;
    margin: 10px;
    padding-top: 42.71%;
    background: url(../img/bg_profile_ttl_sp.png) 0 0 no-repeat;
    background-size: contain;
  }
  .mod-profile h1 {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -18px;
    padding: 0 !important;
    color: #fff;
    font-size: 18px;
  }
  .mod-profile .sec-lecturer {
    padding-bottom: 20px;
  }
  .mod-profile .sec-lecturer .box-thumb,
  .mod-profile .sec-lecturer .box-summary {
    float: none;
    width: 100%;
    padding: 0;
  }
  .mod-profile .sec-lecturer .box-thumb {
    display: none;
  }
  .mod-profile .sec-lecturer .box-summary ul {
    margin: 0 0 0 17px;
  }
  .mod-profile .sec-lecturer .box-summary ul li {
    font-size: 14px;
  }
  .mod-profile .sec-lecturer .box-summary ul li br {
    display: none;
  }
  .mod-profile .sec-lecturer .box-summary p {
    float: none;
    width: 100%;
  }
  .mod-profile .sec-lecturer .box-summary p.name {
    width: 100%;
  }
  .mod-profile .sec-lecturer .box-summary p.name em {
    font-size: 18px;
  }
  .mod-profile .sec-lecturer .box-summary p.name span {
    font-size: 14px;
  }
  .mod-profile .list-chronology ul {
    width: 100%;
  }
  .mod-profile .list-chronology ul li {
    display: table;
    width: 100%;
    margin-top: 6px;
    padding: 0;
    font-size: 14px !important;
    background: none;
  }
  .mod-profile .list-chronology ul li:first-child {
    margin-top: 0;
  }
  .mod-profile .list-chronology ul li span {
    display: table-cell;
    padding-bottom: 6px;
    border-bottom: 1px solid #999;
  }
  .mod-profile .list-chronology ul li span.year {
    width: 60px;
    border-color: #151824;
  }
  .mod-profile .list-chronology ul li span.tex_tex {
    width: auto;
    padding-left: 10px;
  }
  .mod-profile .list-chronology ul li span.tex_tex2 {
    width: auto;
    padding-left: 10px;
  }
  .mod-profile .list-chronology ul.end-list {
    margin-bottom: 20px;
  }
  .mod-profile p.sub-chronology {
    padding: 16px 0 6px;
    font-size: 14px;
  }
}

/* vision
------------------------------------------------- */
.mod-vision h1{
  padding-bottom:10px !important;
}
.mod-vision .sec-idea{
  width: 650px;
  height: 240px;
  background:url(../img/bg_vision_profile.png) no-repeat;
}

.mod-vision h3{
  color: #fff;
  font-family: リュウミン H-KL;
}

.mod-vision .sec-idea h3{
  padding: 30px 0 0;
  margin: 0 10px 25px 333px;
  font-size: 220%;
}

.mod-vision .sec-idea p{
  color:#FFF;
  line-height:1.7em;
  padding-left:307px;
}

.mod-vision .sec-vision{
  width:650px;
  height:522px;
  margin-bottom: 50px;
  background:url(../img/bg_vision_pc.png) no-repeat;
}

.mod-vision .sec-vision h3{
  margin: 0;
  padding: 26px 0;
  font-size: 150%;
  line-height: 1.4;
  text-align: center;
}

.mod-vision .sec-vision p.txt-main{
    text-align:center;
    line-height:1.6em;
    color:#FFF;
    padding-bottom:34px;
}

.mod-vision .sec-vision h4{
  margin-bottom: 20px;
  padding: 0 0 10px 25px;
  margin: 0 0 17px 44px;
  line-height: 1;
  background: url(../../common/img/ico_ttl_circle_black.png) 0 1px no-repeat;
  font-size: 138.5%;
  font-family: リュウミン EH-KL;
  color: #151824;
  font-weight: bold;
}
.mod-vision .sec-vision div.txt-sub{
  width:564px;
  line-height:1.8em;
  color:#000;
  margin:0 auto 13px;
  font-size:88%;
}
/* safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .txt-sub {
    letter-spacing: -1px;
  }
}
.mod-vision div.btn-about-link{
  background: url(../img/bg_vision_btn.png) 0 0 no-repeat;
  width:160px;
  color:#fff !important;
  margin-left:450px;
  font-size:86%;
}
.mod-vision div.btn-about-link a {
  display: block;
  padding: 6px 10px;
  font-weight: bold;
  text-align: center;
}
.mod-vision div a{
  color: #fff !important;
}

.mod-vision div.btn-about-link img{
  padding:2px 0 2px 10px;
}

@media screen and (max-width: 767px) {
  .mod-vision .sec-idea {
    width: auto;
    height: auto;
    background: none;
  }
  .mod-vision .sec-idea h3 {
    position: relative;
    height: 0;
    margin: 0;
    padding-top: 36.95%;
    background: url(../img/bg_vision_profile_sp.png) 0 0 no-repeat;
    background-size: contain;
    font-size: 20px;
  }
  .mod-vision .sec-idea h3 span {
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 5;
  }
  .mod-vision .sec-idea p {
    margin-top: 10px;
    padding: 0;
    color: #111;
    font-size: 14px;
  }
  .mod-vision .sec-idea p br {
    display: none;
  }
  .mod-vision .area-page-ttl {
    margin: 0;
  }
  .mod-vision .sec-vision {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background: none;
  }
  .mod-vision .box-main {
    margin-bottom: 18px;
    background: url(../img/bg_vision_sp.png) top center no-repeat;
    background-size: cover;
  }
  .mod-vision .sec-vision h3 {
    margin: 0 10px 15px;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    font-size: 15px;
  }
  .mod-vision .sec-vision p.txt-main {
    padding: 0 2px 25px;
    font-size: 13px;
  }
  .mod-vision .sec-vision h4 {
    margin: 0 0 10px;
    padding: 0 0 4px 16px;
    background-size: 14px;
    background-position: left top 2px;
    border-bottom: 1px dotted #999;
    font-size: 16px;
  }
  .mod-vision .sec-vision div.txt-sub {
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  .mod-vision .sec-vision div.txt-sub br {
    display: none;
  }
  .mod-vision div.btn-about-link {
    width: 100%;
    margin: 10px 0 0;
    background-repeat: repeat;
  }
  .mod-vision div.btn-about-link a {
    padding-top: 8px;
    font-size: 14px;
  }
}


/* group
------------------------------------------------- */
.mod-group h1{
  padding-bottom:12px;
}

.mod-group ul{
  border-top:1px dotted #999999;
  width:650px;
  margin-bottom:50px;
}
.mod-group ul li{
  display: table;
  width: 100%;
  border-bottom:1px dotted #999999;
}
.mod-group ul li>div {
  display: table-cell;
  vertical-align: middle;
}

.mod-group ul li div.img-logo{
  width:323px;
  padding: 15px 0 15px 15px;
}

.mod-group ul li div.img-logo p.book{
  width:247px;
}

.mod-group ul li div.link-name{
  width:325px;
  padding: 15px 0 23px 20px;
}

.mod-group ul li div.link-name span{
  font-weight:bold;
  line-height:2em;
  font-size:15px !important;
  color:#000;
}

.mod-group ul li div.link-name a{
  color:#000 !important;
}

.mod-group ul li div.link-name a img{
  padding-left:10px;
}

.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mod-group h1 {
    padding-bottom: 10px;
  }
  .mod-group ul {
    width: 100%;
    margin-bottom: 15px;
  }
  .mod-group ul li div.img-logo {
    width: 40%;
    padding: 10px 0;
  }
  .mod-group ul li div.img-logo img {
    width: 100%;
  }
  .mod-group ul li div.img-logo p.book,
  .mod-group ul li div.img-logo p.dining {
    width: auto;
    margin: 0;
  }
  .mod-group ul li div.img-logo p.dining {
    margin-left: -3px;
  }
  .mod-group ul li div.link-name {
    width: 60%;
    padding: 10px 0 10px 18px;
    font-size: 11px;
  }
  .mod-group ul li div.link-name a img {
    display: inline-block;
    width: 15px;
    padding-left: 5px;
    vertical-align: middle;
  }
  .mod-group ul li div.link-name span {
    font-size: 11px !important;
  }
}

/* result
------------------------------------------------- */
.mod-result .area-page-ttl h1 {
  padding-bottom: 10px;
}
.mod-result h2{
  margin: 0;
  padding: 40px 0 20px !important;
  border: none;
  background: none;
  font-size:22px;
}

.mod-result ul li{
  color:#000;
  height:22px;
}

.mod-result ul li span{
  font-weight:bold;
  font-size:13px !important;
}

.mod-result div.box-lecture{
  width:650px;
  margin-bottom:50px;
}

.mod-result div.box-lecture div.img{
  float:left;
  width:275px;
  padding-right:30px;
}

.mod-result div.box-lecture div.txt{
  float:left;
  font-size:14px !important;
  line-height:1.6em;
  width:320px;
}

@media screen and (max-width: 767px) {
  .mod-result .area-page-ttl {
    margin: 0;
  }
  .mod-result .area-page-ttl h1 {
    padding: 15px 10px 0;
  }
  .mod-result h2 {
    padding: 20px 0 8px !important;
    font-size: 16px;
  }
  .mod-result ul {
    padding-left: 15px;
  }
  .mod-result ul li {
    height: auto;
    margin-top: 8px;
    font-size: 14px;
    list-style: disc;
  }
  .mod-result ul li span {
    font-size: 14px !important;
  }
  .mod-result div.box-lecture {
    width: 100%;
    margin-bottom: 20px;
  }
  .mod-result div.box-lecture div.img {
    float: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
    text-align: center;
  }
  .mod-result div.box-lecture div.img img {
    width: 50%;
    height: auto;
  }
  .mod-result div.box-lecture div.txt {
    float: none;
    width: 100%;
    font-size: 14px !important;
  }
}

