@charset "UTF-8";
/****************************************************
* TOP 20トップページ用スタイル *
*****************************************************/
/*TOP 共通パーツ、配置******************************/

#homePage #contents {
    font-size: 1em;
}
#homePage #main{
	overflow: hidden;
}


/*タブ*/
.tabBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tabBtns button {
	position: relative;
	font-size: 1.133333333333333em;
	line-height: 1;
	padding: 0.6em 1.2em;
	text-align: center;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 0;
	border-radius: 0;
	margin-right: 1px;
	z-index: 2;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.tabBtns button[aria-selected="true"]::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tabPanels {
	margin: 10px 0;
	position: relative;
	z-index: 1;
}
.tabPanel {
	display: none;
}
.tabPanel[aria-hidden="false"] {
	display: block;
}
/*Mobile*/
@media screen and (max-width: 767px) {
	.tabBtns button {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
		padding: 0.6em .3em;
		margin-bottom: 1px;
	}
}
/*boxリンク*/
ul.boxs {
	list-style: none;
	margin: 10px -8px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.boxs li {
	padding: 8px ;
	text-align: center;
}
ul.boxs li a {
	text-decoration: none;
	display: inline-block;
}
ul.boxs li a img {
	-webkit-transition: .3s;
	transition: .3s;
}
ul.boxs li a:hover img, ul.boxs li a:focus img, ul.boxs li a:active img {
	opacity: .8;
}
ul.boxs li a:hover .title, ul.boxs li a:focus .title, ul.boxs li a:active .title, ul.boxs li a:hover p, ul.boxs li a:focus p, ul.boxs li a:active p {
	text-decoration: underline;
}
.boxs .thumb,
.box .thumb{
	max-width: 100%;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.60);
}
.boxs .thumb::before,
.box .thumb::before{
	padding-top: 100%;
}
/*******************************************/

/****/
#firstView {
	position: relative;
	padding-top: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
#firstView::before {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	mix-blend-mode: multiply;
}
/* 緊急情報
*****************************************************/
#urgency {
	position: relative;
	overflow: hidden;
	margin: 0 10px 16px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#homePage #urgency h2 {
	text-align: center;
}
#homePage #urgency .entrys {
	padding: 10px 5px;
	line-height: 1.2;
	max-height: 165px;
	overflow-y: auto;
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print {
	#homePage #urgency {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc(100% - 20px);
		max-width: 1200px;
		margin: 0 auto 16px;
	}
	#homePage #urgency h2 {
		font-size: 1.4375em;
		width: 8em;
		max-width: 240px;
		padding: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 15px;
	}
	#homePage #urgency .entrys {
		margin: 0;
		padding: 10px 20px;
		max-height: 80px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
/* topImage
*****************************************************/
#topImage {
	position: relative;
	padding-bottom:15px;
	width: 100%;
	overflow: hidden;
}
#topImage .slider:not(.slick-slider) .slide:not(:first-child) {
	visibility: hidden;
}
#topImage .slider .slick-list {
	overflow: visible;
}
#topImage .slider .slide {
	max-width: 1200px;
	position: relative;
}
#topImage .slide .picture{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 15px;
}
#topImage .slide .picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	font-family: "object-fit:cover";
}
#topImage .slider .slide .caption{
	margin-top: 10px;
	line-height: 1.3;
	text-align: left;
	font-family: "kazesawa-regular";

}
#topImage .slide .caption >span {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	#topImage .slide .picture {
		height: 43.46vw;
	}
	#topImage .slide .caption {
		padding: 3px 5px;
		overflow: hidden;
		border-radius: 1px;
	}
	#topImage .slide .caption >span+br{
		display: none;
	}
	#topImage .slide .caption >span {
		padding: 0;
		display: inline;
	}
}

