@charset "UTF-8";

/* ----------------------- ▼ ベンチャーニュース個別ページ ▼ ------------------------------*/

.news-p_st1{
    max-width: 100%;
    padding: 0 0 0 0;
}
.news-p_st1 > h2{
    background: #555555;
    color: #e6e6e6;
    font-size: 1.6em;
    letter-spacing: 0.1em;
	text-shadow: 1px 2px 1px #7c7c7c;
    margin: 0 auto 0.2em auto;
    padding: 0;
    height: 70px;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.item_news-p {
    max-width: 1000px;
    background: #e0e0e0;
    margin: 0.5em auto 1em auto ;
    padding: 1.5rem 1.5rem;
    border-radius: 5px;
}
.item_news-p h3{
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    font-size: 1.2em;
    line-height: 1em;
    border-bottom: 1px solid #4e4e4e;
}

.news-p_msg {
    margin: 0 0 0 0 ;
    padding: 0 1rem;
    font-size: 0.9em;
}
.news-p_msg p {
    line-height: 1.4em;
    font-size: inherit;
    margin: 0 0 1em 0 ;
}
.news-p_msg .p2 {
    margin: 0 0 5px 5px ;
}
.news-p_msg .p3 {
    margin: 0 0 10px 0 ;
}
.news-p_msg .p4 {
    line-height: 1.2em;
    margin: 0 0 0 0 ;
}
.news-p_msg .annot {
    font-size: 0.75em;
    color: #666666;
}
.news-p_msg .annot2 {
    font-size: 0.75em;
    color: #666666;
}
.news-p_msg .inbox {
    width: auto;
    height: auto;
    margin: 0 auto 3em auto;
    padding: 0.7em 0.3em 0.7em 0.7em;
    background-color: #f5f5f5;
    border: 0px solid #8a8a8a;
	border-radius: 5px;
}


.news-p_list1 {
    margin: 0 0.5em 1.5em 1.8em;
    font-size: inherit;
}
.news-p_list1 dt {
    /* display: flex; */
    line-height: 1.4em;
    font-size: inherit;
    position:relative;
}
.news-p_list1 dt::before {
    content: "●";
    position: absolute;
    top: -3px;
    left: -21px;

    font-size: 0.8em;
    margin: 0 0 0 0;
    padding: 2px 5px 0 0;
}






/* ------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------*/
/* ------------------------------- タブレット用 ----------------------------------------------*/

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



}


/* ------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------*/
/* ----------------------------- スマートフォン用 ---------------------------------------------*/
/* @media screen and (max-width: 767px) */
@media screen and (max-width: 900px)
{

    .item_news-p {
        padding: 1rem 0.6rem;
    }
    
    .news-p_msg {
        padding: 0;
    }
    
    
    
}
