@charset "utf-8";
.headline1 {
  background-image: url(../images/title.jpg);
}
#btnList li {
  margin-bottom: 20px;
  float: left;
}
.borderTable {
  width: 100%;
  border-collapse: collapse;
}
.borderTable th {
  color: #4F91CA;
  text-align: left;
  white-space: nowrap;
  padding: 5px 10px;
}
.borderTable td {
  padding: 10px 10px 10px 0;
}
.borderTable tr:nth-child(odd) {
  background-color: #EDF6FC;
}
.motto-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.motto {
  background-color: #F7F7F7;
  width: 48%;
  margin-bottom: 20px;
}
.motto:last-child {
  margin-right: 0px;
  margin-bottom: 0;
}
.motto p {
  margin: 5px 10px !important;
}
#courseBtn li:first-child {
  margin-bottom: 20px;
}
.bunya-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bunyaBox {
  background-color: #F9E1E7;
  width: 48%;
  margin-bottom: 20px;
}
.bunyaBox:last-child {
  margin-right: 0px;
  margin-bottom: 10px;
}
.bunyaBox p {
  margin: 5px 10px !important;
}
.bunya {
  background-color: #E67494;
  color: #FFFFFF;
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
}
.pink {
  color: #E67494;
}
.pinkHeadline {
  font-size: 120%;
  color: #E67494;
}
.blueHeadline {
  font-size: 120%;
  color: #3F447D;
}
.borderBox {
  border-bottom: 1px dotted rgba(228, 228, 228, 1.00);
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.borderBox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.borderBox:last-child {
  border-bottom: 1px dotted rgba(228, 228, 228, 1.00);
  margin-bottom: 0px;
}
.message {
  margin-top: -20px;
}
.cd-box .imgRight {
  width: 165px;
}
.flowBox {
  background-color: #F0F1FD;
}
.flowBox:first-child {
  margin-bottom: 58px;
}
.flowBox:first-child::after {
  content: '';
  display: inline-block;
  width: 33px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(../course/images/cc_arrow.png);
  background-size: contain;
  /* vertical-align: middle; */
  transform: rotate(90deg);
  background-position: bottom center;
  position: absolute;
  margin: 10px auto;
  left: calc(50% - 16px);
}
.flowBox:last-child {
  margin-right: 0px;
}
.flowBox p {
  margin: 5px 10px !important;
}
.flow {
  background-color: #3F447D;
  color: #FFFFFF;
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
}
.courseBox {
  /* float: right; */
  /* width: 557px; */
}
.courseText {
  margin-top: -10px;
}

.marginNone {
  margin: 0 !important;
}
.pdfList {
  margin-bottom: 30px;
}
.pdfList li {
  font-size: 100%;
  background-image: url(../../common/images/pdf_icon.png);
  background-repeat: no-repeat;
  background-position: left top 0.2em;
  background-size: 20px auto;
  padding-left: 25px;
  margin-bottom: 5px;
}
.jpg {
  background-image: url(../../common/images/jpg_icon.png) !important;
}
.grad {
  table-layout: auto !important;
}
.grad th {
  padding: 5px;
}
.buildingA, .buildingB, .buildingC, .buildingG, .buildingT {
  border-bottom: 1px dotted #c1c0c0;
  display: table;
  margin-bottom: 30px;
}
.buildingA dt, .buildingB dt, .buildingC dt, .buildingG dt, .buildingT dt {
  width: 140px;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
}
.buildingA dd, .buildingB dd, .buildingC dd, .buildingG dd, .buildingT dd {
  display: table-cell;
  padding: 15px;
}
.buildingA dt {
  background-color: #F3A5A7;
}
.buildingB dt {
  background-color: #C38DBB;
}
.buildingC dt {
  background-color: #87C894;
}
.buildingG dt {
  background-color: #E6B943;
}
.buildingT dt {
  background-color: #E68B3D;
}

.clubTable1 {
  width: 350px;
}
.clubTable2 {}
.clubTable1 td, .clubTable2 td {
  padding: 2px 10px;
}
.clubTable1 tr, .clubTable2 tr {
  border-bottom: 1px dotted #e5e5e5;
}
.pamphletBox {
  display: table;
  margin-bottom: 30px;
}
.pamphletBox img {
  display: table-cell;
  padding-right: 20px;
}
.pamphletText {
  display: table-cell;
  vertical-align: middle;
}
.eventPhoto {
  /* margin-right: -20px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventPhoto li {
  width: 48%;
  margin-bottom: 20px;
}
.eventName {
  background-color: #4C93CD;
  text-align: center;
  display: block;
  color: #FFFFFF;
  padding: 2px 0;
  font-size: 12px;
}
.newsList, .updateList {
  border-bottom: 1px dotted rgba(228, 228, 228, 1.00);
  margin-bottom: 8px;
}
.newsList dt, .updateList dt {}
.newsList dd, .updateList dd {
  padding-bottom: 10px;
}
.commonList {
  position: absolute;
  top: 17px;
  right: 10px;
}
.iac1 {
  width: 100%;
  margin-right: 0;
}
.program .imgLeft {
  width: 110px;
}
.program .imgRight {
  width: 110px;
}
@media screen and (max-width: 767px) {

}
@media print, screen and (min-width: 768px) {
  #btnList li {
    margin-right: 30px;
    float: left;
    width: 325px;
  }
  #btnList li:nth-child(even) {
    margin-right: 0px;
  }
  #btnList li:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }
  .borderTable {
    width: 100%;
    border-collapse: collapse;
  }
  .borderTable th {
    color: #4F91CA;
    text-align: left;
    white-space: nowrap;
    padding: 5px 20px;
  }
  .borderTable td {
    padding: 10px 20px;
  }
  .borderTable tr:nth-child(odd) {
    background-color: #EDF6FC;
  }
  .motto {
    background-color: #F7F7F7;
    width: 212px;
    margin-bottom: 0;
  }
  #courseBtn {
    display: flex;
    justify-content: space-between;
  }
  #courseBtn li {
    width: 330px;
  }
  .newsList {
    width: 680px;
    border-bottom: 1px dotted rgba(228, 228, 228, 1.00);
    margin-bottom: 0;
  }
  .newsList dt {
    padding-right: 2em;
    width: 110px;
    float: left;
    padding: 7px 0;
  }
  .newsList dd {
    padding: 7px 0;
  }
  .iac1 {
    width: 220px;
    margin-right: 13px;
  }
  .bunyaBox {
    background-color: #F9E1E7;
    float: left;
    width: 213px;
    margin-right: 20px;
    min-height: 225px;
    margin-bottom: 5px;
  }
  .bunyaBox:last-child {
    margin-right: 0px;
  }
  .bunyaBox p {
    margin: 5px 10px !important;
  }
  .bunya {
    background-color: #E67494;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
  }
  .program .imgRight {
    width: 181px;
  }
  .message {
    margin-top: -40px;
  }
  .flow-content {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .flowBox {
    width: 320px;
  }
  .flowBox:first-child::after {
    width: 23px; /*画像の幅*/
    height: 20px; /*画像の高さ*/
    background-image: url(../course/images/cc_arrow.png);
    background-size: contain;
    /* vertical-align: middle; */
    transform: rotate(0deg);
    background-position: bottom left;
    position: absolute;
    margin: 10px auto;
    left: 329px;
    top: 68px;
  }
  .flowBox:first-child {
    margin-bottom: 0;
  }
  .pdfList li {
  font-size: 140%;
  
  background-size: auto auto;
  padding-left: 40px;
  margin-bottom: 10px;
}
.curriculum {
  background-image: url(../curriculum/images/curriculum_bg.jpg);
  background-repeat: no-repeat;
  background-position: right 141px;
}
.clubS {
  background-image: url(../club/images/cub_s.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
.clubC {
  background-image: url(../club/images/club_c.jpeg);
  background-repeat: no-repeat;
  background-position: right top;
}
.eventPhoto li {
  width: 213px;
}
.eventName {
  font-size: 16px;
}


}