sup {
  top: -6px;
  font-size: 11px;
  left: 4px;
  margin-right: 4px;
}

p,
li,
a,
span {
  line-height: 1.6;
}

/*----------- 
bMf 
----------- */
.c5-link__item {
  color: #3865E0;
  font-weight: 400;
  line-height: 1.625;
  display: flex;
  align-items: center;
  transition: all .9s;
  margin-top: 10px;
}

.c5-d-main h1 {
  margin: 40px 0 40px;
}

.c5-link__item.c5-link__item__right {
  justify-content: end;
  margin-bottom: 30px;
  margin-top: 20px;
}

.c5-link__item.c5-link__item__left {
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 20px;
}

.c5-link__item.c5-link__item__left::before {
  content: '';
  background: url(../img/icon_pdf.png) no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.c5-link__item::after {
  content: '';
  background: url(../img/right-arrow.svg) no-repeat;
  display: block;
  width: 8px;
  height: 12px;
  margin-left: 12px;
}

a.c5-link__item:hover {
  color: #3865E0;
  text-decoration: none;
  opacity: .7;
}

.c5-d-main__section {
  margin-bottom: 70px;
}

.c5-app_about {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.c5-app_about__table {
  width: 50%;
  padding: 3%;
  background: #F3F5F9;
}

.c5-app_about__table p {
  font-weight: 700;
  margin-bottom: 2%;
}

.c5-app_about__table ul li {
  line-height: 1.625;
}

.c5-app_about__model p {
  font-weight: 700;
  margin-bottom: 2%;
}

.c5-app_about__model sup {
  top: -2px;
  font-size: 11px;
  left: 1px;
  margin-right: 2px;
  font-weight: 300;
}

.c5-app_about__model table {
  margin: 3% 0;
}

.c5-app_about__model tbody {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c5-app_about__model td,
.c5-app_about__model th {
  border: 1px solid #C1C1C1;
  border-collapse: collapse;
}

.c5-app_about__model tr {
  display: grid;
  width: 102px;
}

.c5-app_about__model td {
  padding: 3px;
  height: 25px;
}

.c5-app_about__model tr td:last-of-type {
  background: #fff;
  color: #2F353D;
  font-size: 12px;
  font-weight: 400;
  max-width: 120px;
  padding: 1.5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c5-app_about__model tr td:first-of-type {
  background: #2D75C7;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  max-width: 120px;
  padding: 1.5% 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.c5-app_action__cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.c5-app_action__card {
  width: 33.33333%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border: 1px solid #2D75C7;
  box-shadow: 0 0px 6px rgba(0, 0, 0, .20);
  margin: 1%;
  padding: 1.5% 0.75%;
}

.c5-app_action__card__ttl p {
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 2.3vw, 20px);
  color: #2D75C7;
  padding-bottom: 20px;
  border-bottom: 1px solid #2D75C7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c5-app_action__card__txt {
  text-align: left;
  padding-top: 4%;
}

.c5-app_action__note {
  margin-top: 12px;
}

.c5-app_action__note p {
  padding-left: 1em;
  text-indent: -1em;
}

.c5-app__UseCase__ttl {
  margin-bottom: 30px;
  font-size: clamp(18px, 2.3vw, 24px);
  font-weight: 700;
  display: flex;
  align-items: center;
}

.c5-app__UseCase__ttl h4 {
  margin-left: .5rem;
}

.c5-app__UseCase__txt p {
  line-height: 1.625;
}

.c5-app__UseCase__wrap {
  margin-bottom: 60px;
}

.c5-app__function__img {
  padding: 1.5% 0;
}

.c5-app__function__img img:first-of-type {
  margin-bottom: 3%;
}

.c5-app__config__flexBlock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.c5-app__config__flexitem {
  width: 50%;
}

.c5-app__config__flexitem__img {
  margin-top: 2%;
  width: 50%;

}

.c5-app__config__flexitem__img img {
  margin-bottom: 2%;
  width: 100%;
  max-width: 526px;
  display: block;
  margin-left: auto;
}

.c5-app__config__flexitem h3 {
  border-left: none;
  padding-left: 0;
  margin-top: 4%;
  font-size: clamp(18px, 2.3vw, 20px);
}

.c5-app__config__flexText {
  margin-left: 1rem;
}

.c5-app__config__flexText p {
  margin-bottom: 3%;
}

.c5-app__config__flexText h4 {
  margin-bottom: 1.5%;
  font-weight: 700;
}

.c5-app__simple__flexBlock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.c5-app__simple__flexItem {
  width: 50%;
}

.c5-app__simple__flexItem__img img {
  width: 100%;
  max-width: 541px;
  margin-left: auto;
  display: block;
}


.c5-app__fileType {
  background: #F3F5F9;
  padding: 1.5%;
}

.c5-app__fileType__ttl {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #2F353D;
  font-size: clamp(18px, 2.3vw, 20px);
  font-weight: 700;
  margin-bottom: 20px;
}

.c5-app__fileType__text p {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.c5-app__fileType__text li {
  display: flex;
  align-items: center;
}

.c5-app__fileType__text p span.c5-app__fileType__label {
  color: #fff;
  background: #2D75C7;
  padding: .5% 1%;
  width: 50px;
  display: block;
  text-align: center;
  margin-right: 12px;
}


.c5-app__fileType__text .c5-link__item:after {
  content: none;
}

.c5-app__fileType__text__ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.c5-app__originalContents__flexItem ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.c5-app__originalContents__flexItem p:first-of-type {
  padding-left: 2em;
  text-indent: -1em;
}


.c5-app__originalContents__flexItem .c5-link__item {
  text-decoration: underline;
  display: inline;
}

.c5-app__originalContents__flexItem .c5-link__item::after {
  content: none;
}

.c5-download__btn {
  background: #3865E0;
  max-width: 248px;
  width: 100%;
  color: #fff;
  padding: 2%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 3% auto 0;
  transition: all .5s;
}

.c5-download__btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}

.c5-download__btn img {
  margin-right: 12px;
}

.c5-app__originalContents h4 {
  font-size: clamp(18px, 2.3vw, 24px);
  margin-bottom: 30px;
}

.c5-app__originalContents__point {
  margin-bottom: 40px;
}

.c5-app__originalContents__point1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.c5-app__originalContents__point__ttl {
  font-weight: 700;
}

.c5-app__originalContents__flexItem {
  width: 50%;
}

.c5-app__originalContents__flexItem__img img {
  width: 100%;
  max-width: 570px;
  display: block;
  margin-left: auto;
}

.c5-flexWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.c5-flexItem {
  width: 50%;
}

.c5-flexItem__img--center {
  margin: 30px auto;
}

.c5-flexItem__img img {
  width: 100%;
  max-width: 546px;
  display: block;
  margin-left: auto;
}

.c5-flexItem__img p {
  margin-bottom: 16px;
}

.c5-app__attention p {
  font-weight: 700;
  margin-bottom: 10px;
}

.c5-app__attention ul li {
  padding-left: 2em;
  text-indent: -1em;

}

.c5-app__attentionBack h3 {
  border-left: none;
  padding-left: 0;
}

.c5-app__timer .c5-flexItem ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1.5%;
}

.c5-u-block {
  display: contents;
  margin-top: 0;
}

.c5-u-after-none::after {
  content: none;
}

.c5-app__UseCase__note-txt {
  font-size: 12px;
  margin-top: 10px;
}

/*----------- 
bMf 
----------- */


/*----------- 
bSf 
----------- */
#bSf .c5-app_action .c5-app_action__card__ttl p {
  border-bottom: none;
  padding-bottom: 0;
}

#bSf .c5-mb-70 {
  margin-bottom: 70px;
}

#bSf .c5-mb-30 {
  margin-bottom: 30px;
}

