@charset "utf-8";

/*=============================================================
  [PC] width 960px
============================================================ */


/*------------------------------------------------------------
  [PC] article_index
------------------------------------------------------------ */
#suntory_contents #article_index {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
}
#suntory_contents #article_index h1 {
    margin-bottom: 30px;
    padding-left: 130px;
    font-size: 36px;
    font-weight: bold;
    line-height: 92px;
    text-align: left;
    color: #333;
}
.groundwater #suntory_contents #article_index h1 {
    background: url(../img/marker_groundwater.png) no-repeat 0 0;
}
.art #suntory_contents #article_index h1 {
    background: url(../img/marker_art.png) no-repeat 0 0;
}
.community #suntory_contents #article_index h1 {
    background: url(../img/marker_community.png) no-repeat 0 0;
}
.news #suntory_contents #article_index h1 {
    background: url(../img/marker_news.png) no-repeat 0 0;
}

#suntory_contents #article_index ul {
    list-style: none;
}
#suntory_contents #article_index ul:after { content :''; display :block; clear :both; }

#suntory_contents #article_index li {
    margin: 0 0 50px 20px;
    width: 260px;
    float: left;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}
.groundwater #suntory_contents #article_index li {
    box-shadow: 5px 5px 10px rgba(193,227,255,1);
}
.art #suntory_contents #article_index li {
    box-shadow: 5px 5px 10px rgba(255,213,200,1);
}
.community #suntory_contents #article_index li {
    box-shadow: 5px 5px 10px rgba(206,233,193,1);
}
.news #suntory_contents #article_index li {
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}


#suntory_contents #article_index li a {
    color: #333;
}
#suntory_contents #article_index li a:hover {
    text-decoration: none;
}
#suntory_contents #article_index li:hover {
    opacity: .75;
}
#suntory_contents #article_index li figure img {
    width: 100%;
    vertical-align: bottom;
}
#suntory_contents #article_index li:nth-child(1),
#suntory_contents #article_index li:nth-child(4n + 1) {
    clear: left;
    margin: 0 0 50px 0;
}

#suntory_contents #article_index li .date {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
}

.groundwater #suntory_contents #article_index li .date {
    background: #66bbff;
}
.art #suntory_contents #article_index li .date {
    background: #ff9977;
}
.community #suntory_contents #article_index li .date {
    background: #88cc66;
}

#suntory_contents #article_index li h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 12px;
}

#suntory_contents #article_index li .text {
    font-size: 13px;
    padding: 0 20px 20px;
    color: #777;
}


#suntory_contents #article_index .btn_more {
    margin-bottom: 90px;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}
.groundwater #suntory_contents #article_index .btn_more {
    box-shadow: 5px 5px 10px rgba(193,227,255,1);
}
.art #suntory_contents #article_index .btn_more {
    box-shadow: 5px 5px 10px rgba(255,213,200,1);
}
.community #suntory_contents #article_index .btn_more {
    box-shadow: 5px 5px 10px rgba(206,233,193,1);
}
.news #suntory_contents #article_index .btn_more {
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}


#suntory_contents #article_index .btn_more a {
    display: block;
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
#suntory_contents #article_index .btn_more a:hover {
    text-decoration: none;
    opacity: .75;
}
#suntory_contents #article_index .btn_more a span {
    position: relative;
}

#suntory_contents #article_index .btn_more a span:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: -60px;
}
#suntory_contents #article_index .btn_more a span:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: -60px;
}

.groundwater #suntory_contents #article_index .btn_more a span:before {
    background: url(../img/arrow_groundwater.png) no-repeat 0 0;
    background-size: 23px auto;
}
.groundwater #suntory_contents #article_index .btn_more a span:after {
    background: url(../img/arrow_groundwater.png) no-repeat 0 0;
    background-size: 23px auto;
}
.art #suntory_contents #article_index .btn_more a span:before {
    background: url(../img/arrow_art.png) no-repeat 0 0;
    background-size: 23px auto;
}
.art #suntory_contents #article_index .btn_more a span:after {
    background: url(../img/arrow_art.png) no-repeat 0 0;
    background-size: 23px auto;
}
.community #suntory_contents #article_index .btn_more a span:before {
    background: url(../img/arrow_community.png) no-repeat 0 0;
    background-size: 23px auto;
}
.community #suntory_contents #article_index .btn_more a span:after {
    background: url(../img/arrow_community.png) no-repeat 0 0;
    background-size: 23px auto;
}


