@charset 'UTF-8';

.inner {
	*zoom: 1;
}

.inner:before {
	display: table;
	content: '';
}

.inner:after {
	display: table;
	clear: both;
	content: '';
}

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

/* 基本設定 */

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

* {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	overflow-y: scroll;
	height: 100%;
}

html.is-sp {
	font-size: 100%;
}

body {
	min-width: 320px;
	height: 100%;
	color: #333;
	font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
	line-height: 1.8;
	text-align: center;

	-webkit-text-size-adjust: none;
}

body.textsize_normal {
	font-size: .75em;
}

body.textsize_large {
	font-size: 1em;
}

body.textsize_exlarge {
	font-size: 1.25em;
}

body.is-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.no-mediaqueries body {
	min-width: 1000px;
}

.page {
	position: relative;
	overflow: hidden;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

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

/* ナビゲーションスキップ */

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

#header_navskip {
	background: #f5f5f5;
}

#header_navskip .inner {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header_navskip .inner p {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	background: url(/common/img/icon_arrow_02.png) 0 .5em no-repeat;
}

#header_navskip .inner div {
	float: right;
	padding: 0 0 0 16px;
	background: url(/common/img/icon_close.png) 0 40% no-repeat;
}

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

/* ヘッダー */

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

.header {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	padding: 27px 0 0 0;
}

.header .header_logo {
	float: left;
	width: 145px;
}

.header .header_utility {
	float: right;
	overflow: hidden;
	width: 855px;
}

.header .header_utility .header_block_01 {
	float: right;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.header .header_fontsize {
	float: left;
	overflow: hidden;
}

.header .header_fontsize p {
	float: left;
	margin: 0 10px 0 0;
	font-size: .92em;
	line-height: 25px;
}

.header .header_fontsize ul {
	float: left;
	overflow: hidden;
}

.header .header_fontsize ul li {
	float: left;
	margin: 0 0 0 1px;
}

.header .header_fontsize ul li:first-child {
	margin: 0;
}

.header .header_fontsize ul li a {
	display: block;
	width: 35px;
	height: 25px;
}

.header .header_fontsize ul li a.normal {
	background: url(/common/img/header_textsize_normal.png) 0 0 no-repeat;
}

.header .header_fontsize ul li a.normal.current,
.header .header_fontsize ul li a.normal:hover {
	background: url(/common/img/header_textsize_normal_ov.png) 0 0 no-repeat;
}

.header .header_fontsize ul li a.large {
	width: 30px;
	background: url(/common/img/header_textsize_large.png) 0 0 no-repeat;
}

.header .header_fontsize ul li a.large.current,
.header .header_fontsize ul li a.large:hover {
	background: url(/common/img/header_textsize_large_ov.png) 0 0 no-repeat;
}

.header .header_fontsize ul li a.exlarge {
	background: url(/common/img/header_textsize_exlarge.png) 0 0 no-repeat;
}

.header .header_fontsize ul li a.exlarge.current,
.header .header_fontsize ul li a.exlarge:hover {
	background: url(/common/img/header_textsize_exlarge_ov.png) 0 0 no-repeat;
}

.header .header_fontsize ul li a img {
	display: block;
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.header .header_link {
	float: left;
	margin: 0 20px 0 0;
}

.header .header_link li {
	float: left;
	margin: 0 0 0 20px;
}

.header .header_link li:first-child {
	margin: 0;
}

.header .header_link li a {
	padding: 0 0 0 8px;
	background: url(/common/img/icon_arrow_02.png) 0 50% no-repeat;
	line-height: 25px;
}

.header .sns_link {
	float: left;
	overflow: hidden;
}

.header .sns_link li {
	display: inline-block;
}

.header .header_utility .header_block_02 {
	float: right;
	clear: right;
	overflow: hidden;
}

.header .header_utility .header_block_02 div {
	display: block;
	float: left;
	overflow: hidden;
}

.header .header_utility .header_block_02 div a {
	display: inline-block;
	padding: 3px 15px 3px 22px;
	border-radius: 13px;
	background: url(/common/img/icon_arrow_03.png) 13px 48% no-repeat #656565;
	color: #fff;
}

.header .header_utility .header_block_02 div a:hover {
	background: url(/common/img/icon_arrow_03.png) 13px 48% no-repeat #ef2f21;
	color: #fff;
	text-decoration: none;
}

.header .header_utility .header_block_02 div a:link,
.header .header_utility .header_block_02 div a:visited,
.header .header_utility .header_block_02 div a:active {
	color: #fff;
}

.header .header_utility .header_block_02 .header_search {
	display: table;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px;
	border: 1px solid #cbcbcb;
	border-radius: 12px;
}

.header .header_utility .header_block_02 .header_search div {
	float: left;
	overflow: hidden;
}

.header .header_utility .header_block_02 .header_search p {
	display: table-cell;
	vertical-align: middle;
}

.header .header_utility .header_block_02 .header_search label {
	display: none;
}

.header .header_utility .header_block_02 .header_search p input[type='text'] {
	margin: 0;
	padding: 0;
	border: none;
	color: #666;
	line-height: 1;
}

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

/* タブレット・SP用 ドロワーメニュー */

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

.menu_btn {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 26px;
	right: 27px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	-webkit-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}

.menu_btn.btn_open {
	background-image: url(/common/img/menu_button_open.png);
	background-size: 30px 23px;
}

.menu_btn.btn_open.is-opened {
	display: none;
}

.menu_btn.btn_close {
	background-image: url(/common/img/menu_button_close.png);
	background-size: 24px 24px;
}

.menu_btn.btn_close.is-closed {
	display: none;
}

.menu_drawer {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	right: -540px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 540px;
	height: 100%;
	background: #fff;
}

.menu_drawer > div {
	position: relative;
	overflow-y: auto;
	height: 100%;
	padding: 0 15px 30px;
}

.menu_drawer .menu_header {
	padding: 24px 0 24px;
	border-bottom: 1px solid #d2d2d2;
}

.menu_drawer .menu_header img {
	width: 90px;
}

.menu_drawer .menu_list {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
	font-size: 1.333em;
}

.menu_drawer .menu_list > li {
	float: left;
	width: 50%;
}

.menu_drawer .menu_list a {
	display: block;
	padding: 8px 0 8px 36px;
	background-repeat: no-repeat;
	background-position: 6px center;
	color: #000;
	text-align: left;
	text-decoration: none;
}

.menu_drawer .menu_list a.bunkacho {
	background-image: url(/common/img/menu_icon_01.png);
	background-size: 19px 17px;
}

.menu_drawer .menu_list a.seisaku {
	background-image: url(/common/img/menu_icon_02.png);
	background-size: 20px 17px;
}

.menu_drawer .menu_list a.gyoji {
	background-image: url(/common/img/menu_icon_03.png);
	background-size: 17px 16px;
}

.menu_drawer .menu_list a.koho {
	background-image: url(/common/img/menu_icon_04.png);
	background-size: 17px 12px;
}

.menu_drawer .menu_list a.tokei {
	background-image: url(/common/img/menu_icon_05.png);
	background-size: 17px 14px;
}

.menu_drawer .menu_list a.shinsei {
	background-image: url(/common/img/menu_icon_06.png);
	background-size: 15px 15px;
}

.menu_drawer .menu_link {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
	font-size: 1.333em;
	text-align: left;
}

.menu_drawer .menu_link > li {
	float: left;
	width: 50%;
}

.menu_drawer .menu_link a {
	display: block;
	padding: 8px 0 8px 36px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 22px center;
	color: #000;
	text-decoration: none;
}

.overlay {
	display: none;
	position: fixed;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, .3);
}

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

/* グローバルナビ */

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

#gnavi {
	position: relative;
	z-index: 2;
	width: 1000px;
	margin: 0 auto;
}

