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

/* ==================================================

	お知らせ

================================================== */

#news #container .main {
    background: none;
	padding: 0;
}
#news .news_wrapper,
#news .news_wrapper .news_content,
#news .news_wrapper .news_content .blog_article,
#news .news_wrapper .news_content .blog_article .article_note,
#news .news_wrapper .news_content .blog_article .article_note > div {
	width: 100%;
}
#news #container .main .contents_title,
#news #container .main .contents_wrapper,
#news .news_wrapper .news_content .blog_article {
	max-width: 1200px;
}
#news .news_wrapper .news_content .blog_article {
    padding: 48px 40px;
	background: rgba(255,255,255,.85);
}
#news .news_wrapper .news_content .blog_article > div {
	max-width: 920px;
	margin: 0 auto;
}
#news .news_wrapper .news_content .blog_article + .blog_article {
	margin-top: 40px;
}
#news .news_wrapper .news_content .blog_article p,
#news .news_wrapper .news_content .blog_article a {
	color: #111;
}

/* お知らせ記事 */

#news .news_wrapper .news_content .blog_article .article_data_title,
#news .news_wrapper .news_content .blog_article .article_data {
	width: 100%;
}
#news .news_wrapper .news_content .blog_article .article_data_title {
	margin-bottom: 1.5rem;
}
#news .news_wrapper .news_content .blog_article .article_data {
	display: flex;
    align-items: center;
	justify-content: flex-start;
}
#news .news_wrapper .news_content .blog_article .article_data p.article_days {
    font-size: 1.15rem;
	padding: 0 1.15rem .75rem;
}
#news .news_wrapper .news_content .blog_article .article_title {
	position: relative;
	border-bottom: solid 1px #111;
	padding-bottom: .5rem;
}
#news .news_wrapper .news_content .blog_article .article_title p,
#news .news_wrapper .news_content .blog_article .article_note {
	padding: 0 1.15rem;
}
#news .news_wrapper .news_content .blog_article .article_title p {
	font-size: 1.5rem;
	font-weight: bold;
}
#news .news_wrapper .news_content .blog_article .article_note > div + div {
	margin-top: 1rem;
}

#news .news_wrapper .news_content .blog_article .article_note .article_text p a {
	font-weight: bold;
	text-decoration: underline;
}
#news .news_wrapper .news_content .blog_article .article_note .article_text p a:hover {
	text-decoration: none;
	opacity: .5;
}

#news .news_wrapper .news_content .blog_article .article_note .article_text p a.article_photo {
	max-width: 240px;
	/*margin: 0 auto;*/
}
#news .news_wrapper .news_content .blog_article .article_note .article_text p a.article_photo,
#news .news_wrapper .news_content .blog_article .article_note .article_text p a.article_photo img {
	width: 100%;
}
#news .news_wrapper .news_content .blog_article .article_note .article_text p a.article_photo {
	display: block;
	font-weight: normal;
	text-decoration: none;
	background: #FFF;
	border: #666 solid 1px;
	padding: 5px;
	transition: all .15s ease-in-out;
}
#news .news_wrapper .news_content .blog_article .article_note .article_text p a.article_photo img {
	vertical-align: middle;
}
#news .news_wrapper .news_content .blog_article .article_note .article_text p a.article_photo:hover {
	border: #FFF solid 1px;
	opacity: .8;
}

#news .news_wrapper .news_content .blog_article .article_note .article_youtube {
    position: relative;
	width: 80%;
	padding-top: 45%;
}
#news .news_wrapper .news_content .blog_article .article_note .article_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#news .news_wrapper .news_content .blog_article .article_note .article_pdf p a {
	display: inline-block;
	min-width: 320px;
	background: #FFF;
	font-weight: bold;
	border: #666 solid 1px;
    padding: .75rem 1.75rem;
	transition: all .15s ease-in-out;
}
#news .news_wrapper .news_content .blog_article .article_note .article_pdf p a:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	font-size: 1.5rem;
	font-weight: normal;
	padding-right: 1rem;
}
#news .news_wrapper .news_content .blog_article .article_note .article_pdf p a:hover {
	color: #FFF;
	background: #BD982C;
	border: #BD982C solid 1px;
}

/*
#news .news_wrapper .news_content .blog_article .article_note .article_word a:before,
#news .news_wrapper .news_content .blog_article .article_note .article_excel a:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	padding-right: 10px;
}
#news .news_wrapper .news_content .blog_article .article_note .article_word a:before {
	content: "\f1c2";
}
#news .news_wrapper .news_content .blog_article .article_note .article_excel a:before {
	content: "\f1c3";
}
*/

/******************************************************************

	レスポンシブ - お知らせ

******************************************************************/

/* タブレットサイズ（960px以下） */
@media all and (max-width: 960px) {
}

/* スマホサイズ（600px以下） */
@media all and (max-width: 600px) {
#news .news_wrapper {
	width: 100%;
}
#news .news_wrapper .news_content .blog_article .article_data p.article_days {
	padding: 0 0 .25rem;
}
#news .news_wrapper .news_content .blog_article .article_title p,
#news .news_wrapper .news_content .blog_article .article_note {
	padding: 0;
}
#news .news_wrapper .news_content .blog_article .article_data p.article_days {
    font-size: 1rem;
}
#news .news_wrapper .news_content .blog_article .article_data_title {
    margin-bottom: 1rem;
}
#news .news_wrapper .news_content .blog_article .article_title:before {
    display: none;
}
#news .news_wrapper .news_content .blog_article .article_title p {
    font-size: 1.25rem;
}
#news .news_wrapper .news_content .blog_article {
    padding: 1rem .5rem 1.5rem;
}
#news .news_wrapper .news_content .blog_article .article_note .article_youtube {
	width: 100%;
	padding-top: 56.25%;
}
#news .news_wrapper .news_content .blog_article .article_note .article_pdf p a {
    min-width: 100%;
    padding: .5rem 1rem;
}
}


