
 h2, h3, h4,  h6,
.h2, .h3, .h4,  .h6 {
  font-family:"Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  font-weight: inherit;
  line-height: 1.3;
  color: #585858;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1.3;
  color: #9f9f9f;
}

h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}



.btn-toi_news{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fc4c15;
  border: solid 2px #fc4c15;
  border-radius: 3px;
  transition: .4s;
	font-size: 18px;
	width: 300px;
	background: #ffffff;
	text-align: center;
	margin: 10px 0px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}

.btn-toi_news:hover {
  background: #fc4c15;
  background: #fc4c15;
  color: white;
}

.contents-wrap{
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}


.contents-wrap > div{
	float: left;
	margin-bottom: 35px;
	padding-right: 20px;
}
.contents-inner-news1{width: 50%;}
.contents-inner-news2{width: 50%;}

.contents-wrap:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
	.text-towada_news1 {
		font-size: 25px;
		font-weight: bold;
	}
	
	.text-towada_news2 {
		font-size: 50px;
		font-weight: bold;
		color: #ff0000;
        line-height: 1;
	}
    .text-towada_news3 {
		font-size: 20px;
	}
table.taikenki-youtube-t iframe {
    width: 100%;
	aspect-ratio: 16 / 9;
}
.koko_text {
		font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
	}
.text-towada5 {
		font-size: 20px;
		font-weight: bold;
	}
@media screen and (max-width: 480px) {
.contents-inner-news1{width: 100%;}
.contents-inner-news2{width: 100%;}
.contents-inner-news1 img{width: 100%;}
.btn-toi_news {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fc4c15;
  border: solid 2px #fc4c15;
  border-radius: 3px;
  transition: .4s;
	font-size: 16px;
	width: 90%;
	margin: 5px 0px;
}
	
.contents-wrap > div{
    float: left;
    margin-bottom: 10px;
    padding-right: 0px;
}
}