/*#kouhosya a{
	color: #1bb8ce; 
	text-decoration: underline;
}
*/
/*-----------------------
　　掲示前
-----------------------*
.mae{
	border: 3px solid #1bb8ce;
	background: #eef2f5;
	border-radius: 10px;
	padding: 50px 35px;
	font-weight: bold;
	color: #1bb8ce;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
}


/*-----------------------
　　掲示後
-----------------------*/
.ato .box{margin-top: 60px;}

.ato table ,.ato td,.ato th {
	border: 2px solid #1bb8ce;
	border-collapse: collapse;
	color: #1bb8ce;
	font-weight: bold;
}

.ato table{
	width: 100%;
}

.ato th{
	padding: 25px 20px;
	text-align: center;
}

.ato td{padding: 15px 20px;}
.ato td:nth-child(2){
	font-size: 14px; text-align: left;
	width: 50%;
}

.ato td:nth-child(3),.ato td:nth-child(4){padding: 10px;font-size: 13px;}

.link_none{
	opacity: 0.5;
	pointer-events:none;
	text-decoration: none!important;
}

.link_none:hover{
	background: #eef2f5;
    color: #1bb8ce;
    opacity: 0.5;
}

#kouhosya .ato td a{
	font-size: 13px;
	line-height: normal;
	display: block;
	background: #eef2f5;
	border: 2px solid #1bb8ce;
	color: #1bb8ce;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 5px 5px;
	text-decoration: none;
}

#kouhosya .ato td a:hover{
	background: #1bb8ce;
	color: #FFFFFF;
	opacity: 1;
}

.ato .box03 p { 
	display: table;
	text-align: justify;
	font-size: 15px;
	margin-bottom: 10px;
}
.ato .box03 p span.icon {
    display: table-cell;
    padding-right: 45px; 
    white-space: nowrap;
	color: #1bb8ce;
}
.ato .box03 p span.text {
    display: table-cell;
    width: 100%;
}

@media screen and (max-width: 750px){
	.table_box{overflow-x: scroll;}
	
	.ato .box{margin-top: 30px;}
	.ato table{ width:780px;}
	.ato .box03 p span.icon{padding-right: 8px;}
}



/*-----------------------
　　公報の読み上げ
-----------------------*/
.kouhou_yomiage table ,.kouhou_yomiage td,.kouhou_yomiage th {
	border: 2px solid #1bb8ce;
	border-collapse: collapse;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}

.kouhou_yomiage table{width: 100%;}

.kouhou_yomiage td{
	padding: 10px 20px;
	text-align: center;
}

.kouhou_yomiage td.ku{background:#eef2f5; padding: 5px; width: 60px;}

.kouhou_yomiage .box{margin-bottom: 60px;}

.kouhou_yomiage .box03 p { 
	display: table;
	text-align: justify;
	font-size: 15px;
	margin-bottom: 10px;
}
.kouhou_yomiage .box03 p span.icon {
    display: table-cell;
    padding-right: 45px; 
    white-space: nowrap;
	color: #1bb8ce;
}
.kouhou_yomiage .box03 p span.text {
    display: table-cell;
    width: 100%;
}

@media screen and (max-width: 750px){
	.kouhou_yomiage .box{margin-bottom: 30px;}
	.kouhou_yomiage .box03 p span.icon{padding-right: 8px;}
	.kouhou_yomiage table ,.kouhou_yomiage td,.kouhou_yomiage th{font-size: 13px;}
}

/*-----------------------
　　追加
-----------------------*/
.box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1bb8ce;
    margin-bottom: 15px;
}
.box ul{
	max-width: 940px;
	width: 100%;
	margin: 0 auto 40px ;
	display: flex;
	justify-content: space-between;
}

.box ul li{
	width: 31.5%;
	height: 100px;
	background: #96c21e;
	border-radius: 20px;
	color: #000;
	/*border: 3px solid #1bb8ce;*/
}

.box ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}
.box ul li:hover{
	background: #f2ca21;
}
.box ul li a:hover{
	opacity: 1;
}
.box> a{	color: #1bb8ce;border-bottom: solid #1bb8ce 1px; }
.br_sp{display: none;}
@media screen and (max-width: 750px) {
	h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
	.box ul{display: block;}
	.box ul li{width: 100%; height: 60px; margin-bottom: 10px;border-radius: 5px;}
	.box ul li a{font-size: 13px;}
	.br_sp{display: block;}
    
}
/*-----------------------
　　20250630追加
-----------------------*/
.kouhosya_box,.hirei_box{
	background: #eef2f5;
	padding: 40px;
	margin:  20px auto 0;
	width: 95%;
	box-sizing: border-box;
	text-align: left;
}
.kouhosya_box_f,.hirei_box_f{margin:  20px auto 0;}
.kouhosya_box em,.hirei_box em{
	font-weight: 600;
	margin-right: 10px;
	font-size: 1.2rem;
}
.kouhosya_box span{
	color: #1bb8ce;
}
.kouhosya_box a,.hirei_box a{
	display: block;
	border: #1bb8ce 2px solid;
	margin: 20px auto 0;
	color: #1bb8ce;
	width: 80%;
	padding: 10px 20px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
}
#kouhosya .box01 p{
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
.box02 small{ 
	width: 95%;
	display: block;
	margin: 10px auto 0;
	text-align: left;
	text-indent: -1.5em;
    padding-left: 2em;
}