@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;
}
.t2,
.t3,
.t4,
.t5{
	margin-bottom:8rem;
}

/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.couza-q h3{
		margin-bottom: 1rem;
	}
	.t2,
	.t3,
	.t4,
	.t5{
		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) {
}


.couza-q{
	margin:0;
}
.red{
	color: #ce121b;
}
.blue{
	color: #eaeff6;
}
.white{
	color: white;
}
.blue a{
	color:#007bff;
}
/*==========================================
 
===========================================*/

.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;
}


.t1-con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t1-con-item{
	width:33%;
}
.t1-te{
	margin-top:2rem;
}
.t1-t{
	border-collapse: collapse;
	width:100%;
	font-size: 16px;
	margin-bottom: 1rem;
}
.t1-t th{
	border: solid 1px #dee2e6;
	background-color: #ffff3cbf;
	color: #111;
	padding:1rem;
}
.t1-t td{
	border: solid 1px #dee2e6;
	padding:0.5rem;
	text-align: center;
}
.t1-ts{
	font-size: 16px;
}
.t1-te .red a{
	text-decoration: underline;
}
/* PC向けレイアウトの指定：1020pxまでは固定レイアウト */
@media screen and (max-width: 1020px) {
	.t1-con{
		display: block;
	}
	.t1-con-item{
		width:100%;
		margin-bottom: 1rem;
	}
	.t1-con-item:nth-child(2){
		margin-top: 2rem;
	}
}



.t2-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: solid 3px #ffff3cbf;
	border-radius: 5px;
	padding: 2rem;
	background-color: #ffff3c17;
}
.t2-box:nth-child(2){
	margin-top: 2rem;
}
.t2-i-1{
	width:200px;
	margin-right: 20px;
}
.t2-i-2{
	width:calc(100% - 220px);
}
.t2-i-1 p{
	text-align: center;
	margin-top: 2px;

}


/* PC向けレイアウトの指定：1020pxまでは固定レイアウト */
@media screen and (max-width: 1020px) {
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.t2-box{
		display: block;
		padding: 2rem;
	}
	.t2-box:nth-child(2){
		margin-top: 2rem;
	}
	.t2-i-1{
		margin-right: 0px;
		margin: 0 auto;
	}
	.t2-i-2{
		width:100%;
		padding: 2rem 0;

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




.t3-t,
.t3-t2{
	border-collapse: collapse;
	width:100%;
	font-size: 16px;
	margin-bottom: 1rem;
}
.t3-t th,
.t3-t2 th{
	border: solid 1px #dee2e6;
	background-color: #ffff3cbf;
	padding:1rem;
	text-align: center;
}
.t3-t td,
.t3-t2 td{
	border: solid 1px #dee2e6;
	padding:0.5rem;
	text-align: center;
}
.t3-con2{
	margin-top:2rem;
}

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

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


/*
.t4-con1 img,
.t4-con2 img,
.t4-con3 img{
	margin-top:2rem;
	width:80%;
}*/
.t4-con1,
.t4-con2,
.t4-con3{
	margin-top: 2rem;
}

.t5-con1 h4 a{
	text-decoration:underline;

}
.t5-con1 img{
	width:100px;
}
/* PC向けレイアウトの指定：1020pxまでは固定レイアウト */
@media screen and (max-width: 1020px) {
	.t4-con1 img,
	.t4-con2 img,
	.t4-con3 img{
	width:100%;
	}
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.t4-con2,
	.t4-con3{
	margin-top: 4rem;
}
}