/*Desktop&print*/
@media screen and (min-width: 768px), print{
	#topImage .slide {
		height: 550px;
	}
	#topImage .slider .slide .caption {
		position: absolute;
		left: -12px;
		bottom: 28px;
		z-index: 5;
		text-align: left;
	}
	#topImage .slide .caption >span {
		line-height: 1;
		padding:8px 10px;
	}

}
/*風力発電*************/
#wpg {
	background-color: #002a47;
	color: #fff;
	position: relative;
	padding: 10px 0;
}
#wpg .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
}
#wpg .container::before {
	content: '';
	display: inline-block;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ni4wMSIgaGVpZ2h0PSI5Ny42NSIgdmlld0JveD0iMCAwIDc2LjAxIDk3LjY1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzA2NTM4Yzt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0iaXRlbSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzguNjMsNDkuMjhDMzYuNzEsNDYuMiwzNi40LDQxLDM4LjU2LDM4LjIyTDIuOCw1MC40NGE0Ljc1LDQuNzUsMCwwLDAtMi44LDJMLjEyLDUzSDMuNzRsMzQtMy4yMmMyLjIzLS4yMSwxLjkuMTcsMS4yOC0uNTFDMzguNjksNDguOSwzOC45MSw0OS43NCwzOC42Myw0OS4yOFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01My4yNiw0Ni4yN2MtMS42OCwzLjIyLTYsNi4xMS05LjQ5LDUuNjdMNzIuNDIsNzYuNTdBNC43Myw0LjczLDAsMCwwLDc1LjU3LDc4bC40NC0uNC0xLjgzLTMuMTItMjAtMjcuNzJjLTEuMzEtMS44MS0uODItMS43Mi0xLjA4LS44NEM1Mi45MSw0Ni40MSw1My41MSw0NS43OSw1My4yNiw0Ni4yN1oiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDkuMTIgNjAuMjYgNDEuODkgNTIuNTUgNDEuMyA1Mi42MSA0MS4wMyA5Ny42NCA0OC45MiA5Ny42NCA0OS4xMiA2MC4yNiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQzLjkyLDM0LjY1YzMuNjMsMCw4LjE5LDIuNDgsOS40Miw1Ljc5TDYxLjkyLDMuNjVBNC43LDQuNywwLDAsMCw2MS43LjIxTDYxLjE1LDAsNTkuMjMsMy4wNyw0My45MiwzMy42NWMtMSwyLTEuMTUsMS41Mi0uMjQsMS4zNUM0NC4yMSwzNC44OSw0My4zOSwzNC42NSw0My45MiwzNC42NVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zOC42OSw0NC42OUE2LjcyLDYuNzIsMCwxLDAsNDQsMzYuODQsNi43MSw2LjcxLDAsMCwwLDM4LjY5LDQ0LjY5Wm02LTQuNDhhMy4yOCwzLjI4LDAsMSwxLTIuNiwzLjg0QTMuMjgsMy4yOCwwLDAsMSw0NC42Nyw0MC4yMVoiLz48L2c+PC9nPjwvc3ZnPg==");
	width: 76px;
	height:98px;
	position: absolute;
	bottom: -10px;
	left: -53px;
}
#wpg header {
	position: relative;
	z-index: 1;
	font-family: "kazesawa-bold";
	font-weight: 700;
	line-height: 1;
	padding: 10px 0;
}
#wpg header h2 {
	font-size: 1.5625em;
	font-weight: 700;
}
#wpg header small {
	display: block;
	font-size: 1.125em;
	margin-bottom: 0.222em;
}

#wpg .sales {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
#wpg .sales .box{
	position: relative;
	padding: 5px 24px;
}
#wpg .sales .box + .box::before {
	content: "";
	position: absolute;
	display: block;
	border-color:  rgba(255, 255, 255, 0.4);
	border-style: solid;
	border-width: 0 1px 0 0;
	top: 0; bottom: 0;
	margin-left: -20px;
}

#wpg .box h3 {
	font-size: 0.875em;
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 3px 10px;
	margin-bottom: 9px;
}
#wpg dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0.2em 0 0 10px;
}
#wpg dt {
	width: 4em;
	line-height: 1;
}
#wpg dd {
	margin-left: 1em;
	line-height: 1;
}
#wpg b {
	color: #ffa829;
	font-size: 1.375em;
}
#wpg b.small {
	font-size: 0.9375em;
}
#wpg .year dl {
	margin-top: 13px;
}
#wpg .record {
	-webkit-box-flex: 1;
		-ms-flex: 1 0 9%;
			flex: 1 0 9%;
	text-align: right;
	position: relative;
	z-index: 5;
	padding: 5px;
}
#wpg .record a {
	margin: 0;
	border-radius: 10px;
	padding: 4px 10px 4px 10px;
	font-size: 0.9375em;
}
#wpg .record a::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-top: -.2em;
	margin-right: 4px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	#wpg {
		padding: 30px 0 10px;
	}
	#wpg .container {
		display: block;
	}
	#wpg .container::before {
		bottom: auto;
		top: -15px;
		left: 0;
	}
	#wpg header {
		padding: 0 0 3px 70px;
	}
	#wpg .sales {
		display: block;
	}
	#wpg .sales .box {
		padding: 24px 0;
	}
	#wpg .sales .box + .box::before {
		border-width: 1px 0 0 0;
		top: 0; bottom: auto;
		left: 0; right: 0;
		margin-left: 0;
	}
	#wpg .box h3 {
		margin-bottom: 0.5em;
	}
	#wpg dl {
		margin: 0.2em 0 0 5px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#wpg dt {
		margin-top: 3px;
	}
	#wpg dd {
		margin-left: 11px;
	}
	#wpg .record {
		text-align: center;
	}
	
}