#bSf .c5-app__function__img {
  margin-top: 3%;
}

#bSf .c5-app__config__img {
  margin-top: 3%;
}

#bSf .c5-app__originalContents .c5-app__originalContents__mainTxt .c5-link {
  margin: 1.5% 0;
}

#bSf .c5-app__originalContents h5 {
  margin: 1.5% 0;
  font-size: clamp(18px, 2.3vw, 20px);
}

#bSf .c5-app__originalContents .c5-app__originalContents__subTxt {
  margin-bottom: 20px;
}

#bSf .c5-app__originalContents .c5-app__originalContents__subTxt p {
  font-weight: 700;
  margin-bottom: 20px;
}

#bSf .c5-app__originalContents .c5-app__originalContents__subTxt ul li {
  padding-left: 2em;
  margin-bottom: .5rem;
  text-indent: 0;
}

#bSf .c5-app__originalContents .c5-app__originalContents__subTxt ul li.c5-mb-none {
  margin-bottom: 0;
}

/*----------- 
bSf
----------- */


/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 .accordion_one {
  margin: 0 auto;
}

.s_02 .accordion_one .accordion_header {
  color: #2F353D;
  border-bottom: 1px solid #2F353D;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}


.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before,
.s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #2F353D;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: -1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 1px;
  height: 20px;
  top: -1px;
  left: 8px;

}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 3%;
  box-sizing: border-box;
  background: #F5F5F5;
  border-bottom: 1px solid #2F353D;
}

