@charset "utf-8";
/* CSS Document */

/*resetcss*/
#page_contents table {
  all: unset;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
#page_contents th,
#page_contents td {
  all: unset;
  display: table-cell;
  padding: 0;
}

/*------------------------------------------*/

/*グループ*/
#page_contents .wp-block-group{
	max-width: 630px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

/*グループ：使用上の注意*/
#page_contents .group_type01{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#page_contents .group_type01 .wp-block-group{
	max-width: none;
	width: 49%;
	height: -webkit-fill-available;
	margin: 0;
    border: 2px solid #DB0F00;
	box-sizing: border-box;
    background-color: #FFF;
    padding: 15px;
}
#page_contents .group_type01 .wp-block-group table{
}
#page_contents .group_type01 .wp-block-group table th{
	height: 3em;
	background-color: #D90000;
	color: #FFF;
    font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
#page_contents .group_type01 .wp-block-group table td{
	padding-left: 0.5em;
}

/*グループ：法定検査の申込み・お問合せ先*/
#page_contents .group_type02{
    margin: 20px auto;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #00A3D9;
}
#page_contents .group_type02 .wp-block-group__inner-container > p{
	width: calc( 100% - 30px );
    margin: 0px auto;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding: 1em 0px;
    font-size: 13px;	
}
#page_contents .group_type02 .wp-block-group__inner-container table{
	width: calc( 100% - 30px );
    margin: 1em auto 0;
}
#page_contents .group_type02 .wp-block-group__inner-container table td{
	vertical-align: middle;
}

/*グループ：えひめの浄化そう*/
#page_contents .group_type03{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
#page_contents .group_type03 > .wp-block-group{
	max-width: none;
	width: calc( 32% - 8px );
	margin: 0;
}




/*------------------------------------------*/

/*テーブル：協会概要*/
#page_contents .is-style-table_type01{
}
#page_contents .is-style-table_type01 table{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#page_contents .is-style-table_type01 table tr th, #page_contents .is-style-table_type01 table tr td{
    padding: 1em 1em;
}
#page_contents .is-style-table_type01 table tr th{
	border-right: 1px solid #008BBD;
	border-bottom: 1px solid #008BBD;
	background-color: #229DCC;
	color: #FFF;
	width: 120px;
}
#page_contents .is-style-table_type01 table tr td{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	background-color: #fff;
}

/*テーブル：沿革*/
#page_contents .is-style-table_type02{
}
#page_contents .is-style-table_type02 table th, #page_contents .is-style-table_type02 table td{
    padding: 0.5em;
}
#page_contents .is-style-table_type02 table th{
	width: 100px;
	font-weight: 700;
}

/*テーブル：支部組織*/
#page_contents .is-style-table_type03{
}
#page_contents .is-style-table_type03 table{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#page_contents .is-style-table_type03 table thead{
	border: 0;
}
#page_contents .is-style-table_type03 table tr th{
	border-right: 1px solid #008BBD;
	border-bottom: 1px solid #008BBD;
	background-color: #229DCC;
	color: #FFF;
    padding: 1em 1em;
}
#page_contents .is-style-table_type03 table tr td{
    padding: 1em 1em;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	background-color: #fff;
}

/*テーブル：役割*/
#page_contents .is-style-table_type04 table{
	background-color: #FFF;
}
#page_contents .is-style-table_type04 table th, #page_contents .is-style-table_type04 table td{
	padding: 5px;
	vertical-align: middle;
	border: 10px solid #fff;
}
#page_contents .is-style-table_type04 table th{
	width: 30px;
	height: 30px;
	color: #FFF;
	font-weight: 700;
	background-color: #0083B8;
	text-align: center;
}
#page_contents .is-style-table_type04 table td{
}

/*テーブル：取扱ルール（パターン）*/
#page_contents .is-style-table_type05 table{
	width: 100%;
}
#page_contents .is-style-table_type05 table th, #page_contents .is-style-table_type05 table td{
	padding: 5px 10px;
	vertical-align: middle;
}
#page_contents .is-style-table_type05 table th{
	width: 25% !important;
	color: #FFF;
	background-color: #0083B8;
	text-align: left;
}
#page_contents .is-style-table_type05 table td{
	width: 75% !important;
	background-color: #fff;
}

/*テーブル：取扱ルール（フロー）*/
#page_contents .is-style-table_type06 table{
	width: 100%;
	background-color: #fff;
	margin: 1em 0 1em;
}
#page_contents .is-style-table_type06 table th, #page_contents .is-style-table_type06 table td{
	width: 100% !important;
	display: block;
}
#page_contents .is-style-table_type06 table th{
	color: #0083B8;
	text-align: left;
	padding: 0.5em 1em 0.25em;
}
#page_contents .is-style-table_type06 table td{
	padding: 0.25em 1em 0.5em;
}