/* covid
*****************************************************/
#covid {
	margin: 30px auto;
}
#covid .inner {
	margin: 10px 0;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 24px 14px 22px;
}

#covid section + section {
	margin-top: 40px;
	position: relative;
}
#covid section + section::before {
	content: "";
	display: inline-block;
	border-top: 1px dotted #9e9e9e;
	position: absolute;
	top: -21px;
	width: 100%;
	height: 1px;
}
#covid h2 ,
#covid h3 {
	font-family: "kazesawa-bold";
	font-weight: 700;
}
#covid h2 {
	text-align: center;
	font-size: 1.5625em;
	margin-bottom: 4px;
}
#covid h3 {
	font-size: 1.25em;
	line-height: 1.3;
	padding-left: 8px;
	border-left: 3px solid #fb542b;
}
#covid .body {
	padding: 5px;
	line-height: 1.5;
}
#covid .body ul{
	margin:0;
}
#covid .body ul.iLink,#covid .body ul.iPaper{
	padding: 0;
}
#covid .iLink li a .title {
	text-decoration: none;
}
#covid .iLink li a .title:hover, #covid .iLink li a .title:focus, #covid .iLink li a .title:active {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#covid {
		margin: 30px 10px 60px;
	}
	#covid .inner {
		padding: 12px 5px;
	}
	#covid h2 {
		margin-bottom: 1px;
	}
	#covid section {
		display: block;
	}
	#covid h3 {
		margin-left: 0;
		margin-bottom: 13px;
		padding-left: 6px;
	}
	#covid .body {
		padding: 6px 0 0;
	}
	
	#covid section + section {
		margin-top: 20px;
	}
	#covid section + section::before {
		top: -15px;
	}
}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	#covid section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#covid h3 {
		margin-left: 20px;
		width: 8em;
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}
	#covid .body {
		padding-left: 15px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}/* title
*****************************************************/
#info h2, #topNews h2 {
	font-size: 1em;
	line-height: 1.5;
	position: relative;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 12px;
}
#info h2 .title, #topNews h2 .title {
	display: block;
	font-size: 1.5625em;
	font-family: "kazesawa-bold";
	font-weight: 700;
	line-height: 1;
}
#info h2 small, #topNews h2 small{
	display: block;
	font-weight: 400;
	color: #fb542b;
	font-size: 0.75em;
	letter-spacing: 0.025em;
}
/* Information Index
*****************************************************/
#info {
	margin: 30px 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	#info {
		margin: 35px 0;
	}
}

/* siteSearch
*****************************************************/
#siteSearch {
	margin: 10px 0;
	position: relative;
	padding:10px 0;
	background-color: rgba(0, 94, 184, 0.2);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#siteSearch::before {
	content: '';
	display: inline-block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../nmudtq0000000fog/info_i01.png);
	width: 174px;
	height: 124px;
	position: absolute;
	left: -98px;
	top: -86px;
}

