@charset "UTF-8";
.btn_news_wrap {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.btn_news a{
  text-align: center;
  padding: 15px;
}

.btn_news a span{
  color: #fff;
  font-weight: 600;
}

.news_detail_wrap {
  width: 100%;
  padding: 80px 0 100px 0;
  background: #ecf7ed;
}

.news_detail_in {
  line-height: 1.6em;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
  background: #fff;
  border-radius: 10px;
}

.news_detail_in h4 span {
  position: relative;
  font-size: 1.5rem;
  top: 6px;
  margin-left: 15px;
}

.news_detail_in h4 span img{
	width:100px;
	height:26px;
}

.news_detail_in h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 10px 0 10px 0;
}

.news_detail_in h5 span.newMark{
	font-size: 1.6rem;
	font-weight:bold;
	color:#F0B31A;
    position: relative;
    top:0;
}

.news_detail_wrap .detailWrap{
	font-size:1.6rem;
	border-top: solid 1px #b9b5ac;
	padding-top:15px;
	line-height: 2;
}



/* お知らせ 文章 */

.detailText{
    font-weight: normal;
  }
  .detailText div,
  .detailText p,
  .detailText b,
  .detailText i,
  .detailText u,
  .detailText strike,
  .detailText div span,
  .detailText span {
    font-size: inherit !important;
    line-height: 1.8;
  }

  .detailText,
  .detailText div,
  .detailText span {
    font-size: inherit !important;
  }

  .detailText b {
    font-weight: bold;
  }

  .detailText i {
    font-style: italic;
  }

  .detailText u {
    text-decoration: underline;
  }

  .detailText ul {
    padding-left: 0;
  }

  .detailText ol {
    padding-left: 0;
  }


  .detailText ul li {
    list-style-type: disc;
    margin-left: 1em;
  }

  .detailText ol li {
    list-style-type: decimal;
    margin-left: 1em;
  }

  .detailText i {
    font-style: italic;
    font-weight: inherit;
    color: inherit;
  }

  .detailText u {
    color: inherit;
    font-weight: inherit;
  }

  .detailText a {
    color: #3333ff;
    text-decoration: underline;
  }

  .detailText div a:hover {
    opacity: 0.6;
  }

  .detailUpfile img {
    max-width: 540px;
    width: 100%;
  }
  


/* ----------------------------------------------------------------------- 

 pc表示

----------------------------------------------------------------------- */


@media print,
screen and (min-width : 600px) {
  .news_detail_in{
		width:1000px;
		padding:50px;
	}
	.news_detail_in h5{
		font-size:2.0rem;
		}
	.news_detail_wrap .detailWrap{
		line-height: 2.0;
		padding-top: 20px;
	}
	.detailUpfile img{
		max-width: 500px;
		height:auto;
	}
	.btn_news_wrap {
        width: 300px;
    }


.btn_news:hover a{
  color: #0072C0;
}

.btn_news:hover a span{
  color: #0072C0;
}

	

    /* お知らせ 文章 */

  .detailText{
    font-weight: normal;
  }
  .detailText div,
  .detailText p,
  .detailText b,
  .detailText i,
  .detailText u,
  .detailText strike,
  .detailText div span,
  .detailText span {
    font-size: inherit !important;
    line-height: 1.8;
  }

  .detailText,
  .detailText div,
  .detailText span {
    font-size: inherit !important;
  }

  .detailText b {
    font-weight: bold;
  }

  .detailText i {
    font-style: italic;
  }

  .detailText u {
    text-decoration: underline;
  }

  .detailText ul {
    padding-left: 0;
  }

  .detailText ol {
    padding-left: 0;
  }


  .detailText ul li {
    list-style-type: disc;
    margin-left: 1em;
  }

  .detailText ol li {
    list-style-type: decimal;
    margin-left: 1em;
  }

  .detailText i {
    font-style: italic;
    font-weight: inherit;
    color: inherit;
  }

  .detailText u {
    color: inherit;
    font-weight: inherit;
  }

  .detailText a {
    color: #3333ff;
    text-decoration: underline;
  }

  .detailText div a:hover {
    opacity: 0.6;
  }

  .detailUpfile img {
    max-width: 540px;
    width: 100%;
  }
  


}