/*テーブル：法定検査の内容*/
#page_contents .is-style-table_type08 table{
	width: 100%;
}
#page_contents .is-style-table_type08 table th, #page_contents .is-style-table_type08 table td{
}
#page_contents .is-style-table_type08 table th{
    border-left: 1px solid #008BBD;
    border-bottom: 1px solid #008BBD;
    background-color: #229DCC;
    color: #FFF;
    text-align: left;
	vertical-align: middle;
    padding: 1em;
}
#page_contents .is-style-table_type08 table td{
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 1em;
	background-color: #fff;
}

/*テーブル：水質検査の判断方法*/
#page_contents .is-style-table_type09 table{
	width: 100%;
}
#page_contents .is-style-table_type09 table th, #page_contents .is-style-table_type09 table td{
}
#page_contents .is-style-table_type09 table th{
    border-left: 1px solid #008BBD;
    border-bottom: 1px solid #008BBD;
    background-color: #229DCC;
    color: #FFF;
    text-align: left;
	vertical-align: middle;
    padding: 1em;
}
#page_contents .is-style-table_type09 table td{
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 1em;
	background-color: #fff;
}

/*テーブル：保証制度の対象となる浄化槽*/
#page_contents .is-style-table_type10 table{
	width: 100%;
}
#page_contents .is-style-table_type10 table th, #page_contents .is-style-table_type10 table td{
	background-color: #fff;
	padding: 1em;
}
/*テーブル：保証制度の対象となる機能異常*/
#page_contents .is-style-table_type11 table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
#page_contents .is-style-table_type11 table th, #page_contents .is-style-table_type11 table td{
	background-color: #fff;
	padding: 1em;
}

/*テーブル：ディスクロージャー*/
#page_contents .is-style-table_type12 table{
	width: 100%;
	border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
#page_contents .is-style-table_type12 table th, #page_contents .is-style-table_type12 table td{
	border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
	padding: 1em;
}
#page_contents .is-style-table_type12 table th{
	width: 70%;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: middle;
	color: #0084B3;
}
#page_contents .is-style-table_type12 table td{
	width: 30%;
	background-color: #fff;
	text-align: center;
}
#page_contents .is-style-table_type12 table td a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
#page_contents .is-style-table_type12 table td a::before{
	content: '';
	display: inline-block;
	background: url(./image/icon_pdf.png) 0 0 / contain no-repeat;
	width: 32px;
	height: 33px;
}

/*テーブル：会員ページお知らせ*/
#page_contents table.is-style-table_membertopics{
	width: 100%;
}
#page_contents table.is-style-table_membertopics th{
	width: 10%;
	padding: 5px 5px 5px 0;
}
#page_contents table.is-style-table_membertopics td{
	width: 90%;
	padding: 5px 0 5px 5px;
}

/*------------------------------------------*/

/*リンクボタン：グレーグラデ、水色、赤い矢印*/
#page_contents .wp-block-button.is-style-btn_type01 > a{
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 8px 10px;
	background: #ECECED;
	background: linear-gradient(0deg, rgba(236, 236, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	color: #139acd;
	text-decoration: none;
	position: relative;
}
#page_contents .wp-block-button.is-style-btn_type01 > a::before{
	content: '▶';
	display: inline-block;
	font-size: 12px;
	color: #d90000;
	margin-right: 10px;
}

/*------------------------------------------*/

/*リスト：青いマーカー、字下げあり*/
#page_contents .wp-block-list.is-style-list_type01{
	list-style-type: none;
}
#page_contents .wp-block-list.is-style-list_type01 > li{
	padding-left: 1.5em;
	position: relative;
}
#page_contents .wp-block-list.is-style-list_type01 > li::before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #0084B3;
	position: absolute;
	top: 3px;
	left: 0;
}
#page_contents .wp-block-list.is-style-list_type01 > li:not(:last-child){
	margin-bottom: 5px;
}

/*------------------------------------------*/

/*iframe*/
#page_contents iframe{
	width: 100%;
	min-height: 350px;
	height: auto;
}

/*------------------------------------------*/

/*Q&A*/
.qalists .accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}
.qalists .accordion-area li{
    margin: 10px 0;
}
.qalists .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	background-image: none !important;
}
.qalists .title::before,
.qalists .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
}
.qalists .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
.qalists .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
.qalists .title.close::before{
	transform: rotate(45deg);
}
.qalists .title.close::after{
	transform: rotate(-45deg);
}
.qalists .box{
    display: none;
	margin: 0 15px 15px 15px;
}

/*------------------------------------------*/
/*ここからindex.css*/
/*archive, single*/

dl.entry_title {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    border-bottom: 2px solid #008AC0;
	padding-bottom: 5px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
	display: flex;
	gap: 0 6px;
	align-items: center;
}
dl.entry_title dt{
    width: 110px;
}
dl.entry_title dd{
    width: calc( 100% - 120px );
}
dl.entry_title dd a {
    color: #008BBD;
}

#page_contents .entry_body{
	width: 100%;
	margin:1em auto;
	overflow:hidden;
	font-size:13px;
}

/*要確認*/
#page_contents .entry_body p, #page_contents .entry_body div, #page_contents .entry_body dl, #page_contents .entry_body ul, #page_contents .entry_body ol {
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-bottom: 1em;
    background-image: none;
    line-height: auto;
    font-size: 14px;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/