#siteSearch .search,
#siteSearch .word {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
	min-width: 500px;
	padding: 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#siteSearch .search h3 {
	margin: 6px 10px 6px 0;
	font-weight: 700;
	font-size: 1.0625em;
}
#siteSearch .search > div {
	width: 420px;
	max-width: 100%;
}
#siteSearch .search form.gsc-search-box {
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	padding-top: 5px;
	padding-bottom: 3px;
}
#siteSearch .search form button, #siteSearch .search form button:hover, #siteSearch .search form button:focus,
#siteSearch .search .gsc-search-button-v2, #siteSearch .search .gsc-search-button-v2:hover, #siteSearch .search .gsc-search-button-v2:focus {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7fS5jbHMtMntzdHJva2U6IzAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjEuNXB4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJpdGVtIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDBIMjRWMjRIMFoiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjEwIiBjeT0iMTAiIHI9IjciLz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIyMSIgeTE9IjIxIiB4Mj0iMTUiIHkyPSIxNSIvPjwvZz48L2c+PC9zdmc+");
}
#siteSearch .word {
}
#siteSearch .word h3 {
	background-color: #f9f92d;
	color: #000;
	font-size: 0.75em;
	font-weight: 700;
	text-align: center;
	border-radius: 1.333em;
	padding: 6px 5px 4px;
	margin-top: -17px;
	position: relative;
	width: 6.833em;
}
#siteSearch .word h3::after {
	content: '';
	display: inline-block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4wNSIgaGVpZ2h0PSIxMC45MSIgdmlld0JveD0iMCAwIDE1LjA1IDEwLjkxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2Y5ZjkyZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0iaXRlbSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjEuNzUgMCAxNS4wNSAxMC43MSAwIDEwLjkxIDEuNzUgMCIvPjwvZz48L2c+PC9zdmc+");
	width: 15px;
	height: 11px;
	position: absolute;
	right: -7px;
	bottom: 10px;
}
#siteSearch .word .keys {
	margin: 0 0 0 13px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#siteSearch .word .keys li {
	margin: 0.533em;
}
#siteSearch .word .keys a {
	position: relative;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
	font-size: 0.9375em;
	line-height: 1;
	margin-right: 16px;
	padding: 0.667em 3px 0.6em 7px;
	border-radius: 3px 0 0 3px;
	text-decoration: none;
}
#siteSearch .word .keys a::before {
	content: '';
	position: absolute;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 1em;
	right: -1em;
	top: 0; bottom: 0;
	background-image: url("../nmudtq0000000fog/tip.png");
}
#siteSearch .body .word .keys a:hover, #siteSearch .body .word .keys a:focus, #siteSearch .body .word .keys a:active {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#siteSearch {
		padding: 3px 0 4px;
		border-radius: 7px;
		display: block;
	}
	#siteSearch::before {
		width: 86px;
		height: 61px;
		top: -79px;
		left: -16px;
	}

	#siteSearch .search,
	#siteSearch .word {
		width: 100%;
		min-width: 0;
		padding: 5px 10px;
		display: block;
	}
	#siteSearch .search {
	}
	#siteSearch  .search h3 {
		text-align: center;
		margin: 0;
	}
	#siteSearch .search > div {
		width: 100%;
	}
	#siteSearch .word h3 {
		margin: 0;
	}
	#siteSearch .word .keys {
		margin: 4px 0;
	}
	#siteSearch .word .keys li {
		margin: 0.5em;
	}
}
/* utility
*****************************************************/
#utility {
	margin:14px -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#utility .board{
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);	
}
#utility .infoDisaster {
	width: 21.25%;
	padding: 20px 10px;
}
#utility .infoDisaster h3 {
	margin: 4px 0;
	font-size: 1.0625em;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
#utility .infoDisaster .btn {
	line-height: 1.2;
}
#utility .infoDisaster li {
	display: block;
	border-bottom: 1px dotted;
}
#utility .infoDisaster li:last-child {
	border-bottom: 0;
}
#utility .infoDisaster li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
	-webkit-box-shadow:none;
	        box-shadow:none;
	font-size: 0.9375em;
	margin: 0 ;
	padding: .5em;
}
#utility .infoDisaster li a p{
	margin: 0;
}
#utility .infoDisaster .icon a img {
	width: 22px;
	height: 22px;
	margin-right: .5em;
}


