@charset "UTF-8";
/* CSS Document */
.sec-c-research .c-table-head,
.sec-c-research .c-table-row{
 display: flex;
}
.sec-c-research .c-table-row > div{
 display: block;
}
.sec-c-research .c-table-head div:nth-child(1),
.sec-c-research .c-table-row div.ctd-ttl,
.sec-c-research .c-table-head div:nth-child(2),
.sec-c-research .c-table-row div.ctd-pdf{
 justify-content: flex-start;
 padding: 25px 20px;
}
.sec-c-research .c-table-head div:nth-child(1),
.sec-c-research .c-table-row div.ctd-ttl{
 width: 34.6%;
}
.sec-c-research .c-table-head div:nth-child(2),
.sec-c-research .c-table-row div.ctd-pdf{
 width: 65.3%;
}
.sec-c-research .c-table-row div.ctd-ttl{
 font-weight: bold;
}
.price table tr{
 border-bottom: solid 1px #11445E;
}
.price table tr th,
.price table tr td{
 padding: 20px 30px;
}
.price table tr td{
 text-align: center;
 font-size: 22px;
 font-weight: bold;
 letter-spacing: 0.05rem;
}
dl{
 display: flex;
 gap: 60px;
 margin-left: 15px;
}
dl dt, dl dd {
 line-height: 1.8;
}
dl dt{
 min-width: 101px;
 font-weight: bold;
}
.patient-support-cont-item .contact-box_03{
 width: 100%;
 text-align: center;
}
.patient-support-cont-item .contact-box_03 .form-link-box{
 position: relative;
}
.patient-support-cont-item .contact-box_03 .form-link-box .divider{
 position: absolute;
 width: 1px;
 height: 64px;
 left: 30px;
}
.patient-support-cont-item .contact-box .contact-02{
 line-height: 1;
}
.patient-support-cont-item .contact-box .contact-02 .font-min{
 padding: 0;
}
@media screen and (max-width: 896px) {
 .sec-c-research{
  margin-bottom: 0;
 }
 .price{
  overflow-x: scroll;
 }
 .price table{
  width: max-content;
 }
 .price table tr th, .price table tr td{
  font-size: 14px;
  padding: 25px 20px;
 }
 .price table tr td{
  font-size: 16px;
 }
 .patient-support-cont-item{
  padding: 0;
  margin: 0;
 }
 .patient-support-cont-item .contact-box_03 .form-link-box .divider{
  position: fixed;
 }
 .patient-support-cont-item .contact-box .contact-01{
  padding-top: 0;
 }
 .patient-support-cont-item .contact-box_03 .link-main{
  padding: 30px 0;
 }
 .patient-support-cont-item .contact-box_03 .form-link-box{
  padding: 30px 20px 30px;
 }
 dl{
  display: block;
 }
}