﻿@charset "UTF-8";

/*ボタン3列
-------------------------------------------------- */
ul.shinsai_button {
	display: flex;
	list-style: none;
	padding-left: 0;
	flex-wrap: wrap;
}
ul.shinsai_button li{
	width:31%;
	display: flex;
	margin: 5px 8px 5px 10px;
	align-items: center;
	position:relative;
    right: 0;
    background-color: #00597B;

}
ul.shinsai_button li a {
	display: block;
	width: 100%;
	height: 100%;
    line-height: 1.2;
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
    letter-spacing: .02em;
    text-decoration: none;
    position: relative;
    text-indent: -1em;
    padding-left: 1.5em;
    color: #FFFFFF;
}
ul.shinsai_button li .pagelink {
	color: #1A79A4;
}
@media(max-width:768px){
	ul.shinsai_button{
	flex-direction: column;
	}
	ul.shinsai_button li {
		width: 96%;
		margin: 5px 12px 5px 10px;
		margin-top: -1px;
		position:relative;
	}
}
/*横3、マウスオーバーエフェクト03
-------------------------------------------------- */
.hvr-sweep-to-right03 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.hvr-sweep-to-right03:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002e40;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right03:hover, .hvr-sweep-to-right03:focus, .hvr-sweep-to-right03:active {
  color: #FFF;
}
.hvr-sweep-to-right03:hover:before, .hvr-sweep-to-right03:focus:before, .hvr-sweep-to-right03:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*写真右のflex
-------------------------------------------------- */
.photoR {
	display: flex;
}
@media(max-width:768px){
	.photoR{
	display:block;
	}
}

/*写真5列
-------------------------------------------------- */
.fuku-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fuku-box img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.fuku-box {
	padding: 10px;
	width: 17%;
}

@media screen and (max-width: 768px){
	.fuku-wrap {
		flex-direction: column;
	}
	.fuku-box {
		width: 100%;
		height: auto;
	}
}

.fuku-box ul {
	list-style: none;
	line-height: 1.2;
	padding-left: 0;
	font-size: 1.4rem;
}
.fuku-box ul li {
	paddinb-bottom: 9px;
	padding-left:1em;
	text-indent:-1em;	
}
.fuku-box ul li span.icon-yaji01 {
	color: #007eae;
}

/*支援施策枠
-------------------------------------------------- */
.shienBox {
    background-color: #f8faf9;
    padding: 1px 25px 10px 25px;
    border: 2px solid #E6E6E6;
    margin-bottom: 20px;
}