#utility .infoCategory {
	width: 77.5%;
	padding: 11px 10px 8px;
}
#utility .infoCategory .boxs {
	font-size: 0.9375em;
	line-height: 1.5;
}
#utility .infoCategory .boxs li{
	width: 50%;
}
#utility .infoCategory .boxs li .title{
	display: block;
}
#utility .infoCategory .catList li img{
	width: 71px;
	height: 71px;
}
#utility .infoCategory .boxs.sectList li{
	text-align: left;
}
@media screen and (max-width: 767px) {
	#utility {
		margin: 40px 0 0;
		display: block;
	}
	#utility h2 {
		font-size: 1.625em;
		margin-bottom: 10px;
	}
	
	#utility .board {
		width: 100%;
		margin: 10px 0 ;
	}
	#utility .board +.board{
		margin-top: 78px;
	}
	#utility .infoDisaster {
		padding: 5px 10px 5px;
	}
	
	#utility .infoCategory {
		padding: 0 0 20px;
	}

	#utility .infoCategory .tabPanels {
		padding: 0 5px;
	}
	
	#utility .infoCategory .boxs.catList li {
		width: calc(100% / 3);
	}
}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	#utility .tabBtns button:first-child {
		border-radius: 10px 0 0 10px;
	}
	#utility .tabBtns button:last-child {
		margin-right: 0;
		border-radius: 0 10px 10px 0;
	}
	#utility .infoCategory .tabPanel{
		text-align: center;
	}
	#utility .infoCategory .boxs {
		margin-right: -9px;
		margin-left: -9px;
	}
	#utility .infoCategory .boxs li{
		width: calc(100% / 6);
	}
	#utility .infoCategory .boxs.sectList li{
		width: calc(100% / 4);
	}
}
@media screen and (min-width: 1000px), print{
	#utility .infoCategory .boxs {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		max-width: 822px; width: 100%;
	}
}
#pickup {
	padding: 30px 0 10px;
}
#pickup .slider {
	text-align: center;
	padding: 0 20px;
}
#pickup .slide {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 360px;
	margin: 3px 15px;
}
#prSlide .slide a {
	text-decoration: none;
	display: block;
}
#pickup .slide .thumb {
	margin-bottom: 3px;
}
#pickup .slide .thumb::before {
	padding-top: 58.33%;
}
#pickup .slide p {
	font-family: "kazesawa-regular";
	margin: 0;
	font-size: 0.875em;
	text-align: left;
}
#pickup .slick-arrow{
	margin-top: -2.5em;
	height: 30px;
	width: 20px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#pickup .slick-arrow::before{
	display: none;
}
#pickup .slick-prev{
	left: 0;
}
#pickup .slick-next{
	right: 0;
}
@media screen and (max-width: 480px) {
	#pickup .slider {
		padding: 0 10px;
		margin: 0 -10px;
	}
	#pickup .slick-arrow{
		height: 25px;
	}
	#pickup .slide .thumb {
		margin-bottom: 8px;
	}
}

/* topNews
*****************************************************/
#topNews {
	margin: 20px 0 55px;
}
#topNews .container {
	position: relative;
}
#topNews .container::before, #topNews .container::after {
	content: '';
	display: inline-block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}
#topNews .container::before {
	background-image: url(../nmudtq0000000fog/news_i01.png);
	width: 160px;
	height: 160px;
	right: -75px;
	top: -90px;
}
#topNews .container::after {
	background-image: url(../nmudtq0000000fog/news_i02.png);
	width: 178px;
	height: 205px;
	left: -111px;
	bottom: -48px;
}
#topNews .tab {
	position: relative;
	z-index: 1;
}
#topNews .tabBody {
	position: relative;
	padding: 10px;
	z-index: 1;
	overflow: hidden;
}
#topNews .tabBody .tabPanel{
	font-size: 0.9375em;
}
#topNews .tabBody footer {
	text-align: right;
	margin: 0 -10px;
	padding: 4px 10px;
	border-top: 1px dotted #ccc;
	font-size: 0.875em;
}
#topNews footer ul {
	padding: 0 ;
	list-style: none;
	margin: 0;
}
#topNews footer li {
	display: inline-block;
	margin-left: 0.5em;
}
#topNews footer li a{
	text-decoration: none;
	padding: 0.286em 1.214em 0.286em 1.5em;
	position: relative;
}
#topNews footer li a::before {
	content: '';
	display: inline-block;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -.2em;
	margin-right: 5px;
}
#topNews footer a:hover,
#topNews footer a:focus,
#topNews footer a:active {
	text-decoration: underline;
}
#topNews .tab .tabPanels .entrys {
	max-height: 275px;
	overflow-y: auto;
}