.s_02 .accordion_one .accordion_inner .c5-flexWrap {
  margin: 2% auto;
}

.s_02 .accordion_one .accordion_inner .accordion_inner__img-single {
  max-width: 540px;
  width: 100%;
  display: flex;
  margin: 2% auto;
}

.s_02 .accordion_one .accordion_inner .accordion_inner__img-single-left {
  margin-left: 0;
  max-width: 546px;
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

#bSf .accordion_inner table {
  margin-top: 3%;
}

#bSf .accordion_inner table,
#bSf .accordion_inner td,
#bSf .accordion_inner th {
  border: 1px solid #C1C1C1;
  border-collapse: collapse;
}

#bSf .accordion_inner td,
#bSf .accordion_inner th {
  padding: 3px;
  width: 30px;
  height: 25px;
}

#bSf .accordion_inner tr td:last-of-type {
  background: #fff;
  color: #2F353D;
  font-size: 16px;
  font-weight: 400;
  width: 200px;
  padding: 1.5% 0;
  padding-left: 8px;
  vertical-align: middle;
}

#bSf .accordion_inner tr td:first-of-type {
  background: #2D75C7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
  padding: 1.5% 0;
  padding-left: 8px;
  vertical-align: middle;

}



.c5-suggest__anchors {
  margin-top: 30px;
}

.c5-suggest__anchors .c5-suggest__anchors__ttl {
  font-size: clamp(14px, 2.3vw, 16px);
  margin-bottom: 10px;
  font-weight: 700;
}

.c5-suggest__anchors a.c5-suggest__anchors__btn {
  font-size: clamp(14px, 2.3vw, 16px);
  font-weight: 700;
  color: #fff;
  background: #2D75C7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2%;
  width: 90%;
  max-width: 347px;
  min-height: 52px;
  margin-bottom: 0;
}

.c5-suggest__anchors a.c5-suggest__anchors__btn:nth-child(1) {
  margin-bottom: 8px;
}

.c5-suggest__anchors a.c5-suggest__anchors__btn:nth-child(2) {
  margin-bottom: 8px;
}

.c5-suggest__anchors a.c5-suggest__anchors__btn:nth-child(3) {
  margin-bottom: 8px;
}

.c5-suggest__anchors a.c5-suggest__anchors__btn:hover {
  text-decoration: none;
}

.c5-suggest__anchors .c5-suggest__anchors__btnIcon-left {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-right: 10px;
}

.c5-suggest__anchors .c5-suggest__anchors__btnIcon-right {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: 10px;
}

.c5-app_about__model {
  width: 50%;
}

#bSf.c5-d-main .c5-app_about__model__note {
  margin-top: 12px;
  margin-bottom: 12px;
}

#bSf.c5-d-main .c5-app_about__model__note p {
  font-size: 14px;
}

#bSf.c5-d-main .c5-app_about__model__note p.txt_a_ac {
  font-size: 16px;
}

#bSf.c5-d-main .box_one .c5-txt-bold {
  font-weight: 700;
}

