@charset "UTF-8";
/* CSS Document */
h2{
  font-size: 30px;
  color: #333333;
  max-width: 600px;
  font-weight: normal;
  margin: 100px auto 20px;
  text-align: left;
  line-height: normal;
} 
/*メイン*/
.main {
  margin-left: 206px;
  padding-top: 30px;
}
@media screen and (max-width:1070px){
  .main{
  margin: 0 15px;
  }}
  .news-content{
    max-width: 740px;
    margin: 0 auto;
  }
/*パンくず*/    
.breadcrumb {
  max-width: 600px;
  padding-top: 10px;
  margin: 0 auto 60px;
}
.layout {
  text-align: left;
}
.layout ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.layout ul li {
color: #9D9A97;
}
.layout ul li ::after {
  content: "/";
  margin: 0 14px;
}
.layout ul li a {
text-decoration: none;
color:#9D9A97;
}

@media screen and (max-width:605px){
.layout ul {
  font-size: 2.3vw;
  line-height: 2.0rem;
  }}
@media screen and (max-width:400px){
.layout ul {
  font-size: 3vw;
  }}

#detail {
  margin: 20px auto !important;
  max-width: 600px !important;
  text-align: justify !important;
}
.detailText {
  margin-bottom: 20px !important;
}
#up_ymd{
	text-align:right;
	font-size:13px;
	margin: 5px auto;
  max-width: 600px;
  color: #9D9A97;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top: 40px;
}
.backORcloseBtn a {
  display: inline-block;
  padding: 17px 80px 17px;
  color: #333333;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  border: 1px solid #9D9A97;
}
.backORcloseBtn a:hover {
  background-color: #9D9A97;
  color: #fff;
  transition: 0.3s;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}