@charset "utf-8";
/*==========================================
共通
===========================================*/
.couza-q h3{
	padding: 0.25em 0.5em;/
	color: #494949;
	background: transparent;
	border-left: solid 5px #ce121b;
	border-bottom: solid 2px #dee2e6;
	margin-bottom: 3rem;
}

.la3{
	margin-bottom: 8rem;
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.la3{
		margin-bottom: 4rem;
	}
}


/* PC向けレイアウトの指定：960px以上では固定レイアウト */
@media screen and (min-width:960px) {
}
/* PC向けレイアウトの指定：1020pxまでは固定レイアウト */
@media screen and (max-width: 1020px) {
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
}

/* PC向けレイアウトの指定：560pxまでは固定レイアウト */
@media screen and (max-width:560px){
}

.couza-q{
	margin:0;
}
.red{
	color: #ce121b;
}
.blue{
	color: #eaeff6;
}
.white{
	color: white;
}
.blue a{
	color:#007bff;
}
.center{
	text-align: center;
}
/*==========================================
 メッセージ部分
===========================================*/
.commu-con1{
	text-align: center;
}
.commu-con1 h3{
	color: #ce121b;
	border-bottom: solid 1px  #ce121b;
	background: linear-gradient(transparent 60%, yellow 30%);
	display: inline-block;
}
.commu-con1 p{
	margin: 2rem auto;
}
/*==========================================
LABO詳細メッセージ
===========================================*/
.la3-box{
	margin-top: 4rem;
}
.la3-img img{
	height: 50vh;
    object-fit: cover;
}
.la3-box h4,
.la3-box-3 h4{
	border-bottom: 2px solid #ce121b;
	display: inline-block;
	margin-bottom: 1rem;
	padding-right: 20px;
}
.la3-box-2{
	background-color: #eaeff6;
    border-radius: 5px;
    padding: 2rem;
	margin: 2rem auto;
}
.la3-box-3 tr td:nth-of-type(1) { 
	width:50px;
	text-align: right;
}
.la3-box-3 tr td:nth-of-type(2) { 
	padding-left: 10px;
}
.la3-box-3 tr td{
	border: solid 1px #dee2e6;
    padding: 0.5rem 0.8rem;
    box-sizing: border-box;
}
.la3-box-3 table{
	white-space: nowrap;
	width:100%;
	border-collapse: collapse;
}


/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.la3-box{
		margin-top: 2rem;
	}
	.la3-img img{
		height: 30vh;
	}
	.la3-box-3{
		overflow-x:scroll;
	}
	.la3-box-3 table{
		white-space: nowrap;
		min-width:526px;
	}
}


/*==========================================
メンバー募集
===========================================*/
.la1{
	background-color: #ce121b;
	padding: 8rem 0;
	color: white;
}
.la1-con1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.la1-c1-maru{
	width: 100%;
}
.la1-c1-item-l{
	width:50%;
}
.la1-c1-item-r{
	width:45%;
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.la1-con1{
		display: block
	}
	.la1-c1-maru{
		width: 80%;
	}
	.la1-c1-item-l{
		width:100%;
	}
	.la1-c1-item-r{
		width:80%;
		margin: 0 auto;
	}
}
/* PC向けレイアウトの指定：1020px以上は固定レイアウト */
@media screen and (min-width: 1020px) {
}


.font-b{
	font-size: 18px;
	font-weight: 600;
}
.la1-item-text{
	padding: 10px;
}
.la1-btn{
	margin-bottom: 2rem;
	margin: 0.6rem 0 2rem 1rem;
}
.la1-btn a{
	background-color: #b2dfff;
	color: #333;
	padding: 0.8rem 1.2rem;
	border-radius: 10px;
	font-weight: 600;
    box-shadow: 2px 2px gray;
}

.campfire-con{
	border: 2px solid red;
	background-color: white;
	padding: 10px;
	max-width: 718px;
	margin-bottom: 4rem;
}
.campfire-con p{
	color: #333;
}

.la1-c2-item tr{
	margin-bottom: 10px;
	display: block;
}
.la1-c2-item th{
	background-color: white;
	padding: 2px 4px;
	min-width: 56px;
	width: 65px;
}
.la1-c2-item td{
	color: white;
	padding-left: 5px;
} 
.show1020labo{
	display: none;
}
.la1-c1-maru{
	width: 100%;
}
/* PC向けレイアウトの指定：1020px以上は固定レイアウト */
@media screen and (min-width: 1020px) {
	.la1-c2-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.la1-c2-item{
		width: 50%;
		max-width:calc(100% - 510px);

	}
	.yellow{
		max-width: 510px;
		width: 45%;
	}
	.show1020labo{
		display: block;
		width:85%;
		margin-top: 2rem;
	}
	.no1020labo{
		display: none;
	}
	.la1-c1-item-l{
		width:100%;
	}
	.la1-c1-maru{
		width: 50%;
	}
}
  /* PC向けレイアウトの指定：500pxまでは固定レイアウト */
  @media screen and (max-width:500px) {
	.campfire-con{
		margin-bottom: 2rem;
	}
	.font-b{
		font-size: 16px;
	}
	.la1-c2-item td{
		font-size: 14px;
	}
	.la1-btn{
		margin: 1rem auto 2rem auto;
	}
	.la1-btn a{
		font-size: 14px;
	}
  }

