@charset "utf-8";

@import "reset.css";
@import "common.css";
@import "common_sp.css";
@import "gnav.css";
@import "gnav_sp.css";
@import "subPage.css";

/* wipo green
---------------------------------------------------*/
#bg{
    background: url("../img/wipo-green/bg.png") no-repeat center top;
    background-size: auto 100%;
    max-width: 1500px;
    margin: 0 auto !important;
    padding: 100px 0;
}

.w1000{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.w1000 h1{
    text-align: center;
    margin-bottom: 100px;
}

.w1000 h2.mincho{
    font-size: 187.5%;
    margin-bottom:15px;
    text-align:center;
    font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #000;
    font-weight: 500;    
}

.w1000 h2.mincho:after{
    content:"";
    height:3px;
    width:215px;
    background-color:#009944;
    display:block;
    margin:0 auto;
    margin-top:15px;
}

.w1000 p.lead{
    text-align: center;
    font-weight: 500;
    font-size: 187.5%;
    margin-bottom: 80px;
    line-height: 1.6;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

.w1000 p.txt{
    font-size: 125%;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

.linkBtn.floatR{
    float: right;
    margin: 20px 0 120px 0;
}

.newsArea {
  clear: both;
  margin: 0 0 80px 0;
}

.newsArea article{
    float: inherit;
    width: auto;
    font-size: 16px;
}

.newsArea h2 {
    background: url("../img/wipo-green/icn_h2_green.png") no-repeat left 10px;
    font-size: 125%;
    letter-spacing: 0.06em;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 2px solid #dae1e6;
    margin-bottom: 0;
    font-weight: 400;
}

.newsArea h2:after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #009944;
    content: "";
    width: 200px;  
}

.newsArea article dl{
    font-size: 100%;
    margin-top: 15px;
    line-height: 1.5;
    overflow: hidden;
    clear: both;    
}

.newsArea article dt{
    color: #009944;
    float: left;
    padding-left: 10px;
    margin-right: 15px;    
}

.newsArea article dd{
    float: left;
    width: calc(100% - 130px);
    padding-left: 10px;
    background: url(../img/wipo-green/icn_arrow01_green.png) no-repeat left 8px ;
}

.itemArea{
    clear: both;
}

.itemArea .item + .item{
    margin-top: 50px;
}

.itemArea .item {
    overflow: hidden;
    background-color: rgb(255,255,255,0.7);
    padding: 30px;
    clear: both;
}

.itemArea .itemThumb{
    float: left;
    width: 250px;
}

.itemArea .itemTxt{
    float: right;
   width: calc(100% - 270px);
    font-size: 100%;
}

.itemArea .itemName{
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.itemArea p{
    line-height: 2;
}

.itemArea .itemName span{
    font-size: 16px;
}

.itemArea .linkBtn{
    margin-top: 30px;
}

.itemArea .linkBtn li{
    display: inline-block;
}

.itemArea .linkBtn li + li{
    margin-left: 15px;
}

.linkBtn a{
    display: inline-block;
    border: 1px solid #009844;
    color: #009844;
    border-radius: 42px;
    text-align: center;
    font-size: 92%;
    background-color: rgb(255,255,255,0.8);
}

.linkBtn a span{
    padding: 20px 15px;
    display: block;
    font-weight: bold;
}

.linkBtn a span:before{
    content: "> ";
    font-size: 80%;
    font-family: monospace;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 3px 0;
}

.linkBtn a span.window:after{
    content: "　";
    width: 9px;
    height: 8px;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    background: url("../img/wipo-green/icn_window01_green.png") no-repeat right center;
    
}

footer{
    margin-top: 0;
}
@media only screen and (max-width:1340px) {
    
    .itemArea .linkBtn li + li{
        margin-left: 10px;
    }

    .linkBtn a{
        font-size: 112.5%;
    }

    .linkBtn a span{
        padding: 15px;
    }
}


@media only screen and (max-width:767px) {
#bg{
    background-size: cover;
    padding: 50px 2% 30px;
}

.w1000{
    padding: 0;
}

.w1000 h1{
    margin-bottom: 40px;
}

.w1000 h1 img{
    width: 60%;
}

.w1000 h2.mincho{
    font-size: 112.5%;
    margin-bottom: 10px;
}

.w1000 h2.mincho:after{
    content: "";
    height: 2px;
    width: 180px;
    margin-top: 5px;
}

.w1000 p.lead{
    font-size: 100%;
    margin-bottom: 30px;
}

.w1000 p.txt{
    font-size: 80%;
}

.linkBtn.floatR{
    margin: 10px 0 50px 0;
}

.newsArea {
  margin: 0 0 50px 0;
}

.newsArea article{
    float: inherit;
    width: auto;
    font-size: 16px;
}

.newsArea h2 {
    font-size: 93.75%;
    padding-bottom: 5px;
    background-position: left 6px;
    margin-bottom: 15px;
}

.newsArea h2:after{
    border-color: #009944;
}

.newsArea article dl{
    font-size: 68.75%;
    margin-top: 10px;
}

.newsArea article dt{
    padding-left: 0;
    margin-right: 2%;
}

.newsArea article dd{
/*    width: 76%;*/
    background-position: left 5px;
}

.itemArea .item + .item{
    margin-top: 20px;
}

.itemArea .item {
    padding: 15px;
    margin: 0 3%;
}

.itemArea .itemThumb{
    float: inherit;
    width: auto;
    text-align: center;
}
    
.itemArea .itemThumb img{
    width: 40%;
}

.itemArea .itemTxt{
    float: inherit;
    width: inherit;
    margin: 10px 0 0 0;
}

.itemArea .itemName{
    font-size: 125%;
    margin-bottom: 5px;
}

.itemArea p{
    font-size: 75%;
    line-height: 1.8;
}

.itemArea .itemName span{
    font-size: 60%;
}

.itemArea .linkBtn{
    margin-top: 15px;
    text-align: center;
}

.itemArea .linkBtn li + li{
    margin: 10px 0 0 0;
}

.linkBtn a{
    font-size: 80%;
}

.linkBtn a span{
    padding: 15px;
}

.linkBtn a span:before{
    margin: 0 13px 3px 0;
}

.linkBtn a span.window:after{
    content: "　";
    width: 9px;
    height: 8px;
    vertical-align: middle;
    margin-left: 5px;
}

}