#gnavi ul {
	overflow: hidden;
	padding: 0 1px 0 0;
}

#gnavi ul li {
	float: left;
	margin: 0 0 0 1px;
}

#gnavi ul li a {
	display: block;
	padding: 0 0 3px 0;
}

#gnavi ul li:hover a,
#gnavi ul li.current a {
	padding: 0;
	border-bottom: 3px solid #ef2f21;
}

#gnavi ul li span img {
	display: block;
}

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

/* トピックパス */

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

.topic_path {
	padding: 13px 0;
}

#topic_path_head {
	background: url(/common/img/background_topic_path.png) 0 0 repeat-x #f5f5f5;
}

#topic_path_footer {
	border-top: 1px solid #e6e6e6;
	background: #f5f5f5;
}

.topic_path ul {
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: left;
}

.topic_path ul li {
	display: inline;
}

.topic_path ul li:first-child {
	padding: 0 0 0 18px;
	background: url(/common/img/icon_topic_path_home.png) 0 48% no-repeat;
}

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

/* コンテンツスタイル */

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

#contents {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 60px;
	text-align: left;
}

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

/* メインコンテンツ */

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

#main_contents {
	float: left;
	overflow: hidden;
	width: 740px;
	margin: 0 0 0;
}

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

/* ブロック要素 */

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

/* .article
------------------------------------------------------------------------- */

.article {
	overflow: hidden;
	margin: 0 0 40px;
}

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

/* テーブル要素 */

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

/* table共通
------------------------------------------------------------------------- */

table {
	width: 100%;
}

table th,
table td {
	padding: 12px 12px;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	line-height: 1.4;
	text-align: left;
}

table .th_01 {
	background: #666;
	color: #fff;
}

table .th_02 {
	background: url(/common/img/background_white_1px.png) 0 0 repeat-x #f5f5f5;
}

table .th_date {
	width: 17.4%;
}

table .th_period {
	width: 20.4%;
}

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

/* タイトル要素 */

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

/* .page_ttl
------------------------------------------------------------------------- */

#page_ttl {
	margin: 0 0 40px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}

#page_ttl h1 {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 2.67em;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	letter-spacing: 2px;
}

/* .ttl_01
------------------------------------------------------------------------- */

.ttl_01 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 2px solid #ccc;
}

.ttl_01 > span {
	display: block;
	padding: 1px 0 0 13px;
	border-left: 3px solid #ef2f21;
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.1;
}

.ttl_01 > span > span {
	font-size: .7em;
}

.ttl_01 * {
	font-weight: bold;
}

/* .ttl_01_box
------------------------------------------------------------------------- */

.ttl_01_box {
	position: relative;
}

.ttl_01_box a {
	display: inline-block;
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 3px 15px 3px 22px;
	border-radius: 13px;
	background: url(/common/img/icon_arrow_03.png) 13px .9em no-repeat #656565;
	color: #fff;
}

.ttl_01_box a:hover {
	background: url(/common/img/icon_arrow_03.png) 13px .9em no-repeat #ef2f21;
	color: #fff;
	text-decoration: none;
}

.ttl_01_box a:link,
.ttl_01_box a:visited,
.ttl_01_box a:active {
	color: #fff;
}

/* .ttl_02
------------------------------------------------------------------------- */

.ttl_02 {
	margin: 0 0 20px;
	padding: 9px 15px 6px;
	border: 1px solid #ccc;
	border-left: 3px solid #ef2f21;
}

.ttl_02 > span {
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
}

.ttl_02 span * {
	font-weight: bold;
}

/* .ttl_03
------------------------------------------------------------------------- */