@media screen and (max-width: 767px) {
	#topNews .container::before {
		width: 80px;
		height: 80px;
		top: -18px;
		right: -10px;
	}
	#topNews .container::after {
		width: 88px;
		height: 102px;
		left: -35px;
		bottom: -49px;
	}
	#topNews h2 {
		padding-top: 0;
	}
	#topNews .tab {
		border-radius: 7px;
		overflow: hidden;
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
		padding: 0;
	}
	#topNews .tabBtns button{
		min-width: 25%;
	}
	#topNews .tab .tabBody {
		padding: 0 10px;
	}
	#topNews .tab .tabPanels .entrys{
		max-height: 460px;
	}
	
}
/*Desktop&print*/
@media screen and (min-width: 768px), print{
	#topNews .tab {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#topNews .tabBtns{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 20%;
		max-width: 130px
	}
	#topNews .tabBtns button{
		margin:0 0 10px;
		padding: 10px 12px 10px 6px;
		text-align: right;
		border-radius: 10px 0 0 10px;
	}
	#topNews .tabBtns button[aria-selected="true"]::after {
		border-style: solid;
		border-width: 3px 6px 3px 0;
		border-color: transparent #ffffff transparent transparent;
		position: absolute;
		top: 50%;
		left: 100%;
		margin-left: -6px;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	#topNews .tabBody {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		border-radius: 0 15px 15px 15px;
		-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	}
	#topNews .tabBody .tabPanel{
		padding-left: 24px;
	}
	#topNews .tabBody footer {
		padding-bottom: 0;
	}
}
#aboutUs {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("../nmudtq0000000fog/about_bg.jpg");
	padding: 28px 0 46px;
}
#aboutUs .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#aboutUs header {
	width: 33.33333%;
	position: relative;
}
#aboutUs header::after {
	content: '';
	display: inline-block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../nmudtq0000000fog/map.png");
	width: 386px;
	height: 257px;
}
#aboutUs h2 {
	font-size: 1em;
	position: relative;
	z-index: 5;
}
#aboutUs h2 .title {
	font-size: 1.5625em;
	line-height: 1;
	font-family: "kazesawa-bold";
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 3px #000;
}
#aboutUs h2 small {
	display: block;
	font-weight: 400;
	color: #fb542b;
	font-size: 0.75em;
}
#aboutUs .lead {
	color: #fff;
	text-shadow: 0 0 3px #000;
	margin: 14px 14px;
	font-size: 0.875em;
	position: relative;
	z-index: 5;
}
#aboutUs .map {
	position: absolute;
	top: 218px;
	left: -12px;
}
#aboutUs .content {
	width: 63.66667%;
	z-index: 5;
}
#aboutUs .futureList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 -8px 0 0;
}
#aboutUs .futureList li {
	max-width: 240px;
	width: 100%;
	position: relative;
	margin: 10px 8px;
}
#aboutUs .futureList li a {
	display: block;
}
#aboutUs .futureList li a:hover, #aboutUs .futureList li a:focus, #aboutUs .futureList li a:active {
	opacity: .8;
}
#aboutUs .futureList .thumb {
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
#aboutUs .futureList .thumb::before {
	padding-top: 50%;
}
#aboutUs .futureList .title {
	font-size: 0.9375em;
	color: #fff;
	background-color: #d14630;
	line-height: 1;
	padding: 5px 10px;
	position: absolute;
	left: -7px;
	bottom: 9px;
	z-index: 5;
}
#aboutUs .highlights h3, #aboutUs .assembly h3 {
	font-size: 1.0625em;
	line-height: 1;
	color: #fff;
	text-shadow: #002a47 2px 0px 0px, #002a47 -2px 0px 0px, #002a47 0px -2px 0px, #002a47 0px 2px 0px, #002a47 2px 2px 0px, #002a47 -2px 2px 0px, #002a47 2px -2px 0px, #002a47 -2px -2px 0px, #002a47 1px 2px 0px, #002a47 -1px 2px 0px, #002a47 1px -2px 0px, #002a47 -1px -2px 0px, #002a47 2px 1px 0px, #002a47 -2px 1px 0px, #002a47 2px -1px 0px, #002a47 -2px -1px 0px, #002a47 1px 1px 0px, #002a47 -1px 1px 0px, #002a47 1px -1px 0px, #002a47 -1px -1px 0px;
	margin-bottom: 6px;
	padding-left: 8px;
}
#aboutUs .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 2px;
	margin-right: -7px;
}
#aboutUs .btn li {
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#aboutUs .btn li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0.4em 1.2em 0.2em 0.5em;
	text-align: left;
	border-radius: 15px;
	font-size: 0.875em;
	border: none;
	position: relative;
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
#aboutUs .btn li a::before {
	content: "";
	display: block;
	height: 40px;
	width: 1px;
	margin-left: -1px;
}
#aboutUs .btn li a::after {
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjQyIiBoZWlnaHQ9IjEwLjE1IiB2aWV3Qm94PSIwIDAgNS40MiAxMC4xNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDVlYjg7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9InRleHQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS43MywxMGEuNDQuNDQsMCwwLDEtLjYyLjA5LjU4LjU4LDAsMCwxLDAtLjY5TDIuNjEsNS41YS44Ni44NiwwLDAsMCwwLS44NUwuMTEuNzhhLjU4LjU4LDAsMCwxLDAtLjY5QS40NC40NCwwLDAsMSwuNzMuMThMNS4yNyw0LjcyYS41LjUsMCwwLDEsMCwuNzFaIi8+PC9nPjwvZz48L3N2Zz4=");
	width: 0.357em;
	height: 0.714em;
	right: 0.6em;
}
#aboutUs .btn li a:hover .title , #aboutUs .btn li a:focus .title , #aboutUs .btn li a:active .title {
	text-decoration: underline;
}
#aboutUs .btn li p{
	margin:0;
}
#aboutUs .btn li .title {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 8px;
}
#aboutUs .highlights {
	margin-top: 36px;
}
#aboutUs .highlights .btn li img {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}
#aboutUs .assembly {
	margin-top: 42px;
}
#aboutUs #fotPeople {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 15px;
	margin: 27px 0px 5px 8px;
	padding: 7px 14px 8px;
}
#aboutUs #fotPeople h3 {
	font-weight: 700;
	font-size: 1.25em;
}
#aboutUs #fotPeople .detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#aboutUs #fotPeople .data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
#aboutUs #fotPeople .data li {
	margin-right: 12px;
	font-size: 0.9375em;
}
#aboutUs #fotPeople .data li:last-child {
	margin-right: 0;
}
#aboutUs #fotPeople .data li small {
	font-size: 0.933em;
}
#aboutUs #fotPeople p {
	margin: 0;
	padding: 0;
}
#aboutUs #fotPeople footer {
	border-left: 1px dotted #9e9e9e;
	padding-left: 8px;
	min-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#aboutUs #fotPeople footer a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-left: 1.4em;
}
#aboutUs #fotPeople footer a:hover {
	text-decoration: underline;
}
#aboutUs #fotPeople footer a::before {
	content: "";
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7fS5jbHMtMntzdHJva2U6IzAwMmE0NztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9InRleHQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMEgxNlYxNkgwWiIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjYiIHkxPSI0IiB4Mj0iMTMuMzMiIHkyPSI0Ii8+PGxpbmUgY2xhc3M9ImNscy0yIiB4MT0iNiIgeTE9IjgiIHgyPSIxMy4zMyIgeTI9IjgiLz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSI2IiB5MT0iMTIiIHgyPSIxMy4zMyIgeTI9IjEyIi8+PGxpbmUgY2xhc3M9ImNscy0yIiB4MT0iMy4zMyIgeTE9IjQiIHgyPSIzLjMzIiB5Mj0iNC4wMSIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjMuMzMiIHkxPSI4IiB4Mj0iMy4zMyIgeTI9IjguMDEiLz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIzLjMzIiB5MT0iMTIiIHgyPSIzLjMzIiB5Mj0iMTIuMDEiLz48L2c+PC9nPjwvc3ZnPg==");
	width: 1.067em;
	height: 1.067em;
	position: absolute;
	top: 50%; left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
	#aboutUs .btn li {
		width: calc(100% / 2);
	}
	#aboutUs header::after {
		position: absolute;
		left: -20px;
		bottom: 54px;
	}
	#aboutUs #fotPeople h3 {
		margin-right: 12px;
	}
	#aboutUs #fotPeople footer {
		margin-left: 5px;
	}
}
@media screen and (min-width: 1130px), print {
	#aboutUs .btn li {
		width: calc(100% / 4);
	}
}
@media screen and (max-width: 767px) {
	#aboutUs {
		padding: 19px 0 28px;
		background-image: url("../nmudtq0000000fog/about_sp.jpg");
	}
	#aboutUs .container {
		display: block;
	}
	#aboutUs header, #aboutUs .content {
		width: 100%;
	}
	#aboutUs header::after {
		width: 230px;
		height: 152px;
		display: block;
		margin: auto;
		margin-top: -22px;
	}
	#aboutUs .lead {
		margin: 14px 0;
	}
	#aboutUs .futureList {
		margin: 0 -8px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#aboutUs .futureList .title {
		font-size: 0.6875em;
		bottom: 7px;
	}
	#aboutUs .futureList .thumb {
		border-radius: 7px;
	}
	#aboutUs .futureList li {
		width: calc( 100% / 3 - 16px);
	}
	#aboutUs .highlights h3, #aboutUs .assembly h3 {
		padding-left: 0;
	}
	#aboutUs .highlights {
		margin-top: 30px;
	}
	#aboutUs .assembly {
		margin-top: 62px;
	}
	#aboutUs .btn {
		margin: 0 -5px;
		padding: 0;
	}
	#aboutUs .btn li {
		width: 50%;
		padding: 7px 5px;
	}
	#aboutUs .btn li a {
		border-radius: 7px;
	}
	#aboutUs #fotPeople {
		border-radius: 7px;
		margin: 60px 0 5px 0;
		padding: 0;
		display: block;
	}
	#aboutUs #fotPeople .detail {
		display: block;
		padding: 10px 5px 3px;
	}
	#aboutUs #fotPeople footer {
		border-left: 0;
		border-top: 1px dotted #9e9e9e;
		padding: 0 14px 0 6px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
