@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sec.jpg");
  }
  #global-content .secFlow .secInner {
    width: 100%;
    position: relative;
  }
  #global-content .secFlow .secInner:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 60px;
    border-right: solid 1px #f1c400;
  }
  #global-content .secFlow .secInner section {
    margin-bottom: 0;
    padding-top: 70px;
    position: relative;
    z-index: 2;
  }
  #global-content .secFlow .secInner section:first-child {
    padding-top: 0;
  }
  #global-content .secFlow .flowTitle {
    height: 120px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #global-content .secFlow .flowTitle .titleOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  #global-content .secFlow .flowTitle .titleInner {
    width: 100%;
    height: 100%;
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #global-content .secFlow .flowBody {
    text-align: left;
    display: block;
  }
  #global-content .secFlow .flowBody .flowItem {
    padding-top: 30px;
  }
  #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption {
    width: 120px;
    height: 120px;
    text-align: center;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    background-color: #f1c400;
  }
  #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption .captionOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption .captionInner {
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #global-content .secFlow .flowBody .flowItem .flowInner .flowLead p {
    font-size: 13px;
    line-height: 1.76923;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap {
    padding-left: 150px;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01,
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 {
    margin-top: 20px;
    background-color: #efefef;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01:first-child,
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02:first-child {
    margin-top: 0;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailOuter,
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailOuter {
    padding: 30px;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailCaption,
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailCaption {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailInner .detailLead p,
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailInner .detailLead p {
    font-size: 13px;
    line-height: 1.76923;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailInner .detailLink .text,
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailInner .detailLink .text {
    vertical-align: middle;
    font-size: 14px;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailInner .detailLink .icon,
  #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailInner .detailLink .icon {
    margin-right: 0.75em;
  }
  #global-content .secFlow .flowBody .flowItem .flowDetailLast {
    background-color: #fff;
  }
  #global-content .secFlow .flowBody .flowType01 .flowOuter {
    min-height: 120px;
  }
  #global-content .secFlow .flowBody .flowType01 .flowInner {
    display: table;
  }
  #global-content .secFlow .flowBody .flowType01 .flowInner .flowInnerL,
  #global-content .secFlow .flowBody .flowType01 .flowInner .flowInnerR {
    display: table-cell;
  }
  #global-content .secFlow .flowBody .flowType01 .flowInner .flowInnerL {
    width: 150px;
    vertical-align: top;
  }
  #global-content .secFlow .flowBody .flowType01 .flowInner .flowInnerR {
    vertical-align: middle;
  }
  #global-content .secFlow .flowBody .flowType02 .flowOuter {
    width: 100%;
    position: relative;
  }
  #global-content .secFlow .flowBody .flowType02 .flowInner {
    padding-left: 150px;
  }
  #global-content .secFlow .flowBody .flowType02 .flowInner .flowCaption {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content .secFlow .flowBody .flowType02 .flowInner .flowLead {
    margin-bottom: 20px;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailCaption {
    margin-bottom: 15px;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner {
    width: 100%;
    position: relative;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailPic,
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailLead {
    width: 247px;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailPic {
    float: left;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailPic img {
    width: 100%;
    height: auto;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailLead {
    padding-bottom: 30px;
    float: right;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailLink {
    position: absolute;
    bottom: 0;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailLink .icon {
    margin-right: 0.75em;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType02 .detailCaption {
    margin-bottom: 15px;
  }
  #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType02 .detailInner .detailLink {
    padding-top: 15px;
  }
  #global-content .secFlow .secFlow1 .flowTitle {
    background-image: url("/assets/images/education/undergraduate/index/title_bg_01.jpg");
  }
  #global-content .secFlow .secFlow2 .flowTitle {
    background-image: url("/assets/images/education/undergraduate/index/title_bg_02.jpg");
  }
  #global-content .secCommon .detailWrap {
    text-align: left;
    display: block;
  }
  #global-content .secCommon .detailWrap .detailType01,
  #global-content .secCommon .detailWrap .detailType02 {
    margin-top: 20px;
    background-color: #efefef;
  }
  #global-content .secCommon .detailWrap .detailType01:first-child,
  #global-content .secCommon .detailWrap .detailType02:first-child {
    margin-top: 0;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailOuter,
  #global-content .secCommon .detailWrap .detailType02 .detailOuter {
    padding: 30px;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailCaption,
  #global-content .secCommon .detailWrap .detailType02 .detailCaption {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLead p,
  #global-content .secCommon .detailWrap .detailType02 .detailInner .detailLead p {
    font-size: 13px;
    line-height: 1.76923;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLink .text,
  #global-content .secCommon .detailWrap .detailType02 .detailInner .detailLink .text {
    vertical-align: middle;
    font-size: 14px;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLink .icon,
  #global-content .secCommon .detailWrap .detailType02 .detailInner .detailLink .icon {
    margin-right: 0.75em;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailCaption {
    margin-bottom: 15px;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner {
    width: 100%;
    position: relative;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner .detailPic {
    width: 247px;
    float: left;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner .detailPic img {
    width: 100%;
    height: auto;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLead {
    padding-bottom: 30px;
    width: 390px;
    float: right;
  }
  #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLink {
    position: absolute;
    bottom: 0;
  }
  #global-content .secCommon .detailWrap .detailType02 .detailCaption {
    margin-bottom: 15px;
  }
  #global-content .secCommon .detailWrap .detailType02 .detailInner .detailLink {
    padding-top: 20px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/education/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .secFlow .secInner {
  width: 100%;
  position: relative;
}
.device-view-pc #global-content .secFlow .secInner:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  border-right: solid 1px #f1c400;
}
.device-view-pc #global-content .secFlow .secInner section {
  margin-bottom: 0;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}
.device-view-pc #global-content .secFlow .secInner section:first-child {
  padding-top: 0;
}
.device-view-pc #global-content .secFlow .flowTitle {
  height: 120px;
  background-position: center top;
  background-repeat: no-repeat;
}
.device-view-pc #global-content .secFlow .flowTitle .titleOuter {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #global-content .secFlow .flowTitle .titleInner {
  width: 100%;
  height: 100%;
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #global-content .secFlow .flowBody {
  text-align: left;
  display: block;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem {
  padding-top: 30px;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption {
  width: 120px;
  height: 120px;
  text-align: center;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  background-color: #f1c400;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption .captionOuter {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption .captionInner {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowInner .flowLead p {
  font-size: 13px;
  line-height: 1.76923;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap {
  padding-left: 150px;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01,
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 {
  margin-top: 20px;
  background-color: #efefef;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01:first-child,
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02:first-child {
  margin-top: 0;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailOuter,
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailOuter {
  padding: 30px;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailCaption,
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailCaption {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailInner .detailLead p,
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailInner .detailLead p {
  font-size: 13px;
  line-height: 1.76923;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailInner .detailLink .text,
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailInner .detailLink .text {
  vertical-align: middle;
  font-size: 14px;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType01 .detailInner .detailLink .icon,
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailWrap .flowDetailType02 .detailInner .detailLink .icon {
  margin-right: 0.75em;
}
.device-view-pc #global-content .secFlow .flowBody .flowItem .flowDetailLast {
  background-color: #fff;
}
.device-view-pc #global-content .secFlow .flowBody .flowType01 .flowOuter {
  min-height: 120px;
}
.device-view-pc #global-content .secFlow .flowBody .flowType01 .flowInner {
  display: table;
}
.device-view-pc #global-content .secFlow .flowBody .flowType01 .flowInner .flowInnerL,
.device-view-pc #global-content .secFlow .flowBody .flowType01 .flowInner .flowInnerR {
  display: table-cell;
}
.device-view-pc #global-content .secFlow .flowBody .flowType01 .flowInner .flowInnerL {
  width: 150px;
  vertical-align: top;
}
.device-view-pc #global-content .secFlow .flowBody .flowType01 .flowInner .flowInnerR {
  vertical-align: middle;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowOuter {
  width: 100%;
  position: relative;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowInner {
  padding-left: 150px;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowInner .flowCaption {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowInner .flowLead {
  margin-bottom: 20px;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailCaption {
  margin-bottom: 15px;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner {
  width: 100%;
  position: relative;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailPic,
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailLead {
  width: 247px;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailPic {
  float: left;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailPic img {
  width: 100%;
  height: auto;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailLead {
  padding-bottom: 30px;
  float: right;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailLink {
  position: absolute;
  bottom: 0;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType01 .detailInner .detailLink .icon {
  margin-right: 0.75em;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType02 .detailCaption {
  margin-bottom: 15px;
}
.device-view-pc #global-content .secFlow .flowBody .flowType02 .flowDetailWrap .flowDetailType02 .detailInner .detailLink {
  padding-top: 15px;
}
.device-view-pc #global-content .secFlow .secFlow1 .flowTitle {
  background-image: url("/assets/images/education/undergraduate/index/title_bg_01.jpg");
}
.device-view-pc #global-content .secFlow .secFlow2 .flowTitle {
  background-image: url("/assets/images/education/undergraduate/index/title_bg_02.jpg");
}
.device-view-pc #global-content .secCommon .detailWrap {
  text-align: left;
  display: block;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01,
.device-view-pc #global-content .secCommon .detailWrap .detailType02 {
  margin-top: 20px;
  background-color: #efefef;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01:first-child,
.device-view-pc #global-content .secCommon .detailWrap .detailType02:first-child {
  margin-top: 0;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailOuter,
.device-view-pc #global-content .secCommon .detailWrap .detailType02 .detailOuter {
  padding: 30px;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailCaption,
.device-view-pc #global-content .secCommon .detailWrap .detailType02 .detailCaption {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLead p,
.device-view-pc #global-content .secCommon .detailWrap .detailType02 .detailInner .detailLead p {
  font-size: 13px;
  line-height: 1.76923;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLink .text,
.device-view-pc #global-content .secCommon .detailWrap .detailType02 .detailInner .detailLink .text {
  vertical-align: middle;
  font-size: 14px;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLink .icon,
.device-view-pc #global-content .secCommon .detailWrap .detailType02 .detailInner .detailLink .icon {
  margin-right: 0.75em;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailCaption {
  margin-bottom: 15px;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner {
  width: 100%;
  position: relative;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner .detailPic {
  width: 247px;
  float: left;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner .detailPic img {
  width: 100%;
  height: auto;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLead {
  padding-bottom: 30px;
  width: 390px;
  float: right;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType01 .detailInner .detailLink {
  position: absolute;
  bottom: 0;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType02 .detailCaption {
  margin-bottom: 15px;
}
.device-view-pc #global-content .secCommon .detailWrap .detailType02 .detailInner .detailLink {
  padding-top: 20px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .flowDetailWrap,
  .device-js-on #global-content .detailWrap {
    text-align: left;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01,
  .device-js-on #global-content .detailWrap .flowDetailType01,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02,
  .device-js-on #global-content .detailWrap .flowDetailType02,
  .device-js-on #global-content .flowDetailWrap .detailType01,
  .device-js-on #global-content .detailWrap .detailType01,
  .device-js-on #global-content .flowDetailWrap .detailType02,
  .device-js-on #global-content .detailWrap .detailType02 {
    margin-top: 5.7971%;
    background-color: #efefef;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01:first-child,
  .device-js-on #global-content .detailWrap .flowDetailType01:first-child,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02:first-child,
  .device-js-on #global-content .detailWrap .flowDetailType02:first-child,
  .device-js-on #global-content .flowDetailWrap .detailType01:first-child,
  .device-js-on #global-content .detailWrap .detailType01:first-child,
  .device-js-on #global-content .flowDetailWrap .detailType02:first-child,
  .device-js-on #global-content .detailWrap .detailType02:first-child {
    margin-top: 0;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01 .detailOuter,
  .device-js-on #global-content .detailWrap .flowDetailType01 .detailOuter,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02 .detailOuter,
  .device-js-on #global-content .detailWrap .flowDetailType02 .detailOuter,
  .device-js-on #global-content .flowDetailWrap .detailType01 .detailOuter,
  .device-js-on #global-content .detailWrap .detailType01 .detailOuter,
  .device-js-on #global-content .flowDetailWrap .detailType02 .detailOuter,
  .device-js-on #global-content .detailWrap .detailType02 .detailOuter {
    padding: 4.34783%;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01 .detailCaption,
  .device-js-on #global-content .detailWrap .flowDetailType01 .detailCaption,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02 .detailCaption,
  .device-js-on #global-content .detailWrap .flowDetailType02 .detailCaption,
  .device-js-on #global-content .flowDetailWrap .detailType01 .detailCaption,
  .device-js-on #global-content .detailWrap .detailType01 .detailCaption,
  .device-js-on #global-content .flowDetailWrap .detailType02 .detailCaption,
  .device-js-on #global-content .detailWrap .detailType02 .detailCaption {
    margin-bottom: 3.1746%;
    font-size: 125%;
    font-weight: bold;
    line-height: 1.4;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01 .detailInner .detailPic,
  .device-js-on #global-content .detailWrap .flowDetailType01 .detailInner .detailPic,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02 .detailInner .detailPic,
  .device-js-on #global-content .detailWrap .flowDetailType02 .detailInner .detailPic,
  .device-js-on #global-content .flowDetailWrap .detailType01 .detailInner .detailPic,
  .device-js-on #global-content .detailWrap .detailType01 .detailInner .detailPic,
  .device-js-on #global-content .flowDetailWrap .detailType02 .detailInner .detailPic,
  .device-js-on #global-content .detailWrap .detailType02 .detailInner .detailPic {
    margin-bottom: 3.1746%;
    width: 46.03175%;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01 .detailInner .detailPic img,
  .device-js-on #global-content .detailWrap .flowDetailType01 .detailInner .detailPic img,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02 .detailInner .detailPic img,
  .device-js-on #global-content .detailWrap .flowDetailType02 .detailInner .detailPic img,
  .device-js-on #global-content .flowDetailWrap .detailType01 .detailInner .detailPic img,
  .device-js-on #global-content .detailWrap .detailType01 .detailInner .detailPic img,
  .device-js-on #global-content .flowDetailWrap .detailType02 .detailInner .detailPic img,
  .device-js-on #global-content .detailWrap .detailType02 .detailInner .detailPic img {
    width: 100%;
    height: auto;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01 .detailInner .detailLead p,
  .device-js-on #global-content .detailWrap .flowDetailType01 .detailInner .detailLead p,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02 .detailInner .detailLead p,
  .device-js-on #global-content .detailWrap .flowDetailType02 .detailInner .detailLead p,
  .device-js-on #global-content .flowDetailWrap .detailType01 .detailInner .detailLead p,
  .device-js-on #global-content .detailWrap .detailType01 .detailInner .detailLead p,
  .device-js-on #global-content .flowDetailWrap .detailType02 .detailInner .detailLead p,
  .device-js-on #global-content .detailWrap .detailType02 .detailInner .detailLead p {
    font-size: 100%;
    line-height: 1.5;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01 .detailInner .detailLink,
  .device-js-on #global-content .detailWrap .flowDetailType01 .detailInner .detailLink,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02 .detailInner .detailLink,
  .device-js-on #global-content .detailWrap .flowDetailType02 .detailInner .detailLink,
  .device-js-on #global-content .flowDetailWrap .detailType01 .detailInner .detailLink,
  .device-js-on #global-content .detailWrap .detailType01 .detailInner .detailLink,
  .device-js-on #global-content .flowDetailWrap .detailType02 .detailInner .detailLink,
  .device-js-on #global-content .detailWrap .detailType02 .detailInner .detailLink {
    padding-top: 4.7619%;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01 .detailInner .detailLink .text,
  .device-js-on #global-content .detailWrap .flowDetailType01 .detailInner .detailLink .text,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02 .detailInner .detailLink .text,
  .device-js-on #global-content .detailWrap .flowDetailType02 .detailInner .detailLink .text,
  .device-js-on #global-content .flowDetailWrap .detailType01 .detailInner .detailLink .text,
  .device-js-on #global-content .detailWrap .detailType01 .detailInner .detailLink .text,
  .device-js-on #global-content .flowDetailWrap .detailType02 .detailInner .detailLink .text,
  .device-js-on #global-content .detailWrap .detailType02 .detailInner .detailLink .text {
    vertical-align: middle;
    font-size: 116.66667%;
  }
  .device-js-on #global-content .flowDetailWrap .flowDetailType01 .detailInner .detailLink .icon,
  .device-js-on #global-content .detailWrap .flowDetailType01 .detailInner .detailLink .icon,
  .device-js-on #global-content .flowDetailWrap .flowDetailType02 .detailInner .detailLink .icon,
  .device-js-on #global-content .detailWrap .flowDetailType02 .detailInner .detailLink .icon,
  .device-js-on #global-content .flowDetailWrap .detailType01 .detailInner .detailLink .icon,
  .device-js-on #global-content .detailWrap .detailType01 .detailInner .detailLink .icon,
  .device-js-on #global-content .flowDetailWrap .detailType02 .detailInner .detailLink .icon,
  .device-js-on #global-content .detailWrap .detailType02 .detailInner .detailLink .icon {
    margin-right: 0.75em;
  }
  .device-js-on #global-content .flowDetailWrap {
    padding-top: 5.7971%;
  }
  .device-js-on #global-content .detailWrap {
    margin: 0 4%;
  }
  .device-js-on #global-content .secFlow .secInner {
    width: 100%;
    position: relative;
  }
  .device-js-on #global-content .secFlow .secInner:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15.33333%;
    border-right: solid 1px #f1c400;
  }
  .device-js-on #global-content .secFlow .secInner section {
    margin: 0 4%;
    padding-top: 12%;
    position: relative;
    z-index: 2;
  }
  .device-js-on #global-content .secFlow .secInner section:first-child {
    padding-top: 0;
  }
  .device-js-on #global-content .secFlow .flowTitleWrap {
    padding-bottom: 17.3913%;
    position: relative;
  }
  .device-js-on #global-content .secFlow .flowTitleWrap .flowTitle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  .device-js-on #global-content .secFlow .flowTitleWrap .flowTitle .titleOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  .device-js-on #global-content .secFlow .flowTitleWrap .flowTitle .titleInner {
    width: 100%;
    height: 100%;
    font-size: 141.66667%;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #global-content .secFlow .flowBody {
    text-align: left;
    display: block;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem {
    padding-top: 5.7971%;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner {
    display: table;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner .flowInnerL,
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner .flowInnerR {
    display: table-cell;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner .flowInnerL {
    padding-right: 1em;
    vertical-align: top;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner .flowInnerR {
    vertical-align: middle;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption {
    width: 6em;
    height: 6em;
    text-align: center;
    -webkit-border-radius: 6em;
    -moz-border-radius: 6em;
    border-radius: 6em;
    background-color: #f1c400;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption .captionOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner .flowCaption .captionInner {
    width: 100%;
    height: 100%;
    font-size: 141.66667%;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #global-content .secFlow .flowBody .flowItem .flowInner .flowLead p {
    font-size: 108.33333%;
    line-height: 1.76923;
  }
  .device-js-on #global-content .secFlow .secFlow1 .flowTitle {
    background-image: url("/assets/images/education/undergraduate/index/title_bg_01.jpg");
  }
  .device-js-on #global-content .secFlow .secFlow2 .flowTitle {
    background-image: url("/assets/images/education/undergraduate/index/title_bg_02.jpg");
  }
}