.ttl_03 {
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

.ttl_03 span {
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
}

.ttl_03 span * {
	font-weight: bold;
}

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

/* ナビゲーション要素 */

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

/* .contents_menu_list
------------------------------------------------------------------------- */

.contents_menu_list,
.contents_menu_list_narrow {
	margin: 0;
}

.contents_menu_list > ul,
.contents_menu_list_narrow > ul {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dotted #ccc;
}

.contents_menu_list ul:last-child,
.contents_menu_list_narrow ul:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.contents_menu_list > ul > li,
.contents_menu_list_narrow > ul > li {
	float: left;
	width: 220px;
	padding: 0 19px 0 20px;
	border-right: 1px dotted #ccc;
}

.contents_menu_list > ul > li:first-child,
.contents_menu_list_narrow > ul > li:first-child {
	padding: 0 20px 0 0;
}

.contents_menu_list > ul > li:nth-child(4),
.contents_menu_list_narrow > ul > li:nth-child(3),
.contents_menu_list > ul > *:first-child + * + * + *,
.contents_menu_list_narrow > ul > *:first-child + * + * {
	padding: 0 0 0 18px;
	border: none;
}

.contents_menu_list > ul > li .ttl,
.contents_menu_list_narrow > ul > li .ttl {
	margin: 0 0 15px;
	padding: 0 10px 0 15px;
	border-radius: 3px;
	background: #f5f5f5;
}

.contents_menu_list > ul > li .ttl a,
.contents_menu_list_narrow > ul > li .ttl a {
	display: block;
	padding: 15px 0 15px 20px;
	background: url(/common/img/icon_arrow_01.png) 0 1.15em no-repeat;
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3;
}

.contents_menu_list > ul > li .ttl a .link_blank,
.contents_menu_list_narrow > ul > li .ttl a .link_blank {
	font-weight: bold;
}

.contents_menu_list > ul > li > p,
.contents_menu_list_narrow > ul > li > p {
	margin: 0 0 20px;
	padding: 0 15px;
}

/* 年ナビ.year_navi
------------------------------------------------------------------------- */

.year_navi {
	padding: 15px 20px 0 2px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
}

.year_navi ul {
	overflow: hidden;
}

.year_navi ul li {
	float: left;
	margin: 0 0 15px 18px;
	padding: 0 20px 0 0;
	border-right: 1px dotted #ccc;
}

.year_navi ul li a,
.year_navi ul li span {
	display: block;
	padding: 0 0 0 12px;
	background: url(/common/img/icon_arrow_02.png) 0 .4em no-repeat;
	font-size: 1.17em;
	line-height: 1.3;
}

/* 月ナビ.month_navi
------------------------------------------------------------------------- */

.month_navi {
	padding: 15px 25px 0 0;
	background: #f5f5f5;
}

.month_navi ul {
	overflow: hidden;
}

.month_navi ul li {
	float: left;
	margin: 0 0 15px 25px;
	padding: 0;
}

.month_navi ul li a,
.month_navi ul li span {
	display: block;
	padding: 0 0 0 11px;
	background: url(/common/img/icon_arrow_05.png) 0 .4em no-repeat;
	font-size: 1.0em;
	line-height: 1.3;
}

/* 親ページへ戻る.page_back_link
------------------------------------------------------------------------- */

.page_back_link {
	overflow: hidden;
	margin: 0;
}

.page_back_link div {
	overflow: hidden;
	width: 100%;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccc;
}

.page_back_link p {
	overflow: hidden;
	margin: 0 0 5px;
}

.page_back_link p a {
	display: block;
	padding: 0 0 0 12px;
	background: url(/common/img/icon_arrow_04.png) 0 .65em no-repeat;
	font-size: 1.17em;
}

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

/* リスト要素 */

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

/* .list_01
------------------------------------------------------------------------- */

.list_01 li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	background: url(/common/img/icon_arrow_02.png) 0 .6em no-repeat;
}

.list_01 li:lasc-child {
	margin: 0;
}

.list_01 li a {
	font-size: 1.17em;
	line-height: 1.4;
}

/* ニュースリストタグあり.news_list_tag
------------------------------------------------------------------------- */

.news_list_tag li {
	overflow: hidden;
	margin: 0 0 12px;
}

.news_list_tag li .news_list_date {
	float: left;
	width: 9em;
}

.news_list_tag li .news_list_ttl {
	overflow: hidden;
	margin: 0 0 0 10em;
	padding: 0 0 0 10px;
	background: url(/common/img/icon_arrow_02.png) 0 .5em no-repeat;
}

.news_list_tag li .news_list_ttl a {
	display: inline;
	margin-right: 10px;
}

.news_list_tag li .news_list_ttl a[href$='.pdf'] {
	margin-right: 0;
}

.news_list_tag li .news_list_ttl a[href$='.pdf']:after {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url(/common/img/icon_pdf.png);
	background-size: contain;
	vertical-align: middle;
	content: '';
}

.news_list_tag li .news_list_ttl.nolink {
	background: none;
}

.news_list_tag li .tag {
	display: inline-block;
	margin-right: 5px;
	margin-left: 0;
	padding: 2px 10px 1px;
	border-radius: 3px;
	color: #fff;
	font-size: .92em;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
}

.news_list_tag li .tag_01 {
	background: #8a7400;
}

.news_list_tag li .tag_02 {
	background: #447800;
}

.news_list_tag li .tag_03 {
	background: #2c5bb3;
}

.news_list_tag li .tag_04 {
	background: #007aba;
}

.news_list_tag li .tag_05 {
	background: #b45d00;
}

.news_list_tag li .tag_06 {
	background: #7d518d;
}

.news_list_tag li .tag_07 {
	background: #008471;
}

.news_list_tag li .tag_08 {
	background: #9f3e7f;
}

.news_list_tag li .tag_09 {
	background: #be3838;
}

.news_list_tag li *:last-child {
	margin-right: 0;
}

/* ニュースリストタグなし.news_list
------------------------------------------------------------------------- */

.news_list li {
	overflow: hidden;
	margin: 0 0 10px;
}

.news_list li p:nth-child(1),
.news_list li p:first-child {
	float: left;
	width: 9em;
}

.news_list li p:nth-child(2),
.news_list li p:first-child + * {
	overflow: hidden;
	margin: 0 0 0 10em;
}

.news_list li p:nth-child(2),
.news_list li p:first-child + * {
	overflow: hidden;
	margin: 0 0 0 10em;
	padding: 0 0 0 10px;
	background: url(/common/img/icon_arrow_02.png) 0 .5em no-repeat;
}

.news_list li p:nth-child(2).nolink,
.news_list li p:first-child + *.nolink {
	background: none;
}

.news_list li p:nth-child(2) a,
.news_list li p:nth-child(2) span {
	display: inline;
	padding: 0 5px 0 0;
}

.news_list li p:first-child {
	width: 10em;
}

.news_list li p:first-child + * a,
.news_list li p:first-child + * span {
	display: inline;
	padding: 0 5px 0 0;
}

/* キーワードリスト.keyword_list
------------------------------------------------------------------------- */

.keyword_list {
	overflow: hidden;
	margin: 0 0 0 -6px;
}

.keyword_list li {
	float: left;
	margin: 0 0 6px 6px;
	padding: 1px 10px;
	border: 1px solid #cbcbcb;
	border-radius: 13px;
	background: #f5f5f5;
}

.keyword_list li span {
	padding: 0 0 0 10px;
	background: url(/common/img/icon_arrow_02.png) 0 .5em no-repeat;
}

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

/* コラム要素 */

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

/* キーワードリスト.column_01
------------------------------------------------------------------------- */

.column_01 {
	padding: 15px 20px;
	border: 1px solid #e6e6e6;
}