#bSf.c5-d-main .box_one .c5-mb-30 {
  margin-bottom: 30px;
}

#bSf.c5-d-main .box_one .c5-mb-20 {
  margin-bottom: 20px;
}

#bSf.c5-d-main .box_one .c5-mb-40 {
  margin-bottom: 40px;
}

#bSf.c5-d-main .box_one .c5-mb-10 {
  margin-bottom: 10px;
}

#bSf.c5-d-main .c5-app_about__model__note p a {
  word-break: break-all;
  font-size: inherit;
  margin: 0;
  display: contents;
}

#bSf.c5-d-main .c5-app_about__model__note p a::after {
  content: none;
}

.c5-mt-20 {
  margin-top: 20px;
}

#dicom_sim .c5-app__fileType__textBlod {
  font-weight: bold;
  padding-left: 1.65em;
  text-indent: -1.25em;
}

#dicom_sim .c5-app__listening__img {
  background: #F5F5F5;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
}

#dicom_sim .c5-app__fileType__textBlod__link {
  text-indent: 0;
  color: #3865E0;
}

#dicom_sim .c5-app__fileType__textBlod__link:hover {
  color: #3865E0;
}

#dicom_sim .c5-app__fileType__textBlod__link:visited {
  color: #3865E0;
}

#dicom_sim .c5-app_action__cards {
  justify-content: flex-start;
}

#dicom_sim .c5-app_action__card {
  width: 100%;
  max-width: 534px;
}

#dicom_sim .c5-app_action__card .c5-app_action__card__ttl p {
  border-bottom: 0;
  padding-bottom: 0;
}

#dicom_sim .c5-border-left-blue {
  border-left: 4px solid #2D75C7;
}

#dicom_sim .c5-indent {
  padding-left: 1.25em;
  text-indent: -1.35em;
  font-size: 14px;
}

#dicom_sim .c5-mt-16 {
  margin-top: 16px;
}


#dicom_sim .c5-app__fileType__text p {
  display: block;
  margin-bottom: 12px;
}

#dicom_sim .c5-app_about {
  margin-bottom: 90px;
}

/*----------- 
bs1
----------- */

.c5-bs1_about{
  margin-bottom: 30px;
}

.c5-bs1_about .c5-app_about__table {
  height: 90px;
}

.c5-bs1__function-link {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}

.c5-bs1__button a{
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 65px;
  background-color: #0EA587;
  border: 2px solid #0EA587;
  width: 500px;
  height: 72px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  border-radius: 4px;
  box-sizing: border-box ;
}
.c5-bs1__button a.--blue {
  background-color:#3865E0;
  border-color:#3865E0;
}
.c5-bs1__button a span{
  text-align: center;
}
.c5-bs1__button a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.c5-bs1__button .c5-bs1__button-icon{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.c5-bs1__button .c5-bs1__button-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  margin-right: 14px;
  height: 12px;
}

.c5-bs1__action .c5-app_action__cards {
  gap: 24px;
  margin-bottom: 30px;
}

.c5-bs1__action .c5-app_action__card {
  margin: 0;
}

.c5-bs1__action .c5-app_action__card__ttl p {
  padding-bottom:0;
  border-bottom: 0;
}
.c5-bs1__outline{
  margin-bottom:60px;
}

.c5-bs1__outline-img{
  width: calc(100% + 40px);
  margin: 0 0 0 -20px;
}


.c5-bs1__function .c5-link__item::before{
  display: none;
}

.c5-bs1__function-inner{
  margin-bottom: 70px;
}
.c5-bs1__function > a:nth-child(2){
  margin-bottom: 70px;
  width: fit-content;
}
.c5-bs1__function-inner:nth-child(3){
  margin-bottom: 0;
}

.c5-bs1__function-inner p{
  margin-bottom: 30px;
}

.c5-bs1__function-inner .c5-bs1__function-image{
  display: grid;
  gap: 30px;
  margin-bottom: 70px;
}

.c5-bs1__function-inner .c5-bs1__function-link{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  gap: 24px;
}

