@charset "UTF-8";

/* トップ画面表示用スタイル */

.top_wrap{ width:100%; min-width: 1240px; position: relative; z-index: 2; padding: 0; background-color: #ECFAFB;}
.no_disp{ display: none; }


/* ------------------------トップスライダー------------------------ */
.top_bland { position: relative; background: #fff; }
.top_bland .slick-track {
	height: 33vw;
}

.top_bland .slick-slide img {
	width: 100%;
	height: 33vw;
	object-fit: cover;
}
.top_bland_sp { display: none!important; }

/* 左右矢印 */
.slick-prev,.slick-next {
    font-size: 0%;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgb(255 255 255 / 85%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 11;
}
.slick-prev:hover,
.slick-next:hover {
	opacity:0.9;
}
.slick-prev { left: 20px; }
.slick-next { right: 20px; }

.slick-prev:before,
.slick-next:before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 3px solid #3F92B7;
    border-top: 3px solid #3F92B7;
    top:0;
    bottom: 1px;
    left: 4px;
    right: 0;
    margin:auto;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.slick-next:before{
    top:0;
    bottom: 1px;
    left: 0;
    right: 4px;
    margin:auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 再生・停止ボタン */
.play_pause{ 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	margin: 0 auto;
	position: absolute;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	bottom: -10px;
	z-index: 10;
}

.play_pause button{ 
	width: 14px; height: 15px; margin: 0 20px; border: 0; font-size: 0%; 
	background-color: transparent; background-image: url('/images/pause.png');
	-webkit-background-size: 14px 15px; -moz-background-size: 14px 15px; background-size: 14px 15px; 
	background-repeat: no-repeat; 
	cursor: pointer;
	z-index: 20;
}
.play_pause button.paused{ background-image: url('/images/play.png'); }

@media only screen and (max-width: 1700px){
	.play_pause { bottom: -15px; }
}

/* ドット */
.slide-dots {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.slide-dots li {
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
	padding:0;
	background: #FFFFFF;
	border:1px solid #3F92B7;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; 
	list-style: none;
	cursor: pointer;
	z-index: 20;
}
.slide-dots li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}
.slide-dots li:hover,
.slide-dots li.slick-active {
	background: #3F92B7;
	border: 1px solid #3F92B7;
}

/* バナースライダー専用 */
.top_bnr {
	position: relative;
	background: #fff; 
}
.top_bnr_slider .slick-current img {
    opacity: 1;
}
.top_bnr_slider img {
    opacity: 0.5;
    padding: 0 2px;
    width: calc(100% - 4px);
}
.top_bnr .slick-prev {
    left: calc(27% - 20px);
}
.top_bnr .slick-next {
    right: calc(27% - 20px);
}
.top_bnr .slick-prev, .top_bnr .slick-next {
	background: #fff;
    border: 2px solid #3F92B7;
}
.top_bnr .slick-prev:hover,
.top_bnr .slick-next:hover {
	background: #EFEEEE;
	opacity: 1;
}
.top_bnr .slick-track {
	height: calc((46vw - 4px) * 2 / 3);
}
@media only screen and (max-width: 1240px){
	.top_bnr .slick-track { height: 378px; }
}
@media only screen and (max-width: 900px){
	.top_bnr .slick-track { height: calc((46vw - 4px) * 2 / 3); }
}
	/* バナー用画面幅900px以下の処理 */
	.top_bnr.w900 .slick-track{ height: calc((80vw - 4px) * 2 / 3); }
	.top_bnr.w900 .slick-prev { left: calc(10% - 15px); }
	.top_bnr.w900 .slick-next { right: calc(10% - 15px); }

	/* バナー用画面幅750px以下の処理 */
	.top_bnr.w750 .slick-track{ height: calc(100vw * 2 / 3); }
	.top_bnr.w750 .slick-prev { left: 10px; }
	.top_bnr.w750 .slick-next { right: 10px; }
	.top_bnr.w750 .top_bnr_slider img { padding: 0; width: 100%; }

/* ------------------------ 情報エリア共通 ------------------------ */
#infoarea { 
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	z-index: 0;
}
#infoarea-in { 
	width: 1200px;
	margin: 0 auto;
	padding: 80px 20px 10px;
}
#infoarea:before { 
	content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    background-image: url("/images/top_wave.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
}
@media only screen and (max-width: 1700px){
	#infoarea:before { height: 60px; top: -45px; }
}
.top_sec { 
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}
.top_sec_left { 
	width: calc(50% - 20px);
	margin-right: 20px;
	padding: 0 40px;
	box-sizing: border-box;
}
.top_sec_right { 
	width: calc(50% - 20px);
	margin-left: 20px;
	padding: 0 40px;
	box-sizing: border-box;
}

/* h2 */
div#infoarea h2{ 
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 60px 0 40px;
	text-align: center; 
	background: none;
	color: #125488;
	font-size: 200%;
	font-weight: 600;
	line-height: 1.6;
}
div#infoarea .top_sec_left h2, div#infoarea .top_sec_right h2 { padding: 30px 0; }

div#infoarea ul li::marker { color: #333; }


/* ---------------------------- エリア1 ---------------------------- */
/* -------- お知らせエリア -------- */
#infoarea1.top_sec { margin: 0 0 90px; }
div#infoarea1 h2 { padding: 40px 0 30px; }
#news{ width: 100%; margin: 0 auto; padding: 0 0 60px; }

/* タブ切り替え */
ul.news_tab{ 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	margin: 0 auto 15px; 
}
ul.news_tab li{
	min-width: 180px;
	margin: 0 10px;
	padding: 0;
	background-image:none;
	list-style: none;
}
ul.news_tab li a{ 
	position: relative;
	width: 100%;
	min-height: 45px;
	line-height: 1.2;
	padding: 4px 10px 6px;
	background: #fff;
	border: 1px solid #3F92B7;
	text-align: center;
	color: #125488;
	text-decoration: none;
	font-weight: 500;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
	-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; 
	 box-sizing: border-box;
}
ul.news_tab li a:hover{ color:#fff; background: #3F92B7; }
ul.news_tab li.active a{ 
	background: #3F92B7; border: 1px solid #3F92B7;
	color: #fff!important; pointer-events: none;
}

/* 一覧 */
.news_box{ display: none; width: 100%; margin: 0 auto; }
.news_box.active{ display: block; }
.news_box ul{ margin: 0 0 20px; }
.news_box li{ 
	margin: 0;
	padding: 25px 0; 
	border-bottom: 1px solid #999;
	text-align: left;
	background-image: unset;
	list-style: none;
}
.news_box li span{
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
.news_box li span.date{
	min-width: 7.5em;
	margin:0 20px 0 0;
	display: inline-block;
}
.news_box li span.categoryicon {
	display: inline-block;
}
.news_box li span.categoryicon a {
	display: block;
	margin: 0;
	padding: 5px 13px 6px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #3F92B7;
	font-size: 90%;
	width: 100%;
    min-width: 130px;
	color: #fff;
	line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
	text-decoration: none;
}
.news_box li span.categoryicon.customer a{
	background-color: #1AA59C;
}
.news_box li span.categoryicon.business a {
	background-color: #125488;
}
.news_box li span.title{
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
}
.news_box li span.title a{ 
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0; 
	color: #333;
	text-decoration: none;
	clear: both;
}
.news_box li span.title a:visited {
	color: #881188;
}
.news_box li span.title a:hover,
.news_box li span.title a:active {
	color: #C40000;
}

.news_box li span.categoryicon a:hover,
.news_box li span.categoryicon a:active {
	text-decoration: underline;
}
/* 一覧へリンク */
.news_box div.ichiran-link {
    margin: 0;
    padding: 0;
    text-align: right;
}

/* 新着がない場合 */
#news .news_box p {margin: 40px 0; }

/* カテゴリー新着がない場合 */
#news .news_box div.lobgbox h2 { display: none; }
#news .news_box div.lobgbox { margin: 0; }
#news .news_box div.lobgbox p.message { margin: 40px 0; }

/* ----------------------------- エリア2----------------------------- */
#infoarea2 { 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	margin: 0 0 90px;
}
/* ----------キーワード検索エリア----------  */
#top_search_area { padding: 0 40px 20px; font-size: 100%; }

/* 検索ボックス */
#top_search_area .key_search{ width: 100%; margin: 0 0 40px; }
#top_search_area .search-box table.gsc-search-box td.gsc-input {
	width: calc(100% - 100px)!important;
}
#top_search_area .search-box div.gsc-input-box {
	height: 58px;
}
#top_search_area .search-box table.gsc-search-box td.gsib_a {
	width: calc(100% - 25px)!important;
}
#top_search_area .search-box .gsc-input input.gsc-input {
	width: calc(100% - 15px)!important;
	height: 58px!important;
	font-size: 100%;
}
#top_search_area .search-box button.gsc-search-button-v2 {
	width: 100px;
	height: 60px;
	font-size: 120%;
}