.fl_right .column_01 {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.fl_left .column_01 {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_01.fl_right {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_01.fl_left {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

/* キーワードリスト.column_02
------------------------------------------------------------------------- */

.column_02 {
	padding: 20px 25px;
	border: 2px solid #ccc;
}

.fl_right .column_02 {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.fl_left .column_02 {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_02.fl_right {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_02.fl_left {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_03 {
	display: inline-block;
	padding: 20px 25px;
	border: 2px solid #ccc;
}

.fl_right .column_03 {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.fl_left .column_03 {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_03.fl_right {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_03.fl_left {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_04 {
	padding: 20px 15px;
	border: 1px dashed #ccc;
}

.fl_right .column_04 {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.fl_left .column_04 {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_04.fl_right {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.column_04.fl_left {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

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

/* 回り込み要素 */

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

/* .center_box_block （回り込み無し）
------------------------------------------------------------------------- */

.center_box_block {
	margin: auto;
}

.center_box_block:before, .center_box_block:after {
	display: table;
	content: "";
}

.center_box_block:after {
	clear: both;
}

.center_box_block > * {
	display: block;
	float: left;
}

/* .left_box_block （回り込み無し）
------------------------------------------------------------------------- */

.left_box_block {
	overflow: hidden;
}

.left_box_block > * {
	display: block;
	float: left;
}

dl.left_box_block > dt {
	clear: left;
}

/* .right_box_block （回り込み無し）
------------------------------------------------------------------------- */

.right_box_block {
	overflow: hidden;
}

.right_box_block > * {
	display: block;
	float: right;
}

/* .left_box_inline（回り込みあり）
------------------------------------------------------------------------- */

.left_box_inline {
	overflow: hidden;
}

.left_box_inline > *:first-child {
	display: block;
	float: left;
}

/* .right_box_inline（回り込みあり）
------------------------------------------------------------------------- */

.right_box_inline {
	overflow: hidden;
}

.right_box_inline > *:first-child {
	display: block;
	float: right;
}

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

/* 関連リンク */

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

#related_links {
	padding: 0 0 50px;
}

#related_links .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#related_links h2 {
	margin: 0 0 20px;
	padding: 0 0 3px;
	border-bottom: 2px solid #ccc;
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 1.5em;
	font-weight: bold;
}

#related_links ul {
	overflow: hidden;
	margin: 0 0 0 -25px;
}

#related_links ul li {
	float: left;
	width: 180px;
	margin: 0 0 15px 25px;
}

#related_links ul li a {
	display: inline-block;
}

#related_links ul li a:hover img {
		 opacity: .6;

	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

#related_links ul li img {
	display: block;
	margin: 0 0 3px;
}

#related_links ul li a .link_arrow {
	display: block;
	line-height: 1.6;
}

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

/* 罫線 */

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

hr {
	height: 0;
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #ccc;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

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

/* サイドコンテンツ */

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

#sub_contents {
	float: right;
	width: 220px;
}

/* ローカルナビ
------------------------------------------------------------------------- */

#local_nav {
	margin: 0 0 20px;
	border-top: 2px solid #ef2f21;
}

#local_nav h2 {
	border: 1px solid #e6e6e6;
	background: #fafafa;
}

#local_nav h2 a {
	display: block;
	padding: 15px 15px 15px 42px;
	background: url(/common/img/icon_arrow_01.png) 14px 50% no-repeat;
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 1.33em;
	font-weight: bold;
}

#local_nav ul {
	border: 1px solid #e6e6e6;
}

#local_nav h2 + ul {
	border-top: none;
}

#local_nav ul li {
	border-bottom: 1px solid #e6e6e6;
}

#local_nav ul li span {
	display: block;
	padding: 1px 0 0 0;
}

#local_nav ul li a {
	display: block;
	padding: 14px 15px 15px 31px;
	background: url(/common/img/icon_arrow_02.png) 19px 20px no-repeat;
	font-size: 1.08em;
	line-height: 1.4;
}

#local_nav ul li span a:hover,
#local_nav ul li.current span a {
	background: url(/common/img/icon_arrow_03.png) 19px 20px no-repeat #ef2f21;
	color: #fff;
	text-decoration: none;
}

/* ユーティリティーバナー
------------------------------------------------------------------------- */

.utility_bnr ul li {
	margin: 0 0 10px;
}

.utility_bnr ul li a:hover img {
		 opacity: .7;

	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

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

/* フッター */

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

/* footer_navi
------------------------------------------------------------------------- */

#footer_navi {
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #e6e6e6;
	background: #fafafa;
	text-align: left;
}

#footer_navi .contents_list {
	display: table;
	width: 100%;
}

#footer_navi .contents_list_col {
	display: table-cell;
	border-left: 1px dotted #ccc;
}

#footer_navi .contents_list_col h2 {
	margin: 0 0 10px;
	padding: 0 0 7px;
	border-bottom: 1px solid  #ccc;
	font-size: 1.16em;
	font-weight: bold;
}

#footer_navi .contents_list_col h2 a {
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#footer_navi .contents_list_col h2 a[href^='/bunkacho/'] {
	background-image: url(/common/img/icon_contents_list_01.png);
}

#footer_navi .contents_list_col h2 a[href^='/seisaku/'] {
	background-image: url(/common/img/icon_contents_list_02.png);
}

#footer_navi .contents_list_col h2 a[href^='/gyoji/'] {
	background-image: url(/common/img/icon_contents_list_03.png);
}

#footer_navi .contents_list_col h2 a[href^='/koho_hodo_oshirase/'] {
	background-image: url(/common/img/icon_contents_list_04.png);
}

#footer_navi .contents_list_col h2 a[href^='/tokei_hakusho_shuppan/'] {
	background-image: url(/common/img/icon_contents_list_05.png);
}

#footer_navi .contents_list_col h2 a[href^='/shinsei_boshu/'] {
	background-image: url(/common/img/icon_contents_list_06.png);
}

#footer_navi .contents_list_col ul {
	margin-left: 20px;
}

#footer_navi .contents_list_col ul > li {
	margin: 0 0 7px;
}

#footer_navi .contents_list_col ul > li:last-child {
	margin-bottom: 0;
}

#footer_navi .contents_list_col ul > li a {
	display: inline-block;
	padding: 0 0 0 10px;
	background: url(/common/img/icon_arrow_02.png) 0 .5em no-repeat;
	font-size: 1.16em;
	line-height: 1.4;
}

#footer_navi .contents_list_col.col_1 {
	width: 220px;
	padding-right: 19px;
	border-left: none;
}

#footer_navi .contents_list_col.col_2 {
	width: 260px;
	padding: 0 19px;
}

