@charset "UTF-8";

/* タブレットデザイン ここから */
@media screen and (min-width:768px) and (max-width:1049px) {
	/* 全体デザイン */
	.only-pc {
		display: none;
	}
	
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Noto Sans JP", "sans-serif";
		font-size: 0.95em;
	}
	/* フッター */
	#footer {
		background-color: #333333;
	}

	/* フッター */
	#footer .separator-border {
		display: none;
	}

	/* フッター フッターロゴエリア */
	#footer #footer-logo-area {
		display: block;
		height: 100%;
		padding: 30px 0px;
	}

	/* フッター フッターロゴエリア */
	#footer #footer-logo-area .logo-img {
		margin: 0 auto;
		width: 450px;
		height: auto;
	}

	/* フッター フッターロゴエリア */
	#footer #footer-logo-area .access-text {
		display: block;
		margin: 30px auto;
		color: white;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		line-height: 1.8em;
	}

	/* フッター フッターロゴエリア ボタン修飾*/
	#footer #footer-logo-area .footer-access-button {
		width: 50%;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #284889;
		border-radius: 5px;
		color: white;
		font-size: 20px;
		text-align: center;
		background-color: #284889;
	}

	/*
	*フッターメニュー ここまで
	*/

	.only-sp #posts-button-area {
		display: flex;
		justify-content: space-between;
		margin: 20px 0px;
	}

	/* 社内トピックス ページメイン 社内トピックス 前・次の社内トピックス一覧ボタン */
	.only-sp .posts-button {
		padding: 5px 14px;
		margin: 20px 0px;
		width: 32px;
		color: #ffffff;
		background: #333333;
		border: 1px solid #333333;
		border-radius: 15px;
		box-shadow: 0 1px 3px #BBB;
		text-shadow: none;
		text-align: center;
		font-size: 18px;
		font-weight: 400;
	}

	/* 社内トピックス ページメイン 社内トピックス 前・次の社内トピックス一覧ボタン ホバー時 */
	.archive #page-main .archive-area .posts-button:hover {
		text-decoration: none;
		background-color: #eee;
	}
}

/* スマートフォンデザイン ここから */
@media screen and (max-width:767px) {
	/* 全体デザイン */
	.only-pc {
		display: none;
	}

	.contents-area {
		padding: 0px 16px;
	}

	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Noto Sans JP", "sans-serif";
		font-size: 0.95em;
	}

	img {
		max-width: 100%;
		height: auto;
	}
	
	/* パンくずリスト */
	#breadcrumbs {
		font-size: 13px;
	}

	/* 固定ページ */
	.page #header-img {
		height: 150px;
	}
	
	.page #header-img h1 {
		font-size: 26px;
	}
			
	/* 記事ページ */
	.single h1 {
		font-size: 1.2em;
	}
		
	/* アーカイブページ */
	.archive h1 {
		font-size: 20px;
	}
	
	.archive .topics-list-item > a {
		display: block;
	}

	.archive .topics-date {
		font-size: 15px;
	}

	.archive .topics-title {
		margin-top: 5px;
	}
	/* フッター */
	#footer {
		background-color: #333333;
	}

	/* フッター */
	#footer .separator-border {
		display: none;
	}

	/* フッター フッターロゴエリア */
	#footer #footer-logo-area {
		display: block;
		height: 100%;
		padding: 30px 0px;
	}

	/* フッター フッターロゴエリア */
	#footer #footer-logo-area .logo-img {
		width: 320px;
		height: auto;
		margin: 0 auto;
	}

	/* フッター フッターロゴエリア */
	#footer #footer-logo-area .access-text {
		display: block;
		margin: 30px auto;
		color: white;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.8em;
		text-align: center;
	}

	/* フッター フッターロゴエリア ボタン修飾*/
	#footer #footer-logo-area .footer-access-button {
		width: 92%;
		padding: 10px;
		border: 1px solid #284889;
		border-radius: 5px;
		color: white;
		font-size: 20px;
		text-align: center;
		background-color: #284889;
	}

	/*
	 *フッターメニュー ここまで
	 */

	.only-sp #posts-button-area {
		display: flex;
		justify-content: space-between;
		margin: 20px 0px;
	}

	/* 社内トピックス ページメイン 社内トピックス 前・次の社内トピックス一覧ボタン */
	.only-sp .posts-button {
		padding: 5px 10px;
		margin: 20px 0px;
		width: 38px;
		color: #ffffff;
		background: #333333;
		border: 1px solid #333333;
		border-radius: 15px;
		box-shadow: 0 1px 3px #BBB;
		text-shadow: none;
		text-align: center;
		font-size: 18px;
		font-weight: 400;
	}

	/* 社内トピックス ページメイン 社内トピックス 前・次の社内トピックス一覧ボタン ホバー時 */
	#page-main .archive-area .posts-button:hover {
		text-decoration: none;
		background-color: #eee;
	}

	#publication-search-box {
		margin: 0px 15px 0px 0px;
		padding: 0px 8px;
		width: 17em;
		height: 3.5em;
		border: 1px solid #666666;
		border-radius: 4px;
	}

	/* 刊行物 検索するボタン */
	#publication-search-button {
		height: 3.5em;
		padding: 0px 20px;
		background: black;
		color: #ffffff;
		border: none;
		border-radius: 4px;
		font-size: 14px;
		cursor: pointer;
	}

	/* カレンダー 日付 */
	.calender-area .calender-table td {
		height: 80px;
	}

	/**
	 * 固定ページ メールマガジン登録・解除
	 */
	.page .flex-newsletter-area {
		display: block;
		margin: 0px 0px 30px;
	}

	.page .flex-newsletter-area form {
		margin: 0px 0px 20px;
	}

}