/* キーワードリスト */
ul.key_list{ 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	width: 100%; margin: 0; padding: 0; 
}
ul.key_list .item{ margin: 0 20px 20px 0; padding: 0; background-image:none; list-style-type: none; }
ul.key_list .item a{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	padding: 9px 15px 11px 15px;
	line-height: 1.3;
	background: #EFEFEF;
	text-decoration: none;
	text-align: left;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
	min-height: 50px; box-sizing: border-box;
	color: #333;
}
ul.key_list .item a:hover{ text-decoration: underline; }
ul.key_list .arrow1:before{ top: 14px; right: 15px; }

.use_area{ width: 1220px; margin: 0 auto; }


/* ----------ピックアップエリア----------  */
ul.pickup_list {
    margin: 0;
    padding: 0 0 15px;
    list-style-type: none;
    list-style-image: none;
}

/* ----------共通ボタン----------  */
.info_btn {
	margin: 0 8px 25px 0;
	padding: 0;
	list-style-type: none;
    list-style-image: none;
    background: none;
}

.info_btn a {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	width: 100%;
	min-height: 85px;
	background-color: #3F92B7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	padding: 10px 15px 10px 30px;
	box-sizing: border-box;
	font-size: 130%;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-align: left;
}
.info_btn img {
	width: auto;
	height: 60px;
	margin-right: 30px;
}

