@media screen and (min-width: 769px), print {
  .profile {
    padding: 70px 0 124px;
  }
  .profile .profile_title {
    position: relative;
    color: #0069b1;
    background-color: #f1f8ff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 7px 38px;
    margin-bottom: 30px;
  }
  .profile .profile_title:before {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background-color: #0069b1;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .profile .dotted_title {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0069b1;
    line-height: 1;
    padding: 0 26px 9px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 14px;
  }
  .profile .dotted_title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #0069b1;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .profile .info_block {
    position: relative;
    padding-bottom: 17px;
    font-size: 1.6rem;
    letter-spacing: .8px;
    line-height: 28px;
  }
  .profile .info_block.haft {
    line-height: 32px;
    padding-right: 450px;
  }
  .profile .info_block.haft .dotted_title {
    margin-bottom: 13px;
  }
  .profile .info_block dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile .info_block dl dt {
    width: 127px;
    letter-spacing: 2.4px;
  }
  .profile .info_block dl dd {
    width: -webkit-calc(100% - 127px);
    width: -moz-calc(100% - 127px);
    width: calc(100% - 127px);
  }
  .profile .info_block .profile_img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .profile .info_block .outer_link {
    color: #0069b1;
    text-decoration: underline;
    text-underline-position: under;
  }
  .profile .info_block .outer_link:hover {
    text-decoration: none;
  }
  .profile .info_block .l0 {
    letter-spacing: 0;
  }
  .profile .info_block .signature {
    font-weight: bold;
    text-align: right;
    letter-spacing: 2.6px;
    margin-top: 12px;
  }
  .profile .info_block .signature span {
    font-size: 1.9rem;
  }
  .profile .info_block.dot_p {
    padding-bottom: 59px;
  }
  .profile .info_block.dot_p p {
    text-indent: -21px;
    padding-left: 16px;
  }
  .profile .info_block.address {
    padding-bottom: 59px;
  }
  .profile .google_map {
    margin-top: 46px;
  }
  .profile .google_map iframe {
    width: 100%;
    height: 410px;
    border: 0;
  }
}

@media screen and (max-width: 768px) {
  .profile {
    padding: 9.11458vw 0 21.48438vw;
  }
  .profile .profile_title {
    background: #f1f8ff;
    position: relative;
    color: #0069b1;
    font-size: 4.6875vw;
    padding: 1.04167vw 5.20833vw 1.04167vw 11.19792vw;
    margin: 0 -3.90625vw 7.8125vw;
  }
  .profile .profile_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4.49219vw;
    height: 1px;
    width: 5.20833vw;
    background: #0069b1;
  }
  .profile .dotted_title {
    position: relative;
    font-size: 4.94792vw;
    font-weight: bold;
    letter-spacing: 0.49479vw;
    color: #0069b1;
    line-height: 1;
    padding: 0 6.51042vw 2.60417vw;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 3.90625vw;
  }
  .profile .dotted_title:before {
    content: '';
    display: block;
    width: 2.60417vw;
    height: 2.60417vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #0069b1;
    position: absolute;
    top: 1.04167vw;
    left: 0;
  }
  .profile .info_block {
    position: relative;
    padding-bottom: 7.8125vw;
    font-size: 4.16667vw;
    letter-spacing: 0.20833vw;
    line-height: 1.5;
  }
  .profile .info_block.haft {
    line-height: 1.8;
  }
  .profile .info_block dl {
    padding-bottom: 3.90625vw;
  }
  .profile .info_block dl dd {
    padding-left: 3.90625vw;
  }
  .profile .info_block .profile_img {
    display: block;
    max-width: 100%;
    margin: 0 auto 3.90625vw;
  }
  .profile .info_block .outer_link {
    color: #0069b1;
    text-decoration: underline;
    text-underline-position: under;
  }
  .profile .info_block .l0 {
    letter-spacing: 0;
  }
  .profile .info_block .signature {
    font-weight: bold;
    text-align: right;
    letter-spacing: 0.65104vw;
    margin-top: 2.60417vw;
  }
  .profile .info_block .signature span {
    font-size: 4.42708vw;
  }
  .profile .info_block.dot_p p {
    text-indent: -21px;
    padding-left: 16px;
  }
  .profile .google_map iframe {
    width: 100%;
    height: 65.10417vw;
    border: 0;
  }
}
