@charset "utf-8";

#suntory_contents .item_list figure img {
    pointer-events: none;
}
#suntory_contents .download_list figure a img {
    pointer-events: none;
}

/*------------------------------------------------------------
[SP] 
------------------------------------------------------------ */
@media screen and (max-width:767px){
    
    /*------------------------------------------------------------
    [SP] title
    ------------------------------------------------------------ */
    #suntory_contents .title {
        margin: 8vw 0 12vw;
    }
    #suntory_contents .title h1 {
        font-size: 5.6vw;
        font-weight: normal;
        text-align: center;
    }
    
    
    /*------------------------------------------------------------
      [SP] press_contents
    ------------------------------------------------------------ */
    #suntory_contents .press_contents {
        margin: 0 4vw 8vw;
        padding-bottom: 8vw;
        border-bottom: 1px #ccc solid;
    }
    #suntory_contents .press_contents:last-child {
        margin 0 4vw 12vw;
        padding-bottom: 0;
        border-bottom: none;
    }
    #suntory_contents .press_contents h2 {
        margin-bottom: 5.6vw;
        font-size: 4.8vw;
        font-weight: normal;
    }
    #suntory_contents .press_contents .text p {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    
    #suntory_contents .number_list {
        display: flex;
        flex-direction: column;
    }
    #suntory_contents .number_list li {
        list-style: none;
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents .press_contents .btn_container {
        margin: 8vw 0 0;
    }
    #suntory_contents .press_contents .btn_container li {
        width: auto;
        list-style: none;
    }
    #suntory_contents .press_contents .btn_container li + li {
        margin-top: 8vw;
    }
    #suntory_contents .press_contents .btn_container li a {
        text-decoration: none;
        color: #000;
        display: block;
        position: relative;
    }
    #suntory_contents .press_contents .btn_container li p {
        padding-bottom: 4vw;
        font-size: 4.266666666666667vw;
    }
    #suntory_contents .press_contents .btn_container li a picture {
        width: 100%;
        height: auto;
    }
    #suntory_contents .press_contents .btn_container li a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .press_contents .link {
        margin: 8vw 0 0;
        text-align: center;
    }
    #suntory_contents .press_contents .link a {
        text-decoration: none;
        color: #000;
        font-size: 3.733333333333333vw;
        line-height: 3.733333333333333vw;
        position: relative;
        padding: 0;
    }
    #suntory_contents .press_contents .link a::after {
        content: '';
        width: 1.866666666666667vw;
        height: 3.733333333333333vw;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
        background-size: 1.866666666666667vw auto;
        position: absolute;
        top: calc(50% - 1.866666666666667vw);
        right: -4.533333333333333vw;
    }
    
    /*------------------------------------------------------------
      [SP] list_contents
    ------------------------------------------------------------ */
    #suntory_contents .list_contents {
        margin-bottom: 16vw;
    }
    #suntory_contents .data_table {
        margin:0 4vw 8vw;
        border-top: 1px #ccc solid;
    }
    #suntory_contents .data_table th {
        font-size: 3.733333333333333vw;
        line-height: 1.8;
        font-weight: normal;
        text-align: left;
        border-bottom: 1px #ccc solid;
        padding: 5.333333333333333vw 0;
        width: 24vw;
    }
    #suntory_contents .data_table td {
        font-size: 3.733333333333333vw;
        line-height: 1.8;
        border-bottom: 1px #ccc solid;
        padding: 5.333333333333333vw 0;
        width: 68vw;
    }
    #suntory_contents .item_list {
        margin: 0 4vw 0;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px #ccc solid;
    }
    #suntory_contents .item_list li {
        list-style: none;
        position: relative;
        border-left: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
        padding: 45px 0 30px;
        width: calc(50% - 1px);
    }
    #suntory_contents .item_list li:nth-child(2n) {
        border-right: 1px #ccc solid;
        width: calc(50% - 2px);
    }
    
    #suntory_contents .item_list li:last-child {
        border-right: 1px #ccc solid;
    }
    #suntory_contents .item_list li .num {
        width: 8vw;
        height: 7.2vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E4DDD3;
        font-size: 4.266666666666667vw;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
    }
    #suntory_contents .item_list li figure {
        text-align: center;
    }
    #suntory_contents .item_list li figure p {
        margin: 0 auto 4vw;
        padding: 0;
        width: 40vw;
        height: 40vw;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .item_list li figure img {
        max-width: 40vw;
        max-height: 40vw;
        vertical-align: bottom;
    }
    #suntory_contents .item_list li figure figcaption {
        margin: 0 auto;
        font-size: 3.2vw;
        line-height: 1.5;
        width: 40vw;
        text-align: left;
    }
    
    /* 外部お問い合わせ */
    #suntory_contents .data_table .text {
        font-size: 3.733333333333333vw;
        line-height:1.8;
    }
    #suntory_contents .data_table .text a,
    #suntory_contents .data_table .mail a {
      text-decoration: none;
      color: #000;
      font-size: 3.733333333333333vw;
      line-height: 3.733333333333333vw;
      position: relative;
      padding: 0;
    }
    #suntory_contents .data_table .mail a::after {
      content: '';
      display: block;
      width: 1.866666666666667vw;
      height: 3.733333333333333vw;
      background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
      background-size: 1.866666666666667vw auto;
      position: absolute;
      top: calc(50% - 1.6vw);
      right: -3.2vw;
    }
    #suntory_contents .data_table .pdf_link2 a,
    #suntory_contents .data_table .external_link2 a {
      text-decoration: none;
      color: #000;
      font-size: 3.733333333333333vw;
      position: relative;
      padding: 0;
    }
    
    #suntory_contents .data_table .pdf_link2 a span {
      color: #DD0000;
      background: #fff;
      font-size: 12px;
      border: 1px #ccc solid;
      padding: 0 5px;
      vertical-align: middle;
      margin: 0 5px 0;
    }
    
    #suntory_contents .data_table .pdf_link2 a::after {
      content: '';
      width: 2.4vw;
      height: 2.4vw;
      background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
      background-size: 2.4vw auto;
      position: absolute;
      bottom: 1.6vw;
      right: -3vw;
    }
    #suntory_contents .data_table .external_link2 a::after {
      content: '';
      display: block;
      width: 1.866666666666667vw;
      height: 3.733333333333333vw;
      background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
      background-size: 1.866666666666667vw auto;
      position: absolute;
      top: calc(50% - 1.6vw);
      right: -3.2vw;
    }
    #suntory_contents .data_table .external_link2 a::before {
      content: '';
      width: 2.4vw;
      height: 2.4vw;
      background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
      background-size: 2.4vw auto;
      position: absolute;
      bottom: 1.6vw;
      right: -6.8vw;
    }
    

    /*------------------------------------------------------------
      [SP] down_load_note, down_load_notice
    ------------------------------------------------------------ */
    #suntory_contents .down_load_note {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        margin: 0 4vw 5.6vw;
    }
    #suntory_contents .down_load_notice {
        background: #F6F4F1;
        padding: 8vw 4vw;
        margin: 0 4vw 16vw;
    }
    #suntory_contents .down_load_notice p {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        margin-bottom: 4vw;
    }
    #suntory_contents .down_load_notice ol {
        margin: 0 0 5.6vw 2em;
    }
    #suntory_contents .down_load_notice ol li {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents .down_load_notice dl + dl {
        margin-top: 5.6vw;
    }
    #suntory_contents .down_load_notice dt {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents .down_load_notice dd {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }

    /*------------------------------------------------------------
      [SP] download_contents
    ------------------------------------------------------------ */
    #suntory_contents .download_contents {
        margin-bottom: 13.333333333333333vw;
    }
    #suntory_contents .download_contents h2 {
        margin: 0 4vw 4vw;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        font-weight: normal;
        text-align: center;
    }
    #suntory_contents .download_contents .term {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        margin-bottom: 8vw;
        text-align: center;
    }
    #suntory_contents .download_list {
        margin: 0 4vw;
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents .download_list li {
        width: 44vw;
        margin: 0 4vw 8vw 0;
        list-style: none;
    }
    #suntory_contents .download_list li:nth-child(2n) {
        margin: 0 0 8vw 0;
    }
    #suntory_contents .download_list .num {
        margin-bottom: 15px;
        width: 8vw;
        height: 7.2vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E4DDD3;
        font-size: 4.266666666666667vw;
    }
    #suntory_contents .download_list figure {
        width: 44vw;
    }
    #suntory_contents .download_list figure .img {
        width: 44vw;
        height: 44vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;
    }
    #suntory_contents .download_list figure img {
        max-width: 44vw;
        max-height: 44vw;
        vertical-align: bottom;
    }
    #suntory_contents .download_list figure .text {
        margin-top: 5.333333333333333vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }
    #suntory_contents .download_list figure .text + .text {
        margin-top: 6.666666666666667vw;
    }

    
    /* 外部お問い合わせ */
    #suntory_contents .contact_info {
        margin:0 4vw 8vw;
        line-height:1.8;
    }
    #suntory_contents .contact_info .text {
        font-size: 3.733333333333333vw;
    }
    #suntory_contents .contact_info .text a,
    #suntory_contents .contact_info .mail a {
      text-decoration: none;
      color: #000;
      font-size: 3.733333333333333vw;
      line-height: 3.733333333333333vw;
      position: relative;
      padding: 0;
    }
    #suntory_contents .contact_info .mail a::after {
      content: '';
      display: block;
      width: 1.866666666666667vw;
      height: 3.733333333333333vw;
      background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
      background-size: 1.866666666666667vw auto;
      position: absolute;
      top: calc(50% - 1.6vw);
      right: -3.2vw;
    }
    #suntory_contents .contact_info .pdf_link2 a,
    #suntory_contents .contact_info .external_link2 a {
      text-decoration: none;
      color: #000;
      font-size: 3.733333333333333vw;
      position: relative;
      padding: 0;
    }
    
    #suntory_contents .contact_info .pdf_link2 a span {
      color: #DD0000;
      background: #fff;
      font-size: 12px;
      border: 1px #ccc solid;
      padding: 0 5px;
      vertical-align: middle;
      margin: 0 5px 0;
    }
    
    #suntory_contents .contact_info .pdf_link2 a::after {
      content: '';
      width: 2.4vw;
      height: 2.4vw;
      background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
      background-size: 2.4vw auto;
      position: absolute;
      bottom: 1.6vw;
      right: -3vw;
    }
    #suntory_contents .contact_info .external_link2 a::after {
      content: '';
      display: block;
      width: 1.866666666666667vw;
      height: 3.733333333333333vw;
      background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
      background-size: 1.866666666666667vw auto;
      position: absolute;
      top: calc(50% - 1.6vw);
      right: -3.2vw;
    }
    #suntory_contents .contact_info .external_link2 a::before {
      content: '';
      width: 2.4vw;
      height: 2.4vw;
      background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
      background-size: 2.4vw auto;
      position: absolute;
      bottom: 1.6vw;
      right: -6.8vw;
    }
    
    
}
/*------------------------------------------------------------
[PC] 
------------------------------------------------------------ */
@media print, screen and (min-width:768px) { 

    /*------------------------------------------------------------
      [PC] title
    ------------------------------------------------------------ */
    #suntory_contents .title {
        margin: 50px 0 80px;
    }
    #suntory_contents .title h1 {
        font-size: 28px;
        font-weight: normal;
        text-align: center;
    }
    
    /*------------------------------------------------------------
      [PC] press_contents
    ------------------------------------------------------------ */
    #suntory_contents .press_contents {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px #ccc solid;
    }
    #suntory_contents .press_contents:last-child {
        margin-bottom: 100px;
        padding-bottom: 0;
        border-bottom: none;
    }
    #suntory_contents .press_contents h2 {
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: normal;
    }
    
    #suntory_contents .text_wrap {
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents .press_contents .text {
        width: 670px;
    }
    
    #suntory_contents .press_contents .text p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    #suntory_contents .number_list {
        display: flex;
    }
    #suntory_contents .number_list li {
        list-style: none;
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents .number_list li + li {
        margin-left: 2em;
    }
    
    #suntory_contents .press_contents .btn_container {
        margin: 50px 0 0;
        display: flex;
        justify-content: space-between;
    }
    
    #suntory_contents .press_contents .btn_container li {
        width: 460px;
        list-style: none;
        overflow: hidden;
    }
    #suntory_contents .press_contents .btn_container li a {
        text-decoration: none;
        color: #000;
        display: block;
        position: relative;
    }
    #suntory_contents .press_contents .btn_container li p {
        padding-bottom: 25px;
        font-size: 18px;
        
    }
    #suntory_contents .press_contents .btn_container li a picture {
        width: 460px;
        height: 160px;
    }
    #suntory_contents .press_contents .btn_container li a:after {
        content: '';
        width: 460px;
        height: 10px;
        background: #fff;
        position: absolute;
        bottom: 160px;
        left: 0;
        z-index: 1;
    }
    #suntory_contents .press_contents .btn_container li a picture img {
        width: 460px;
        height: 160px;
        vertical-align: bottom;
        transition: all .5s ease;
    }
    #suntory_contents .press_contents .btn_container li a:hover picture img {
        opacity: .85;
