@charset "utf-8";
.no_change_header .header{
	border-bottom: none;
}
.detail_mv_img {
/* margin-bottom: 10px;
position: relative;
overflow: hidden;
padding-top: 56%; */
display: flex;
align-items: center;
justify-content: center;
min-height: 300px;
}
.detail_mv_img img {
	/* position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
max-width: 100%;
object-fit: cover;
transform: translateY(-50%) translateX(-50%); 
*/
height: auto;
}
.detail_mv_txt_box {
	padding: 0 30px;
	margin-bottom: 40px;
}
.detail_label_list {
	display: flex;
	flex-wrap: wrap;
}
.detail_label_list > li {
	margin-bottom: 10px;
	margin-right: 10px;
}
.detail_label {
	font-size: 13px;
	padding: 3px 7px;
	display: inline-block;
	padding-top: 4px;
}
.detail_label:not(:last-child){
	margin-right: 10px;;
}
.main_cate {
	border: 1px solid #333;
	color: #333;
}
.sub_cate01 {
	color: #fff;
	background-color: #33BAD6;
	border: 1px solid #33BAD6;
}
.sub_cate02 {
	color: #fff;
	background-color: #662D91;
	border: 1px solid #662D91;
}
.sub_cate03 {
	color: #fff;
	background-color: #10104B;
	border: 1px solid #10104B;
}
.sub_cate04 {
	color: #fff;
	background-color: #00A99D;
	border: 1px solid #00A99D;
}
.sub_cate05 {
	color: #fff;
	background-color: #F7931E;
	border: 1px solid #F7931E;
}
.sub_cate06 {
	color: #fff;
	background-color: #A67C52;
	border: 1px solid #A67C52;
}
.detail_mv_ttl {
	font-size: 20px;
	line-height: calc(25/20);
	margin-bottom: 20px;
}
.detail_mv_txt {
	font-size: 13px;
	line-height: calc(20/13);
	word-break:break-all;
}
.detail_cnt {
	padding:  0 30px;
	word-break: break-all;
	margin-bottom: 40px;
}
.detail_box {
	margin-bottom: 40px;
}
.detail_sub_ttl {
	font-size: 16px;
	line-height: calc(23/16);
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	display: inline-flex;
}
.detail_ttl {
	font-size: 20px;
	line-height: calc(25/20);
	margin-bottom: 20px;
}
.detail_txt {
	font-size: 13px;
	line-height: calc(20/13);
}
.detail_img_box {
	margin-bottom: 40px;
	padding: 0 10px;
}
.page_link_wrap {
	padding: 0 10px;
}
.detail_img {
	margin-bottom: 20px;
}
.detail_txt img{
	height: auto;
}
.detail_mv_txt{
	line-height: 2;
}
.detail_mv_cnt table {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.detail_mv_cnt table th, .detail_mv_cnt table td {
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    padding: 0.5em;
}
.detail_mv_cnt ol, .detail_mv_cnt ul {
    list-style: inherit;
    padding-left: 1em;
}
.detail_mv_cnt .detail_label_list{
	list-style-type: none;
}
.main_cate:not(:last-child){
	margin-right: 10px;
}
img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	display: block;
	margin-left: auto;
	margin-right: 0;
}
img.alignlef{
	display: block;
	margin-left: 0;
	margin-right: auto;
}
.btn--orange {
    width: 90%;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    background: #fabe00;
    transition: .3s;
	text-align:center;
    display: inline-block;
    padding: 1em 2em;
	margin:30px 0 20px;
}

a.btn--orange:hover {
  color: #fff;
  background: #000;
}
.mt20{
	margin-top:20px;
}
.mt40{
	margin-top:40px;
}
h4{
	margin:40px 0 30px;
	padding:12px 25px 12px;
	font-size:20px;
	background:#f3f3f3;
	border-radius:3px;
}
h5{
	padding: 0.3em 1em;
	border-left: 3px solid #000;
	font-size:1.1em;
	margin-bottom:15px;
	margin-top:30px;
	letter-spacing:0.1em;
}
.column-style-border {
    border: solid 2px #ccc;
    border-radius: 5px;
    padding: 30px;
    margin: 30px 0;
}
.hover_img{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease 0s;
}
.hover_img:hover {
	border-bottom-color: transparent;
	transform: translateY(0.1875em);
	box-shadow:none;
}

@media screen and (min-width:768px) {
	.detail_mv_img img{
		/* width: 400px; */
		height: auto;
	}
	.detail_sub_ttl {
		/* max-width: 495px; */
		margin-bottom: 30px;
		font-size: 20px;
	}
	.top__works_txt_area{
		position: absolute;
	}

	.top__works_list > li:last-child {
		margin-bottom: inherit
	}
	.top__works_txt_area{
		position: absolute;
	}
	.detail_mv_cnt {
		display: flex;
		margin: 0 auto 60px;
	}
	.detail_mv_img {
		/* width: 50%; */
		width: 40%;
		/* padding-top: 400px; */
		/* margin-top: 5%; */
		margin-left: 5%;
	}
	.detail_label_list {
		margin-bottom: 30px;
	}
	.detail_box {
		margin-bottom: 100px;
	}
	.detail_ttl {
		font-size: 30px;
	}
	.detail_txt {
		font-size: 16px;
	}
	.detail_mv_txt_box {
		width: 50%;
		padding-left: 30px;
		padding-top: 10px;
		padding-left: 20px;
		margin-bottom: 0;
	}
	.detail_cnt {
		max-width: 1100px;
		margin: 0 auto 80px;
	}
	.detail_img_box {
		display: flex;
		margin-bottom: 70px;
	}
	.detail_img {
		width: calc((100% - 40px)/2);
		margin-right: 40px;
	}
	.detail_img:nth-child(2n) {
		margin-right: 0;
	}

}
@media screen and (min-width:1025px) {
	.detail_mv_txt_box {
		padding-top: 30px;
		padding-left: 30px;
	}
	.detail_label {
		font-size: 15px;
	}
	.detail_mv_ttl {
		font-size: 30px;
	}
	.detail_mv_txt {
		font-size: 16px;
	}
	.detail_img {
		width: calc((100% - 80px)/2);
		margin-right: 80px;
	}
	.btn--orange {
		width:50%;
	}
}
@media screen and (min-width:1400px) {
}