@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;
}
.item_news-p h4{
    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 .p1 {
    margin: 0 0 5px 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 .p5 {
    padding: 0 0 0.6em 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;
}
.news-p_list1 span {
    color: #c56420;
    line-height: 1em;
    font-size: 0.9em;
}





.news-p_msg .inbox2{
    display: block;
    width: auto;
    /* height: auto; */
    height: auto;
    background: #bebebe;
    border-radius: 5px;
    margin: 0 0 2em 0;
    padding: 25px;
    transition: .3s;
    overflow: hidden;
}
.news-p_msg .inbox2 ul{
    /* background: #fac8c8; */
    text-align: left;
    /* display: flex; */
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 0;
    gap: 1em;
}
.news-p_msg .inbox2 ul li{
    /* background: #d1f1f7; */
    margin: 0;
}
.news-p_msg .inbox2 ul p{
    margin: 0 0 0 0 ;
}

.news-p_msg .txt_red {
    color: #a02424;
    font-weight: bold;
}
.news-p_msg .inbox2 .step_box{
    margin: 0.5em 0.8em 0.7em 0.8em  ;
    padding: 1em 0.7em;
    background-color: #e6e6e6;
	border-radius: 5px;
}
.news-p_msg .inbox2 ul li p{
    font-size: 90%;
}
.news-p_msg .inbox2 ul li .menu2_btn {
    background-color: #f5f5f5;
    max-width: 18em;
    height: auto;
    text-align: center;
    margin: 1em auto 0 auto;
    border: 2px solid #8a8a8a;
    border-radius: 5px;
    font-size: 0.9em;
}
.news-p_msg .inbox2 ul li .menu2_btn a {
    text-decoration: none;
    /* display: block; */
    width: 100%;
    height: 100%;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: inherit;
}
.news-p_msg .inbox2 ul li .menu2_btn:hover {
    background-color: #eddfca;
    border: 2px solid #ff7543;
    cursor: pointer;
}
.news-p_msg .inbox2 ul li .menu2_btn a span {
    font-size: inherit;
    color: #717171;
}
.news-p_msg .inbox2 ul li img {
    margin: 0 0.2em 0 0.2em;
    border: 1px solid #8a8a8a;
    height: 1.8em;   /* 行の高さと同じにする */
    width: auto;   /* 比率を維持 */
    vertical-align: middle; /* 文字と揃える */
}



.news-p_msg .inbox2 .triangle_down {
    margin: 0 auto 1.2em auto;
    background: #cfad5e;
    height: calc(3.6em / 2);
    width: 3.6em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: relative;
}
.news-p_msg .inbox2 .triangle_down::after {
    position: absolute;
    content: '';
    height: calc(2.8em / 2);
    width: 2.8em;
    top: 3px;
    left: 50%;
    transform: translate(-50%,0);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #fbd273;
}





.news-p_msg .inbox3{
    /* background-color: #e2edca; */
    height: auto;
}
.news-p_msg .inbox3 ul {
    display: flex;
    flex-wrap: wrap;
}
.news-p_msg .inbox3 li {
    background-color: #f5f5f5;
    margin: 7px ;
    padding: 0;
    width: 205px;
    height: 65px;
    border: 2px solid #8a8a8a;
    border-radius: 5px;
    cursor: pointer;
}
.news-p_msg .inbox3 li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; /* flexで縦に表示 */
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}
.news-p_msg .inbox3 li:hover {
    background-color: #eddfca;
    border: 2px solid #ff7543;
    cursor: pointer;
}



































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

@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;
    }
    
    
    
}
