@charset "utf-8";

.h1-area h1{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
     /* width: 40%;
   text-align: right; */
	width: 100%;
    margin: 0 0 0 auto;
}
/* -----------------------------
	詳細
-------------------------------- */
.detail-area{
	padding: 50px 0 150px;

}
.detail-area .inner1000{

}

/* .intro-area  */
.detail-area .intro-area {
	padding: 0 0 40px;

}

.detail-area .intro-area .image {
	height: auto;
	margin: 30px auto 0;
}

.detail-area .intro-area .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	background: #f8f8f8;
}
.detail-area .intro-area .image.before{
	position: relative;
	margin: 0 50px 0 0;
}
.detail-area .intro-area .image.before .img-title{
	line-height: 1;
    font-weight: bold;
    font-family: var(--opensans);
    font-size: 2rem;
	color: #50B4C8;
}
.detail-area .intro-area .image.before::before{
content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 25px;
    border-color: transparent transparent transparent #9D9D9D;
    position: absolute;
    top: 50%;
    right: -38px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.detail-area .intro-area .image.before img{
	width: 350px;
    height: auto;
    /*max-height: 250px;
    min-height: 250px;*/
	border-radius: 15px;
	border: solid 3px #50B4C8;
}
.detail-area .intro-area .image.after img{
	width: 600px;
    /*max-height: 400px;
    min-height: 400px;*/
	border: solid 5px #F39800;
	border-radius: 15px;
}
.detail-area .intro-area .image.after .img-title{
	line-height: 1;
    font-weight: bold;
    font-family: var(--opensans);
    font-size: 2rem;
	color: #F39800;
}

.detail-area .intro-area .image.one-piece img{
	width: 600px;
	border-radius: 15px;
}
.detail-area .intro-area .txt-area{
}

.detail-area .intro-area .img-block{
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail-area .intro-area .top-wrap{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.detail-area .intro-area .area{
	border: solid 1px #ddd;
	margin: 10px 0 0;
	font-size: 1.4rem;
	display: inline-block;
	padding: 3px 15px;
}

.detail-area .intro-area .title{
		font-size: 3.7rem;
	line-height: 1.5;
	padding: 0 0 15px;
	font-weight: bold;
	border-bottom: 6px solid #f39800;
}
.detail-area .intro-area .cate-list{
	display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0;
}
.detail-area .intro-area .cate-list > div{
	color: #fff;
    background: #50B4C8;
    border-radius: 30px;
    padding: 5px 15px 6px;
    margin: 5px 5px 0 0;
}
.detail-area .intro-area .bottom-wrap{
	display: flex;
	margin: 5px 0 0;
	flex-wrap: wrap;
}
.detail-area .intro-area .bottom-wrap p{
	margin: 0 20px 0 0;
	font-size: 2rem;
}
.detail-area .intro-area .bottom-wrap p span{
	border-bottom: dashed 2px #f39800;
	font-weight: bold;
}


/* fullrich */
.detail-area .fullrich {
	border: #F39800 solid 1px;
	padding: 50px 50px 50px;
	margin: 20px 0 0;
	background: #fff;
	border-radius: 15px;
}

.detail-area .fullrich .detail-contents {
	padding: 0!important;
}

.detail-area .fullrich .title{
	background: #F39800;
    color: #fff;
    font-size: 2.6rem;
    margin: 0 0 30px 0;
    padding: 0 0 0 70px;
	height: 70px;
	line-height: 70px;
	position: relative;
	border-radius: 5px;
}

.detail-area .fullrich .title::before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: 20px;
	background: url("../img/works-icon01.png") no-repeat top center / contain;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.detail-area .voice-area .title::before{
	background: url("../img/works-icon02.png") no-repeat top center / contain;
}
.detail-area .comment-area .title::before{
	background: url("../img/works-icon03.png") no-repeat top center / contain;
}


@media screen and (max-width: 768px){
	.detail-area{
		padding: 30px 0 0;	
	}
	.detail-area .inner {
		max-width: 100%;
		min-width: 100%;
		padding: 30px 20px;
	}
	
	.detail-area .intro-area .txt-area{
	}

	.detail-area .intro-area .top-wrap{

	}
	.detail-area .intro-area .area{
		padding: 2px 10px;
	}

	.detail-area .intro-area .title{
		font-size: 2.3rem;
		margin: 10px 0 0;
		padding: 0 0 10px;
	}
	.detail-area .intro-area .cate-list{
	}
	.detail-area .intro-area .cate-list > div{
	}
	.detail-area .intro-area .bottom-wrap{
	}
	.detail-area .intro-area .bottom-wrap p{
		font-size: 1.6rem;
		margin: 0 10px 0 0;
	}
	.detail-area .intro-area .bottom-wrap p span{
	}
	.detail-area .intro-area .image.before::before{
	width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 25px 0 25px;
        border-color: #9D9D9D transparent transparent transparent;
        bottom: -26px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: auto;
	}
	
	.detail-area .intro-area .img-block{
		display: block;
		margin: 20px 0 0;
	}
	.detail-area .intro-area .image.before img{
		width: 100%;
		height: auto;
		/*max-height: 300px;
		min-height: 300px;*/
	}
	.detail-area .intro-area .image.after img{
		width: 100%;;
		/*max-height: 400px;
		min-height: 400px;*/
		border: solid 5px #F39800;
		border-radius: 10px;
	}
	.detail-area .intro-area .image.one-piece img{
		width: 100%;;
		border-radius: 10px;
	}
	/* .intro-area  */
	.detail-area .intro-area {
		display: block;
		padding: 0;
	}

	.detail-area .intro-area .image {
		width: 100%;
		height: auto;
	}

	.detail-area .intro-area .box {
		width: 100%;
		margin: 0;
	}

	.detail-area .free-area {
		padding: 0 ;
		margin: 20px auto 30px;
		width: 100%;
		/*border-left: none;
		border-right: none;*/
	}
	.detail-area .free-area .detail-contents {
		/*padding: 20px 20px 20px !important;*/
	}


	.detail-area .detail-contents iframe{
		width: 100%;
		height: fit-content;
		min-height: 168px;
	}
	
	/* fullrich */
	.detail-area .fullrich {
		padding: 15px;
		border-radius: 10px;
	}

	.detail-area .fullrich .detail-contents {
	}

	.detail-area .fullrich .title{
		font-size: 2rem;
		height: 60px;
		line-height: 60px;
		margin: 0 0 20px;
		padding: 0 0 0 60px;
	}

	.detail-area .fullrich .title::before{
		width: 30px;
		height: 30px;
	}

	.detail-area .sp-scroll{
		margin: 20px 0 50px;
	}
}

/* -----------------------------
	フルリッチテキスト
-------------------------------- */

.detail-contents {
  line-height: 1.8;
  padding: 0 0 50px !important;
}

/* pタグ */
.detail-contents p {
  font-size: 1.6rem;
}

/* 見出し系 */
.detail-contents h1,
.detail-contents h2,
.detail-contents h3,
.detail-contents h4 {
  font-weight: bold;
  line-height: 1.5;
}

.detail-contents h1 {
	/*
  background: #333;
	*/
  color: #F39800;
  font-size: 2.6rem;
  margin: 30px 0 20px 0;
	/*
  padding: 15px 30px;
	*/
}

.detail-contents h2 {
  border-bottom: 3px #F39800 solid;
  font-size: 2.4rem;
  margin: 40px 0 30px 0;
  padding: 0 0 10px;
}

.detail-contents h3 {
	background: #F39800;
	color: #fff;
  font-size: 2.2rem;
  margin: 40px 0 30px 0;
  padding: 15px 30px;
}

.detail-contents h4 {
  font-size: 2rem;
  margin: 30px 0 20px 0;
  padding: 0 0 0 16px;
  position: relative;
}

.detail-contents h4::before {
  background: #F39800;
  border-radius: 3px;
  content: "";
  display: block;
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 5px;
  width: 4px;
}

.detail-contents img {
  display: block;
  height: auto;
  max-width: 790px;
}

.detail-contents a:link {
  color: red;
  display: inline-block;
}

@media screen and (max-width: 768px) {
	
  .detail-contents {
    padding: 0 20px 30px !important;
  }

  .detail-contents h1 {
    font-size: 2.2rem;
    margin: 10px 0 10px 0;
	  /*
    padding: 10px 15px;
	  */
  }

  .detail-contents h2 {
    margin: 30px 0 20px 0;
    padding: 0 0 8px;
    font-size: 2rem;
  }

  .detail-contents h3 {
    margin: 30px 0 20px 0;
    padding: 15px 15px;
    font-size: 1.8rem;
  }

  .detail-contents h4 {
    margin: 20px 0 10px 0;
    padding: 0 0 0 18px;
    font-size: 1.6rem;
  }

  .detail-contents h4::before {
    top: 5px;
    height: calc(100% - 10px);
  }

  .detail-contents img {
    float: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    display: block;
  }
}


