@charset "utf-8";
/* ResetStyle CSS */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0; padding: 0;}
table {	border-collapse:collapse;	border-spacing:0;	font-size:inherit; font:100%;}
ol, ul, dl { text-indent: 0;}
li { list-style: none;}
a { cursor: pointer; text-decoration: none;}
img { border: 0; vertical-align: bottom;}
br { letter-spacing:normal;}


/* 全体 */


.top_news_all {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-left: 0px;
	background-color:#FFF;
	line-height:18px;
}

.top_news_all li {
	/* width: 48%; */
    width: 100%;
	padding: 0px 0px 10px 0px;
	/* border-bottom: 1px solid #ccc; */
    box-sizing: border-box;
	margin: 0 auto;
}

.top_news_all figure {
    margin-bottom: 5px;
}

h3.top_ttl {
	/* color: #600; */
    /* color: #321203; */
    /* color: #099aee; */
    color: #333;
	font-size: 20px;
	line-height: 20px;
	margin:15px 0px 15px 0px;
	    padding:15px 0px 15px 0px;
		background-color:#666666;
}

.top_news_all p {
	line-height:30px;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
}





/* youtube */
.movies {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movies iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/* 矢印ボタン */

.arrow {
    display:  inline-block;
    color:#FFFFFF;
    text-decoration:  none;
	background: #3595fe;
    padding:  10px 10px;
    border-radius: 5px;
	font-size: 16px;
	font-weight:bold;
	line-height: 30px;
	width: 200px;
	text-align:center;
}

.arrow::before {
    content:  '';
    width: 0;
    height: 0;
	padding:0px 0px 0px 5px;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #fff;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 2px;
	/*left: 160px;*/
}



/**-smp-**/



@media screen and (min-width: 759px) {

.top_news_all {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-left: 0px;
	background-color:#FFF;
	line-height:18px;
}

.top_news_all li {
	/* width: 48%; */
    width: 100%;
	padding: 0px 0px 10px 0px;
	/* border-bottom: 1px solid #ccc; */
    box-sizing: border-box;
	margin: 0 auto;
}

.top_news_all figure {
    margin-bottom: 5px;
}

h3.top_ttl {
	/* color: #600; */
    /* color: #321203; */
    /* color: #099aee; */
    color: #333;
	font-size: 20px;
	line-height: 3.5rem;
	margin:15px 0px 15px 0px;
	    padding:15px 0px 15px 0px;
		background-color:#666666;
}

.top_news_all p {
	line-height:30px;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
}





/* youtube */
.movies {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movies iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/* 矢印ボタン */

.arrow {
    display:  inline-block;
    color:#FFFFFF;
    text-decoration:  none;
	background: #3595fe;
    padding:  10px 10px;
    border-radius: 5px;
	font-size: 18px;
	font-weight:bold;
	line-height: 30px;
	width: 330px;
	text-align:center;
	margin-left: 15px;
}

.arrow::before {
    content:  '';
    width: 0;
    height: 0;
	padding:0px 0px 0px 5px;
	font-size: 18px;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #fff;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 2px;
	/*left: 160px;*/
}	
}



/*-追加-*/
.headline_tokusyu{
  display: flex;
 /* border: solid 1px #dbdbdb;*/
  padding: 10px;
  width:96%;
  margin:15px auto 15px auto;
 /* background-color: #fffcf4;*/
}
 
.tokusyu_spacer{
  margin: 0px 0px 0px 5px;
}
 
.headline_tokusyu_img{
  overflow: hidden;
  width:40%;
}
 
.headline_tokusyu_img img{
  width: 100%;
  height: auto;
}
 
.tokusyu_discription-area{
	margin:0 auto;
  display: flex;
  align-items: center;

}
 

p.tokusyu_haishin{
	font-size:16px;
	align-items: center;
    display: -webkit-flex;	
	}

@media screen and (min-width: 759px) {

.headline_tokusyu{
  display: flex;
 /* border: solid 1px #dbdbdb;*/
  padding: 10px;
  width:96%;
  margin:15px auto 15px auto;
 /* background-color: #fffcf4;*/
}
 
.tokusyu_spacer{
  margin: 0px 0px 0px 5px;
}
 
.headline_tokusyu_img{
  overflow: hidden;
  width:40%;
}
 
.headline_tokusyu_img img{
  width: 100%;
  height: auto;
}
 
.tokusyu_discription-area{
	margin: 0 auto;
  display: flex;

}
 

p.tokusyu_haishin{
	font-size:16px;
	align-items: center;
    display: -webkit-flex;	
	}	
	
	}	