/*------------------------------------------------------------
  [PC] news_index
------------------------------------------------------------ */
#suntory_contents #news_index {
    margin: 0 auto 40px;
    padding: 0;
    width: 1100px;
}
#suntory_contents #news_index .title {
    margin-bottom: 30px;
    display: table;
}
#suntory_contents #news_index .title h1 {
    margin-bottom: 30px;
    padding-left: 130px;
    font-size: 36px;
    font-weight: bold;
    line-height: 92px;
    text-align: left;
    color: #333;
    background: url(../img/marker_news.png) no-repeat 0 0;
    display: table-cell;
}
#suntory_contents #news_index .title p {
    font-size: 16px;
    color: #333;
    display: table-cell;
    padding: 0 0 0 40px;
}

#suntory_contents #news_index ul {
    list-style: none;
}
#suntory_contents #news_index li {
    margin: 0 0 20px;
    padding: 30px 50px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}

#suntory_contents #news_index li:after { content :''; display :block; clear :both; }

#suntory_contents #news_index li a {
    color: #333;
}
#suntory_contents #news_index li a:hover {
    text-decoration: none;
}
#suntory_contents #news_index li:hover {
    opacity: .75;
}

#suntory_contents #news_index figure {
    width: 210px;
    float: left;
}
#suntory_contents #news_index figure.sp_img {
    display: none;
}
#suntory_contents #news_index figure img {
    width: 100%;
    vertical-align: bottom;
}
#suntory_contents #news_index .text_block {
    width: 760px;
    float: right;
}

#suntory_contents #news_index .date {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1em;
}
#suntory_contents #news_index h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #0077aa;
    margin-bottom: 1em;
}
#suntory_contents #news_index .text {
    font-size: 15px;
    line-height: 1.8;
    color: #777777;
}

#suntory_contents #news_index .btn_more {
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}
#suntory_contents #news_index .btn_more a {
    display: block;
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
#suntory_contents #news_index .btn_more a:hover {
    text-decoration: none;
    opacity: .75;
}
#suntory_contents #news_index .btn_more a span {
    position: relative;
}

#suntory_contents #news_index .btn_more a span:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: -60px;
    background: url(../img/arrow_news.png) no-repeat 0 0;
}
#suntory_contents #news_index .btn_more a span:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: -60px;
    background: url(../img/arrow_news.png) no-repeat 0 0;
}

/*------------------------------------------------------------
  [PC] article
------------------------------------------------------------ */
#suntory_contents #article {
    margin: 0 auto 40px;
    padding: 20px 80px;
    width: 1100px;
    background: #fff;
    box-sizing: border-box;
}

#suntory_contents #article .article_head {
    margin-bottom: 20px;
    display: flex;
    -webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content: space-between;
    -webkit-align-items: center;
 align-items: center;
}

#suntory_contents #article .date {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

#suntory_contents #article .label_container {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#suntory_contents #article .label {
    width: 260px;
    height: 40px;
    text-indent: -9999px;
    margin-left: 10px;
}
.groundwater #suntory_contents #article .label {
    background: url(../img/label_groundwater.png) no-repeat 0 0;
    background-size: 260px auto;
}
.community #suntory_contents #article .label {
    width: 190px;
    background: url(../img/label_community.png) no-repeat 0 0;
    background-size: 190px auto;
}
.art #suntory_contents #article .label {
    background: url(../img/label_art.png) no-repeat 0 0;
    background-size: 260px auto;
}

#suntory_contents #article h1 {
    margin-bottom: 40px;
    padding: 40px;
    font-size: 28px;
    font-weight: bold;
    line-height: a.8;
    text-align: left;
    color: #333;
}
.groundwater #suntory_contents #article h1 {
    background: #e0f1ff;
}
.art #suntory_contents #article h1 {
    background: #ffebe4;
}
.community #suntory_contents #article h1 {
    background: #e7f5e0;
}