@media screen and (max-width: 620px) {
	#aboutUs .futureList li {
		max-width: none;
		width: calc( 50% - 16px);
	}
	#aboutUs #fotPeople .detail .as{
		display: block;
		width: 100%;
		text-align: right;
	}
}
/* relations
*****************************************************/
#relations {
	margin: 44px 0 30px;
}
#relations .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#relations h2 {
	width: 11em;
	font-size: 1em;
	position: relative;
	text-align: center;
	margin: 20px 15px 20px 30px;
}
#relations h2 .title {
	margin: 6px auto;
	font-size: 1.5625em;
	font-family: "kazesawa-bold";
	font-weight: 700;
}
#relations h2 small {
	display: block;
	font-size: 0.75em;
	font-weight: 400;
	color: #fb542b;
	line-height: 1;
}
#relations h3 {
	font-size: 1.25em;
	font-weight: 700;
}
#relations .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 77.08333%;
}
#relations .kouhou, #relations .sns {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
#relations .kouhou::before, #relations .sns::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 92px 92px 0 0;
	position: absolute;
	left: -15px;
	top: -30px;
}
#relations .kouhou {
	width: 31.35135%;
	margin-right: 13px;
}
#relations .kouhou::before {
	border-color: #fb552b transparent transparent transparent;
}
#relations .kouhou a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 28px;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
#relations .kouhou a:hover {
	text-decoration: underline;
}
#relations .kouhou h3 {
	margin-left: 18px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#relations .kouhou .thumb {
	width: 46px;
	height: 66px;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	margin-left: -7px;
}
#relations .sns {
	width: 67.02703%;
	padding: 0 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#relations .sns::before {
	border-color: #544791 transparent transparent transparent;
}