.info_btn a:hover {
	-webkit-box-shadow: unset!important;
	-moz-box-shadow: unset!important;
	box-shadow: unset!important;
	opacity: 0.9;
}
/* ----------------------------- エリア3----------------------------- */
#infoarea3 { 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	margin: 0 0 90px;
}

/* ---------お客様へ---------- */
#customer.top_sec_left {
	padding: 0 30px;
}
ul.customer_list {
    margin: 0;
    padding: 0 0 15px;
    list-style-type: none;
    list-style-image: none;
    display:-webkit-box; display:-ms-flexbox; display:flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}
ul.customer_list .info_btn {
	width:calc(50% - 20px);
	margin: 0 10px 25px;
}

ul.customer_list .info_btn a {
	text-align: center;
	display: block;
	background-color: #1AA59C;
	padding: 20px 7px 15px 7px;
	min-height: 140px;
	height: 100%;
}

ul.customer_list .info_btn a span {
	display: block;
}
ul.customer_list .info_btn a img {
	margin-right: 0;
	margin-bottom: 15px;
	height: 60px;
}

/* ---------事業者の方へ---------- */
ul.business_list {
    margin: 0;
    padding: 0 0 15px;
    list-style-type: none;
    list-style-image: none;
}
ul.business_list .info_btn a {
	background-color: #125488;
}


/* ---------------------------- エリア4 ---------------------------- */
#infoarea4.top_sec {
	-webkit-border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
	margin: 0 0 90px;
}

/* -------- 水道を知るエリア -------- */
#shiru {
	padding: 0 0 60px;
}
.shiru_wrap {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify;
	-webkit-box-align: center; -ms-flex-align: center;
}
.shiru_left {
	width: 47%;
	text-align: left;
	margin-right: 80px;
}
.shiru_left p {
	margin: 0 0 30px;
}
.shiru_left p.info_btn {
    margin: 30px 8px 10px 0;
}

.shiru_right {
	text-align: right;
    width: calc(53% - 80px);
}

.shiru_right img {
	max-width: 100%;
	height: auto;
}

/* -------- 見学する -------- */
#kengaku {
	border-top: 1px solid #999999;
	padding: 0 0 20px;
}
.kengaku_list {
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.kengaku_list_item {
	width: calc(50% - 20px);
	margin: 0 40px 40px 0;
	padding: 0;
	background: none;
}
.kengaku_list_item:nth-of-type(2n) {
	margin-right: 0;
}
.kengaku_img {
	margin: 0 0 20px;
	padding: 0;
}
.kengaku_img img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.kengaku_txt {
    text-align: left;
    margin: 0 0 20px;
}
.kengaku_txt ul {
	margin: 0;
}
.kengaku_txt ul li {
	list-style-type: disc;
	margin: 0 0 5px 30px;
	padding: 0;
}
.kengaku_link {
    text-align: left;
    margin: 0 0 10px;
}
.kengaku_link a {
	color: #333;
}
.kengaku_link a.arrow1 {
	text-decoration: none;
	display: inline-block;
    padding-left: 30px;

}
.kengaku_link a:visited {
	color: #881188;
}
.kengaku_link a:hover,
.kengaku_link a:active {
	color: #C40000;
}
.kengaku_link a.arrow1:before {
    left: 6px;
    top: 12px;
}

/* ---------------------------- エリア5 ---------------------------- */
#infoarea5.top_sec {
	-webkit-border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
	margin: 0 0 90px;
}

