@charset "UTF-8";
/*
Theme Name: cdp2
Author: taku hayuka
Description: cdp2 castam themes.
Version: 2
Tags: cdp2
Text Domain: cdp2
*/
/* CSS Document */

.newsCont_img {
    width: 60.4%;
    margin: 45px auto 38px;
    background: none !important; 
    background-size: cover;
    text-align: center;
}
.newsCont_ttl {
    font-size: 30px;
}
.newsCont_text{
line-height: 1.8;
font-size: 18px;
}
.newsCont_text a{
text-decoration: underline;
}

.newsCont_text h3{
font-size: 26px;
font-weight: bold;
}
.newsCont_text h4{
font-size: 24px;
font-weight: bold;
}
.newsCont_text h5{
font-size: 22px;
font-weight: bold;
}
.newsCont_text h6{
font-size: 20px;
font-weight: bold;
}
a[href$=".pdf"] {   
    background: url(http://cdp-japan.jp/img/common/adobeDL_icon.png) no-repeat left 50%;
padding-left:26px; 
background-size: 20px auto;  
}  

@media screen and (max-width: 640px) {
.newsCont_img{
width:100%;
}
.newsCont_ttl {
    font-size: 4.5vw;
}
.newsCont_text {
    font-size: 3.6vw;
}
.newsCont_text h3{
font-size: 4.2vw;
}
.newsCont_text h4{
font-size: 4vw;
}
.newsCont_text h5{
font-size: 3.9vw;
}
.newsCont_text h6{
font-size: 3.8vw;
}
}