.dys-proper-use_title {
    width: 100%;
    margin-bottom: 20px;
}
#main p.dys-proper-use_introduction {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.dys-proper-use_wrap {
    width: calc(100% - 160px);
    padding: 0 80px 16px;
    margin: 0 auto;
}
.dys-proper-use_attention {
    font-size: 24px;
    font-weight: bold;
    display: grid;
    grid-template-columns: 40px 1fr;
}
#main .dys-proper-use_attention p {
    margin-bottom: 0;
}
#main .dys-proper-use_attention div.yellow-circle{
    width: 30px;
    margin: 0 1% 0 0;
}
#main .dys-proper-use_attention div.yellow-circle div{
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #ffef26;
}
#main .dys-proper-use_attention div.blue-circle{
    width: 20px;
    margin: 0 1% 0 0;
}
#main .dys-proper-use_attention div.blue-circle div{
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #003c75;
}
.dys-proper-use_wrap .dys-proper-use_attention {
    grid-template-columns: 30px 1fr;
    align-items: center;
}
.dys-proper-use_link-wrap:not(:last-child) {
    margin-bottom: 48px;
}
.dys-proper-use_link-wrap {
    padding: 10px;
}
.dys-proper-use_link-wrap a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 48px 16px 24px;
    margin-bottom: 16px;
    background: #DEEBF7;
    border-radius: 8px;
}
.dys-proper-use_link-wrap a:hover {
    opacity: 0.9;
}
.dys-proper-use_link-wrap a:before {
    content: "\03e";
    position: absolute;
    right: 24px;
}
#main .dys-proper-use_link-wrap a p {
    font-weight: bold;
    margin: 0;
}
#main .dys-proper-use_link-wrap a p:first-child {
    width: calc(100% - 40px);
    margin-right: 8px;
}
#main .dys-proper-use_link-wrap a + p {
    margin: 0;
}
span.dys-proper-use_bg-white {
    background: #fff;
    padding: 8px;
    margin-right: 8px;
    display: inline-block;
    line-height: 1;
    height: 10px;
    font-size: 14px;
}
#main .dys-proper-use_related-content {
    background: none;
    padding: 0 24px;
    padding: 10px 10px 0;
    margin-bottom: 48px;
}
#main .dys-proper-use_related-content a:hover{
    text-decoration: none;
    opacity: 0.9;
}
#main .dys-proper-use_related-content .dys-proper-use_grid {
    display: grid;
    grid-template-columns: 240px 1fr;
}
#main .dys-proper-use_related-content .dys-proper-use_grid img {
    max-width: 90%;
}
#main .dys-proper-use_related-content .dys-proper-use_grid p {
    color: #000;
    margin: 0;
}
#main .dys-proper-use_related-content .dys-proper-use_grid .content-title {
    color: #4472c4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* movie */
.dys-proper-use_movie {
    background: #fff2cc;
    margin: 10px 0 48px;
    position: relative;
    padding: 16px 24px;
    font-size: 18px;
}
.dys-proper-use_movie > a {
    display: flex;
    padding: 16px 48px 16px 24px;
}
.dys-proper-use_movie > a:before {
    content: "\03e";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.dys-proper-use_movie > a:hover {
    opacity: 0.9;
}
span.red-txt{
    color: #f00;
    font-weight: bold;
}
.dys-proper-use_movie-item:first-child,
.dys-proper-use_movie-item:first-child img {
    width: 330px;
}
#main .dys-proper-use_movie-items {
    display: flex;
}
#main .dys-proper-use_movie-items a {
    padding-right: 20px;
}
#main .dys-proper-use_movie-item {
    margin-top: auto
}
#main .dys-proper-use_movie-item .dys-proper-use_movie_play {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 30px;
    padding: 0;
    background: #003D75;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    margin: 0;
}
#main .dys-proper-use_movie-item .dys-proper-use_movie_play::before {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-left: 10px solid currentColor;
    content: "";
    color: #fff;
}
#main .dys-proper-use_movie-items .link-btn {
    text-align: center;
}
#main .dys-proper-use_movie-items .link-btn a {
    background: #0070c0;
    color: #fff !important;
    border-radius: 40px;
    padding: 12px 32px;
    line-height: 1.3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
#main .dys-proper-use_movie-items .link-btn a:after {
    top: calc(40% - 2px);
    content: "\03e";
    transform: none;
    width: unset;
    border: 0;
}
#main .dys-proper-use_movie-items a:hover {
    opacity: 0.9;
    box-shadow: none;
    top: 2px;
}
#main .dys-proper-use_movie-items .link-btn a:hover:after {
    text-decoration: none;
    border: 0;
}

/* sp */
@media screen and (max-width: 767px) {
.dys-proper-use_wrap {
    width: 100%;
    padding: 0;
}
.dys-proper-use_link-wrap a {
    padding: 8px 24px 8px 16px;
}
.dys-proper-use_link-wrap a:before {
    right: 8px;
}
.dys-proper-use_link-wrap:not(:last-child) {
    margin-bottom: 24px;
}
span.dys-proper-use_bg-white {
    padding: 4px;
    margin-right: 4px;
    font-size: 12px;
}
#main .dys-proper-use_related-content .dys-proper-use_grid {
    display: block;
}
#main .dys-proper-use_related-content .dys-proper-use_grid img {
    max-width: 100%;
    margin-bottom: 15px;
}

/* movie */
.dys-proper-use_movie > a {
    display: block;
    padding: 8px 16px;
}
.dys-proper-use_movie > a:before {
    display: none;
}
.dys-proper-use_movie-item:first-child {
    margin-bottom: 8px;
}
.dys-proper-use_movie-item:first-child,
.dys-proper-use_movie-item:first-child img {
    width: 100%;
}
#main .dys-proper-use_movie-items {
    display: block;
}
#main .dys-proper-use_movie-items a {
    padding-right: 0;
}
#main .dys-proper-use_movie-item .dys-proper-use_movie_play {
    right: 8px;
}
#main .dys-proper-use_movie-items .link-btn a {
    width: 75%;
}
#main .dys-proper-use_movie-items .link-btn a:after {
    top: calc(40% - 3px);
}
}
@media screen and (min-width: 768px) {
br.dys-proper-use_pc_hide {
    display: none;
}
}

/* drug_info */
ul#drug_info{
  position: relative;
}
ul#drug_info li:nth-child(2){
  display: block !important;
}
@media screen and (min-width: 768px){
  ul#drug_info li:nth-child(1){
    position: absolute;
    right: 0;
    top: 0;
  }
  ul#drug_info li:nth-child(2){
    width: 100%;
    padding: 15px 136px 0;
  }
}