#footer_navi .contents_list_col.col_3 {
	width: 270px;
	padding: 0 19px;
}

#footer_navi .contents_list_col.col_3 h2 + h2 {
	margin-top: 20px;
}

#footer_navi .contents_list_col.col_3 h2 + h2 + ul + h2 {
	margin-top: 20px;
}

#footer_navi .contents_list_col.col_4 {
	width: 250px;
	padding-left: 19px;
}

/* footer_bottom
------------------------------------------------------------------------- */

.footer_bottom {
	position: relative;
	z-index: 2;
	padding: 30px 0;
	text-align: left;
}

.footer_bottom .footer_address {
	display: block;
	float: left;
	width: 500px;
	font-size: 0;
}

.footer_bottom .footer_address dl {
	font-size: 0;
}

.footer_bottom .footer_address dl dt,
.footer_bottom .footer_address dl dd {
	display: inline;
	margin-right: 1em;
	font-size: .75rem;
	word-wrap: break-word;
}

.footer_bottom .footer_address dl.address_tel,
.footer_bottom .footer_address dl.address_corporate_number {
	display: inline-block;
}

.footer_bottom .footer_nav {
	float: right;
	overflow: hidden;
	width: 500px;
}

.footer_bottom .footer_nav ul {
	float: right;
	overflow: hidden;
}

.footer_bottom .footer_nav ul li {
	float: left;
	margin-left: 20px;
}

.footer_bottom .footer_nav ul li a {
	padding: 0 0 0 8px;
	background: url(/common/img/icon_arrow_02.png) 0 50% no-repeat;
	line-height: 25px;
}

.footer_bottom .footer_nav p {
	float: right;
	clear: right;
	font-size: .83em;
}

/* ページの先頭へ移動
------------------------------------------------------------------------- */

#go_top {
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	width: 50px;
}

#go_top div {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

#go_top a {
	display: block;
	position: relative;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background: #ef2f21;
}

#go_top a:hover {
	background: #f5827a;
}

#go_top a img {
	display: block;
	position: absolute;
	top: 18px;
	left: 18px;
}

/* アコーディオンユニット
------------------------------------------------------------------------- */

.accordion_unit {
	display: none;
	white-space: nowrap;
	text-indent: -9999px;
}

.is-enabled .accordion_unit {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 15px;
	background: url(/common/img/icon_accordion_close.png) right center no-repeat;
	background-size: 15px auto;
	cursor: pointer;
}

.is-enabled .accordion_unit.is-opened {
	background-image: url(/common/img/icon_accordion_open.png);
}

.is-enabled + .accordion_body {
	display: none;
}

/* カード型リスト
------------------------------------------------------------------------- */

.contents_card {
	position: relative;
	overflow: hidden;
	margin-bottom: -30px;
}

.contents_card:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
}

.contents_card > li {
	float: left;
	width: 260px;
	border-bottom: 1px dotted #ccc;
}

.contents_card > li .contents_card_inner {
	margin-bottom: 30px;
	padding-right: 19px;
	padding-left: 20px;
	border-right: 1px dotted #ccc;
}

.contents_card .contents_card_ttl {
	display: table;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 10px 0 15px;
	border-radius: 3px;
	background: #f5f5f5;
}

.contents_card .contents_card_ttl a {
	display: table-cell;
	padding: 15px 0 15px 20px;
	background: url(../img/icon_arrow_01.png) 0 50% no-repeat;
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3;
	vertical-align: middle;
}

.contents_card .contents_card_ttl a * {
	font-weight: bold;
}

.contents_card .contents_card_txt {
	margin: 0;
}

.contents_card img {
	display: block;
	margin: 20px 0 18px;
}

.contents_card .contents_card_keyword {
	padding: 12px 20px;
	background: #f9f9f9;
}

.contents_card ul {
	overflow: hidden;
	margin: 0 0 0 -12px;
}

.contents_card ul li {
	float: left;
	margin: 0 0 0 12px;
}

.contents_card ul li span {
	display: block;
	padding: 0 0 0 10px;
	background: url(/common/img/icon_arrow_02.png) 0 .5em no-repeat;
}

.contents_card ul li a {
	line-height: 1.4;
}

#main_contents .contents_card {
	width: 100%;
	max-width: 740px;
	margin-right: auto !important;
	margin-left: auto !important;
}

#main_contents .contents_card > li:nth-child(3n+2) {
	width: 35.13514%;
	max-width: 260px;
}

#main_contents .contents_card > li:nth-child(3n+2) .contents_card_inner {
	padding-right: 19px;
	padding-left: 20px;
}

#main_contents .contents_card > li:nth-child(3n),
#main_contents .contents_card > li:nth-child(3n+1) {
	width: 32.43243%;
	max-width: 240px;
}

#main_contents .contents_card > li:nth-child(3n+1) .contents_card_inner {
	padding-right: 19px;
	padding-left: 0;
	border-right: 1px dotted #ccc;
}

#main_contents .contents_card > li:nth-child(3n) .contents_card_inner {
	padding-right: 0;
	padding-left: 19px;
	border-right: none;
}

#main_contents .contents_card > li:nth-child(n+4) {
	padding-top: 30px;
}

.no-nthchild #main_contents .contents_card > li.js-ie_3n2 {
	width: 35.13514%;
	max-width: 260px;
}

.no-nthchild #main_contents .contents_card > li.js-ie_3n2 .contents_card_inner {
	padding-right: 19px;
	padding-left: 20px;
}

.no-nthchild #main_contents .contents_card > li.js-ie_3n,
.no-nthchild #main_contents .contents_card > li.js-ie_3n1 {
	width: 32.43243%;
	max-width: 240px;
}

.no-nthchild #main_contents .contents_card > li.js-ie_3n .contents_card_inner {
	padding-right: 0;
	padding-left: 19px;
	border-right: none;
}

.no-nthchild #main_contents .contents_card > li.js-ie_3n1 .contents_card_inner {
	padding-right: 19px;
	padding-left: 0;
	border-right: 1px dotted #ccc;
}

.no-nthchild #main_contents .contents_card > li.js-ie_n4 {
	padding-top: 30px;
}

.l_no_col .contents_card > li:nth-child(4n+1) {
	width: 240px;
}

.l_no_col .contents_card > li:nth-child(4n+1) .contents_card_inner {
	padding-left: 0;
}

.l_no_col .contents_card > li:nth-child(4n) {
	width: 240px;
}