/*        transform: scale(1.05);*/
    }
    
    #suntory_contents .press_contents .link {
        width: 250px;
        text-align: right;
    }
    #suntory_contents .press_contents .link a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        line-height: 14px;
        position: relative;
        padding: 0 0 3px 0;
    }
    #suntory_contents .press_contents .link a:hover {
        border-bottom: 1px #666 solid;
    }
    #suntory_contents .press_contents .link a::after {
        content: '';
        width: 7px;
        height: 14px;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 8.5px);
        right: -16px;
    }
    
    
    /*------------------------------------------------------------
      [PC] list_contents
    ------------------------------------------------------------ */
    #suntory_contents .list_contents {
        margin-bottom: 120px;
    }
    #suntory_contents .data_table {
        margin-bottom: 50px;
        border-top: 1px #ccc solid;
        width: 100%;
    }
    #suntory_contents .data_table th {
        font-size: 16px;
        line-height: 1.8;
        font-weight: normal;
        text-align: left;
        border-bottom: 1px #ccc solid;
        padding: 25px 0;
        width: 230px;
    }
    #suntory_contents .data_table td {
        font-size: 16px;
        line-height: 1.8;
        border-bottom: 1px #ccc solid;
        padding: 25px 0;
        width: 730px;
    }
    #suntory_contents .item_list {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px #ccc solid;
    }
    #suntory_contents .item_list li {
        list-style: none;
        position: relative;
        border-left: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
        padding: 45px 0 30px;
    }
    
    #suntory_contents .item_list li:nth-child(3n -2) {
       width: 319px;
    }
    #suntory_contents .item_list li:nth-child(3n -1) {
       width: 319px;
    }
    #suntory_contents .item_list li:nth-child(3n) {
        border-right: 1px #ccc solid;
        width: 318px;
    }
    
    #suntory_contents .item_list li:last-child {
        border-right: 1px #ccc solid;
    }
    #suntory_contents .item_list li .num {
        width: 40px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E4DDD3;
        font-size: 18px;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
    }
    #suntory_contents .item_list li figure {
        text-align: center;
    }
    #suntory_contents .item_list li figure p {
        margin: 0 auto 15px;
        padding: 0;
        width: 170px;
        height: 170px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .item_list li figure img {
        max-width: 170px;
        max-height: 170px;
        vertical-align: bottom;
    }
    #suntory_contents .item_list li figure figcaption {
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.5;
        width: 280px;
        text-align: left;
    }

    
    
    /* 外部お問い合わせ */
    #suntory_contents .data_table .text {
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents .data_table .text a,
    #suntory_contents .data_table .mail a {
      text-decoration: none;
      color: #000;
      font-size: 14px;
      line-height: 14px;
      position: relative;
      padding: 0 0 3px 0;
    }
    #suntory_contents .data_table .text a:hover,
    #suntory_contents .data_table .mail a:hover {
      border-bottom: 1px #666 solid;
    }
    #suntory_contents .data_table .mail a::after {
      content: '';
      width: 7px;
      height: 16px;
      background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
      background-size: 7px auto;
      position: absolute;
      top: calc(50% - 8.5px);
      right: -16px;
    }
    
    #suntory_contents .data_table .pdf_link2 a,
    #suntory_contents .data_table .external_link2 a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        line-height: 14px;
        position: relative;
        padding: 0 0 3px 0;
      }
      #suntory_contents .data_table .pdf_link2 a:hover,
      #suntory_contents .data_table .external_link2 a:hover {
        border-bottom: 1px #666 solid;
      }
      #suntory_contents .data_table .pdf_link2 a span {
        align-items: center;
        justify-content: center;
        color: #DD0000;
        background: #fff;
        font-size: 12px;
        border: 1px #ccc solid;
        padding: 0 5px;
        margin-left: 5px;
      }
      #suntory_contents .data_table .pdf_link2 .sp_only {
        display: none;
      }
      #suntory_contents .data_table .pdf_link2 a::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        bottom: auto;
        top: 0;
        right: -20px;
      }
        #suntory_contents .data_table .external_link2 a::after {
          content: '';
          width: 7px;
          height: 16px;
          background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
          background-size: 7px auto;
          position: absolute;
          top: calc(50% - 8.5px);
          right: -16px;
        }
        #suntory_contents .data_table .external_link2 a::before {
          content: '';
          width: 10px;
          height: 10px;
          background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
          background-size: 10px auto;
          position: absolute;
          bottom: auto;
          top: 0;
          right: -36px;
        }
       .sp_only {
        display: none;
      }

    
    /*------------------------------------------------------------
      [PC] down_load_note, down_load_notice
    ------------------------------------------------------------ */
    #suntory_contents .down_load_note {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    #suntory_contents .down_load_notice {
        background: #F6F4F1;
        padding: 40px 50px;
        margin-bottom: 80px;
    }
    #suntory_contents .down_load_notice p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
    }
    #suntory_contents .down_load_notice ol {
        margin: 0 0 30px 2em;
    }
    #suntory_contents .down_load_notice ol li {
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents .down_load_notice dl {
        display: flex;
    }
    #suntory_contents .down_load_notice dl + dl {
        margin-top: 15px;
    }
    #suntory_contents .down_load_notice dt {
        font-size: 14px;
        line-height: 1.8;
        width: 150px;
    }
    #suntory_contents .down_load_notice dd {
        font-size: 14px;
        line-height: 1.8;
        width: 710px;
    }

    /*------------------------------------------------------------
      [PC] download_contents
    ------------------------------------------------------------ */
    #suntory_contents .download_contents {
        margin-bottom: 70px;
    }
    #suntory_contents .download_contents:last-child {
        margin-bottom: 60px;
    }
    #suntory_contents .download_contents h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 1.5;
        font-weight: normal;
        text-align: center;
    }
    #suntory_contents .download_contents .term {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 50px;
        text-align: center;
    }

    #suntory_contents .download_list {
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents .download_list li {
        width: 300px;
        margin: 0 30px 50px 0;
        list-style: none;
    }
    #suntory_contents .download_list li:nth-child(3n) {
        margin: 0 0 50px 0;
    }
    
    #suntory_contents .download_list .num {
        margin-bottom: 15px;
        width: 40px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E4DDD3;
        font-size: 18px;
    }
    #suntory_contents .download_list figure {
        width: 300px;
    }
    #suntory_contents .download_list figure .img {
        width: 300px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;
    }
    #suntory_contents .download_list figure img {
        max-width: 300px;
        max-height: 300px;
        vertical-align: bottom;
    }
    #suntory_contents .download_list figure a:hover img {
        opacity: .85;
    }
    
    #suntory_contents .download_list figure .text {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.5;
    }
    #suntory_contents .download_list figure .text + .text {
        margin-top: 25px;
    }
    

    /* 外部お問い合わせ */
    #suntory_contents .contact_info {
        line-height:1.8;
        display:table;
        margin:0 auto 60px;
    }
    #suntory_contents .contact_info .text {
        font-size: 14px;
    }
    #suntory_contents .contact_info .text a,
    #suntory_contents .contact_info .mail a {
      text-decoration: none;
      color: #000;
      font-size: 14px;
      line-height: 16px;
      position: relative;
      padding: 0 0 3px 0;
    }
    #suntory_contents .contact_info .text a:hover,
    #suntory_contents .contact_info .mail a:hover {
      border-bottom: 1px #666 solid;
    }
    #suntory_contents .contact_info .mail a::after {
      content: '';
      width: 7px;
      height: 16px;
      background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
      background-size: 7px auto;
      position: absolute;
      top: calc(50% - 8.5px);
      right: -16px;
    }
    #suntory_contents .contact_info .pdf_link2 a,
    #suntory_contents .contact_info .external_link2 a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        line-height: 14px;
        position: relative;
        padding: 0 0 3px 0;
      }
      #suntory_contents .contact_info .pdf_link2 a:hover,
      #suntory_contents .contact_info .external_link2 a:hover {
        border-bottom: 1px #666 solid;
      }
      #suntory_contents .contact_info .pdf_link2 a span {
        align-items: center;
        justify-content: center;
        color: #DD0000;
        background: #fff;
        font-size: 12px;
        border: 1px #ccc solid;
        padding: 0 5px;
        margin-left: 5px;
      }
      #suntory_contents .contact_info .pdf_link2 .sp_only {
        display: none;
      }
      #suntory_contents .contact_info .pdf_link2 a::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        bottom: auto;
        top: 0;
        right: -20px;
      }
      #suntory_contents .contact_info .external_link2 a::after {
        content: '';
        width: 7px;
        height: 16px;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 8.5px);
        right: -16px;
      }
      #suntory_contents .contact_info .external_link2 a::before {
          content: '';
          width: 10px;
          height: 10px;
          background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
          background-size: 10px auto;
          position: absolute;
          bottom: auto;
          top: 0;
          right: -36px;
        }
       .sp_only {
        display: none;
      }

    


}