@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;
}
.h2,
.h3,
.h4{
	margin-bottom:8rem;
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
	.couza-q h3{
		margin-bottom: 1rem;
	}
	.h2,
	.h3,
	.h4{
		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;
}
/*==========================================
 
===========================================*/
.hapimama{
	background-image: url(../images/couza/h-top.jpg);
	background-position: left top;

}
.h1-con{
	text-align: center;
}
.h1-con h3{
	color: #ce121b;
	border-bottom: solid 1px  #ce121b;
	background: linear-gradient(transparent 60%, yellow 30%);
	display: inline-block;
	text-align: center;
}
.h1-con p{
	margin: 2rem auto;
}
.h1-box{
	background-color: #eee;
    border-radius: 5px;
    padding: 2rem;
    margin: 2rem 0;
    box-sizing: border-box;
}
.h1-box h4{
	border-bottom: solid 1px #555;
	margin-bottom: 1rem;
	text-align: center;
	padding-bottom: 10px;
}
.h1-box ul li{
	list-style: disc;
	margin-left: 20px;
}

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




.h2-con{
	margin-bottom: 4rem;
}
.h2-box{
    border:solid 1px #dee2e6;
}
.h2-box:nth-child(2),
.h2-box:nth-child(3){
	border-top: none;
}
.h2-box h4{
	background-color: #eee;
	padding: 10px 0;
}
.h2-box h4,
.h2-box ul,
.h2-box p{
	border:solid 1px #dee2e6;	
	padding: 1rem;
}
.h2-box ul li{
	list-style: disc;
	margin-left: 25px;
}






.h3-t1{
	border-collapse: collapse;
	width:100%;
	max-width: 1300px;
	margin: 0.5rem 0 0 0;
}
.h3-t1 th{
	border: solid 1px #dee2e6;
	background-color: #eee;
	padding:0.5rem;
	font-size: 16px;
	text-align: center;
}
.h3-t1 td{
	border: solid 1px #dee2e6;
	padding:1rem;
	font-size: 16px;
	text-align: center;
}
.h3-t1 td a{
	text-decoration: underline;
}
.h3-p{
	margin-top: 1rem;
}
/* PC向けレイアウトの指定：1020pxまでは固定レイアウト */
@media screen and (max-width: 1020px) {
	.h3-con{
		overflow-x:scroll;
	}
	.h3-t1{
		white-space: nowrap;
		min-width: 740px;
	}

}






.h4-t1{
	border-collapse: collapse;
	max-width: 1300px;
	width:100%;
	margin: 0.5rem 0 0 0;
}
.h4-t1 th{
	border: solid 1px #dee2e6;
	background-color: #eee;
	padding:0.5rem;
	font-size: 16px;
	text-align: center;
}
.h4-t1 td{
	border: solid 1px #dee2e6;
	padding:1rem;
	font-size: 16px;
	text-align: center;
}
/* PC向けレイアウトの指定：1020pxまでは固定レイアウト */
@media screen and (max-width: 1020px) {
	.h4-con{
		overflow-x:scroll;
	}
	.h4-t1{
		white-space: nowrap;
		min-width: 750px;
	}
}
/* PC向けレイアウトの指定：768pxまでは固定レイアウト */
@media screen and (max-width:768px) {
}
/* PC向けレイアウトの指定：560pxまでは固定レイアウト */
@media screen and (max-width:560px){
}



