@charset "UTF-8";
/* CSS Document */
.main-container {
	margin-top: 10vh;
}


.container .row {
	margin-bottom: 0;
	padding-bottom: 0;
}
.works-wrap {
	margin: 0vh;
	padding-bottom: 0;
}
.works-wrap-1 {
	margin-top: 7vh;
}
.works-wrap-5 {
	margin-bottom: 0;
}
.works-wrap h5 {
	color: #1541FD;
	font-size: 0.85rem;
	font-weight: 700;
	font-style: italic;
	position: absolute;
	left: 42%;
	top: 15px;
}
.works-wrap h3 {
	text-shadow: 1px 2px 2px #555;
	margin-top: 12px; 
	margin-left: 10px;
	/*margin-right: 55px;*/
	font-size: 1.2rem;
	color: #000;
	position: absolute;
	bottom: -10px;
	left: 10%;
	font-family: brawler;
	font-weight: 500;
	padding: 10px;
}
.works-wrap h3 span {
	color: #000;
	font-size: 0.6rem;
	font-weight: 400;
	font-style: italic;
	text-shadow: none;
}
.works-wrap label {
	display: flex;
	border: 1px solid #999;
	box-shadow: 2px 3px 1px #999;
	position: relative;
	width: 100%;
	height: 120px;
}
.works-img {
	position: absolute;
	top: -55px;
	left: -10px;
	border: 3px solid #0068b7;
}
.works-nomber {
	position: absolute;
	left: -2px;
	top: -20px;
	border: 2px solid #333;
	/*border-left: none;
	border-top: none;*/
	background: url("syounan-gozo/strip-2.png");
	height: 70px;
	width: 150px;
	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-content h6 {
	margin: 3vh 0;
	font-size: 0.9rem;
	font-weight: 400;
}
.point {
	display: flex;
	margin: 2vh 0;
}
.point p {
	margin: 0 1vw;
	padding: 10px 0;
	width: 33%;
	background: #FBEC32;
	font-size: 0.7rem;
	font-weight: 600;
}
.point p strong {
	font-size: 0.85rem;
	font-weight: 800;
	color: #2BBFFB;
}
.tow-colm p {
	width: 49%;
}
.one-colm p {
	width: 100%;
}
.one-colm P span {
	font-size: 0.7rem;
	font-weight: 400;
}
tbody {
	border: 2px solid #333;
}
tbody .t-title {
	background: #333;
}
tr th {
	background: url("syounan-gozo/stripe-10.png");
	color: #488CF8;
	font-size: 1.2rem;
	font-weight: 600;
}
tr td {
	padding: 5px;
	font-size: 0.8rem;
}
tr td span {
	background: #FA3C3C;
	color: #fff;
	font-size: 0.55rem;
}
.botom-poinnt {
	margin: 40px 0;
}
.botom-poinnt p {
	font-size: 0.25rem;
	color: #555;
}
.botom-poinnt-wrap {
	border-radius: 5%;
	background: #FEFC36;
	padding: 10px;
	position: relative;
	width: 100%;
	height: 100%;
}
.botom-point-img {
	position: absolute;
	top: -10px;
	left: 30%;
}
.botom-poinnt-wrap p {
	color: #000;
	padding-top: 30px;
}

.botom-text-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 50px 0;
	background: url("syounan-gozo/test-dod.png");
	border-radius: 10px;
}
.botom-img {
	position: absolute;
	top: -10%;
	right: 2%;
}
.botom-text-wrap p {
	color: #fff;
	font-weight: 300;
	font-size: 0.6rem;
	padding-top: 20px;
	padding-left: 10px;
	margin-right: 40px;
}



.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);
	background: #0068b7;
    box-sizing: border-box;
    content: '詳しく見る　\f103';
	font-size: 0.5rem;
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 40px;
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
	right: 0px;
}
.acd-content{
    border: 1px solid #999;
	box-shadow: 2px 3px 4px #999;
	border-top: none;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
	margin-bottom: 12vh;
    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 p {
	font-size: 0.8rem;
}
.works-text {
	margin: 3vh 0;
}
.works-text h5 {
	font-size: 1rem;
}
.kome {
	font-size: 0.9rem;
	color: #333;
	padding-top: 20px;
	padding-right: 20px;
}