/* -------- 企業団の紹介 -------- */
#kigyodan {
	padding: 0 0 60px;
}
.kigyodan_wrap {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}
.kigyodan_left {
	width: 50%;
	text-align: left;
	margin-right: 60px;
}
.kigyodan_left p {
	margin: 0 0 20px;
}

.kigyodan_right {
	width: calc( 50% - 60px);
	margin: 10px 0;
}
.kigyodan_list {
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	margin: 20px 0 0;
}
.kigyodan_list .info_btn {
	width: calc(50% - 14px);
	margin: 0 20px 20px 0;
	text-align: center;
}
.kigyodan_list .info_btn:nth-of-type(2n) {
	margin: 0 8px 20px 0;
}
.kigyodan_list .info_btn a {
	padding: 10px;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}

.kigyoda_right {
	text-align: right;
    width: calc(50% - 60px);
}

.kigyoda_right img {
	max-width: 100%;
	height: auto;
}

/* ---------------------------- エリア6 ---------------------------- */
#infoarea6.top_sec {
	-webkit-border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
	margin: 0 0 90px;
}

/* -------- 広告 -------- */
#ad {
	padding: 0 0 35px;
}
.ad_list {
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	margin: 0;
}
.ad_bnr {
    display: block;
	margin: 0 20px 25px 0;
	padding: 0;
	list-style-type: none;
    list-style-image: none;
    background: none;
    width: calc(20% - 16px);
}
.ad_bnr:nth-child(5n) {
	margin-right: 0;
}
.ad_bnr img {
	max-width: 100%;
	height: auto;
}
.ad_link {
	text-align: right;
	margin: 0 0 20px;
}
.ad_link a {
	text-decoration: none;
	color: #333;
}
.ad_link a:visited {
	color: #881188;
}
.ad_link a:hover,
.ad_link a:active {
	color: #C40000;
}