.c5-bs1__function-link .c5-bs1__button-w a{
  background-color: #FFF;
  color: #0EA587;
  width: 425px;
  padding: 8px 16px;
}

.c5-bs1__banner .c5-c-consultation__ttl h3 {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .c5-bs1 p {
        font-size: 16px;
    }
  .c5-bs1__button a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px 20px 20px;
    background-color: #0EA587;
    border: 2px solid #0EA587;
    width: 100%;
    height: auto;
    color: #FFF;
    font-size: 16px;
    transition: all .2s;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .c5-bs1__button .c5-bs1__button-icon {
    position: absolute;
    top: 15px;
    bottom: unset;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
  }
  .c5-bs1__button a.--no-icon {
    padding-top: 20px;
  }
  .c5-bs1__button a span{
    text-align: left;
  }
  .c5-bs1__button .c5-bs1__button-arrow {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    margin: auto;
    margin-right:0;
    height: 12px;
  }
  .c5-bs1__button .c5-bs1__button-arrow.c5-sp-only {
    display: inline-block;
  }
  .c5-bs1__outline > p {
    margin-bottom: 20px;
  }
  .c5-bs1__outline picture {
    width: 93%;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 2%;
  }
  .c5-bs1__function-link .c5-bs1__button-w a {
    background-color: #FFF;
    color: #0EA587;
    width: 100%;
    padding: 8px 16px;
}
}


/*----------- 
media query
----------- */

@media screen and (max-width: 768px) {
  .c5-d-main__section {
    margin-bottom: 40px;
  }

  .c5-app_action__cards {
    flex-direction: column;
  }

  .c5-app_action__card {
    width: 86.5%;
    padding: 1.5% 5%;
  }

  .c5-app__UseCase__ttl {
    flex-direction: column;
    align-items: flex-start;
  }

  .c5-app__UseCase__ttl h4 {
    margin-left: 0;
    margin-top: .5rem;
  }

  .c5-app__config__flexBlock {
    flex-direction: column-reverse;
  }

  .c5-app__config__flexitem {
    width: 100%;
  }

  .c5-app__config__flexitem__img img {
    margin: 0 auto 2%;
    max-width: 708px;
  }

  .c5-app__simple__flexBlock {
    flex-direction: column;
  }

  .c5-app__simple__flexItem {
    width: 100%;
  }

  .c5-app__simple__flexItem__img img {
    margin: 0 auto;
    max-width: 708px;
  }

  .c5-app__fileType__text p {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c5-app__fileType__text__ul {
    margin-top: 16px;
  }

  .c5-app__fileType__text p span.c5-app__fileType__label {
    margin-bottom: 8px;
    text-align: center;
  }

  .c5-app__originalContents__point1 {
    flex-direction: column;
  }

  .c5-app__originalContents__flexItem {
    width: 100%;
  }

  .c5-app__originalContents__flexItem__img img {
    max-width: 708px;
    margin: 0 auto;
  }

  .c5-flexWrap {
    flex-direction: column;

  }

  .c5-flexItem {
    width: 100%;
  }

  .c5-flexItem__img img {
    max-width: 708px;
    margin: 0 auto;
  }

  .c5-app_about {
    flex-direction: column;
    width: 96%;
  }

  .c5-app_about__table {
    width: 98%;
  }

  .c5-app_about__model tr {
    width: 74px;
  }

  .c5-app_about__model tr.c5-u-width75 td:first-of-type {
    height: 40px;
  }

  .c5-app__fileType__text li {
    display: block;
  }

  .c5-app_about .c5-app_about__model tr td {
    font-size: 11px;
  }

  .c5-app_about__model tbody {
    width: 100%;
    max-width: 280px;
  }

  .c5-app_about__model {
    width: 100%;
  }

  #dicom_sim .c5-app_action__card {
    width: 100%;
    max-width: 300px;
  }

  #dicom_sim .c5-app_about {
    margin-bottom: 50px;
  }

  #dicom_sim .c5-mt-16 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
    .c5-app_about__model tr {
        width: 100px;
    }
  .c5-app_about__model td span{
    font-size: 10px;
  } 
}