@charset "utf-8";
/*kenkyushitsu*/
.tb_purple th {
  background: #faf4fc;
}
.c-purple {
  color: #a674b5;
  /*club*/
}
.page-club .entry-content header .colR .caption {
  font-size: 14rem;
  padding-top: 15px;
}
.page-club .entry-content header .colL {
  padding-right: 2em;
}
.page-club .entry-content header .colL img {
  width: 100%;
}
.page-club .entry-content header .fr {
  width: 30%;
}
.page-club .entry-content .main img {
  width: 100%;
}
.page-club .entry-content .main section {
  margin-bottom: 8%;
}
.page-club .entry-content .main td:first-child {
  width: 4em;
}
.page-club .entry-content .cell {
  vertical-align: baseline;
}
.page-club .annual_events .item {
    margin-bottom: 2%;
}
.page-club .annual_events .item .inner {
    display: flex;
    justify-content: space-between;
}
.page-club .annual_events .item .month {
    border-bottom: 1px solid;
    color: #da6a9d;
    font-size: 23rem;
    margin-bottom: 15px;
}
.page-club .annual_events .item .month span {
    color: #da6a9d;
    font-size: 45rem;
    font-weight: bold;
    margin-right: 3px;
}
.page-club .annual_events .item ul {
    width: 40%;
}
.page-club .annual_events .item li {
    margin-bottom: 3px;
}
.page-club .annual_events .item li::before {
    content: "◆";
    color: #da6a9d;
    display: inline-block;
    padding-right: 5px;
}
.page-club .annual_events .item .img_area {
    display: flex;
    justify-content: space-between;
    width: 500px;
}
.page-club .annual_events .item .img {
    height: 160px;
    width: 240px;
}
@media screen and (max-width: 800px) {
    .page-club .entry-content .main td {
        line-height: 2;
    }
    .page-club .annual_events .item .month span {
        font-size: 40rem;
    }
    .page-club .annual_events .item .inner {
        display: block;
    }
    .page-club .annual_events .item ul {
        margin-bottom: 3%;
        width: 100%;
    }
    .page-club .annual_events .item .img_area {
        display: block;
        width: 100%;
    }
    .page-club .annual_events .item .img {
        height: auto;
        margin-bottom: 2%;
        width: 100%;
    }
}
.page-sports .entry-content > table {
  margin-bottom: 2em;
}
.page-sports .entry-content table {
  margin-top: 0.5em;
  width: 100%;
}
.page-sports .entry-content table img {
  float: right;
  margin-bottom: 5px;
  max-width: 160px;
  height: auto;
}
@media screen and (max-width: 800px) {
  .page-sports .entry-content table img {
    max-width: 120px;
    height: auto;
  }
}
.page-culture .entry-content > table {
  margin-bottom: 2em;
}
.page-culture .entry-content table {
  width: 100%;
  margin-top: 0.5em;
}
.page-culture .entry-content table img {
  float: right;
  margin-bottom: 5px;
  max-width: 160px;
  height: auto;
}
@media screen and (max-width: 800px) {
  .page-culture .entry-content table img {
    max-width: 120px;
    height: auto;
  }
}
.page-kenkyushitsu {
  /*support*/
}
.page-kenkyushitsu .entry-content .catch-title {
  color: #8d5917;
  border-bottom: 1px dashed #8d5917;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-kenkyushitsu .entry-content .title {
  font-weight: bold;
  color: #8d5917;
  font-size: 1.2em;
}
.page-kenkyushitsu .entry-content section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.page-kenkyushitsu .entry-content .w50p:nth-child(1) {
  padding-right: 1em;
}
.page-kenkyushitsu .entry-content .w50p:nth-child(2) {
  padding-left: 1em;
}
.page-kenkyushitsu .entry-content p {
  margin: 0 0 0.5em;
}
.page-kenkyushitsu .entry-content .section1:after {
  content: '';
  display: table;
  clear: both;
}
.page-kenkyushitsu .entry-content .section2 img, .page-kenkyushitsu .entry-content .section3 img, .page-kenkyushitsu .entry-content .section4 img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .page-kenkyushitsu .section1 .fr {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 1em;
  }
  .page-kenkyushitsu .w50p {
    padding: 0 !important;
  }
}
.page-support {
  /*koubunryo*/
}
.page-support .entry-content header .catch-title {
  font-size: 24rem;
}
.page-support .entry-content .catch {
  font-size: 0.9em;
}
.page-support .entry-content .large {
  font-size: 1.5em;
  font-weight: bold;
}
.page-support .entry-content .small {
  font-size: 0.8em;
}
.page-support .entry-content .colL {
  padding-right: 9px;
}
.page-support .entry-content .colR {
  padding-left: 9px;
}
.page-support .entry-content .colL img,
.page-support .entry-content .colR img {
  width: 100%;
}
.page-support .entry-content .btn {
  margin-top: 0.5em;
}
.page-support .entry-content .title {
  color: #ce6278;
  border-left: 5px solid #ce6278;
  padding-left: 3px;
  font-size: 18rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-support .entry-content dt {
  color: #8d5917;
  border-bottom: 1px dashed #8d5917;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-support .entry-content dd p {
  margin: 0;
}
@media screen and (max-width: 800px) {
.page-support .entry-content .colL {
  padding-right: 0;
}
.page-support .entry-content .colR {
  padding-left: 0;
}
}
.page-koubunryo {
  /* shougakukin */
}


/* koubunryo */
.pc {
    display: block;
}
.sp {
    display: none;
}
.page-koubunryo .entry-content .bold {
    font-weight: bold;
}
.page-koubunryo .entry-content .small {
    font-size: 0.8em;
}
.page-koubunryo .entry-content .large {
    font-size: 16px;
}
.page-koubunryo .entry-content .box {
    display: flex;
    justify-content: space-between;
    font-family: "メイリオ", Meiryo, sans-serif;
}
.page-koubunryo .entry-content .box .left_area {
    width: 95px;
}
.page-koubunryo .entry-content .box .left_area .icon {
    background: url(../campuslife/100-005.png) no-repeat;
    background-size: 95px;
    color: #ce6278;
    text-align: center;
    font-weight: bold;
    font-size: 18rem;
    padding: 20px 0px;
    height: 95px;
    width: 95px;
}
.page-koubunryo .entry-content .box .right_area {
    width: 690px;
}
.page-koubunryo .entry-content .box .right_area .item {
    margin-bottom: 20px;
}
.page-koubunryo .entry-content .box .right_area .item img {
    display: block;
    margin-bottom: 12px;
    width: 100%;
}
.page-koubunryo .entry-content .box .right_area .item table th {
    display: inline-flex;
    line-height: 1.6;
    margin-right: 17px;
    padding-left: 20px;
    position: relative;
}
.page-koubunryo .entry-content .box .right_area .item table th::before {
    content: "●";
    display: block;
    color: #cf697c;
    background-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
    height: 13px;
    width: 13px;
}
.page-koubunryo .entry-content .box .right_area .item table span {
    font-weight: bold;
}
.page-koubunryo .entry-content .box .right_area .item .facility {
    margin: 0px 0 0 17px;
    width: 660px;
}
.page-koubunryo .entry-content .box .right_area .item .facility .title {
    font-weight: bold;
}
.page-koubunryo .entry-content .box .right_area .item .facility .title span {
    color: #cf697c;
}
.page-koubunryo .entry-content .box .right_area .item .facility .mrgn {
    margin: 0 0 0 auto;
    width: 636px;
}
.page-koubunryo .entry-content .box .right_area .item .facility .inner02 .mrgn,
.page-koubunryo .entry-content .box .right_area .item .facility .inner03 .mrgn {
    margin: 0 0 0 27px;
}
.page-koubunryo .entry-content .box .right_area .item .facility .inner01 .text_01,
.page-koubunryo .entry-content .box .right_area .item .facility .inner01 .text_02 {
    line-height: 1.6;
    margin-bottom: 8px;
}
.page-koubunryo .entry-content .box .right_area .item .facility .img {
    margin-top: 0;
    margin-bottom: 10px;
}
.page-koubunryo .entry-content .box .right_area .item .facility img {
    width: 635px;
}
.page-koubunryo .entry-content .box .right_area .item .facility .text_02 {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 13px;
    position: relative;
}
.page-koubunryo .entry-content .box .right_area .item .facility .text_02::before{
    content: "・";
    display: block;
    position: absolute;
    left: 0;
}
.page-koubunryo .entry-content .box .right_area .item.boarder_area {
    border-top: 1px dashed #a18a14;
}
.page-koubunryo .entry-content .box .right_area .boarder_area .boarder_title {
    color: #cf697c;
    font-size: 23px;
    font-weight: bold;
    margin: 45px 0 30px 0;
}
.page-koubunryo .entry-content .boarder_area .inner {
    display: flex;
    justify-content: space-between;
}
.page-koubunryo .entry-content .boarder_area .left_area {
    width: 320px;
}
.page-koubunryo .entry-content .boarder_area .left_area .comments {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.page-koubunryo .entry-content .boarder_area .left_area .text {
    margin-top: 0;
}
.page-koubunryo .entry-content .boarder_area .right_area {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    width: 330px;
}
.page-koubunryo .entry-content .box .boarder_area .right_area .img {
    margin: 0 auto 15px auto;
    width: 145px;
}
.page-koubunryo .entry-content .bg {
  background: url(../faculty/kokusaieigogaku/canvas_bg.png);
  border-radius: 10px;
  padding: 1em;
  -webkit-box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  box-shadow: 4px 4px 4px #999;
  margin-bottom: 1em;
}
.page-koubunryo .entry-content .bg .title {
  border-radius: 6px;
  padding: 0 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-koubunryo .entry-content .bg .header {
    background: #f4e195;
    padding: 0.5em;
    margin-bottom: 1em;
    width: 140px;
}
.page-koubunryo .entry-content .bg .header small {
    font-size: 11px;
}
.page-koubunryo .entry-content .bg .header .large {
    font-weight: bold;
    display: block;
    margin-bottom: -20px;
}
.page-koubunryo .entry-content .bg .header .bold {
  font-size: 11rem;
}
.page-koubunryo .entry-content .bg .shunyu .title {
    background: #bedbed;
    margin-top: 68px;
}
.page-koubunryo .entry-content .bg .shisyutu .title {
  background: #d4e276;
}
.page-koubunryo .entry-content .bg .note {
  font-size: 0.8em;
  text-align: right;
}
.page-koubunryo .entry-content .bg table {
  width: 100%;
}
.page-koubunryo .entry-content .bg table td:last-child {
    line-height: 2;
    text-align: right;
    width: 61%;
}
.page-koubunryo .entry-content .bg table tr:last-child {
  border-top: 1px solid #000;
}
.page-koubunryo .entry-content .bg table .small {
  text-align: left;
  margin-left: 1em;
}
.page-koubunryo .entry-content .bg table td {
    line-height: 1.2;
}
.page-koubunryo .entry-content .box .right_area .boarder_area table {
    margin-top: 0;
}
.page-koubunryo .entry-content .box .right_area .boarder_area table .notes .small {
    font-size: 12px;
    line-height: 1.4;
    margin: -5px 0 5px 0;
    padding-left: 14px;
    position: relative;
}
.page-koubunryo .entry-content .box .right_area .boarder_area table .notes .small::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 13px;
    width: 13px;
}
.page-koubunryo .entry-content .box .right_area .boarder_area .right_area .cell {
    width: 330px;
}
.page-koubunryo .entry-content .bg .grid {
    display: flex;
    justify-content: space-between;
}
.page-koubunryo .entry-content .bg .fl {
    width: 140px;
}

@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .page-koubunryo .entry-content .box {
        display: block;
    }
    .page-koubunryo .entry-content .box .left_area {
        margin-bottom: 4vw;
        width: 100%;
    }
    .page-koubunryo .entry-content .box .left_area .icon {
        background-size: contain;
        font-size: 15rem;
        font-size: 4vw;
        margin: 0 auto;
        padding: 6.5vw 0px;
        height: 24vw;
        width: 24vw;
    }
    .page-koubunryo .entry-content .box .right_area {
        width: 100%;
    }
    .page-koubunryo .entry-content .box .right_area .item {
        margin-bottom: 8%;
    }
    .page-koubunryo .entry-content .box .right_area .item table th,
    .page-koubunryo .entry-content .box .right_area .item table td {
        font-size: 3.6vw;
    }
    .page-koubunryo .entry-content .box .right_area .item table th {
        margin-right: 0;
        padding-left: 20%;
        width: 90%;
    }
    .page-koubunryo .entry-content .box .right_area .item table td {
        width: 76%;
    }
    .page-koubunryo .entry-content .box .right_area .item .img {
        margin-top: 0;
    }
    .page-koubunryo .entry-content .box .right_area .item .img img {
        margin-bottom: 3%;
    }
    .page-koubunryo .entry-content .box .right_area .item .facility {
        font-size: 3.466vw;
        margin: 0;
        width: 100%;
    }
    .page-koubunryo .entry-content .box .right_area .item .facility .mrgn {
        width: 100%;
    }
    .page-koubunryo .entry-content .box .right_area .item .facility .inner02 .mrgn,
    .page-koubunryo .entry-content .box .right_area .item .facility .inner03 .mrgn {
        margin: 0;
        padding-left: 6%;
    }
    .page-koubunryo .entry-content .box .right_area .item .facility img {
        width: 100%;
    }
    .page-koubunryo .entry-content .box .right_area .item .facility .inner01 .text_01,
    .page-koubunryo .entry-content .box .right_area .item .facility .inner01 .text_02 {
        margin-bottom: 3%;
    }
    .page-koubunryo .entry-content .box .right_area .item .facility .text_02 {
        font-size: 2.7vw;
        margin-bottom: 3%;
        padding-left: 3%;
    }
    .page-koubunryo .entry-content .box .right_area .item table .inquiry {
        display: block;
    }
    .page-koubunryo .entry-content .box .right_area .item table .inquiry th {
        padding-left: 5%;
    }
    .page-koubunryo .entry-content .box .right_area .item table .inquiry td {
        padding-left: 5%;
    }
    .page-koubunryo .entry-content .box .right_area .boarder_area .boarder_title {
        font-size: 4.7vw;
        margin: 8% 0 6% 0;
    }
    .page-koubunryo .entry-content .boarder_area .inner {
        display: block;
    }
    .page-koubunryo .entry-content .boarder_area .left_area .comments {
        font-size: 3.6vw;
    }
    .page-koubunryo .entry-content .boarder_area .left_area .text {
        font-size: 3.466vw;
    }
    .page-koubunryo .entry-content .box .right_area .boarder_area .right_area .cell {
        width: 100%;
    }
    .page-koubunryo .entry-content .box .boarder_area .right_area .img {
        margin-bottom: 3%;
        width: 60%;
    }
    .page-koubunryo .entry-content .box .boarder_area .right_area .img img {
        margin-bottom: 8%;
    }
    .page-koubunryo .entry-content .bg .grid {
        display: block;
    }
    .page-koubunryo .entry-content .bg .fl {
        width: 100%;
    }
    .page-koubunryo .entry-content .bg .header {
        width: 100%;
    }
    .page-koubunryo .entry-content .box .right_area .bg table td {
        width: 50%;
    }
    .page-koubunryo .entry-content .bg .title {
        font-size: 3.466vw;
    }
    .page-koubunryo .entry-content .bg .shunyu .title {
        margin-top: 6%;
    }
    .page-koubunryo .entry-content .bg .shunyu {
        margin-bottom: 5%;
    }
    .page-koubunryo .entry-content .box .right_area .boarder_area table .notes .small {
        font-size: 3vw;
        margin: 0 0 4% 0;
        padding-left: 5%;
    }
}
/* koubunryo おわり */


.page-shougakukin .entry-content .colL {
  width: 10%;
  background: url(../campuslife/100-005.png) center 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  color: #ce6278;
  font-weight: bold;
  font-size: 18rem;
  text-align: center;
  padding-top: 26px;
}
.page-shougakukin .entry-content .colR {
  padding-left: 2em;
}
.page-shougakukin .entry-content section {
  margin-bottom: 4em;
}
.page-shougakukin .entry-content .bold {
  font-weight: bold;
}
.page-shougakukin .entry-content .table-caption {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-shougakukin .entry-content .section1 table th, .page-shougakukin .entry-content .section1 table td {
  padding: 0 3px;
}
.page-shougakukin .entry-content .section1 table th {
  background: #ce6278;
  color: #fff;
  padding: 5px;
}
.page-shougakukin .entry-content .section1 table th:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-shougakukin .entry-content .section1 table tr:nth-child(2n) {
  background: #fef0c8;
}
.page-shougakukin .entry-content .section1 table td {
  border: 1px solid #000;
  padding: 5px;
}
.page-shougakukin .entry-content .section2 .colR:after {
  content: '';
  display: table;
  clear: both;
}
.page-shougakukin .entry-content .section2 .title {
  background: #f5e2e2;
  color: #ce6278;
  font-weight: bold;
}
.page-shougakukin .entry-content .section2 .title:before {
  content: '■';
}
.page-shougakukin .entry-content .section2 .opencanpus {
  margin-bottom: 1em;
}
.page-shougakukin .entry-content .section2 .opencanpus:after {
  content: '';
  display: table;
  clear: both;
}
.page-shougakukin .entry-content .section2 .opencanpus .note {
  font-size: 0.9em;
}
.page-shougakukin .entry-content .section2 .opencanpus .bold {
  margin-top: 1em;
}
.page-shougakukin .entry-content .section2 .opencanpus .mejiro .cell {
  vertical-align: bottom;
}
.page-shougakukin .entry-content .section2 .soudankai .note {
  padding-top: 2em;
  font-size: 0.9em;
}
.page-shougakukin .entry-content .section2 .dot {
  width: 100%;
}
.page-shougakukin .entry-content .section2 .dot td {
  text-align: center;
  border: 1px dashed #8d5917;
}
.page-shougakukin .entry-content .section2 .catch {
  display: inline-block;
  vertical-align: middle;
  border-left: 5px solid #ce6278;
  padding-left: 5px;
  margin-left: 10px;
}
.page-shougakukin .entry-content .section2 .header {
  margin-bottom: 0.5em;
}
.page-shougakukin .entry-content .section2 .header img {
  width: 100%;
}
.page-shougakukin .entry-content .section2 .w33p {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.page-shougakukin .entry-content .section2 .w33p:first-child {
  padding-left: 0;
}
.page-shougakukin .entry-content .section2 .w33p:last-child {
  padding-right: 0;
}
.page-shougakukin .entry-content .section2 .w33p table {
  width: 100%;
}
.page-shougakukin .entry-content .section2 .w33p td {
  font-size: 12rem;
  padding: 0 3px;
  border: 1px solid #000;
  border-bottom: none;
  width: 40%;
}
.page-shougakukin .entry-content .section2 .w33p td:last-child {
  width: 60%;
  border-right: none;
}
.page-shougakukin .entry-content .section2 .fr {
  width: 220px;
  padding-left: 10px;
}
.page-shougakukin .entry-content .section2 dt {
  color: #ce6278;
}
.page-shougakukin .entry-content .section2 dd .fr {
  width: 120px;
  margin-top: -17px;
}
@media screen and (max-width: 800px) {
  .page-shougakukin .entry-content .colL {
    width: 100%;
    height: 4em;
    padding-top: 23px;
  }
  .page-shougakukin .entry-content .colL br {
    display: none;
  }
  .page-shougakukin .entry-content .colR {
    padding: 0;
  }
  .page-shougakukin .entry-content .section1 table {
    table-layout: fixed;
  }
  .page-shougakukin .entry-content .section1 td {
    white-space: normal !important;
  }
  .page-shougakukin .entry-content .section2 .fr {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .page-shougakukin .entry-content .section2 dd .fr {
    float: none;
    margin-top: 0;
  }
  .page-shougakukin .entry-content .section2 .catch {
    margin-left: 0;
  }
  .page-shougakukin .entry-content .section2 .w33p {
    padding: 0;
  }
}
.page-library .entry-content .pc_hide {
  display: none !important;
}
.page-library .entry-content .sp_hide {
  display: block !important;
}
@media screen and (max-width: 800px) {
  .page-library .entry-content .pc_hide {
    display: block !important;
  }
  .page-library .entry-content .sp_hide {
    display: none !important;
  }
}
.page-hogoshakai .sub-nav2 li:nth-child(1) a {
  background: #eee url(../campuslife/hogosha1.jpg) right 0 no-repeat;
}
.page-hogoshakai .sub-nav2 li:nth-child(2) a {
  background: #eee url(../campuslife/hogosha2.jpg) right 0 no-repeat;
}
.page-hogoshakai .sub-nav2 li a:hover {
  background-color: #895b8a;
}
@media screen and (max-width: 800px) {
  .page-hogoshakai .sub-nav2 li a {
    font-size: 11rem;
  }
}
@media screen and (max-width: 800px) {
  .page-guidance .entry-content ul > li {
    margin-bottom: 1em;
  }
}
.page-hoshu .entry-content section {
  margin-bottom: 2em;
}

/* teacher_center */
.page-teacher_center .section2 {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid #895a8a;
}
.page-teacher_center .title1 {
	padding: 0 0 7px;
	color: #8d5916;
	border-bottom: 2px dotted #af8b5d;
	font-size: 22px;
	line-height: 1.5;
}
.page-teacher_center .title2 {
	margin: 40px 0 0;
	padding: 0 0 2px 7px;
	color: #cf637a;
	border-left: 5px solid #cf637a;
	border-bottom: 1px solid #cf637a;
	font-size: 18px;
	line-height: 1.3;
}
.page-teacher_center .img1 {
	margin: 60px 0 0;
	overflow: hidden;
}
.page-teacher_center .img1 img {
	float: left;
	margin: 0 19px 10px 0;
}
.page-teacher_center .img1 img + img {
	margin: 0;
}
