
/* CSS Document */

.contents__layout-short {
max-width: 630px;
width: 100%;
margin: 0 auto;
}
.contents__layout-short .thumb__cover {
width: 100%;
height: auto;
border-radius: 6px;
overflow: hidden;
aspect-ratio: 5 / 2.1;
}
.contents__layout-short .thumb__cover img {
object-fit: cover;
height: 100%;
width: 100%;
}
.contents__layout-short .thumb__prof {
width: 90px;
height: 90px;
border-radius: 100px;
overflow: hidden;
border: 1px solid #E8E8E8;
margin: -50px auto 8px;
}
.contents__layout-short .thumb__prof img {
object-fit: cover;
height: 100%;
width: 100%;
}
.contents__layout-short .main__title {
text-align: center;
margin-bottom: 55px;
display: flex;
justify-content: center;
align-items: center;
}
.contents__layout-short .main__title .button_icon {
margin-left: 10px;
}
.contents__layout-short .text__prof {
font-size: 15px;
line-height: 2em;
margin-bottom: 36px;
}
.contents__layout-short .price {
color: #1C689B;
font-weight: 800;
font-size: 14px;
padding: 0px 7px;
display: inline-block;
border: 1px solid;
border-radius: 100px;
height: 21px;
line-height: 1.5em;
margin-left: 10px;
}
.cv__bt_top {
background-color: #F5F5F5;
padding: 30px;
margin-bottom: 22px;
border-radius: 10px;
text-align: center;
}
.cv__bt_bottom {
background-color: #F5F5F5;
padding: 30px;
border-radius: 10px;
margin: 20px 0 88px;
text-align: center;
}
.page__head {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.page__head .page__title {
font-size: 28px;
padding-left: 34px;
font-weight: 700;
display: flex;
margin-top: 15px;
}
.page__head .page__title:before {
content: "";
display: block;
height: 75px;
width: 1px;
background: #222;
margin-right: 33px;
}
.benefits {
display: flex;
gap: 30px;
width: 100%;
border-bottom: 1px solid #E6E6E6;
padding: 40px 0;
}
.benefits .benefits__thumb {
width: 280px;
border-radius: 10px;
height: max-content;
}
.benefits.border-none {
border-bottom: none;
}
.benefits .benefits__text .benefits__title {
width: 100%;
font-size: 21px;
font-weight: 700;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 16px;
}
.benefits .benefits__text .benefits__title .benefits__badge {
background: #222;
color: #fff;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.2em;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.benefits .benefits__text .benefits__title .benefits__badge .benefits__number {
font-size: 26px;
font-family: Roboto;
font-weight: 700;
display: block;
text-align: center;
margin-top: -3px;
margin-bottom: 3px;
}
.benefits .benefits__text .benefits__title .benefits__badge .benefits__badge_inner {
padding-top: 7px;
padding-left: 2px;
}
.benefits .benefits__text .benefits__body {
font-size: 14px;
line-height: 2em;
}
.prof__price {
font-weight: 700;
font-size: 14px;
margin-bottom: 22px;
text-align: center;
padding-left: 18px;
}
.prof__price .prof__price_big {
font-size: 24px;
}
.prof__info {
font-size: 14px;
display: flex;
justify-content: center;
gap: 16px;
margin-bottom: 26px;
}
.prof__info .info__text {
border: 2px dotted #222;
padding: 2px 8px;
border-radius: 4px;
}
.flex_row-reverse{
flex-direction:row-reverse
}
.button-disable {
opacity: 0.15;
}


/* //////////////////////////////////////////
TABLET / SP
////////////////////////////////////////// */

@media screen and (max-width: 767px) {
  .contents__layout-short .thumb__prof {
    width: 70px;
    height: 70px;
    margin: -40px auto 8px;
  }
  .page__head .page__title {
    font-size: 22px;
    padding-left: 0;
    font-weight: 700;
    display: flex;
    margin-top: 30px;
  }
  .page__head .page__title:before {
    display: none;
  }
  .page__head {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .cv__bt_top {
    margin-bottom: 0;
  }
  .cv__bt_bottom {
    margin: 0;
    margin-bottom: 40px;
  }
  .benefits .benefits__thumb {
    width: 100%;
  }
  .benefits .benefits__text .benefits__title {
    font-size: 20px;
  }
  .benefits {
    gap: 20px;
    padding: 25px 0;
    flex-wrap: wrap;
  }
}