.l_no_col .contents_card > li:nth-child(4n) .contents_card_inner {
	padding-right: 0;
	border-right: none;
}

.l_no_col .contents_card > li:nth-child(n+5) {
	padding-top: 30px;
}

.no-nthchild .l_no_col .contents_card > li.js-ie_4n1 {
	width: 240px;
}

.no-nthchild .l_no_col .contents_card > li.js-ie_4n1 .contents_card_inner {
	padding-left: 0;
}

.no-nthchild .l_no_col .contents_card > li.js-ie_4n {
	width: 240px;
}

.no-nthchild .l_no_col .contents_card > li.js-ie_4n .contents_card_inner {
	padding-right: 0;
	border-right: none;
}

.no-nthchild .l_no_col .contents_card > li.js-ie_n5 {
	padding-top: 30px;
}

/* テキストスタイル関連
------------------------------------------------------------------------- */

.list_decimal {
	list-style-type: decimal;
}

.list_decimal2 {
	list-style-type: decimal-leading-zero;
}

.list-circle {
	list-style-type: circle;
}

.list_katakana {
	list-style-type: katakana;
}

.list_roman_numeral {
	list-style-type: upper-roman;
}

.list-style-disc {
	list-style-type: disc;
}

.list_none {
	list-style: none;
}

.list_chinesenumeral {
	list-style-type: cjk-ideographic;
	margin: 0 20px 0 10px;
}

.text_underline {
	text-decoration: underline;
}

.text_frame {
	display: inline-block;
	padding: 3px;
	border: 1px solid #333;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.fl_none {
  float: none;
  clear: both;
}

.clear_fl {
	overflow: hidden;
}

.list_vertical_top {
	vertical-align: top;
}

.list_border_0 {
	border-style: none;
}

.table_noborder {
	border: none;
}

.table_noborder th,
.table_noborder td {
	border: none;
}

.m0auto {
	margin: 0 auto;
}

.color_red {
	color: #f00;
}

.table_pd5 th,
.table_pd5 td {
	padding: 5px;
}

.red {
	color: #ef2f21;
}

.border1 {
	border: 1px #000 solid;
}

ul.disc > li {
	list-style-type: disc;
	margin-left: 2em;
}

ul.square > li {
	list-style-type: square;
	margin-left: 2em;
}

ul.circle > li {
	list-style-type: circle;
	margin-left: 2em;
}

ol.num1,
ol.num2,
ol.num3 {
	margin-bottom: 1em;
	margin-left: 1em;
}

ol.num1 > li,
ol.num2 > li,
ol.num3 > li {
	position: relative;
	list-style: none;
	line-height: 1.5em;
	margin-bottom: 0em;
}

ol.num1 > li > span,
ol.num2 > li > span,
ol.num3 > li > span {
	position: absolute;
	top: 0;
	left: 0;
}

ol.num1 > li {
	padding-left: 1.65em;
}

ol.num2 > li {
	padding-left: 2.5em;
}

ol.num3 > li {
	padding-left: 3.5em;
}

ol.circle_num > li {
	position: relative;
	padding-left: 1.1em;
}

ol.circle_num > li > .data_num {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1.1em;
	height: 1.1em;
}

.table_middle td,
.table_middle th {
	vertical-align: middle;
}

.table_img_rowspan {
	vertical-align: middle;
}

table.table_kotei {
	table-layout: fixed;
}

table.table_kotei td {
	word-break: break-all;
}

.table_nenkanyotei {
	width: 100%;
}

.table_nenkanyotei td,
.table_nenkanyotei th {
	vertical-align: middle;
}

.table_nenkanyotei li {
	margin-bottom: 1em;
}

.table_nenkanyotei th {
	background: #666;
	color: #fff;
	font-size: 1.2em;
}

.table_wordbreak td {
	word-break: break-all;
}

.table_narrow td {
	padding: 5px;
}

.table_min td {
	padding: 1px;
}

.space1em {
	margin-bottom: 1em;
}

.q_a_list {
	margin-left: 20px;
}

.q_a_list dt {
	margin-left: 1.5em;
	font-weight: bold;
	text-indent: -2em;
}

.q_a_list dd {
	margin-left: 1.5em;
	text-indent: -2em;
}

.q_a_list dd a {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	background: url('/common/img/icon_arrow_02.png') no-repeat scroll 0 .6em transparent;
}

@media screen and (min-width: 1000px) {
	.overlay {
		display: none !important;
	}
}