/* ------------------------ トップ文章パーツのスタイル ------------------------ */
.top_txt li{ margin-top: 0; margin-bottom: 0.5em; line-height: 1.5;  background: none; padding: 0; }
.top_txt ul,#kinkyu ol { margin: 20px 0; }
.top_txt ul li { margin-left: 30px; list-style-type: disc; }
.top_txt ol li { margin-left: 30px; }
.top_txt div.h2bg{
	margin: 10px 0 20px!important; padding: 0!important;
	background: none!important; 
	-webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; 
}
.top_txt div.h2bg h2{ display: block!important; padding: 0!important; font-size: 110%!important; color: #333!important; text-align: left!important; }
.top_txt div.h3bg{ margin: 10px 0 20px; padding:0; background: none; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.top_txt div.h3bg:before { content:none; }
.top_txt div.h3bg h3{ display: block; padding: 0; font-size: 100%; color: #333; text-align: left; }
.top_txt div.h3bg h3:before, #kinkyu div.h3bg h3:after{ content: none; }
.top_txt div.h4bg { margin: 10px 0 20px; padding:0; border-bottom: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.top_txt div.h4bg:before { content: none; }
.top_txt div.h4bg h4{ display: block; padding: 0; font-size: 100%; color: #333; text-align: left; }
.top_txt div.h4bg h4:before, #kinkyu div.h4bg h4:after{ content: none; }
.top_txt table { border-collapse: collapse; border-spacing: 0; }
.top_txt ul.linkjump li { float: left; list-style-type: none;  margin: 0 20px 10px 0; margin-left: 0px; padding: 0; white-space: wrap; }
.top_txt div.h2bg .text-color-red,
.top_txt div.h3bg .text-color-red,
.top_txt div.h4bg .text-color-red {
	color: #A32E2E!important;
}
.top_txt div.h2bg .text-color-blue,
.top_txt div.h3bg .text-color-blue,
.top_txt div.h4bg .text-color-blue {
	color: #2E2EA3!important;
}
.top_txt div.h2bg .text-color-green,
.top_txt div.h3bg .text-color-green,
.top_txt div.h4bg .text-color-green {
	color: #006C4F!important;
}
.top_txt div.h2bg a:link,
.top_txt div.h3bg a:link,
.top_txt div.h4bg a:link,
.top_txt div.h2bg a:link .text-color-red,
.top_txt div.h3bg a:link .text-color-red,
.top_txt div.h4bg a:link .text-color-red,
.top_txt div.h2bg a:link .text-color-blue,
.top_txt div.h3bg a:link .text-color-blue,
.top_txt div.h4bg a:link .text-color-blue,
.top_txt div.h2bg a:link .text-color-green,
.top_txt div.h3bg a:link .text-color-green,
.top_txt div.h4bg a:link .text-color-green {
	color: #125488!important;
}
.top_txt div.h2bg a:visited,
.top_txt div.h3bg a:visited,
.top_txt div.h4bg a:visited,
.top_txt div.h2bg a:visited .text-color-red,
.top_txt div.h3bg a:visited .text-color-red,
.top_txt div.h4bg a:visited .text-color-red,
.top_txt div.h2bg a:visited .text-color-blue,
.top_txt div.h3bg a:visited .text-color-blue,
.top_txt div.h4bg a:visited .text-color-blue,
.top_txt div.h2bg a:visited .text-color-green,
.top_txt div.h3bg a:visited .text-color-green,
.top_txt div.h4bg a:visited .text-color-green {
	color: #881188!important;
}
.top_txt div.h2bg a:hover,
.top_txt div.h3bg a:hover,
.top_txt div.h4bg a:hover,
.top_txt div.h2bg a:hover .text-color-red,
.top_txt div.h3bg a:hover .text-color-red,
.top_txt div.h4bg a:hover .text-color-red,
.top_txt div.h2bg a:hover .text-color-blue,
.top_txt div.h3bg a:hover .text-color-blue,
.top_txt div.h4bg a:hover .text-color-blue,
.top_txt div.h2bg a:hover .text-color-green,
.top_txt div.h3bg a:hover .text-color-green,
.top_txt div.h4bg a:hover .text-color-green {
	color: #C40000!important;
}
.top_txt div.h2bg a:active,
.top_txt div.h3bg a:active,
.top_txt div.h4bg a:active,
.top_txt div.h2bg a:active .text-color-red,
.top_txt div.h3bg a:active .text-color-red,
.top_txt div.h4bg a:active .text-color-red,
.top_txt div.h2bg a:active .text-color-blue,
.top_txt div.h3bg a:active .text-color-blue,
.top_txt div.h4bg a:active .text-color-blue,
.top_txt div.h2bg a:active .text-color-green,
.top_txt div.h3bg a:active .text-color-green,
.top_txt div.h4bg a:active .text-color-green {
	color: #C40000!important;
}


/* ------------------------ 緊急情報エリア ------------------------ */
#kinkyu{ margin: 0 0 90px; }
#kinkyu .kinkyu_wrap{ 
	width: 100%; padding: 0; margin: 0 auto; text-align: left;
	background: #fff; border: 2px solid #DB6B8B; 
	-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	box-sizing: border-box;
}
#kinkyu .kinkyu_h2 { 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	width: 200px; margin:0; padding: 40px 10px; text-align: center;
	background: #DB6B8B;
	-webkit-border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
	border-radius: 16px 0 0 16px;
	box-sizing:border-box;
}
#kinkyu h2.title{ 
	font-size: 150%;
	color: #fff;
	line-height: 1.5;
	padding: 0;
}
.line-break {
	display: block;
}
#kinkyu h3.title{ 
	position: relative; 
	width: calc(100% - 20px); padding: 0 0 0 20px; margin: 0 0 20px; line-height: 1.5; text-align: left;
	font-size: 110%; font-weight: bold; color: #333; 
}
#kinkyu h3.title:before{
	content:""; position: absolute; top: 2px; left: 0; 
	width: 6px; height: 26px; background: #DB6B8B; z-index:5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.line-break { display:block; }

.kinkyu_box{ width: calc(100% - 240px); padding: 20px; }
.kinkyu_box div.item{ width: calc(100% - 40px); padding: 0 20px; margin: 20px 0 20px; }
.kinkyu_box .cont{ margin: 0; }
.kinkyu_box .kinkyu_list{ margin: 20px 0; }

/* パーツ内のスタイル */
#kinkyu li{ margin-top: 0; margin-bottom: 0.5em; line-height: 1.5;  background: none; padding: 0;}
#kinkyu ul,#kinkyu ol { margin: 20px 0; }
#kinkyu ul li { margin-left: 30px; list-style-type: disc; }
#kinkyu ol li { margin-left: 30px; }
#kinkyu div.h2bg{
	margin: 10px 0 20px; padding: 0;
	background: none;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}
