@charset "utf-8";

.mT13{
  margin-top:13px;
}
.mL2em{
    margin-left: 2em;
}

.flx-cc{
    align-items: center;
}

.fB{
    font-weight: bold;
}

.dep2{
    margin-left: 2em;
}

.program_rtbox{
  padding: 17px 16px;
  background: #f1f6f7;
  margin-top:13px;
}

.program_rt-table{
    box-sizing: border-box;
}

.program_rt-table li{
    width: 100%;
    list-style-type: none;
    border: 1px solid #c7c7c7;
    background-color: rgba(228, 237, 239, .5);
}

.program_rt-table li:not(:first-child){
    border-top: 0px solid #c7c7c7;
}

.program_rt-table li span.kadainame{
     display: block;
     width: 100%;
     padding: 20px 24px;
     font-weight: bold;
}


.program_rt-table li span.daihyou{
    border-top: 1px solid #c7c7c7;
     background-color: #fff;
     display: block;
     width: 100%;
     padding: 20px 24px;
}

  .program_rt-table li a{
    /* margin: 20px 24px; */
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  /* .program_rt-table li a:hover{
    opacity: .5;
  } */

.p-table-wrap .program_rt-table span{
    white-space: wrap;
}



.num_list {
    counter-reset: li;
}

.num_list li {
    display: flex;
    align-items: center;
}

.num_list li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #166271;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.program_rt_section{
    margin-top: 32px;
}

.two_col_photo_box{
    display: flex;
    flex-wrap: wrap;
}
.two_col_photo_box .photo_box,
.flexbox_wap .photo_box{
    margin-right: 13px;
    width: 150px;
}
.two_col_photo_box p{
    max-width: calc(100% - 163px);
}


.p-program_rt-item__link-group {
    margin-top: 32px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.p-program_rt-item__link-group li{
    font-size: 1.4em;
    list-style: none;

}

.p-program_rt-item__link-group.btn a {
  font-weight: bold;
  border: solid 1px #ccc;
  padding: 0.2em 1em;
  background-image: url(../img/common/bg-fv.jpg);
  border-radius: 5px;
  font-size: 1.1rem;
  position: relative;
  display: block;
  text-align: center;
  line-height: .9;
  padding: 14px 24px 24px 24px;
  height: 100%;
}

.p-program_rt-item__link-group.btn .const_button {
  font-weight: bold;
  border: solid 1px #ccc;
  padding: 0.2em 1em;
  /* background-image: url(../img/common/bg-fv.jpg); */
  background-color: #ddd;
  border-radius: 5px;
  font-size: 1.1rem;
  position: relative;
  display: block;
  text-align: center;
  line-height: .9;
  padding: 14px 24px 24px 24px;
  height: 100%;
  color: #222;
}


.p-program_rt-item__link-group.btn a:hover{
    background:#638e9a;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}


.p-program_rt-item__link-group.btn .current a{
    background:#638e9a; 
    color: #fff;
    pointer-events: none;
}




/* .p-program_rt-item__link-group.btn a::after {
  content: "▼";
  width: 100%;
  display: block;
  text-align: center;
  font-size: .6em;
  line-height: 0;
  padding-bottom: .7em;
} */

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  /* color: #fff; */
  line-height: 1;
  width: .3em;
  height: .3em;
  border: 0.08em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-top: 13px;
  position: absolute;
  bottom: 12px;

}

@media screen and (max-width:768px){
    .p-program_rt-item__link-group li {
        font-size: 1rem;
        width: 100%;
    }
    .p-program_rt-item__link-group {
        gap: 5px;
    }

    .p-program_rt-item__link-group.btn a {
        padding: 10px 24px 14px 24px;
    }
    .dli-chevron-down {
        bottom: 5px;
    }
}

.small_btn_add{
    color: #222;
    font-size: 60%;
    font-weight: normal;
}

.p-program_rt-item__link-group.btn a:hover .small_btn_add{
    color: #ccc;
}


.c-link:hover{
    background: #edf5f7;
}

.button-back{
  padding: .1em 2em;
  background: #edf5f7;
  align-self: center;
  border: 1px solid #6f7180;
}



a.button-back:hover{
    opacity: .7;
    transition: .2s;
}


.program_rt_header{
    /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.program_rt_imgbox{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.program_rt_imgbox img{
    max-width: 480px;
    padding: 10px;
    width: 100%;
}

.program_rt_imgbox.max img{
    max-width: 800px;
}

.program_rt_imgbox.max1000 img{
    max-width: 1000px;
}

.flexbox_wap {
    display:flex;

}

.po_name {
    width:22%;
}
.po_message {
    width:60%;
}