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

small.during {
    margin: 15px auto 0;
    display: inline-block;
    font-size: 0.85em;
    color: var(--text-gray);
}

ul.research-list li {
    border-top: none;
    border-radius: 10px;
    background: var(--white);
}

.template p.teacher {
    color: var(--bolack);
    margin: 0 auto 10px;
    font-size: 0.85em;
}

.detail b {
    font-weight: var(--fw-bold);
}

.detail p.blue {
    color: var(--blue);
}

.detail {
    display: flex;
    background: #e8e3d7;
    padding: 5px 7px;
    justify-content: space-between;
}

.dl-wrap dl {
    border-bottom: 0.0625rem dashed var(--gray);
    padding: 10px 0;
}

li:first-child .title h4 {
    background: #2a9dd0;

}

li:nth-child(2) .title h4 {
    background: #1168ac;

}

li:nth-child(3) .title h4 {
    background: #7077b1;

}

li:nth-child(4) .title h4 {
    background: #2f9ebf;

}

li:nth-child(5) .title h4 {
    background: #2b9d7a;

}

li:nth-child(6) .title h4 {
    background: #55ad50;

}

.title h4 {
    color: var(--white);
    padding: 23px 10px 14px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    line-height: 1.5;
}

.template .templatebox .title h4:before {
    font-size: 1.5em;
    position: absolute;
    top: -20px;
    transform: inherit;
    counter-increment: number 1;
    content: counter(number) " ";
    text-align: center;
    width: 45px;
    display: inline-block;
    height: 45px;
    vertical-align: text-top;
    border-radius: 30px;
    line-height: 1.8;
    left: 0;
    margin: auto;
    right: 0;
    color: var(--white);
    font-family: 'Outfit';
    z-index: 0;
}

li:first-child .title h4:before {
    background: #2a9dd0;
}

li:nth-child(2) .title h4:before {
    background: #1168ac;
}

li:nth-child(3) .title h4:before {
    background: #7077b1;
}

li:nth-child(4) .title h4:before {
    background: #2f9ebf;
}

li:nth-child(5) .title h4:before {
    background: #2b9d7a;
}

li:nth-child(6) .title h4:before {
    background: #55ad50;
}

li:nth-child(2) p.teacher br{
    display:none;
}

li .r-top h5 {
    color: #2a9dd0;
    font-weight: var(--fw-bold);
    border: none;
    padding: 0;
    font-size: 1em;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
}

li .r-top h5 br{
    display:none;
}

li:first-child .r-top h5 {
    color: #2a9dd0;
    background: #f0f9fd;
}


li:nth-child(2) .r-top h5 {
    color: #1168ac;
    background: #f2f8fd;
}



li:nth-child(3) .r-top h5 {
    color: #7077b1;
    background: #f5f5fd;
}

li:nth-child(4) .r-top h5 {
    color: #2f9ebf;
    background: #effbff;
}

li:nth-child(5) .r-top h5 {
    color: #2b9d7a;
    background: #f3fbf9;
}

li:nth-child(6) .r-top h5 {
    color: #55ad50;
    background: #f3fff2;
}


ul.research-list {
  display: grid;
  gap: 40px;
  counter-reset: number 0;
}

.r-top {
  padding: 10px;
}

.r_text {
  margin: 10px auto 0;
  padding: 0 10px;
}

.r_text a.button {
  max-width: none;
}

.dl-wrap dl dt {
  background: var(--lightgray);
  margin: 0;
  width: 100%;
  padding: 1px 5px;
}

.dl-wrap dl dd {
   padding: 1px 5px;
}
.dl-wrap dl dd p{
  font-size:1em;
  color: var(--black);
}

.dl-wrap dl dt,
.dl-wrap dl dd {
  font-size: 0.9em;
  color: var(--black);
}

.dl-wrap dl:last-child {
}

.dl-wrap {
  margin: 0 0 30px 0;
  display: grid;
}




#research-results {
  margin: 30px auto 0;
}



@media screen and (min-width: 550px) {
 
}

@media screen and (min-width: 767px) {

  .templatebox {
    max-width: 1200px;
    margin: auto;
    width: 90%;
  }

  .wp-block-columns {
    width: 100%;
    display: block;
  }






  .dl-wrap dl {
    display: flex;
    border-bottom: 1px dashed #b5c5d1;
  }

  .dl-wrap dl dt {
    width: auto;
    background: none;
    padding: 0;
  }

  .dl-wrap dl dd {
    width: auto;
    padding: 0 0 0 15px;
  }

.template .templatebox .title h4:before {
    position: relative;
    left: inherit;
    right: inherit;
    margin: 0 6px 0 0;
    top: inherit;
    width: 25px;
    height: 25px;
    font-size: 1em;
    background: var(--white);
}

.title h4 {
    text-align: left;
    padding: 20px;
    width: 100%;
}

.r-top {
    display: block;
    padding: 15px 15px 20px;
}




.r_text {
    padding: 0 15px 15px;
}

li:first-child .title h4:before {
    color: #2a9dd0 !important;
}

li:nth-child(2) .title h4:before {
    color: #1168ac !important;
}

li:nth-child(3) .title h4:before {
    color: #7077b1 !important;
}

li:nth-child(4) .title h4:before {
    color: #2f9ebf !important;
}

li:nth-child(5) .title h4:before {
    color: #2b9d7a !important;
}

li:nth-child(6) .title h4:before {
    color: #55ad50 !important;
}


li .r-top h5 br,li:nth-child(2) p.teacher br{
    display:block;
}


}

@media screen and (min-width: 1100px) {



 
}

@media screen and (min-width: 1200px) {
ul.research-list {
    gap: 60px;
}
    
    .title h4 {
    padding: 25px;
}

.template .templatebox .title h4:before {
    width: 40px;
    height: 40px;
    line-height: 2;
    margin: 0 20px 0 0;
    vertical-align: baseline;
}

.template p.teacher {
    font-size: 0.9em;
    margin: 0 auto 20px;
}



.r_text {
    padding: 0;
    margin: 0;
    width: 48%;
}

.dl-wrap dl dt {
    width: auto;
}

.dl-wrap dl dd {
    width: auto;
    padding: 0 0 0 15px;
}

.detail {
    padding: 10px;
    align-items: baseline;
}

    .course-wrap {
    display: flex;
    padding: 19px;
    justify-content: space-between;
}

.r-top {
    width: 48%;
    padding: 0;
}
}


@media screen and (min-width: 1499px) {
   .course-wrap {
        padding: 30px;
    }

    li .r-top h5 {
        padding: 17px;
        font-size:1.1em;
    }
}


@media screen and (min-width: 1699px) {
}