#suntory_contents #article figure {
    margin-bottom: 40px;
    text-align: center;
}
#suntory_contents #article figure img {
    vertical-align: bottom;
    max-width: 100%;
}

#suntory_contents #article .text_block {
    font-size: 16px;
    line-height: 1.8;
}
#suntory_contents #article .text_block p {
    margin-bottom: 1em;
}

#suntory_contents #article .read_more {
    font-size: 16px;
    text-align: right;
}
#suntory_contents #article .read_more a {
    line-height: 35px;
    padding: 0 50px 0 0;
    display: inline-block;
}
.groundwater #suntory_contents #article .read_more a {
    background: url(../img/arrow_ball_groundwater.png) no-repeat right center;
    background-size: 35px auto;
    color: #2299ff;
}
.art #suntory_contents #article .read_more a {
    background: url(../img/arrow_ball_art.png) no-repeat right center;
    background-size: 35px auto;
    color: #ee7744;
}
.community #suntory_contents #article .read_more a {
    background: url(../img/arrow_ball_community.png) no-repeat right center;
    background-size: 35px auto;
    color: #66aa33;
}

.groundwater #suntory_contents #article .text_block p a {
    color: #2299ff;
}
.art #suntory_contents #article .text_block p a {
    color: #ee7744;
}
.community #suntory_contents #article .text_block p a {
    color: #66aa33;
}


/*------------------------------------------------------------
  [PC] recent_article
------------------------------------------------------------ */
#suntory_contents #recent_article {
    margin: 0 auto 40px;
    padding: 0;
    width: 1100px;
}
#suntory_contents #recent_article h2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

#suntory_contents #recent_article ul {
    list-style: none;
}
#suntory_contents #recent_article ul:after { content :''; display :block; clear :both; }

#suntory_contents #recent_article li {
    margin: 0 0 0 20px;
    width: 260px;
    float: left;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}
.groundwater #suntory_contents #recent_article li {
    box-shadow: 5px 5px 10px rgba(193,227,255,1);
}
.art #suntory_contents #recent_article li {
    box-shadow: 5px 5px 10px rgba(255,213,200,1);
}
.community #suntory_contents #recent_article li {
    box-shadow: 5px 5px 10px rgba(206,233,193,1);
}
.news #suntory_contents #recent_article li {
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}


#suntory_contents #recent_article li.groundwater {
    background: #e0f1ff;
}
#suntory_contents #recent_article li.art {
    background: #fff0eb;
}
#suntory_contents #recent_article li.community {
    background: #edf7e8;
}
#suntory_contents #recent_article li a {
    color: #333;
}
#suntory_contents #recent_article li a:hover {
    text-decoration: none;
}
#suntory_contents #recent_article li:hover {
    opacity: .75;
}
#suntory_contents #recent_article li h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 12px 12px 70px;
    box-sizing: border-box;
    min-height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#suntory_contents #recent_article li.groundwater h3 {
    background: #66bbff url(../img/icon_groundwater.png) no-repeat 13px center;
    background: 45px auto;
}
#suntory_contents #recent_article li.art h3 {
    background: #ff9977 url(../img/icon_art.png) no-repeat 13px center;
    background: 45px auto;
}

#suntory_contents #recent_article li.community h3 {
    background: #88cc66 url(../img/icon_community.png) no-repeat 13px center;
    background: 45px auto;
}
#suntory_contents #recent_article li figure img {
    width: 100%;
    vertical-align: bottom;
}
#suntory_contents #recent_article li:nth-child(1) {
    clear: left;
    margin: 0;
}
#suntory_contents #recent_article li .date {
    font-size: 13px;
    padding: 10px 20px;
}
#suntory_contents #recent_article li .text {
    font-size: 15px;
    padding: 0 20px 20px;
}

