.project-detail-area{
	padding: 150px 120px 50px;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(33, 33, 33, 1);
	letter-spacing: 0.5px;
}

.project-heading{
	width:90%;
	margin-top:100px;
}

.project-heading .heading-main {
	text-align: left;
	font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
	color: rgba(33, 33, 33, 1);
}

.project-heading .heading-sub {
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
}

.project-detail {
	margin: 50px 150px;
}

.project-detail img{
	width:100%;
	margin: 10px;
}

.project-detail .title{
	margin: 10px;
	font-size: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.project-detail .project_tag{
	width:fit-content;
    border-radius: 30px;
    background: #AEFF2C;
    color: #707070;
    padding: 0px 12px;
    margin-top: 10px;
	margin-left:10px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
	border: 1px solid #707070;
}

.project-detail .contents{
	width:100%;
	margin: 10px;
	margin-top: 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.project-detail-area{
		padding: 150px 50px 50px;
	}

	.project-detail {
		margin: 50px 50px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.project-detail-area{
		padding: 150px 50px 50px;
	}

	.project-detail {
		margin: 50px 50px;
	}
}

@media (max-width: 480px){

	.project-detail-area{
		margin: 0px;
		padding: 50px 20px;
		width: 100%;
	}
	.project-heading{
		width:90%;
		margin: 80px auto 0;
	}

	.project-heading .heading-main {
		text-align: center;
		font-size: 38px;
	}

	.project-heading .heading-sub {
		text-align: center;
		font-weight: 600;
		font-size: 14px;
		letter-spacing: 1px;
		margin-top: 15px;
	}

	.project-detail {
		margin: 0px;
		margin-top:50px;
	}

	.project-detail img{
		width:100%;
		margin: 0px;
	}

	.project-detail .title{
		width:100%;
		margin:0px;
		margin-top: 50px;
		font-size: 16px;
	}

	.project-detail .project_tag{
		padding: 0px 6px;
		font-size: 11px;
		margin-left: 0px;
		margin-top: 5px;
	}

	.project-detail .contents{
		width:100%;
		margin: 0px;
		padding: 0px;
		margin-top:50px;
		word-break: break-word;
  		overflow-wrap: break-word;
	}
}