#relations .sns .boxs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#relations .sns .box {
	padding: 8px 13px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
#relations .sns .box .icon {
	margin-right: 12px;
}
#relations .sns a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
#relations .sns a:hover {
	text-decoration: underline;
}
#relations .sns p {
	margin: 0;
	line-height: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#relations .sns a .title {
	position: relative;
	font-weight: 700;
}
#relations .sns p small {
	font-size: 0.875em;
	padding-top: 4px;
	display: block;
}
@media screen and (min-width: 768px), print {
	#relations .sns h3 {
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	#relations {
		padding: 44px 0 11px;
	}
	#relations .container {
		display: block;
	}
	#relations .container h2 {
		width: 100%;
		margin: 0 auto 9px;
	}
	#relations .container h2 small {
	
	}
	#relations .container .body {
		width: 100%;
		display: block;
	}
	#relations .container .kouhou, #relations .container .sns {
		width: 100%;
		border-radius: 7px;
	}
	#relations .container .sns {
		display: block;
		margin-top: 25px;
		padding: 25px 22px 7px;
	}
	#relations .container .sns h3 {
		margin-right: 0;
		padding-left: 3px;
	}
	#relations .container .sns .box {
		padding: 8px 5px;
		margin-bottom: 10px;
		
	}
}

#attention{
	margin: 30px auto;
	display: flex; 
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}
#attention a.cBnr{
	display: inline-block;
	max-width: 100%;
}
a.cBnr:hover, a.cBnr:focus, a.cBnr:active,
.cBnr a:hover, .cBnr a:focus, .cBnr a:active{
	filter: brightness(1.1);
}