/*==========================================
リボンの切れttl
===========================================*/
.la1-item-ttl-b{
	margin: 2rem 0 1rem 0;
    background: #b2dfff;
    /* border: dashed 2px white; */
    padding-left: 15px;
    width: 90%;
	max-width: 600px;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    line-height: 50px;
    border-left: solid 5px red;
	box-shadow: 0px 3px #777;
}
.la1-item-ttl-y{
	margin: 2rem 0 1rem 0;
	background: #ffff78;  
	/*border: dashed 2px white;*/
    padding-left: 15px;
	/*width: 90%;*/
	max-width: 600px;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    line-height: 50px;
    border-left: solid 5px red;
	box-shadow: 0px 3px #777;
}
.la1-item-ttl-b:after,
.la1-item-ttl-y:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
  }
  
  .la1-item-ttl-b:after,
  .la1-item-ttl-y:after{
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #ce121b transparent transparent;
	border-style: solid;
  }
  /* PC向けレイアウトの指定：500pxまでは固定レイアウト */
@media screen and (max-width:500px) {
	.la1-item-ttl-b,
	.la1-item-ttl-y{
    	font-weight: 800;
    	font-size: 18px;
    	position: relative;
    	line-height: 34px;
	}
	.la1-item-ttl-b:after,
	.la1-item-ttl-y:after{
	  border-width: 17px 15px 17px 0px;

	}


}





/*==========================================
メンバー募集 処分するほう
===========================================*/
.la2{
	background-color: #ce121b;
	padding: 8rem 0;
}
.la2-con1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.la2-c1-item-l{
	width:45%;
}
.la2-c1-item-r{
	width:40%;
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.la2-con1{
		display: block
	}
	.la2-c1-item-l,
	.la2-c1-item-r{
		width:100%;
	}
}


.la2-con2{
	display: flex;
	margin-top: 2rem;
}
.la2-box{
	color: #ce121b;
	border-left: solid 3px white;
	padding: 0 1rem;
}
.la2-box:nth-child(2){
	border-right: solid 3px white;
}

.la2-box p{
	color: white;
}
.la2-item{
	margin-top: 2rem;
	border-top: dotted white 0.5px;
}
.la2-item th{
	background-color: white;
	padding: 2px 4px;
	min-width: 56px;
}
.la2-item td{
	color: white;
	padding-left: 5px;
}  
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.la2-con2{
		display: block;
	}
	.la2-box{
		border-left: none;
		padding: 0;
	}
	.la2-box:nth-child(2){
		border-right: none;
		padding-top: 4rem;
	}

	.la2-item{
		border-bottom: solid 3px white;
		padding-bottom: 2rem;
	}
}

/* PC向けレイアウトの指定：560pxまでは固定レイアウト */
@media screen and (max-width:560px){
	.la2 {
		padding: 4rem 0;
	}
}


/*==========================================
リボンの切れttl
===========================================*/
.la2-item-ttl-b{
	margin: 2rem 0 1rem 0;
    background: #b2dfff;
    /* border: dashed 2px white; */
    padding-left: 15px;
    width: 120px;
    font-weight: 800;
    font-size: 22px;
    position: relative;
    line-height: 50px;
    border-left: solid 4px red;
}
.la2-item-ttl-y{
	margin: 2rem 0 1rem 0;
	background: #ffff78;  
	/*border: dashed 2px white;*/
    padding-left: 15px;
    width: 120px;
    font-weight: 800;
    font-size: 22px;
    position: relative;
    line-height: 50px;
    border-left: solid 4px red;
}
.la2-item-ttl-b:after,
.la2-item-ttl-y:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
  }
  
  .la2-item-ttl-b:after,
  .la2-item-ttl-y:after{
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #ce121b transparent transparent;
	border-style: solid;
  }
  /* PC向けレイアウトの指定：500pxまでは固定レイアウト */
@media screen and (max-width:500px) {
	.la2-item-ttl-b,
	.la2-item-ttl-y{
		width: 100px;
    font-weight: 800;
    font-size: 18px;
    position: relative;
    line-height: 34px;
	}
	.la2-item-ttl-b:after,
	.la2-item-ttl-y:after{
	  border-width: 17px 15px 17px 0px;

	}


}
/*==========================================
黄色い三角２個
===========================================*/
  .la2-btn-m a{
	color: black;
	font-weight: 600;
	padding:5px 20px;
	background-color: #ffff78;
	display: inline;
	margin-left: 20px;
}

.la2-btn{
    position: relative;
    padding: 0 0 0 16px;
}
.la2-btn::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 16px solid #ffff78;
    z-index: 2;
}
.la2-btn::after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
	margin-left: 16px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 16px solid #ffff78;   
    z-index: 2;
} 

