@charset "UTF-8";


.title {
    background: url(/edu/grad/master/information/curriculum/img/title_bg.png) no-repeat center center;
    background-size: cover;
  }

.paragraph {
  margin-bottom: 60px;
}

.paragraph2 {
  margin-bottom: 15px;
}

.indent-list {
  margin-bottom: 60px;
}

.indent-list li {
  display: flex;
}

.indent-list li::before {
  content: "○";
  padding-right: 15px;
}

.indent-txt {
  text-indent: -1rem;
  padding-left: 1rem;
}

/*
======================================*/
.green_bg_inner {
    background: linear-gradient(90deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
}
/*
======================================*/
.contents-box {
    padding: 50px 0 0;
    height: 440px;
  }

  .title_large {
    font-size: 3rem;
    font-weight: bold;
  }

.contents-box_inner {
    width: 80%;
    margin: 0 5% 0 auto;
    transform: translateY(-340px);
    line-height: 1.8;
    margin-bottom: -200px;
  }

/*
  ======================================*/
  table {
    min-width: 1024px;
  }

/*
  ======================================*/
.table-curriculum {
   width: 100%;
   margin: auto;
}

.center-column {
    text-align: center;
}

.small-txt {
    font-size: 1.4rem;
}

.table-curriculum th, .table-curriculum td {
    border: 1px solid #707070;
    padding: 15px 5px;
  }

.table-curriculum th {
    font-weight: bold;
    text-align: center;
    width: 18.1%;
}

  .table-curriculum th:nth-child(1) {
    width: 5%;
  }

  .table-curriculum th:nth-child(1) {
    background: #D6D6D6;
  }

  .table-curriculum th:nth-child(2) {
    background:rgba(215,139,167,0.3); 
  }

  .table-curriculum th:nth-child(3) {
    background:rgba(216,236,187,0.3); 
  }

  .table-curriculum th:nth-child(4) {
    background:rgba(146,126,162,0.3); 
  }

  .table-curriculum th:nth-child(5) {
    background:rgba(137,184,189,0.3); 
  }

  .table-curriculum th:nth-child(6) {
    background:rgba(218,147,110,0.3); 
  }

  .table-curriculum td {
    background: #fff;
  }

  .table-curriculum td:nth-child(1) {
    background: #D6D6D6;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
    width: 60px;
  }

  .table-curriculum td.left-txt {
    text-align: left;
    vertical-align: top;
  }

.one {
  padding: 15px 20px;
}

.two {
  padding: 15px 5px;
}

  .table-curriculum td.colspan-td {
    background: #F1E8DB;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-align: center;
  }

  /*
  ======================================*/

/*
  ======================================*/
.time-title {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 60px;
}

.table-time {
  width: 100%;
  margin: auto;
}

.table-time th, .table-time td {
  padding: 15px 5px;
  border: 1px solid #31705A;
  text-align: center;
}

.table-time th {
  font-weight: 600;
  color: #36735B;
  background: #f3f9ea;
  width: 9%;
}

.blue1 {
  background: #dbeaeb;
}

.blue2 {
  background: #f3f8f8;
}

/*
  ======================================*/
.table-position {
  width: 100%;
  margin: auto;
}

.table-position th, .table-position td {
  padding: 30px 45px;
  border: 1px solid #31705A;
  text-align: center;
}

.table-position th {
  font-weight: 600;
  color: #36735B;
  background: #f3f9ea;
  width: calc(100% / 3);
}

.table-position.num1 tr:nth-child(2) td {
  padding-bottom: 100px;
}

.table-position.num1 tr:nth-child(3) td {
  padding-top: 100px;
}

.table-arrow {
  position: relative;
}

.table-arrow-img1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  margin: auto;
}

.table-arrow-img2 {
  position: absolute;
  right: -76px;
  bottom: -47px;
}

/*
  ======================================*/
  .table-flow {
    width: 100%;
    margin: 15px auto 60px;
  }
  
  .table-flow th, .table-flow td {
    padding: 30px 45px;
    border: 1px solid #31705A;
    text-align: center;
  }
  
  .table-flow th {
    font-weight: 600;
    color: #36735B;
    background: #f3f9ea;
  }

  .table-flow th:nth-child(1) {
    width: 20%;
  }

  .table-flow th:nth-child(2) {
    width: 80%;
  }


/*
======================================*/

/*
======================================*/
.pr-block {
    margin: 70px 0;
}

.pr-block.last {
  margin: 70px 0 0;
}

h3.pr-midashi {
    font-size: 2.0rem;
    border-left: solid 15px #36735B;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 40px;
}
.btnflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    width: 520px;
    margin: 0 0 20px auto;
}
.linkbtn.pink a {
    background: #D78BA7;
    color: #fff;
    padding: 7px 0;
    width: 250px;
    display: block;
    text-align: center;
}

.model-img {
  text-align: center;
}
.model-img a {
    position: relative;
    z-index: 2;
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .green_bg_inner {
        background: linear-gradient(90deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
        width: 95%;
        height: auto;
        margin-bottom: 50px;
      }
    
      .white_box {
        background: #fff;
        padding: 40px 5%;
        box-sizing: border-box;
      }
    
      .green_bg {
        width: 100%;
      }
.contents-box_inner {
    width: 95%;
    margin: 0 0 0 5%;
    transform: translateY(-390px);
    margin-bottom: -300px;
  }
.btnflex {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 0 20px auto;
}
.linkbtn.pink a {
    margin: 15px 0;
}

/*
======================================*/

.table-outer {
    overflow-x: auto;
}
table.table-program {
    font-size: 1.3rem;
}
.table-program .top-th th {
    padding: 5px 0;
}
.table-program td {
    padding: 5px;
}
}