
.blog_detail_body {
    background-color: #fff;
    padding: 20px;
}
.blog_detail_body .box {
    
}

.blog_detail_body .box .title_pt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_detail_body .box .title_pt .top_title {
    font-size: 22px;
}

.blog_detail_body .box .title_pt .top_title span {
    font-size: 16px;
}

.blog_detail_body .box .title_pt .btn_listview {
    border: 1px solid #000;
    padding: 5px 30px;
    color: #000;
}

.blog_detail_body .box .title_pt .btn_listview_sp {
    display: none;
}

.blog_detail_body .box .item_pt {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.blog_detail_body .box .title_pt .casestudy_img_sp {
    display: none;
}

/*
.blog_detail_body .box .item_pt .casestudy_img {
    width: 250px;
    height: auto;
}
*/


.blog_detail_body .box .item_pt .img_wrap {
    width: 250px;
	
}
.blog_detail_body .box .item_pt .img_wrap figure {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.blog_detail_body .box .item_pt .img_wrap figure img {
    width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
    max-width: inherit;
}


.blog_detail_body .box .item_pt .item_dt {
    width: calc(50% - 149px);
    padding: 0 0 0 20px;
    font-size: 13px;
}

.blog_detail_body .box .item_pt .allow_rt {
    padding: 0 0 0 20px;
    margin-top: 45px;
}

.blog_detail_body .box .item_pt .allow_rt img {
    width: 28px;
    height: 128px;
}

.blog_detail_body .box .item_pt .item_dt .item_title {
    font-size: 30px;
    font-weight: bold;
}

.blog_detail_body .box .item_pt .item_dt dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    font-size: 13px;
}

.blog_detail_body .box .item_pt .item_dt dl dt {
    background-color: #000;
    color: #fff;
    padding: 2px;
    margin-right: 15px;
    width: 80px;
    min-width: 80px;
    text-align: center;
}

.blog_detail_body .box .item_pt .cblack .item_title {
    color: #000;
}

.blog_detail_body .box .item_pt .cred .item_title {
    color: #cc0101;
}

.blog_detail_body .box .item_pt .cblack dl dt {
    background-color: #000;
}

.blog_detail_body .box .item_pt .cred dl dt {
    background-color: #cc0101;
}
.blog_detail_body.tenshoku .box h3 {
	font-size: 22px;
	
}
.blog_detail_body.tenshoku .box h3 span {
	font-size: 16px;
	margin-left: 0.5rem;
}



@media screen and (max-width:767px) {
    .blog_detail_body .box .title_pt .casestudy_img_sp {
        display: block;
        width: 30%;
    }
    .blog_detail_body .box .item_pt .casestudy_img {
        /* display: none; */
    }
    .blog_detail_body .box .item_pt .img_wrap {
        width:100%;
    }
    .blog_detail_body .box .title_pt .btn_listview {
        display: none;
    }
    .blog_detail_body .box .title_pt .btn_listview_sp {
        border: 1px solid #000;
        padding: 5px 30px;
        color: #000;
        display: block;
    }
    .blog_detail_body .box .title_pt .top_title {
        font-size: 4.5vw;
        margin-left: 2vw;
        line-height: 6vw;
    }
    .blog_detail_body .box .title_pt .top_title span {
        font-size: 3vw;
        margin-left: 0;
        margin-top: 2vw;
        color: #000;
    }
    .blog_detail_body .box .item_pt {
        flex-wrap: wrap;
    }
    .blog_detail_body .box .item_pt .item_dt {
        width: 100%;
        padding: 0;
    }
    .blog_detail_body .box .item_pt .allow_rt {
        padding: 0;
        margin-top: 0;
        width: 100%;
        height: 60px;
        display: block;
        text-align: center;
        position: relative;
    }
    .blog_detail_body .box .item_pt .allow_rt img {
        width: 20px;
        height: 80px;
        transform: rotate(90deg);
        position: absolute;
        left: calc(50% - 14px);
    }
    .blog_detail_body .box .item_pt .item_dt .item_title {
        font-size: 6vw;
        font-weight: bold;
    }
	.blog_detail_body.tenshoku .box h3 {
        font-size: 4.5vw;
        margin-left: 0;
        line-height: 6vw;
 }
	.blog_detail_body.tenshoku .box h3 span {
        font-size: 3vw;
        margin-left: 0.5rem;
        margin-top: 2vw;
        color: #000;
 }	
}




/* 240119 */
.box_share {
	background: #e0e0e0;
	display: flex;
	border: 3px solid #e0e0e0;
}
.box_share figure {
	background: #fff;
	padding: 10px;
}
.box_share figure img {
	width: 30px;
}
.box_share .inner{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0;
	width: 100%;
}
.box_share p {
	margin-right: 20px;
}

@media screen and (max-width:767px) {
	
	.box_share figure {
		display:none;
	}
	.box_share .inner{
		padding: 10px 10px 5px;
		line-height:1.5;
		display: block;
		text-align: center;
	}
	.box_share p {
		margin-right: 0px;
		margin-bottom: 5px;
	}
}




.blog_index {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 10px 15px;
	margin-bottom: 30px;
	background: #f9f9f9;
	font-size: 16px;
	line-height: 2;
}
.blog_index dl {
	
}
.blog_index dl dt {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}
.blog_index dl dd {
	
}
.blog_index dl dd  {
	
}
.blog_index dl dd ul {
}
.blog_index dl dd ul li {
	list-style: auto;
	margin-left: 3rem;
	margin-right: 2rem;
}
.blog_index dl dd ul li a {
	/* color: #3898e0; */
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}




.page_head01.mypage_head {
	line-height:1.5;
}
.blog_dategroup {
	display: flex;
	justify-content: end;
	margin-bottom: 10px;
	font-weight: bold;
}
.blog_dategroup p {
	margin-left: 20px;
}
.blog_dategroup p i{
	margin-right: 10px;
}
.blog_register {
	margin-top: 30px;
}
.blog_register h3.title {
	background: linear-gradient(to right top, #fd6f5d, #f18c23);
	text-align: center;
	color: #fff;
	font-size:20px;
	margin-bottom: 20px;
	padding: 10px 0;
}
.blog_register h3.title span {
	font-size:16px;
	display:block;
}
@media screen and (max-width:767px) {
	.blog_register h3.title {
		font-size: 4.7vw;
	}
	.blog_register h3.title span {
		font-size: 3.3vw;
	}
}