#kinkyu div.h2bg h2{ display: block; padding: 0; font-size: 110%; color: #333; text-align: left; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#kinkyu div.h3bg{ margin: 10px 0 20px; padding:0; background: none; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#kinkyu div.h3bg:before { content:none; }
#kinkyu div.h3bg h3{ display: block; padding: 0; font-size: 100%; color: #333; text-align: left; }
#kinkyu div.h3bg h3:before, #kinkyu div.h3bg h3:after{ content: none; }
#kinkyu div.h4bg { margin: 10px 0 20px; padding:0; border-bottom: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#kinkyu div.h4bg:before { content: none; }
#kinkyu div.h4bg h4{ display: block; padding: 0; font-size: 100%; color: #333; text-align: left;  }
#kinkyu div.h4bg h4:before, #kinkyu div.h4bg h4:after{ content: none; }
#kinkyu div.h2bg .text-color-red,
#kinkyu div.h3bg .text-color-red,
#kinkyu div.h4bg .text-color-red {
	color: #A32E2E!important;
}
#kinkyu div.h2bg .text-color-blue,
#kinkyu div.h3bg .text-color-blue,
#kinkyu div.h4bg .text-color-blue {
	color: #2E2EA3!important;
}
#kinkyu div.h2bg .text-color-green,
#kinkyu div.h3bg .text-color-green,
#kinkyu div.h4bg .text-color-green {
	color: #006C4F!important;
}
#kinkyu div.h2bg a:link,
#kinkyu div.h3bg a:link,
#kinkyu div.h4bg a:link,
#kinkyu div.h2bg a:link .text-color-red,
#kinkyu div.h3bg a:link .text-color-red,
#kinkyu div.h4bg a:link .text-color-red,
#kinkyu div.h2bg a:link .text-color-blue,
#kinkyu div.h3bg a:link .text-color-blue,
#kinkyu div.h4bg a:link .text-color-blue,
#kinkyu div.h2bg a:link .text-color-green,
#kinkyu div.h3bg a:link .text-color-green,
#kinkyu div.h4bg a:link .text-color-green {
	color: #125488!important;
}
#kinkyu div.h2bg a:visited,
#kinkyu div.h3bg a:visited,
#kinkyu div.h4bg a:visited,
#kinkyu div.h2bg a:visited .text-color-red,
#kinkyu div.h3bg a:visited .text-color-red,
#kinkyu div.h4bg a:visited .text-color-red,
#kinkyu div.h2bg a:visited .text-color-blue,
#kinkyu div.h3bg a:visited .text-color-blue,
#kinkyu div.h4bg a:visited .text-color-blue,
#kinkyu div.h2bg a:visited .text-color-green,
#kinkyu div.h3bg a:visited .text-color-green,
#kinkyu div.h4bg a:visited .text-color-green {
	color: #881188!important;
}
#kinkyu div.h2bg a:hover,
#kinkyu div.h3bg a:hover,
#kinkyu div.h4bg a:hover,
#kinkyu div.h2bg a:hover .text-color-red,
#kinkyu div.h3bg a:hover .text-color-red,
#kinkyu div.h4bg a:hover .text-color-red,
#kinkyu div.h2bg a:hover .text-color-blue,
#kinkyu div.h3bg a:hover .text-color-blue,
#kinkyu div.h4bg a:hover .text-color-blue,
#kinkyu div.h2bg a:hover .text-color-green,
#kinkyu div.h3bg a:hover .text-color-green,
#kinkyu div.h4bg a:hover .text-color-green {
	color: #C40000!important;
}
#kinkyu div.h2bg a:active,
#kinkyu div.h3bg a:active,
#kinkyu div.h4bg a:active,
#kinkyu div.h2bg a:active .text-color-red,
#kinkyu div.h3bg a:active .text-color-red,
#kinkyu div.h4bg a:active .text-color-red,
#kinkyu div.h2bg a:active .text-color-blue,
#kinkyu div.h3bg a:active .text-color-blue,
#kinkyu div.h4bg a:active .text-color-blue,
#kinkyu div.h2bg a:active .text-color-green,
#kinkyu div.h3bg a:active .text-color-green,
#kinkyu div.h4bg a:active .text-color-green {
	color: #C40000!important;
}