@media screen and (max-width: 999px) {
	.inner {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}

	.header {
		margin-bottom: 25px;
		padding-top: 20px;
	}

	.header .header_utility {
		width: auto;
		margin-top: 9px;
		margin-right: 57px;
		margin-left: 30px;
	}

	.header .header_utility .header_block_01 {
		float: left;
	}

	.header .header_fontsize {
		display: none;
	}

	.header .header_link {
		display: none;
	}

	.header .header_utility .header_block_02 {
		margin-left: 12px;
	}

	.header .header_utility .header_block_02 .header_search {
		float: none;
		margin-top: 3px;
		margin-right: 0;
		padding-top: 4px;
		padding-right: 13px;
		padding-bottom: 4px;
		padding-left: 13px;
		border-radius: 16px;
	}

	.header .header_utility .header_block_02 .header_search p input[type='text'] {
		font-size: 1.25em;
	}

	.header .header_utility .header_block_02 .header_contact {
		display: none;
	}

	.menu_btn {
		display: block;
	}

	.menu_drawer {
		display: block;
	}

	#gnavi {
		display: none;
	}

	#contents {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}

	#main_contents {
		width: 100%;
		margin-right: -260px;
		padding-right: 260px;
	}

	.scroll_table_liquid {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.scroll_table_liquid::-webkit-scrollbar {
		height: 5px;
	}

	.scroll_table_liquid::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}

	.scroll_table_liquid::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #ccc;
	}

	.scroll_table_liquid > * {
		width: 100%;
		min-width: 740px;
		margin-bottom: 0 !important;
	}

	#page_ttl h1 {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}

	.seisaku_geijutsubunka_jutenshien_geijutsusai #page_ttl h1 img {
		width: 10%;
		max-width: 71px;
		height: auto;
	}

	.news_list_tag li .news_list_date {
		float: none;
		width: auto;
	}

	.news_list_tag li .news_list_ttl {
		margin-left: 0;
	}

	#related_links .inner {
		width: 100%;
	}

	#related_links ul {
		display: table;
		width: auto;
		max-width: 615px;
		margin-right: auto;
		margin-left: auto;
	}

	#related_links ul > li {
		margin-right: calc(25px / 2);
		margin-left: calc(25px / 2);
	}

	#footer_navi .contents_list {
		position: relative;
	}

	#footer_navi .contents_list::before {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		border-right: 1px dotted #ccc;
		content: '';
	}

	#footer_navi .contents_list_col {
		display: block;
		padding: 0;
		border: none;
	}

	#footer_navi .contents_list_col.col_1,
	#footer_navi .contents_list_col.col_2,
	#footer_navi .contents_list_col.col_3,
	#footer_navi .contents_list_col.col_4 {
		width: calc(100% / 2);
		padding: 0;
	}

	#footer_navi .contents_list_col:nth-of-type(2n+1) {
		float: left;
		padding-right: 2%;
	}

	#footer_navi .contents_list_col:nth-of-type(2n) {
		float: right;
		padding-left: 2%;
	}

	#footer_navi .contents_list_col:nth-of-type(n+3) {
		margin-top: 20px;
	}

	.footer_bottom .footer_address {
		float: none;
		width: auto;
	}

	.footer_bottom .footer_nav {
		float: none;
		width: auto;
	}

	.footer_bottom .footer_nav ul {
		float: none;
		margin-top: 20px;
	}

	.footer_bottom .footer_nav ul li {
		float: none;
		margin-left: 0;
	}

	.footer_bottom .footer_nav ul li:first-child {
		margin-left: 0;
	}

	.footer_bottom .footer_nav p {
		float: none;
		margin-top: 20px;
	}

	.contents_card ul li {
		margin-bottom: 1em;
	}

	#main_contents .contents_card {
		position: relative;
		width: 100%;
		max-width: 481px;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	#main_contents .contents_card > li:nth-child(1n) {
		width: 50%;
		max-width: 240px;
	}

	#main_contents .contents_card > li:nth-child(1n) .contents_card_inner {
		padding: 0;
		border-right: none;
		border-left: none;
	}

	#main_contents .contents_card > li:nth-child(1n):nth-child(2n+1) {
		max-width: 241px;
	}

	#main_contents .contents_card > li:nth-child(1n):nth-child(2n+1) .contents_card_inner {
		padding-right: 20px;
		border-right: 1px dotted #ccc;
	}

	#main_contents .contents_card > li:nth-child(1n):nth-child(2n) {
		max-width: 240px;
	}

	#main_contents .contents_card > li:nth-child(1n):nth-child(2n) .contents_card_inner {
		padding-left: 20px;
	}

	#main_contents .contents_card > li:nth-child(1n):nth-child(n+3) {
		padding-top: 30px;
	}

	.l_no_col .contents_card {
		position: relative;
		width: 100%;
		max-width: 740px;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.l_no_col .contents_card::after {
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 30px;
		background: #fff;
		content: '';
	}

	.l_no_col .contents_card > li {
		padding-bottom: 0 !important;
		border-bottom: 1px dotted #ccc;
	}

	.l_no_col .contents_card > li .contents_card_inner {
		margin-bottom: 30px;
	}

	.l_no_col .contents_card > li:nth-child(3n+2) {
		width: 35.13514%;
		max-width: 260px;
	}

	.l_no_col .contents_card > li:nth-child(3n),
	.l_no_col .contents_card > li:nth-child(3n+1) {
		width: 32.43243%;
		max-width: 240px;
	}

	.l_no_col .contents_card > li:nth-child(3n+1) .contents_card_inner {
		padding-right: 19px;
		padding-left: 0;
		border-right: 1px dotted #ccc;
	}

	.l_no_col .contents_card > li:nth-child(3n+2) .contents_card_inner {
		padding-right: 19px;
		padding-left: 20px;
	}

	.l_no_col .contents_card > li:nth-child(3n) .contents_card_inner {
		padding-right: 0;
		padding-left: 19px;
		border-right: none;
	}

	.l_no_col .contents_card > li:nth-child(n+4) {
		padding-top: 30px;
	}
}

