@charset "UTF-8";
#content {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #99cc99;
    color:#000;
}
.post_list_wrap {
    background-color: #fff;
    padding:10px;
    margin: 10px auto;
}
.post-content ul {
    margin:0!important;
}
.post_list_item {
    display: inline;
    padding-right: 10px;;
}
.post_content_wrap {

}
.post_content_inner {
    background-color: #fff;
    padding:30px;
    margin-bottom: 30px;
    border:2px solid #99cc99;
}
.post_content_list {
 margin-bottom: 30px;
}
.post_content_item {

}
.post_content_list .post_content_item:first-child {
 margin-bottom: 30px;
}
.post_content_list .post_content_item:not(:first-child) {
    border-top:1px solid #99cc99;
    padding:30px 0 30px 50px;
}
.post_ttl_wrap {
    display: flex;
    align-items: center;
    border: 1px solid #99cc99;
    padding-left: 10px;
}
.post_name_wrap {
    display: flex;
    justify-content: start;
    padding:5px 0;
    width: 100%;
}
.post_ttl{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 2%;
    background-color: #99cc99;
    width: 100%;
    
}

.post_name {
   padding-right: 10px;
}
.post_rank {
    padding-left: 5px;
}
.post_date {
}
.post_number {
    color: #EA3939;
    padding-left:10px;
}
.post_cate {
    padding-right: 10px;
    white-space: nowrap;
}

.post_topic_wrap {
    display: flex;
    padding:30px;
    justify-content: center;
}
.post_icon {
    padding-right: 2%;
    width: 13%;
}
.post_txt {
    width: 100%;
}
.post_inyo {
    color:#777575;
}
.post_inyo::before {
    content:"> ";
}

.post_img {
    text-align: center;
    padding:5px 0;
}

@media screen and (max-width:600px) { 
    .post_content_inner {
        padding: 10px;
    }
    .post_ttl_wrap {
        display:block;
        border:none;
        padding-left:0;
    }
    .post_ttl {
        width: 100%;
        font-size: 15px;
    }
    .post_name_wrap {
        font-size: 13px;
    }
    .post_name {
    }
    .post_rank {
    }
    .post_date {
        clear: both;
        padding-left: 0;
    }
    .post_number {
        width: auto;
        padding-left:0;
        float: left;
    }
    .post_cate {
    }
    .post_ttl {
        clear: both;
    }
    .post_topic_wrap {
        display: block;
        padding:10px 0;
    }
    .post_icon {
        padding-right: 0;
        text-align: center;
        padding-bottom:10px;
        width: 100%;
    }
    .post_txt {
        width: auto;
        font-size: 15px;
    }
    .post_txt02 {
        width: auto;
        clear: both;
        margin-top: 20px;
        font-size: 15px;
    }
    .post_content_list .post_content_item:not(:first-child) {
        padding: 30px 0 30px 10px;
    }
}
.d_red{
    color: #800000;
}
.red{
    color: #df0000;
}
.green{
    color: #008040;
}
.blue{
    color: #0000ff;
}
.pink{
    color: #c100c1;
}
.black{
    color: #000;
}
.yellow{
    color: #996600;
}
.d_blue{
    color: #000080;
}
.orange {
    color:#ff8040;
}
.gray {
    color:#777575;
}
.black {
    color: #000;
}
.l_pnk {
    color: #ff80c0;
}
/*表示切替*/
@media screen and (min-width: 600px){	
	.br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 600px){	
	.br-pc { display:none; }
	.br-sp { display:block; }
	.sp-mb {
		margin-bottom: 10px;
    }
    .page-title {
        font-size: 1.5rem;
        padding: 20px 0 ;
    }
    .page-title span {
        font-size: 1rem;
    }
}
/*　画面サイズが600pxまで　*/
@media screen and (max-width:600px) { 

}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

}
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
 
}