@charset "utf-8";
/* CSS Document */

#mainVisual,
#contents {
  height: auto;
  text-align: left;
  background: #fff;
}

#contents .floL {
  float: left;
}
#contents .floR {
  float: right;
}

/*----------------------------------------------------
  pageHeader
--------------------------------------------------- */

.pageHeader {
  margin-bottom: 50px;
  background: #ffe6e1;
  overflow: hidden;
}

/* pankuzu
-------------------------------------*/
#pankuzu {
  margin: 13px 0;
  font-size: 11px;
}
#pankuzu li {
  float: left;
  letter-spacing: 0;
  line-height: 1;
}
#pankuzu li:after {
  content: ">";
  padding: 0 10px;
}
#pankuzu li:last-child:after {
  display: none;
}
#pankuzu li a {
  text-decoration: underline;
}
#pankuzu li a:hover {
  text-decoration: none;
}

/* mainVisual
-------------------------------------*/
#mainVisual {
  display: table;
  width: 950px;
  height: 350px;
  background: #fff url(../img/new/bg_main_top.jpg) no-repeat;
  background-position: 40px bottom;
  border-radius: 6px;
}

#mainVisual .pageTtl {
  display: table-cell;
  padding-left: 420px;
  vertical-align: middle;
}

.pageHeader .subhead {
  margin: 20px 0;
  color: #e1005a;
  font-size: 24px;
  font-weight: bold;
}

.pageHeader .lead {
  font-size: 18px;
  margin-bottom: 30px;
}


/*----------------------------------------------------
  contents
--------------------------------------------------- */
#contents .bgColor {
  background: #fae6dc;
}

#contents .secTtl {
  padding: 30px 0;
  color: #002d64;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}

#contents .inner .notes {
  color: #ff7800;
  font-size: 14px;
}

/*----------------------------------------------------
  留学ジャーナルのサポート・ムービー
--------------------------------------------------- */
#section01 {
}

#section01 .secTtl {
  margin-top: -10px;
  padding-top: 0;
}
#section01 .secTtl span {
  font-size: 20px;
  line-height: 2.5;
}

#section01 .movieBox {
  margin: 30px 0 50px;
}
#section01 .movieBox .movieNav {
  width: 460px;
}
#section01 .movieBox .movieNav .navItem {
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  padding: 12px 0 12px 56px;
  color: #002d64;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #002d64;
  border-radius: 4px;
}
#section01 .movieBox .movieNav .navItem:before {
  position: absolute;
  top: 14px;
  left: 30px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/new/icon_movie.png) top left no-repeat;
}
#section01 .movieBox .movieNav .navItem:hover {
  opacity: .6;
}
#section01 .movieBox .movie {
  width: 414px;
}
#section01 .movieBox .movie .hide {
  display: none;
}


/*----------------------------------------------------
  留学ジャーナルの基本サポート内容
--------------------------------------------------- */
#section02 {
  padding-bottom: 40px;
}

#section02 .boxTtl {
  padding: 30px 0;
  color: #002d64;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
}

#section02 .cntBox {
  position: relative;
  margin-bottom: 70px;
  padding: 0 20px 10px 40px;
  background: #fff;
  border-left: 12px solid #002d64;
  border-radius: 6px;
}

#section02 .cntBox:after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 412px;
  display: block;
  width: 120px;
  height: 20px;
  background: url(../img/new/arrow_pink_down.png) no-repeat;
}

#section02 .cntBox:last-child {
  margin-bottom: 0;
}
#section02 .cntBox:last-child:after {
  content: none;
}

#section02 .boxInner {
  margin-bottom: 10px;
  border: 1px solid #b4b4be;
  border-radius: 3px;
  overflow: hidden;
}
#section02 .boxInner img {
  margin: 20px;
}
#section02 .boxInner .boxSubhead {
  margin: 0 20px 0 190px;
  padding: 30px 0 24px;
  color: #002d64;
  font-size: 20px;
  font-weight: bold;
}
#section02 .boxInner p {
  margin: 0 20px 20px 190px;
}

#section02 #box01 .boxInner:nth-child(2) .boxSubhead,
#section02 #box01 .boxInner:nth-child(2) p,
#section02 #box03 .boxInner:nth-child(2) .boxSubhead,
#section02 #box03 .boxInner:nth-child(2) p {
  margin-left: 260px;
}
#section02 #box01 .boxInner:nth-child(2) .boxSubhead,
#section02 #box03 .boxInner:nth-child(2) .boxSubhead {
  padding-top: 40px;
  font-size: 24px;
}
#section02 #box01 .connect {
  padding: 70px 0 30px;
  color: #002d64;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: url(../img/new/arrow_pink_down.png) center 20px no-repeat;
}

#section02 #box02 .boxTtl,
#section02 #box02 .boxInner .boxSubhead {
  color: #00558c;
}
#section02 #box02 {
  border-color: #00558c;
}

#section02 #box03 .boxTtl,
#section02 #box03 .boxInner .boxSubhead {
  color: #007db4;
}
#section02 #box03 {
  border-color: #007db4;
}


/*----------------------------------------------------
  プログラム別サポート内容
--------------------------------------------------- */
#section03 {
  padding-bottom: 40px;
}

#section03 table {
  margin-bottom: 10px;
  color: #002d64;
  font-size: 12px;
  text-align: center;
  background: #cdcdcd;
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 6px;
  overflow: hidden;
}

#section03 tr {
  background: #fff;
}

#section03 tr th,
#section03 tr td {
  padding: 0 2px;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}

#section03 table .colTtl {
  color: #fff;
  background: #5a9be1;
}
#section03 table .colTtl th {
  padding: 15px 7px;
}

#section03 table .supportCnt {
  padding: 13px 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  background: #ebf0f5;
}

#section03 tr td .disc {
  font-size: 16px;
}
#section03 table .colorG {
  color: #78b400;
  font-weight: bold;
}
#section03 table .colorSB {
  color: #5a9be1;
  font-weight: bold;
}

#section03 table .fee th {
  color: #fff;
  font-size: 13px;
  background: #ffa000;
}
#section03 table .fee td {
  padding: 10px 2px;
  color: #ff7800;
  background: #fffadc;
}
#section03 table .fee td .strong {
  font-weight: bold;
}
#section03 table .fee td .feeNum {
  font-size: 14px;
}

#section03 .colTtl th:first-child {
  border-top-left-radius: 6px;
}
#section03 .colTtl th:last-child {
  border-top-right-radius: 6px;
}
#section03 .fee th {
  border-bottom-left-radius: 6px;
}
#section03 .fee td:last-child {
  border-bottom-right-radius: 6px;
}


/*----------------------------------------------------
  cntNav
--------------------------------------------------- */
.cntNav {
  padding: 10px 0;
  background: #ebf0f5;
}

.cntNav .navTtl {
  padding: 30px 0;
  color: #002d64;
  font-size: 24px;
  text-align: center;
}

.cntNav .navTtl .programList {
}

.cntNav .programList .navItem {
  position: relative;
  display: table;
  float: left;
  width: 218px;
  height: 60px;
  margin: 0 17px 20px 0;
  border: 1px solid #ff005a;
  border-radius: 4px;
  overflow: hidden;
}
.cntNav .programList .navItem:nth-child(4n) {
  margin-right: 0;
}

.cntNav .programList .navItem a {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 13px 10px 13px 18px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
  background: #fff url(../img/new/icon_btn.png) no-repeat;
  background-position: 175px center;
  border-radius: 4px;
}
.cntNav .programList .navItem a:hover {
  opacity: .6;
}