@media screen and (max-width: 739px) {
	.inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	#index .header {
		padding-bottom: 48px;
	}

	.header {
		margin-bottom: 13px;
		padding-top: 10px;
	}

	.header .header_logo {
		float: none;
		width: 108px;
	}

	.header .header_utility {
		float: none;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.header .header_utility .header_block_01 {
		float: none;
	}

	.header .sns_link {
		position: absolute;
		bottom: 0;
		float: none;
		width: 100%;
		text-align: center;
	}

	.header .sns_link li {
		margin: 0 5px;
	}

	.header .header_utility .header_block_02 {
		float: none;
	}

	.header .header_utility .header_block_02 .header_search {
		margin-right: auto;
		margin-left: auto;
	}

	.header .header_utility .header_block_02 .header_search p input[type='text'] {
		font-size: 1rem;
	}

	.menu_btn {
		top: 6px;
		right: 10px;
	}

	.menu_drawer {
		right: -280px;
		width: 280px;
	}

	.menu_drawer .menu_list > li {
		float: none;
		width: 100%;
	}

	.menu_drawer .menu_link > li {
		float: none;
		width: 100%;
	}

	.topic_path {
		display: none;
	}

	#contents {
		margin-bottom: 2.8125rem;
		padding-right: 15px;
		padding-left: 15px;
	}

	#main_contents {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}

	#main_contents > *:last-child {
		margin-bottom: 0;
	}

	.article {
		margin-bottom: 20px;
		font-size: 1rem;
	}

	.article p,
	.article li,
	.article dt,
	.article dd {
		font-size: 1rem;
		line-height: 1.8;
	}

	.article .text_14 {
		font-size: 1rem !important;
	}

	.article .ttl_04 {
		font-size: 1rem;
	}

	.scroll_table_liquid,
	.scroll_table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.scroll_table_liquid::-webkit-scrollbar,
	.scroll_table::-webkit-scrollbar {
		height: 5px;
	}

	.scroll_table_liquid::-webkit-scrollbar-track,
	.scroll_table::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}

	.scroll_table_liquid::-webkit-scrollbar-thumb,
	.scroll_table::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #ccc;
	}

	.scroll_table_liquid > table {
		width: 100%;
		min-width: 740px;
		margin-bottom: 0 !important;
	}

	.scroll_table > table {
		width: 100%;
		min-width: 690px;
		margin-bottom: 0 !important;
	}

	table th,
	table td {
		font-size: 1rem;
		line-height: 1.8;
	}

	table .th_date {
		width: 9.375rem;
		white-space: nowrap;
	}

	table .th_period {
		width: 11.25rem;
		white-space: nowrap;
	}

	#page_ttl {
		margin-bottom: 22px;
	}

	#page_ttl h1 {
		padding-top: 20px;
		padding-right: 15px;
		padding-bottom: 20px;
		padding-left: 15px;
		font-size: 1.5rem;
	}

	.ttl_01 {
		margin-top: 10px;
	}

	.ttl_01 > span {
		font-size: 1.25rem;
	}

	.ttl_01_box a {
		border-radius: 15px;
		font-size: .875rem;
	}

	.year_navi ul li a,
	.year_navi ul li span {
		font-size: 1rem;
	}

	.month_navi ul li a,
	.month_navi ul li span {
		font-size: 1rem;
	}

	.list_01 li {
		margin-bottom: 1em;
	}

	.list_01 li a {
		font-size: 1rem;
	}

	.list_01 li p {
		font-size: 1rem !important;
	}

	.news_list_tag li {
		margin-bottom: 1rem;
	}

	.news_list_tag li p {
		font-size: 1rem;
	}

	.news_list_tag li .tag {
		font-size: .875rem;
	}

	.news_list li p {
		font-size: 1rem;
	}

	.news_list li p:nth-child(1),
	.news_list li p:first-child {
		float: none;
		width: auto;
	}

	.news_list li p:nth-child(2),
	.news_list li p:first-child + * {
		margin-left: 0;
	}

	.column_01 {
		font-size: 1rem;
	}

	.fl_right .column_01 {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.fl_left .column_01 {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.column_01.fl_right {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.column_01.fl_left {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.fl_right .column_02 {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.fl_left .column_02 {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.column_02.fl_right {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.column_02.fl_left {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.fl_right .column_03 {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.fl_left .column_03 {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.column_03.fl_right {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.column_03.fl_left {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.fl_right .column_04 {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.fl_left .column_04 {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.column_04.fl_right {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.column_04.fl_left {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.left_box_inline > *:first-child {
		float: none;
	}

	.right_box_inline > *:first-child {
		float: none;
	}

	#related_links ul {
		max-width: 285px;
		margin-right: auto;
		margin-left: auto;
	}

	#related_links ul > li {
		width: 50%;
		max-width: 142.5px;
		margin-right: 0;
		margin-left: 0;
	}

	#related_links ul > li:nth-of-type(2n+1) {
		padding-right: calc(15px / 2);
	}

	#related_links ul > li:nth-of-type(2n) {
		padding-left: calc(15px / 2);
	}

	#related_links ul > li img {
		width: 100%;
	}

	#sub_contents {
		display: none;
	}

	#footer_navi {
		border-top: none;
	}

	#footer_navi .contents_list_col h2 {
		font-size: 1.125rem;
	}

	#footer_navi .contents_list_col ul > li {
		font-size: 1.125rem;
	}

	#footer_navi .contents_list_col ul > li a {
		font-size: 1rem;
	}

	#footer_navi .contents_list::before {
		display: none;
	}

	#footer_navi .contents_list_col h2 {
		display: table;
		width: 100%;
		padding-right: .3125rem;
	}

	#footer_navi .contents_list_col h2 > * {
		display: table-cell;
		vertical-align: middle;
	}

	#footer_navi .contents_list_col h2 > *.accordion_unit {
		width: 30px;
		background-size: 15px auto;
	}

	#footer_navi .contents_list_col h2 > *:nth-child(1) {
		width: auto;
	}

	#footer_navi .contents_list_col.col_1,
	#footer_navi .contents_list_col.col_2,
	#footer_navi .contents_list_col.col_3,
	#footer_navi .contents_list_col.col_4 {
		width: 100%;
	}

	#footer_navi .contents_list_col:nth-of-type(1n) {
		float: none;
		margin-top: 18px;
		padding: 0;
	}

	#footer_navi .contents_list_col:nth-of-type(1) {
		margin-top: 0;
	}

	#footer_navi .contents_list_col.col_3 h2 + h2 {
		margin-top: 18px;
	}

	#footer_navi .contents_list_col.col_3 h2 + h2 + ul + h2 {
		margin-top: 18px;
	}

	.footer_bottom .footer_address {
		font-size: .875rem;
	}

	.footer_bottom .footer_nav {
		font-size: .875rem;
	}

	.footer_bottom .footer_nav p {
		font-size: .8125rem;
	}

	.contents_card .contents_card_ttl a {
		font-size: 1.125rem;
	}

	.contents_card p {
		font-size: 1rem;
	}

	.contents_card .contents_card_keyword {
		padding-top: 15px;
		padding-bottom: 5px;
	}

	.contents_card ul li {
		margin-bottom: 1rem;
	}

	.contents_card ul li a {
		font-size: 1rem;
	}

	.contents_card {
		margin-bottom: 0;
	}

	.contents_card::after {
		display: none !important;
	}

	.contents_card > li {
		float: none;
	}

	.contents_card > li:nth-child(1n) {
		width: 100%;
		max-width: 100%;
		margin-bottom: 1.25rem;
		padding: 0;
		border: none;
	}

	.contents_card > li:nth-child(1n) > div {
		padding: 0;
		border: none;
	}

	.contents_card > li:nth-child(1n) img {
		margin-right: auto;
		margin-bottom: 21px;
		margin-left: auto;
	}

	#main_contents .contents_card {
		max-width: 100%;
	}

	#main_contents .contents_card > li:nth-child(1n) {
		width: 100%;
		max-width: 100% !important;
		margin-bottom: 1.25rem;
		padding: 0 !important;
		border: none;
		border-bottom: 1px dotted #ccc;
	}

	#main_contents .contents_card > li:nth-child(1n) .contents_card_inner {
		margin-bottom: 1.09375rem;
		padding: 0 !important;
		border: none !important;
	}

	.l_no_col .contents_card > li:nth-child(1n) {
		width: 100%;
		max-width: 100%;
		margin-bottom: 1.25rem;
		padding: 0;
		border: none;
	}

	.l_no_col .contents_card > li:nth-child(1n) .contents_card_inner {
		padding: 0;
		border: none;
	}

	.text_frame {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.right_box_inline .text_frame {
		display: table;
		margin-left: auto;
	}

	.fl_right {
		float: none;
	}

	.fl_right .column_02 {
		margin: 0 auto;
	}
}
