@charset "UTF-8";
/* CSS Document */

html h1,h2,h3,h4{ font-weight:600 !important;}
body{ margin:0; padding:0;background:#fff;/*#f7f6f3*/}

*{font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,
sans-serif;}

::selection
{background: #fff100;color: #000000;}
/* for Firefox */
::-moz-selection
{background: #fff100;color: #000000;}

a{
	text-decoration:none;
}

.n-head{
    padding: 50px 0 15px 0;
    width: 85%;
    margin:0 auto;
    border-bottom: 1px solid #bbb;
    position: sticky;
    top:0;
    z-index: 5;
    background: #fff;
    box-sizing: border-box;
}
.n-head .logo{
    width: 200px;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.n-head .ncnav{
    position: absolute;
    top:53%;
    right:-15px;
    transform: translate(-50%, -50%);
}
.nhimg{
    background-image: url("https://cumuco.jp/brand/img/news-head.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
    background-size:cover;
    height: 250px;
    pointer-events: none;
    margin-top: 50px;
    position: relative;
}
.nhimg .ttl{
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.nhimg .ttl img{
    width: 250px;
}
    
.nc-container{
    width: 65%;
    padding: 30px 50px;
    box-sizing: border-box;
    margin: 50px auto;
    height: auto;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}
.nc-container .images{
    width: 100%;
    margin: 10px 0;
}
.nc-container .breadbreak{
    display: block;
    text-align: left;
    color: #fff;
    font-size: 85%;
    padding: 10px;
    letter-spacing: 1px;
    float: right;
    background-color: #222;
    padding: 5px 10px;
    box-sizing: border-box;
    transition: .3s;
}
.nc-container .breadbreak a{
    text-decoration: none;
    color: #fff;  
}
.nc-container .breadbreak:hover{
    background-color: #7d715d; 
}
.nc-container .time{
    display: block;
    text-align: left;
    color: #333;
    font-size: 90%;
    padding: 10px;
    margin-left: 10px;
    letter-spacing: 2px;
    margin-top: -20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.nc-container h1{
    text-align: left;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 130% !important;
    display: block;
    padding: 30px 15px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,
sans-serif;
}
.nc-container h2{
    text-align: left;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px !important;
    font-size: 120% !important;
    display: block;
    padding: 30px 15px;
    margin-top: 50px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,
sans-serif;
}
.nc-container h3{
    text-align: left;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px !important;
    font-size: 120% !important;
    display: block;
    padding: 30px 15px;
    margin-top: 50px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,
sans-serif;
}

.nc-container .txt{
    font-size: 100%;
    color: #333;
    text-align: left;
    line-height: 2.3em;
    padding: 40px 0;
}
.nc-container .txt mark{
    color: #000;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #f5fe05 40%);
    line-height: 1;
}
    
.nc-container hr{
    border: none;
    border-bottom: 1px dashed #ccc;
    width: 90%;
    margin: 50px auto;
}
   
/*調整用*/
.ncpr{
    width: 80% !important;  
}


.nc-container .info{
    width: 100%;
    border-collapse: collapse;
    margin: 50px auto; 
    font-size: 90%;
    color: #333;
    line-height: 1.8em;
}
.info th, .info td{
    border: 1px solid #ccc;
    padding: 1.5em;
    box-sizing: border-box;
    font-weight: normal;
}
.info .pg{
    background-color: #f5f5f5;
}
.info th{
    width: 23%; 
}
    
.Bnr-area{
    width: 100%;
    margin: 20px auto;
    transition: .3s;
}
.Bnr-area:hover{
    transform: translateY(-3px);
    opacity: 0.9;
}
    
.nc-container .introduction{
    width: 90%;
    margin: 40px auto;
    background-color: #f5f5f5;
    padding: 1em;
    border-radius: 10px;
    box-sizing: border-box;
    height: auto;
}
.nc-container .introduction hr{
    border: none;
    border-bottom: 1px solid #d6d5d5;
    width: 90%;
    margin: 10px auto;
}
.nc-container .introduction .icon{
    display: inline-block;
    text-align: left;
    margin: 20px 0 10px 30px;
    width: 80px;
}
.nc-container .introduction .icon img{
    width: 100%;
    border-radius: 50%;  
}
.nc-container .introduction .ttl{
    font-weight: 600;
    font-size: 90%;
    display: inline-block;
    text-align: left;
    justify-content: center;
    letter-spacing: 1px;
    vertical-align: 12px;

}
.nc-container .introduction .sb{
    font-size: 85%;
    display: block;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 5px 0;
}
.nc-container .introduction .txt{
    display: block;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 90%;
    padding: 0.8em 2em 1.5em 2em;
}
.nc-container .introduction .txt a{
    color: #111;
    font-weight: 600;
    text-decoration: underline;   
}

/*ニュース一覧*/
.nc-all{
    width: 80%;
    margin: 1% auto;
    padding: 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.nc-all .cont{
    width: 100%;
    margin: 1% 3%;
    object-fit: cover;
    max-width: 350px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.nc-all .cont img{
    width: 100%;
}
.nc-all .cont .icon{
    position: absolute;
    top:-10px;
    left:-10px;
    pointer-events: none;
    width: 50px;
}
.nc-all .cont .txt{
    width: 100%;
    font-size: 90%;
    color: #333;
    display: block;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
}
.nc-all .cont .ttl{
    width: 100%;
    font-size: 100%;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
    
    
/*メディアクエリ*/
@media screen and (min-width:1380px) { 
    .nc-container h1{
        font-size: 150% !important;      
    }
    .nc-container h2{
        font-size: 130% !important;      
    }
    .nc-container h3{
        font-size: 130% !important;      
    }
}
@media screen and (max-width:1080px) {
    .nc-container{
        width: 100%;
        border: none;
        padding: 20px;
    }
    .nc-container .txt{
        font-size: 90%;
        padding: 20px;
    }
    .nc-all{
        width: 95%;
        display: block;
        margin: 0 auto;
        padding: 10px;
    }
    .nc-all .cont{
        margin: 20px auto;
        max-width: 80%;
    }
    .nc-all .cont img{
        margin-top: 20px;      
    }
    .nc-all .cont .ttl{
        margin-bottom: 30px;
        font-size: 85%;
    }
    .nc-all .cont .txt{
        font-size: 75%;
    }
}
@media screen and (max-width:736px) { 
    .n-head .logo{
        width: 170px;     
    }
    .n-head{
        padding: 40px 0 3px 0;
        width: 93%;
    }
    .nhimg{
        height: 200px;       
    }
    .nhimg .ttl img{
        width: 160px;
    }
    .n-head .ncnav{
        top:50%;     
    }
    .nc-container{
        width: 100%;
        border: none;
        padding: 20px;
    }
    .nc-container h1{
        font-size: 100% !important;    
    }
    .nc-container h2{
        font-size: 100% !important;    
    }
    .nc-container h3{
        font-size: 100% !important;    
    }
    .info th, .info td{
        width: 100%;
        display: block;
        text-align: left;
    }
    .info th, .info .pg{
        border-bottom: none;
        border-top: none;
        font-weight: 600;
    }
    .info td{
        border-bottom: none;
    }
    .info th:first-child{
        border-top: 1px solid #ccc;
    }
    .info td:last-child{
        border-bottom: 1px solid #ccc;
    }
    .ncpr{
        width: 95% !important;
        font-size: 80% !important;
    }
    .Bnr-area{
        width: 100%;
        margin: 20px auto;
        max-width: 100%;  
    } 
    .nc-container .introduction .icon{
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    .nc-container .introduction .ttl{
        font-size: 95%;
        display: block;
        text-align: center;
    }
    .nc-container .introduction .sb{
        font-size: 80%;
        padding: 5px 0;
    }
    .nc-container .introduction .txt{
        display: block;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 85%;
        padding: 0.8em 1em 1.2em 1em;
    }
}
    
    
/*スマートフォン*/
@media screen and (max-width:350px) { 
    .nhimg .ttl img{
        width: 160px;
    }
    .nc-container h1{
        font-size: 90%;    
    }
    .nc-container h2{
        font-size: 90%;    
    }
    .nc-container h3{
        font-size: 90%;    
    }
    .nc-container .txt{
        font-size: 80%;
        padding: 30px 20px;
    }
    .nc-container .info{
        font-size: 80%;
    }
    .nc-container .breadbreak{
        font-size: 75%;     
    }
}