@charset "UTF-8";
/* CSS Document */

@media print, screen and (min-width: 641px) {
#topImage {
width: 1200px;
height: 160px;
margin-left: auto;
margin-right: auto;
background-image: url(images/topImage.jpg);
background-repeat: no-repeat;
overflow: hidden;
}
#topimage h1 {
font-size: 32px;
margin-left: 30px;
color: #fff;
float: left;
}
h2 {
background-image: url(/casa-furosu/images/m06_on.png);
margin-bottom: 40px;
}
.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;
    background: #fbc300;
    text-align: center;
	}
.news dl .text {
text-align: left;
margin-left: 100px;
font-size: 15px;
}
.news dl .text a {
position: relative;
  display: block;
  transition: .3s;
}
.news dl .text a:hover {
opacity: 0.6;
}
.news dl .text a:hover::after {
  width: 100%;
}

.detail {
margin-bottom: 50px;
}
.detail .date {
	text-align: left;
	margin-bottom: 10px;
 float: left;
 line-height: 2em;
}
.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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
 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;
}
.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;
}
.back a:hover {
	background-color: #DCEDBC;
}

.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 screen and (max-width: 640px)  {
#contents h2 {
line-height: 3em;
}
p.back {
margin-top: 4rem;
}
#topImage {
background-image: url(images/topImage.jpg);
background-repeat: no-repeat;
overflow: hidden;
}

h2 {
background-image: url(/casa-furosu/images/m06_on.png);
margin-bottom: 40px;
}
.news dl {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news dl dt {
	text-align: left;
	margin-bottom: 10px;
    width: 30%
}
.news dl .icon {
    color: #FFF;
    font-size: 12px;

    margin-bottom: 10px;
}

    .news dl .icon span {
    display: inline-block;
    padding: 0px 10px;
    margin-right: 10px;
    background: #fbc300;
    text-align: center;
}
.news dl .text {
    text-align: left;
    font-size: 15px;
    width: 100%;
}
.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;
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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
 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;
}
.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;
}
.back a:hover {
	background-color: #DCEDBC;
}

.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;
}
}