#page_asc .ttl_area h4 {
  margin-top: 50rem; }

.asc_profile h4 {
  font-size: 24rem;
  color: #0088CB;
  text-align: center;
  font-weight: bold; }

.asc_profile .profile_wrap {
  display: flex;
  justify-content: center;
  background-color: #F3F6EE;
  margin-top: 25rem; }
  .asc_profile .profile_wrap .profile_text {
    width: 440rem;
    margin-top: 40rem;
    padding-bottom: 10rem; }
    .asc_profile .profile_wrap .profile_text .btn_more {
      margin-top: 10rem; }
  .asc_profile .profile_wrap .profile_ph {
    margin-left: 100rem;
    margin-top: 10rem; }
    .asc_profile .profile_wrap .profile_ph h4 {
      color: #000;
      margin-top: 10rem;
      font-size: 20rem;
      font-weight: bold; }
      .asc_profile .profile_wrap .profile_ph h4 span {
        color: #808080;
        font-size: 16rem;
        margin-left: 5rem;
        font-weight: normal; }
    .asc_profile .profile_wrap .profile_ph .profile_img_wrap img {
      width: 208rem; }

.medecal .soudan_case.movie ul {
  justify-content: flex-start; }
  .medecal .soudan_case.movie ul li {
    width: calc(310 / 1024 * 100%);
    margin-right: calc(47 / 1024 * 100%); }
    .medecal .soudan_case.movie ul li:nth-child(3n) {
      margin-right: 0; }
    .medecal .soudan_case.movie ul li:last-child {
      margin-right: 0; }
    .medecal .soudan_case.movie ul li .img_wrap {
      position: relative; }
      .medecal .soudan_case.movie ul li .img_wrap img {
        border-radius: 15rem;
        border: 3rem solid #0088CB;
        object-fit: cover;
        width: 100%;
        height: 177rem; }
      .medecal .soudan_case.movie ul li .img_wrap::after {
        content: "";
        display: block;
        position: absolute;
        border-top: 14rem solid transparent;
        border-bottom: 14rem solid transparent;
        border-left: 18rem solid #0088CB;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .medecal .soudan_case.movie ul li a:hover {
      filter: brightness(1.1); }

.medecal .soudan_case.pdf_list ul {
  justify-content: flex-start; }
  .medecal .soudan_case.pdf_list ul li {
    width: calc(150 / 1024 * 100%);
    margin-right: calc(274 / 4 / 1024 * 100%); }
    .medecal .soudan_case.pdf_list ul li:nth-child(5n) {
      margin-right: 0; }
    .medecal .soudan_case.pdf_list ul li:last-child {
      margin-right: 0; }
    .medecal .soudan_case.pdf_list ul li .img_wrap img {
      width: 100%;
      height: 206rem;
      object-fit: cover; }
    .medecal .soudan_case.pdf_list ul li p {
      font-size: .8em;
      text-align: left; }
      .medecal .soudan_case.pdf_list ul li p span {
        color: #ef2626; }
    .medecal .soudan_case.pdf_list ul li a:hover {
      filter: brightness(1.1); }

.asc_info .tit_area {
  text-align: center; }
  .asc_info .tit_area h2 {
    font-size: 46rem;
    line-height: 1.2;
    margin-top: 25rem;
    font-weight: bold; }
  .asc_info .tit_area .sub_tit {
    color: #0088CB;
    margin-top: 25rem;
    font-size: 16rem;
    font-weight: bold; }

.asc_info dl {
  margin-top: 80rem;
  margin-bottom: 100rem; }
  .asc_info dl dt {
    border-bottom: 1rem solid #cccccc;
    padding-left: 145rem;
    padding-bottom: 25rem;
    margin-top: 20rem;
    cursor: pointer;
    position: relative; }
    .asc_info dl dt::after {
      position: absolute;
      left: 35rem; }
    .asc_info dl dt:nth-of-type(1)::after {
      content: "Q1."; }
    .asc_info dl dt:nth-of-type(2)::after {
      content: "Q2."; }
    .asc_info dl dt:nth-of-type(3)::after {
      content: "Q3."; }
    .asc_info dl dt:nth-of-type(4)::after {
      content: "Q4."; }
    .asc_info dl dt::before {
      content: "";
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      border-right: 3px solid #808080;
      border-bottom: 3px solid #808080;
      top: 10rem;
      right: 5%;
      transform: translateY(-50%) rotate(45deg);
      transition: 0.5s; }
    .asc_info dl dt.open::before {
      transform: translateY(-50%) rotate(225deg); }
  .asc_info dl dd {
    display: none;
    padding-left: 145rem;
    padding-bottom: 25rem;
    margin-top: 20rem;
    position: relative; }
    .asc_info dl dd::after {
      content: "A.";
      position: absolute;
      left: 35rem;
      top: 0; }

@media screen and (max-width: 767px) {
  #page_asc .ttl_area h4 {
    margin-top: 30rem; }
  .asc_profile h4 {
    font-size: 20rem; }
  .asc_profile .profile_wrap {
    display: block;
    margin-top: 10rem; }
    .asc_profile .profile_wrap .profile_text {
      width: auto;
      padding: 20rem; }
      .asc_profile .profile_wrap .profile_text .btn_more {
        margin-top: 20rem; }
    .asc_profile .profile_wrap .profile_ph {
      margin-left: auto;
      margin-top: 10rem;
      padding-bottom: 20rem; }
      .asc_profile .profile_wrap .profile_ph .profile_img_wrap {
        text-align: center; }
      .asc_profile .profile_wrap .profile_ph h4 {
        margin-top: 10rem;
        font-size: 18rem; }
        .asc_profile .profile_wrap .profile_ph h4 span {
          font-size: 14rem;
          margin-left: 5rem;
          font-weight: normal; }
      .asc_profile .profile_wrap .profile_ph p {
        text-align: center; }
      .asc_profile .profile_wrap .profile_ph .profile_img_wrap img {
        width: 170rem; }
  .medecal .soudan_case.movie ul {
    justify-content: space-between; }
    .medecal .soudan_case.movie ul li {
      width: 48%;
      margin-right: 0; }
      .medecal .soudan_case.movie ul li .img_wrap img {
        height: 96rem;
        border-radius: 10rem; }
  .medecal .soudan_case.pdf_list ul {
    justify-content: space-between; }
    .medecal .soudan_case.pdf_list ul li {
      width: 48%;
      margin-right: 0; }
      .medecal .soudan_case.pdf_list ul li .img_wrap img {
        height: 226rem; }
  .asc_info .tit_area {
    text-align: center; }
    .asc_info .tit_area h2 {
      font-size: 26rem;
      margin-top: 15rem; }
    .asc_info .tit_area .sub_tit {
      margin-top: 15rem; }
  .asc_info dl {
    margin-top: 40rem;
    margin-bottom: 100rem; }
    .asc_info dl dt {
      border-bottom: 1rem solid #cccccc;
      padding-left: 40rem;
      padding-right: 40rem; }
      .asc_info dl dt::after {
        left: 5rem;
        top: 0; }
      .asc_info dl dt::before {
        width: 8px;
        height: 8px;
        border-right: 2px solid #808080;
        border-bottom: 2px solid #808080;
        top: 10rem;
        right: 5%; }
    .asc_info dl dd {
      display: none;
      padding-left: 40rem;
      padding-bottom: 25rem;
      margin-top: 20rem;
      position: relative; }
      .asc_info dl dd::after {
        left: 5rem; } }

/*# sourceMappingURL=asc.css.map */