@charset "UTF-8";

#topImage {
	background-image: url(images/topImage.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}
#contents .bg {
	background-color: #F5F3F4;
	padding-bottom: 50px;
}

.box .home {
	background-color: #336600;
}
.box .tokuyo {
	background-color: #79AA2C;
}
.box .iroha {
	background-color: #AE3E1A;
}
.box .shougai {
	background-color: #B39431;
}
.detail {
	margin-bottom: 50px;
}
.box .inner .back a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	display: block;
	transition : all 0.3s ease 0s;
}
.box .inner .back a:hover {
	background-color: #D0EDFF;
}

.detail .file {
margin-top: 40px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.detail .file li a {
display: inline-block;
margin-right: 20px;
text-align: center;
align-items: center;
padding: 8px 16px;
border: solid 1px #ccc;
background-color: #f1f1f1;
border-radius: 4px;
margin-bottom: 20px;
}
.detail .file li a:before {
 content: url(/information/images/icon_pdf.png);
  margin: 10px 10px 10px 0px;
 position: relative;
 top: 2px;
}
.detail .file li a:hover {
background-color: #ccc;
}

@media print, screen and (min-width: 641px) {
.box {
	padding-top: 50px;
	margin-bottom: 50px;
}

.news {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.news dl {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: hidden;
}
.news dl dt {
	float: left;
	width: 100px;
	text-align: left;
	font-weight: 600;
}
.news dl .icon {
display: flex;
	color: #FFF;
	font-size: 12px;
	width: 80%;
	margin-bottom: 10px;
}
.news dl .icon span {
	display: inline-block;
	padding: 0px 10px;
	margin-right: 10px;
	}
.news dl .text {
text-align: left;
margin-left: 100px;
font-size: 15px;
}
.news dl .text a {
	position: relative;
  display: inline-block;
  transition: .3s;
}
.news dl .text a:after {
	position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #005076;
  transition: .3s;
}
.news dl .text a:hover::after {
  width: 100%;
}
.detail .date {
	text-align: left;
	margin-bottom: 10px;
}
.detail .icon {
display: flex;
	color: #FFF;
	font-size: 12px;
	width: 100%;
	margin-bottom: 30px;
}
.detail .icon span {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 10px;
	}
.detail h2 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.detail p {
	text-align: left;
	color: #333;
}
.detail .image {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

}

@media screen and (max-width: 640px) {
.box {
	margin-bottom: 50px;
}
.box .inner.wm h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.news dl {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.news dl dt {
	text-align: left;
	margin-bottom: 10px;
}
.news dl .icon {
display: flex;
flex-wrap: wrap;
justify-content:flex-start; 
	color: #FFF;
	font-size: 10px;
	width: 100%;
	margin-bottom: 10px;
}
.news dl .icon span {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
		width: 23%
	}
.news dl .text {
text-align: left;
}
.detail .date {
	text-align: left;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.detail .icon {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
	color: #FFF;
	font-size: 11px;
	width: 100%;
	margin-bottom: 30px;
}
.detail .icon span {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
.detail h2 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 10px;
	clear: both;
}
.detail p {
	text-align: left;
	color: #333;
}
.detail .image {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}


}
