@charset "UTF-8";
/* CSS Document */
.container .row {
	margin-bottom: 0;
	padding-bottom: 0;
}
.works-wrap {
	margin: 7vh 2vh;
}
.works-wrap h3 {
	margin-top: 12px; 
	margin-left: 10px;
	/*margin-right: 55px;*/
	font-size: 1rem;
	color: #fff;
	position: absolute;
	bottom: -10px;
	left: -5px;
	padding: 10px;
}
.works-wrap h3 span {
	color: #000;
	font-size: 0.7rem;
	text-shadow: none;
}
.works-wrap label {
	display: flex;
	border: 2px solid #333;
	position: relative;
	width: 100%;
	height: 120px;
}
.works-img {
	position: absolute;
	top: -30px;
	right: -10px;
	border: 2px solid #333;
}
.works-nomber {
	position: absolute;
	left: -2px;
	top: -2px;
	border: 2px solid #333;
	/*border-left: none;
	border-top: none;*/
	background: url("syounan-gozo/strip-2.png");
	height: 55px;
	width: 63px;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	color: #FBEC32;
	text-shadow:2px 2px 0 #000 , -2px -2.5px 0 #000,
              -2px 2px 0 #000, 2px -2px 0px #000,
              0px 2px 0 #000,  0 -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
	letter-spacing: 0.2rem;
}
/*ここから*/
.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 0px;
    position: relative;
}
.acd-label:after{
	background: hsla(0,0%,0%,0.00);
    box-sizing: border-box;
    content: '詳しく見る　\f103';
	font-size: 0.5rem;
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 45px;
    padding: 10px 20px;
    position: absolute;
    bottom: -15px;
	right: -5px;
}
.acd-content{
    border: 2px solid #333;
	border-top: none;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.2s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '閉じる　\f00d';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}



/*中身のテキストはここから*/
.works-text-wrap .img-fluid {
	border: 2px solid #333;
	margin-bottom: 20px;
}
.acd-content h4 {
	font-size: 1.1rem; 
}
.acd-content h4 {
  position: relative;
  padding: 0.6em;
  background: #C3DCFF;
	margin-bottom: 10%;
}

.acd-content h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 15%;
  border: 15px solid transparent;
  border-top: 15px solid #C3DCFF;
  width: 0;
  height: 0;
}
.acd-content p {
	font-size: 0.8rem;
}
.acd-content p {
	
}
.works-text {
	margin: 3vh 0;
}
.works-text h5 {
	font-size: 1rem;
}
.works-text h5 span {
	color: #000;
	font-weight: 700;
}
.works-text h5 span span {
	color: #000;
	background: linear-gradient(transparent 60%, #92BFFF 60%);
	letter-spacing: 0.1rem;
}
.works-wrap-1 .works-text p:first-letter {
	font-size: 1.3rem;
	color: #009AFF;
	font-weight: 700;
}

.fukidasi-p {
  position: relative;/*相対位置*/
  padding-left: 2.4em;/*アイコン分のスペース*/
  /*line-height: 2.4;/*行高*/
}

.fukidasi-p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f086";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -.5em;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}