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

img {
  display: block;
}

#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_lang.jpg) top right no-repeat;
  border-radius: 6px;
}

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

#mainVisual .pageTtl .pageName {
  padding: 17px 0 40px
}

#mainVisual .lead {
  font-size: 16px;
}

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

.countriesList {
  margin-bottom: 20px;
}

.countriesList li {
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 6px 0 6px 38px;
  font-size: 18px;
  line-height: 1;
}
.countriesList li.usa {
  background: url(../img/new/flag_usa.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.ca {
  background: url(../img/new/flag_ca.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.uk {
  background: url(../img/new/flag_uk.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.au {
  background: url(../img/new/flag_au.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.nz {
  background: url(../img/new/flag_nz.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.fai {
  background: url(../img/new/flag_fai.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.fr {
  background: url(../img/new/flag_fr.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.de {
  background: url(../img/new/flag_de.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.it {
  background: url(../img/new/flag_it.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.es {
  background: url(../img/new/flag_es.png) top left no-repeat;
  background-size: 30px 30px;
}
.countriesList li.mt {
  background: url(../img/new/flag_mt.png) top left no-repeat;
  background-size: 30px 30px;
}


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

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

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

#contents p.btn a {
  position: relative;
  display: inline-block;
  padding: 15px 70px 15px 20px;
  text-decoration: none;
  border: 1px solid #e1005a;
  border-radius: 5px;
}
#contents p.btn a:hover {
  opacity: .7;
}
#contents p.btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 32px;
  height: 100%;
  background: url(../img/new/icon_btn.png) left center no-repeat;
}


/*----------------------------------------------------
  カウンセリング予約
--------------------------------------------------- */
#section01 .secTtl {
  margin-top: -10px;
  padding-top: 0;
}
#section01 .secTtl span {
  font-size: 20px;
  line-height: 2.5;
}

#section01 .reserve {
  position: relative;
  display: block;
  margin: 70px 0 60px;
  padding: 20px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #002d64;
  border-radius: 6px;
}
#section01 .reserve:hover {
  opacity: .8;
}
#section01 .reserve:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 412px;
  display: block;
  width: 120px;
  height: 20px;
  background: url(../img/new/arrow_pink_down.png) no-repeat;
}

/*----------------------------------------------------
  基本サポート内容
--------------------------------------------------- */
#section02 {
  padding-bottom: 50px;
}

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

#section02 .connect {
  position: relative;
  margin: 30px 0 70px;
  padding-left: 30px;
  color: #e1005a;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#section02 .connect:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 430px;
  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 .cntBox .boxTtl {
  padding: 30px 0;
  color: #002d64;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
}

#section02 .cntBox .stepBox {
  margin-bottom: 60px
}
#section02 .cntBox .stepBox:last-child {
  margin-bottom: 10px;
}

#section02 .cntBox .stepBox .stepTtl {
  margin-bottom: 20px;
  padding: 20px 0 15px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  background: #002d64;
  border-radius: 5px;
}

#section02 .cntBox .stepBox .stepSubhead {
  margin: 30px 0 20px;
  color: #002d64;
  font-size: 24px;
  font-weight: bold;
}

#section02 .cntBox .stepBox .boxSubhead,
#section02 .cntBox .stepBox .boxInner .boxSubhead {
  margin: 0 20px 0 190px;
  padding: 30px 0 24px;
  color: #002d64;
  font-size: 20px;
  font-weight: bold;
}

#section02 .cntBox .stepBox .stepInner .boxSubhead,
#section02 .cntBox .stepBox .stepInner p {
  margin-left: 170px;
}
#section02 .cntBox .stepBox .stepInner .boxSubhead:nth-child(2),
#section02 .cntBox .stepBox .stepInner p:nth-child(2)  {
  padding-top: 10px;
}

#section02 .cntBox .stepBox img {
  margin: 0 20px 20px 0;
}
#section02 .cntBox .stepBox .boxInner img {
  margin: 20px;
}
#section02 .cntBox .stepBox .floatBox img:last-child {
  margin-bottom: 0;
}

#section02 .cntBox .stepBox .boxInner {
  margin-bottom: 20px;
  border: 1px solid #b4b4be;
  border-radius: 3px;
  overflow: hidden;
}
#section02 .cntBox .stepBox p {
  margin-bottom: 30px;
}
#section02 .cntBox .stepBox .boxInner p {
  margin: 0 20px 20px 190px;
}
#section02 .cntBox .stepBox .boxInner p:nth-child(2) {
  padding-top: 30px;
}


/* 留学前 */
#section02 #box01 #step01 p:last-child {
  margin-bottom: 0;
}
#section02 #box01 #step01 .boxSubhead {
  padding-top: 10px;
}
#section02 #box01 #step01 .boxSubhead,
#section02 #box01 #step01 p {
  margin-left: 230px;
}

#section02 #box01 .flow {
  position: relative;
  display: table;
  margin-bottom: 60px;
  padding: 25px 0;
  overflow: inherit;
}
#section02 #box01 .flow dt,
#section02 #box01 .flow dd {
  display: table-cell;
  vertical-align: middle;
}
#section02 #box01 .flow dt {
  width: 260px;
  padding-left: 20px;
  color: #002d64;
  font-size: 20px;
  font-weight: bold;
}
#section02 #box01 .flow dd {
  width: 545px;
  padding: 0 20px 0 30px;
}
#section02 #box01 .flow dd p {
  margin: 0 0 20px;
}
#contents #box01 .flow dd p.btn {
  margin: 0 0 10px;
  padding: 0;
}
#section02 #box01 .flow dd p:last-child {
  margin: 0;
}
#section02 #box01 .flow dd ul {
  margin-left: 1.5em;
}
#section02 #box01 .flow dd ul li {
  list-style-type: disc;
}
#section02 #box01 .flow:after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 412px;
  display: block;
  width: 120px;
  height: 20px;
  background: url(../img/new/arrow_gray_down.png) no-repeat;
}
#section02 #box01 .flow.last:after {
  content: none;
}

/* 留学中 */
#section02 #box02 .stepTtl {
  background: #00558c;
}
#section02 #box02 .boxTtl,
#section02 #box02 .boxInner .boxSubhead {
  color: #00558c;
}
#section02 #box02 {
  border-color: #00558c;
}

/* 留学後 */
#section02 #box03 .stepTtl {
  background: #007db4;
}
#section02 #box03 .boxTtl,
#section02 #box03 .boxInner .boxSubhead {
  color: #007db4;
}
#section02 #box03 {
  border-color: #007db4;
}

#section02 #box03 #step08 p {
  margin-bottom: 20px;
}