@media screen and (max-width:767px){

    /*=============================================================
      [SP] 
    ============================================================ */
    
    /*------------------------------------------------------------
      [SP] article_index
    ------------------------------------------------------------ */
    #suntory_contents #article_index {
        margin: 0 auto;
        padding: 0;
        width: auto;
    }
    #suntory_contents #article_index .title {
        margin: 0 15px 20px;
    }
    #suntory_contents #article_index h1 {
        padding-left: 60px;
        font-size: 18px;
        font-size: 5.625vw;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        color: #333;
        height: 45px;
        display: table-cell;
        vertical-align: middle;
    }
    .groundwater #suntory_contents #article_index h1 {
    background: url(../img/marker_groundwater.png) no-repeat 0 center;
    background-size:45px auto;
    }
    .art #suntory_contents #article_index h1 {
        background: url(../img/marker_art.png) no-repeat 0 center;
        background-size:45px auto;
    }
    .community #suntory_contents #article_index h1 {
        background: url(../img/marker_community.png) no-repeat 0 center;
        background-size:45px auto;
    }
    
    #suntory_contents #article_index ul {
    margin: 0 15px;
    }
    
    #suntory_contents #article_index li {
    margin: 0 0 20px 0;
    width: auto;
    float: none;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    .groundwater #suntory_contents #article_index li {
    box-shadow: 5px 5px 10px rgba(193,227,255,1);
    }
    .art #suntory_contents #article_index li {
        box-shadow: 5px 5px 10px rgba(255,213,200,1);
    }
    .community #suntory_contents #article_index li {
        box-shadow: 5px 5px 10px rgba(206,233,193,1);
    }
    .news #suntory_contents #recent_article li {
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    
    #suntory_contents #article_index li:nth-child(1),
    #suntory_contents #article_index li:nth-child(4n + 1) {
        clear: left;
        margin: 0 0 20px;
    }
    
    #suntory_contents #article_index li .date {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    }
    #suntory_contents #article_index li h3 {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: normal;
    padding: 12px;
    }

    #suntory_contents #article_index li .text {
    font-size: 13px;
    font-size: 4.0625vw;
    padding: 0 20px 20px;
    color: #777;
    }
    
    #suntory_contents #article_index .btn_more {
    margin: 0 15px 25px;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    .groundwater #suntory_contents #article_index .btn_more {
    box-shadow: 5px 5px 10px rgba(193,227,255,1);
    }
    .art #suntory_contents #article_index .btn_more {
        box-shadow: 5px 5px 10px rgba(255,213,200,1);
    }
    .community #suntory_contents #article_index .btn_more {
        box-shadow: 5px 5px 10px rgba(206,233,193,1);
    }
    .news #suntory_contents #article_index .btn_more {
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    
    #suntory_contents #article_index .btn_more a {
    display: block;
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: bold;
    }
    
    
    /*------------------------------------------------------------
      [SP] news_index
    ------------------------------------------------------------ */
    #suntory_contents #news_index {
        margin: 0 auto;
        padding: 0;
        width: auto;
    }
    #suntory_contents #news_index .title {
        margin-bottom: 20px;
        display: block;
        background: url(../img/marker_news.png) no-repeat 15px center;
        background-size:45px auto;
    }
    #suntory_contents #news_index .title h1 {
        margin: 0 15px 0;
        padding-left: 60px;
        font-size: 18px;
        font-size: 5.625vw;
        font-weight: bold;
        line-height: 1;
        text-align: left;
        color: #333;
        background: none;
        display: block;
    }
    #suntory_contents #news_index .title p {
        font-size: 9px;
        font-size: 2.8125vw;
        color: #333;
        display: block;
        padding: 8px 0 0 75px;
    }
    #suntory_contents #news_index ul {
        list-style: none;
    }
    #suntory_contents #news_index li {
        width: auto;
        margin: 0 15px 20px;
        padding: 20px 15px;
        background: #fff;
        box-shadow: 5px 5px 10px rgba(176,224,237,1);
        box-sizing: border-box;
    }
    #suntory_contents #news_index li:after { content :''; display :block; clear :both; }
    #suntory_contents #news_index li a {
        color: #333;
    }
    #suntory_contents #news_index figure.pc_img {
        display: none;
    }
    #suntory_contents #news_index figure.sp_img {
        display: block;
    }
    #suntory_contents #news_index figure.sp_img {
        margin: 0 0 15px 15px;
        width: 44.827586206%;
        float: right;
    }
    #suntory_contents #news_index figure img {
        width: 100%;
        vertical-align: bottom;
    }
    #suntory_contents #news_index .text_block {
        width: auto;
        float: none;
    }

    #suntory_contents #news_index .date {
        font-size: 14px;
        font-size: 4.375vw;
        line-height: 1.5;
        margin-bottom: 1em;
    }
    #suntory_contents #news_index h3 {
        font-size: 15px;
        font-size: 4.6875vw;
        line-height: 1.5;
        font-weight: bold;
        color: #0077aa;
        margin-bottom: 1em;
    }
    #suntory_contents #news_index .text {
        font-size: 15px;
        font-size: 4.6875vw;
        line-height: 1.8;
        color: #777777;
    }

    #suntory_contents #news_index .btn_more {
        margin: 0 15px 30px;
        box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    
    #suntory_contents #news_index .btn_more a {
        display: block;
        background: #fff;
        padding: 20px;
        text-align: center;
        color: #333;
        font-size: 14px;
        font-size: 4.375vw;
        font-weight: bold;
    }
    
    /*------------------------------------------------------------
      [SP] article
    ------------------------------------------------------------ */
    #suntory_contents #article {
        margin: 0 15px 30px;
        padding: 10px 15px 30px;
        width: auto;
        background: #fff;
        box-sizing: border-box;
    }
    #suntory_contents #article .article_head {
    margin-bottom: 20px;
    display: flex;
    -webkit-flex-direction:column;
	flex-direction:column;
    -webkit-justify-content:flex-start;
	justify-content: flex-start;
    }

    #suntory_contents #article .date {
        font-size: 10px;
        font-size: 4.375vw;
        font-weight: bold;
        margin-right: 10px;
        text-align: left;
        -webkit-order: 2;
	    order: 2;
        width:100%;
    }

    #suntory_contents #article .label_container {
        display: flex;
       -webkit-justify-content:flex-start;
       justify-content: flex-start;
        -webkit-flex-direction:column;
	    flex-direction:column;
        -webkit-order: 1;
	    order: 1;
    }
    
    #suntory_contents #article .label_container .sns {
        margin-bottom: 10px;
    }

    #suntory_contents #article .label {
        width:100%;
        height: 30px;
        text-indent: -9999px;
        margin: 0 0 15px;
    }
    .groundwater #suntory_contents #article .label {
        background: url(../img/label_groundwater.png) no-repeat 0 0;
        background-size: 190px 30px;
    }
    .community #suntory_contents #article .label {
        width:100%;
        background: url(../img/label_community.png) no-repeat 0 0;
        background-size: 145px 30px;
    }
    .art #suntory_contents #article .label {
        background: url(../img/label_art.png) no-repeat 0 0;
        background-size: 190px 30px;
    }

    #suntory_contents #article h1 {
        margin-bottom: 20px;
        padding: 20px;
        font-size: 16px;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1.8;
        text-align: left;
        color: #333;
    }
    .groundwater #suntory_contents #article h1 {
        background: #e0f1ff;
    }
    .art #suntory_contents #article h1 {
        background: #ffebe4;
    }
    .community #suntory_contents #article h1 {
        background: #e7f5e0;
    }

    #suntory_contents #article figure {
        margin-bottom: 20px;
        text-align: center;
    }
    #suntory_contents #article figure img {
        vertical-align: bottom;
        max-width: 100%;
    }

    #suntory_contents #article .text_block {
        font-size: 13px;
        font-size: 4.0625vw;
        line-height: 1.8;
    }
    #suntory_contents #article .text_block p {
        margin-bottom: 1em;
    }

    #suntory_contents #article .read_more {
        font-size: 12px;
        font-size: 3.75vw;
        text-align: right;
    }
    #suntory_contents #article .read_more a {
        line-height: 1.5;
        padding: 0 50px 0 0;
        display: inline-block;
    }
    .groundwater #suntory_contents #article .read_more a {
        background: url(../img/arrow_ball_groundwater.png) no-repeat right center;
        background-size: 35px auto;
        color: #2299ff;
    }
    .art #suntory_contents #article .read_more a {
        background: url(../img/arrow_ball_art.png) no-repeat right center;
        background-size: 35px auto;
        color: #ee7744;
    }
    .community #suntory_contents #article .read_more a {
        background: url(../img/arrow_ball_community.png) no-repeat right center;
        background-size: 35px auto;
        color: #66aa33;
    }
    
    
    /*------------------------------------------------------------
      [SP] recent_article
    ------------------------------------------------------------ */
    #suntory_contents #recent_article {
        margin: 0 auto 40px;
        padding: 0;
        width: auto;
    }
    #suntory_contents #recent_article h2 {
        margin-bottom: 20px;
        font-size: 19px;
        font-size: 5.9375vw;
        font-weight: bold;
        text-align: center;
    }
    #suntory_contents #recent_article li {
    margin: 0 15px 20px;
    width: auto;
    float: none;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    .groundwater #suntory_contents #recent_article li {
    box-shadow: 5px 5px 10px rgba(193,227,255,1);
    }
    .art #suntory_contents #recent_article li {
        box-shadow: 5px 5px 10px rgba(255,213,200,1);
    }
    .community #suntory_contents #recent_article li {
        box-shadow: 5px 5px 10px rgba(206,233,193,1);
    }
    .news #suntory_contents #recent_article li {
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    
    
    
    #suntory_contents #recent_article li:nth-child(1) {
    margin: 0 15px 20px;
    }
    #suntory_contents #recent_article li h3 {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: bold;
    padding: 12px 12px 12px 70px;
    box-sizing: border-box;
    min-height: 70px;
    }
    #suntory_contents #recent_article li .date {
    font-size: 14px;
    font-size: 4.375vw;
    }
    #suntory_contents #recent_article li .text {
    font-size: 14px;
    font-size: 4.375vw;
    }
    
   
}
.localcompany #suntory_contents #article_index h1 {
	background: url(../img/marker_localcompany.png) no-repeat 0 0;
}
.localcompany #suntory_contents #article_index li {
	box-shadow: 5px 5px 10px rgba(91,194,220,1);
}
.localcompany #suntory_contents #article_index li .date {
	background: #5bc2dc;
}
.localcompany #suntory_contents #article_index .btn_more {
	box-shadow: 5px 5px 10px rgba(91,194,220,1);
}
.localcompany #suntory_contents #article_index .btn_more a span:before {
	background: url(../img/arrow_localcompany.png) no-repeat 0 0;
	background-size: 23px auto;
}
.localcompany #suntory_contents #article_index .btn_more a span:after {
	background: url(../img/arrow_localcompany.png) no-repeat 0 0;
	background-size: 23px auto;
}
.localcompany #suntory_contents #article .label {
	background: url(../img/label_localcompany.png) no-repeat 0 0;
	background-size: 260px auto;
}
.localcompany #suntory_contents #article h1 {
	background: #def3f8;
}
.localcompany #suntory_contents #article .read_more a {
	background: url(../img/arrow_ball_localcompany.png) no-repeat right center;
	background-size: 35px auto;
	color: #5bc2dc;
}
.localcompany #suntory_contents #article .text_block p a {
	color: #5bc2dc;
}
.localcompany #suntory_contents #recent_article li {
	box-shadow: 5px 5px 10px rgba(91,194,220,1);
}
#suntory_contents #recent_article li.localcompany {
	background: #def3f8;
}
#suntory_contents #recent_article li.localcompany h3 {
	background: #5bc2dc url(../img/icon_localcompany.png) no-repeat 13px center;
	background: 45px auto;
}
@media screen and (max-width: 767px){
	.localcompany #suntory_contents #article_index h1 {
		background: url(../img/marker_localcompany.png) no-repeat 0 center;
		background-size: 45px auto;
	}
	.localcompany #suntory_contents #article .label {
		background-size: 190px 30px;
	}
}