@charset "utf-8";

/*------------------------------------------------------------
[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] info_list
    ------------------------------------------------------------ */
    #suntory_contents .info_list {
        margin: 0 4vw 16vw;
    }
    #suntory_contents .info_list_table th {
        display: block;
        font-size: 3.466666666666667vw;
        line-height: 1.5;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        padding-top: 4vw;
        margin-bottom: 4vw;
    } 
    #suntory_contents .info_list_table td {
        display: block;
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px #ccc solid;
        padding-bottom: 4vw;
    } 
    #suntory_contents .info_list_table tr:first-child th,
    #suntory_contents .info_list_table tr:first-child td {
        padding-top: 0;
    }
    #suntory_contents .info_list_table tr:last-child th,
    #suntory_contents .info_list_table tr:last-child td {
        padding-bottom: 0;
        border-bottom: none;
    }
    #suntory_contents .info_list_table td {
        padding-right: 3.733333333333333vw;
    }
    #suntory_contents .info_list_table td.pdf {
        padding-right: 13.333333333333333vw;
    }
    #suntory_contents .info_list_table td a {
        text-decoration: none;
        color: #000;
        padding-bottom: 0.8vw;
        display: inline;
    }
    #suntory_contents .info_list_table td span {
        width: 1px;
        height: 6.240000000000001vw;
        position: relative;
    }
    #suntory_contents .info_list_table td span::before {
        content: '';
        width: 1.866666666666667vw;
        height: 3.2vw;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
        background-size: 1.866666666666667vw auto;
        position: absolute;
        top: 0;
        right: -3.733333333333333vw;
    }
    #suntory_contents .info_list_table td.external span::before {
        content: '';
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        background: url(../img/icon_external_gr.svg) no-repeat right top;
        background-size:2.666666666666667vw auto;
        position: absolute;
        top: 0;
        right: -4.666666666666667vw;
    }
    #suntory_contents .info_list_table td.pdf span::after {
        content: 'PDF';
        font-size: 3.2vw;
        line-height: 1;
        color: #DD0000;
        background: none;
        width: 9.6vw;
        height: 4.8vw;
        background: #fff;
        border: 1px #ccc solid;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -0.8vw;
        right: -12vw;
    }
    #suntory_contents .info_list_table td.pdf span::before {
        background: none;
        width: 0;
        height: 0;
    }
    
    /*------------------------------------------------------------
      [sp] news_detail
    ------------------------------------------------------------ */
    #suntory_contents .news_detail {
       margin: 0 4vw 16vw;
    }
    #suntory_contents .news_detail .date {
        font-size: 3.466666666666667vw;
        margin-bottom: 4vw;
    }
    #suntory_contents .news_detail h2 {
        font-size: 5.6vw;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 8vw;
    }
    #suntory_contents .news_detail .text {
        font-size: 3.733333333333333vw;
        line-height: 2;
    }
    #suntory_contents .news_detail .text p {
        margin-bottom: 9.6vw;
    }
    #suntory_contents .news_detail .text a {
        color: #000;
        text-decoration: none;
        padding-bottom: 0.8vw;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents .news_detail .text a.img {
        padding-bottom: 0;
        border-bottom: none;
    }
    
    #suntory_contents .news_detail figure {
        margin-bottom: 8vw;
        text-align: center;
    }
    
    #suntory_contents .news_detail img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .news_detail figure img {
        max-width: 100%;
        height: auto;
        margin-bottom: 4vw;
        vertical-align: bottom;
    }
    
    #suntory_contents .news_detail figure figcaption {
        font-size: 2.933333333333333vw;
        line-height: 1.8;
        text-align: left;
    }

    #suntory_contents .news_detail .note {
        font-size: 3.733333333333333vw;
        line-height: 2;
    }
    #suntory_contents .news_detail .note a {
        color: #000;
        text-decoration: none;
        padding-bottom: 0.8vw;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents .news_detail .note a:hover {
        border-bottom: 1px #666 solid;
        color: #666;
    }
  
    
    
}
/*------------------------------------------------------------
[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] info_list
    ------------------------------------------------------------ */
    #suntory_contents .info_list {
        margin: 0 auto 120px;
        width: 860px;
    }
    #suntory_contents .info_list_table th {
        width: 170px;
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px #ccc solid;
        padding-top: 30px;
        padding-bottom: 30px;
    } 
    #suntory_contents .info_list_table td {
        width: 690px;
        font-size: 14px;
        line-height: 1.8;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px #ccc solid;
        padding-top: 30px;
        padding-bottom: 30px;
    } 
    #suntory_contents .info_list_table tr:first-child th,
    #suntory_contents .info_list_table tr:first-child td {
        padding-top: 0;
    }
    #suntory_contents .info_list_table tr:last-child th,
    #suntory_contents .info_list_table tr:last-child td {
        padding-bottom: 0;
        border-bottom: none;
    }
    #suntory_contents .info_list_table td {
        padding-right: 14px;
    }
    #suntory_contents .info_list_table td.pdf {
        padding-right: 50px;
    }
    #suntory_contents .info_list_table td a {
        text-decoration: none;
        color: #000;
        padding-bottom: 3px;
        display: inline;
    }
    #suntory_contents .info_list_table td a:hover {
        border-bottom: 1px #000 solid;
    }
    #suntory_contents .info_list_table td span {
        width: 1px;
        height: 25.2px;
        position: relative;
    }
    #suntory_contents .info_list_table td span::before {
        content: '';
        width: 7px;
        height: 25.2px;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 0;
        background-size: 7px auto;
        position: absolute;
        top: 0;
        right: -14px;
    }
    #suntory_contents .info_list_table td.external span::before {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external_gr.svg) no-repeat 0 center;
        background-size: 10px auto;
        position: absolute;
        top: 0;
        right: -18px;
    }
    #suntory_contents .info_list_table td.pdf span::after {
        content: 'PDF';
        font-size: 12px;
        line-height: 1;
        color: #DD0000;
        background: none;
        width: 40px;
        height: 20px;
        background: #fff;
        border: 1px #ccc solid;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -3px;
        right: -50px;
    }
    #suntory_contents .info_list_table td.pdf span::before {
        background: none;
        width: 0;
        height: 0;
    }
    
    /*------------------------------------------------------------
      [PC] news_detail
    ------------------------------------------------------------ */
    #suntory_contents .news_detail {
        margin: 0 auto 120px;
        width: 860px;
    }
    #suntory_contents .news_detail .date {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #suntory_contents .news_detail h2 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 50px;
    }
    #suntory_contents .news_detail .text {
    	font-size: 14px;
    	line-height: 2;
    }
    #suntory_contents .news_detail .text a {
        color: #000;
        text-decoration: none;
        padding-bottom: 3px;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents .news_detail .text a:hover {
        border-bottom: 1px #666 solid;
        color: #666;
    }
    #suntory_contents .news_detail .text a.img {
        border: none;
        padding-bottom: 0;
    }
    #suntory_contents .news_detail .text a.img:hover {
        border: none;
    }
    
    #suntory_contents .news_detail .text p {
        margin-bottom: 36px;
    }
    #suntory_contents .news_detail figure {
        margin-bottom: 50px;
        text-align: center;
    }
    #suntory_contents .news_detail figure img {
        max-width: 860px;
        height: auto;
        margin-bottom: 35px;
        vertical-align: bottom;
    }
    
    #suntory_contents .news_detail figure figcaption {
        font-size: 12px;
        line-height: 1.8;
        text-align: left;
    }

    #suntory_contents .news_detail .note {
        font-size: 14px;
        line-height: 2;
    }
    #suntory_contents .news_detail .note a {
        color: #000;
        text-decoration: none;
        padding-bottom: 3px;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents .news_detail .note a:hover {
        border-bottom: 1px #666 solid;
        color: #666;
    }
}