@charset "UTF-8";

.mainVis {
  background: url(../images/bg-work-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* =======================================================
* support 
* ======================================================= */
#support ul li {
  border-bottom: 3px double #ddd;
  padding: 10px;
  margin-bottom: 15px;
}
#support .arrow_down {
  margin: 20px auto 30px;
  width: 30px;
  height: 30px;
  border: 3px solid;
  border-color: transparent transparent #2046f5 #2046f5;
  transform: rotate(-45deg);
  border-radius: 3px;
}
.top_apply {
  margin-top: 50px;
}
.top_apply a {
    border: 1px solid #06182d;
    color: #fff;
    background-color: #06182d;
    padding: 15px 50px;
    font-size: 15px;
    border-radius: 4px;
    letter-spacing: .1em;
  display: inline-block;
}
.top_apply a:hover {
    color: #06182d;
    background-color: #fff;
}
@media screen and (max-width:768px) {
  #support ul li {
    padding: 5px;
  }
  #support .w35 img {
    width: 80%;
  }
  #support .arrow_down {
    margin: 0px auto 40px;
    width: 50px;
    height: 50px;
  }
  .top_apply a {
    padding: 15px 30px;
    font-size: 14px;
  }
}

/* =======================================================
* direction 
* ======================================================= */
#direction .flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 0;
  position: relative;
}
#direction::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #dee2f5;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#direction .txtArea {
  padding: 0 60px;
  box-sizing: border-box;
  line-height: 2;
}
#direction .txtArea h3 span {
  background-color: #2f36c4;
  padding: 5px 30px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.3em;
}
#direction .txtArea ul li {
  list-style-type: square;
  margin-bottom: 10px;
  font-size: 16px;
}
#direction .txtArea ul li span {
  font-size: 13px;
  color: #333;
}

@media screen and (max-width:768px) {
  #direction .flex {
    padding: 40px 0 0;
  }
  #direction .txtArea {
    padding: 20px 40px 10px 40px;
  }
  .cloud03 {
    bottom: auto;
    top: 0;
  }
  .cloud05 {
    bottom: 20%;
  }
}


/* =======================================================
* timetable
* ======================================================= */
#timetable table {
  width: 100%;
  margin-top: 30px;
}
#timetable table,#timetable td,#timetable th {
	border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
#timetable tr.high {
  height: 120px;
}
#timetable td {
	padding: 3px;
	height: 40px;
}
#timetable th {
  width: 150px;
  height: 40px;
}
#timetable td.date {
  font-weight: bold;
}
#timetable td.choice {
  background-color: #dee2f5;
  font-weight: bold;
}
#timetable th.time {
  background: #f1f1f1;
}
/* #timetable table,#timetable td,#timetable th {
	border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
#timetable tr.high {
  height: 120px;
}
#timetable td {
	padding: 3px;
	width: 250px;
	height: 50px;
}
#timetable th {
  width: 150px;
  height: 50px;
}
#timetable th.time {
  background: #f1f1f1;
} */
.list1 {
  background-color: #f5dee6;
}
.list2 {
  background-color:#fdf6c2;
}
.list3 {
  background-color:#e3f5de;
}
.list4 {
  background-color: #e7def5;
}
.list5 {
  background-color:#deeef5;
}
.list6 {
  background-color:#f0def5;
}
.list7 {
  background-color:#e7def5;
}
.list8 {
  background-color: #fde8c2;
}
.list9 {
  background-color: #dee2f5;
}
.list10 {
  background-color:#caf3e0;
}

dl.class {
  margin-top: 40px;
  font-size: 13px;
}
dl.class dt {
  width: 20%;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  box-sizing: border-box;
  background-color: #f2f1fe;
}
dl.class dd {
  width: 80%;
  padding: 5px 5px 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .scrollBox {
    overflow-x: auto;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }
  .scrollImg img {
    width: 8%;
    padding-right: 5px;
  }
  .scrollBox table {
    width: 600px;
  }
  #timetable table, #timetable td, #timetable th {
    font-size: 12px;
  }
  #timetable th {
    width: 110px;
  }
  dl.class dt {
    width: 25%;
    margin-bottom: 0;
    font-size: 12px;
  }
  dl.class dd {
    width: 75%;
    margin-bottom: 0;
    font-size: 12px;
  }
}

/* =======================================================
* flow
* ======================================================= */
#flow {
  background: url(../images/bg-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#flow .wrap {
  max-width: 1100px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.9);
  padding: 20px 50px 50px;
  box-sizing: border-box;
  border-radius: 5px;
}
.flowArea {
  margin-top: 50px;
}
.flowArea li {
  width: 17%;
}
.flow-number {
  width: 80px;
  height: 80px;
  line-height: 70px;
  border-radius: 50%;
  background: #2046f5;
  text-align: center;
  vertical-align: middle;
  font-family: 'Jacques Francois', serif;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 40px;
  position: relative;
}
.flow-number::after {
  position: absolute;
  content: "";
  width: 250%;
  height: 1px;
  background: #2046f5;
  top: 40px;
  left: 70px;
}
.flow-number.last::after {
  content: none;
}
.flow-detail h4 {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  border-bottom: none;
}
.flow-detail p {
  font-size: 13px;
}
@media screen and (max-width:768px) {
  #flow {
    padding: 70px 20px;
    background-position: center left 20%;
  }
  #flow .wrap {
    padding: 20px;
  }
	.flowArea li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .flow-number {
    width: 18%;
    height: 55px;
    line-height: 45px;
    font-size: 25px;
  }
  .flow-detail {
    width: 70%;
  }
  .flow-number::after {
    width: 1px;
    height: 220%;
    top: 50px;
    left: 27px;
  }
  .flow-detail h4 {
    text-align: left;
  }
}




