@charset "utf-8";

/********** 1 共通 **********/

/* float clear */
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#viewPCMode {
	display: none;
}
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* 基本の文字色 */
body {
	color: #333;
}

/* リンク */
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: currentcolor;
	text-decoration: none;
}
a:hover {
	color: currentcolor;
	text-decoration: none;
}

a img {
	border: none;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-wrap: break-word;
	word-break: break-all;
}

hr {
	clear: both;
}
#keep_page {
	display: none;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
.language_close_btn {
	display: none;
}
#header2 {
	width: 1080px;
	margin: 0px auto;
	position: relative;
}

#he_left {
	width: 295px;
	position: absolute;
	top: 19px;
	left: 10px;
	z-index: 1;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1 {
	margin: 0px;
}
#he_left #logo a {
	display: block;
	width: 295px;
	height: 93px;
}
#he_left #logo img {
	width: auto;
	height: auto;
}

#he_right {
	margin-left: 295px;
	padding: 28px 17px 15px 0px;
	text-align: right;
}

ul#header_navi {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
ul#header_navi li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 9px 18px;
	text-align: left;
}

ul#header_function {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#header_function li {
	width: auto;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding-bottom: 12px;
	vertical-align: middle;
}
/* 文字サイズ・背景色 */
ul#header_function > ul li#haikei_color {
	margin: 0px 5px;
}

ul#header_function li#moji_size {
	padding-left: 0px;
}
ul#header_function li a {
	background: url(/img/common/right_arrow.png) center right 10px no-repeat #ffb58c;
	padding: 5px 49px 5px 9px;
	border-radius: 50px;
	color: #333333;
	font-size: 1.3rem;
	text-decoration: none;
}
ul#header_function li.treatment_link a {
	padding: 5px 29px 5px 10px;
}
ul#header_function dl {
	display: table;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
ul#header_function dt, ul#header_function dd {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 0px 4px 4px;
}
ul#header_function dt {
	padding: 0px 0px 0px 13px;
}
ul#header_function li dd a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	background: #fff;
	border: 1px solid #818181;
	border-radius: 4px;
	padding: 8px 7px 7px 8px;
}
ul#header_function li#moji_size dd a {
	padding: 8px 11px 7px 11px;
}
ul#header_function li#moji_size dd a#moji_large {
	font-size: 1.5rem;
	padding: 7px 9px 6px 9px;
}
ul#header_function dd a#haikei_white {
	color: #000 !important;
	background-color: #ffffff !important;
	border: 1px solid #818181;
}
ul#header_function dd a#haikei_black {
	color: #fff !important;
	background-color: #333 !important;
	border: 1px solid #333;
}
ul#header_function dd a#haikei_blue {
	color: #fcee21 !important;
	background-color: #0915f5 !important;
	border: 1px solid #0000ff;
}
/*headerlinkbtn*/
#header_under_link {
	position: fixed;
	width: 100%;
	left: 50%;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 80;
}
#online_img_div.open, #search_box_open.open img {
	display: none;
}
#online_img_div.open div:last-child {
	right: calc(50% - 180px);
}
#search_box_open.open {
	width: 160px;
	height: 85px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	background: url(/img/common/tojiru_btn.png) no-repeat center top 12px #333;
	opacity: 0.9;
}
#bottom_link_img {
	text-align: center;
	position: relative;
}
#bottom_link_img div {
	display: inline-block;
	left: calc(50% - 175px);
	position: absolute;
}

#bottom_link_img div a img {
	position: absolute;
	bottom: -2px;
}
#bottom_link_img div:last-child {
	position: absolute;
	right: calc(50% - 200px);
}
#bottom_link_img div #search_box_open.open img:first-chilid {
	display: none;
}
#bottom_link_img div #search_box_open.open img:last-chilid {
	display: block;
}
#header_fixed {
	display: none;
	width: auto;
	background: rgba(51, 51, 51, 0.9);
	position: relative;
	height: 520px;
	overflow: auto;
}
#header_fixed.open {
	display: block;
}
#header_fixed_div {
	position: relative;
	max-width: 1080px;
	margin: 0px auto;
	padding: 40px 0px 13px;
}
#search_div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	color: #ffffff;
}

#top_search_keyword label.bl_search_label {
	display: inline-block;
	line-height: 1.3;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding-right: 9px;
}
#page_id_box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
#page_id_box label {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 12px 8px;
	line-height: 1.3;
}
#top_search_page_id {
	position: relative;
}
#open_page_id_message:empty {
    display: none;
}
#open_page_id_message {
	text-align: right;
	position: absolute;
    background: #ffffff;
    bottom: -30px;
    padding: 4px 10px;
    right: 0px;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 10;
    color: #333333;
}
#open_page_id_div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 1px solid #818181;
	border-radius: 5px 5px 5px 5px;
	background-color: #ffffff;
	height: 58px;
}
#open_page_id {
	width: 200px;
	height: 58px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px 0px 0px 5px;
	border: none;
}
#open_page_id_submit {
	width: 60px;
	height: 58px;
	background: url(/img/common/search_icon.png) no-repeat center right 20px #fff;
	border-radius: 0px 5px 5px 0px;
	border: none;
	color: #333;
	padding: 0px 15px;
	vertical-align: top;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#front_top_search_page_id {
	position: relative;
	color:#FFFFFF;
}
#front_open_page_id_message:empty {
    display: none;
}
#front_open_page_id_message {
	text-align: right;
	position: absolute;
    background: #ffffff;
    bottom: -30px;
    padding: 4px 10px;
    right: 0px;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 10;
    color: #333333;
}
#front_open_page_id_div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 1px solid #818181;
	border-radius: 5px 5px 5px 5px;
	background-color: #ffffff;
	height: 48px;
}
#front_open_page_id {
	width: 186px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px 0px 0px 5px;
	border: none;
}
#front_open_page_id_submit {
	width: 52px;
	height: 48px;
	background: url(/img/common/search_icon.png) no-repeat center right 10px #fff;
	border-radius: 0px 5px 5px 0px;
	border: none;
	color: #333;
	padding: 0px 15px;
	vertical-align: top;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#header_top_search_page_id {
	position: relative;
	color:#FFFFFF;
}
#header_open_page_id_message:empty {
    display: none;
}
#header_open_page_id_message {
	text-align: right;
	position: absolute;
    background: #ffffff;
    bottom: -30px;
    padding: 4px 10px;
    right: 0px;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 10;
    color: #333333;
}
#header_open_page_id_div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 1px solid #818181;
	border-radius: 5px 5px 5px 5px;
	background-color: #ffffff;
	height: 40px;
}
#header_open_page_id {
	width: 186px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px 0px 0px 5px;
	border: none;
}
#header_open_page_id_submit {
	width: 52px;
	height: 40px;
	background: url(/img/common/search_icon.png) no-repeat center right 10px #fff;
	border-radius: 0px 5px 5px 0px;
	border: none;
	color: #333;
	padding: 0px 15px;
	vertical-align: top;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#event_link_div {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
}
.event_link_div1, .event_link_div2 {
	width: 38.2rem;
}
.event_link_div1 ul, .event_link_div2 ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
.event_link_div1 ul li#lifestage4,
.event_link_div1 ul li#lifestage8,
.event_link_div2 ul li#sagasu4,
.event_link_div2 ul li#sagasu8 {
	margin-right: 0px;
}
.event_link_div1 ul li, .event_link_div2 ul li {
	display: inline-block;
	width: 81px;
	height: 81px;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	margin: 0px 14px 6.1rem 0px;
}
.event_link_div1 ul li a, .event_link_div2 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: underline;
	color: #fff;
	padding: 90px 0px 20px;
	font-size: 1.3rem;
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1.2;
}
.event_link_div1 ul li#lifestage1 a {
	background-image: url(/img/common/lifestage1.png);
}
.event_link_div1 ul li#lifestage2 a {
	background-image: url(/img/common/lifestage2.png);
}
.event_link_div1 ul li#lifestage3 a {
	background-image: url(/img/common/lifestage3.png);
}
.event_link_div1 ul li#lifestage4 a {
	background-image: url(/img/common/lifestage4.png);
}
.event_link_div1 ul li#lifestage5 a {
	background-image: url(/img/common/lifestage5.png);
}
.event_link_div1 ul li#lifestage6 a {
	background-image: url(/img/common/lifestage6.png);
}
.event_link_div1 ul li#lifestage7 a {
	background-image: url(/img/common/lifestage7.png);
}
.event_link_div1 ul li#lifestage8 a {
	background-image: url(/img/common/lifestage8.png);
}
.event_link_div2 ul li#sagasu1 a {
	background-image: url(/img/common/sagasu1.png);
}
.event_link_div2 ul li#sagasu1 a {
	background-image: url(/img/common/sagasu1.png);
}
.event_link_div2 ul li#sagasu1 a {
	background-image: url(/img/common/sagasu1.png);
}
.event_link_div2 ul li#sagasu2 a {
	background-image: url(/img/common/sagasu2.png);
}
.event_link_div2 ul li#sagasu3 a {
	background-image: url(/img/common/sagasu3.png);
}
.event_link_div2 ul li#sagasu4 a {
	background-image: url(/img/common/sagasu4.png);
}
.event_link_div2 ul li#sagasu5 a {
	background-image: url(/img/common/sagasu5.png);
	background-position: top right -1px;
}
.event_link_div2 ul li#sagasu6 a {
	background-image: url(/img/common/sagasu6.png);
}
.event_link_div2 ul li#sagasu7 a {
	background-image: url(/img/common/sagasu7.png);
}
.event_link_div2 ul li#sagasu8 a {
	background-image: url(/img/common/sagasu8.png);
}
.event_link_div1 h2, .event_link_div2 h2 {
	color: #fff;
	font-size: 1.8rem;
	text-align: left;
	font-weight: bold;
}
.event_link_div1 h2 {
	padding-left: 89px;
}
.event_link_div2 h2 {
	padding-left: 116px;
}

#event_link_div3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 38px;
}
#event_link_div3 ul li {
	display: block;
	margin: 0px 0px 25px;
}
#event_link_div3 ul li a {
	color: #000000;
	background: #53b84c;
	padding: 28px 0px 27px 54px;
	display: block;
	width: 148px;
	line-height: 1;
	font-size: 1.5rem;
}
#event_link_div3 ul li:nth-child(1) a {
	background: url(/img/common/people_icon.png) no-repeat center left 12px #53b84c;
}
#event_link_div3 ul li:nth-child(2) a {
	background: url(/img/common/calendar_icon.png) no-repeat center left 12px #53b84c;
}
#event_link_div3 ul li:nth-child(3) a {
	background: url(/img/common/search_map_icon.png) no-repeat center left 12px #53b84c;
}

/* 検索 */
#cse-search-box {
	display: inline-block;
	vertical-align: middle;
	width: 384px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	color: #333;
	border-radius: 5px;
	border: 1px solid #818181;
}
#tmp_query {
	width: calc(100% - 60px);
	height: 58px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px 0px 0px 8px;
	display: inline-block;
	vertical-align: middle;
	border: none;
	box-sizing: border-box;
}
#submit {
	background: url(/img/common/search_icon.png) no-repeat center center;
	width: 60px;
	height: 58px;
	margin: 0px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	border: none;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 0px 8px 8px 0px;
	overflow: hidden;
	text-indent: 9999px;
}

#cse_filetype {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset {
	width: 165px;
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
}
#top_search_keyword #cse_filetype fieldset span label {
	font-size: 1.8rem;
	font-weight: normal;
}
#cse_filetype fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

/* グローバルナビ */
#top_search {
	background: #53b84c;
	color: #000;
}
#gnav_box {
	position: relative;
    max-width: 1080px;
    height: 2rem;
    padding: 0;
    margin: 0px auto;
}
ul#gnav {
	width: 1080px;
	margin: 0px auto;
	padding: 0px 0px;
	list-style: none;
	display: table;
	table-layout: fixed;
	position: relative;
}
ul#gnav li {
	display: table-cell;
	vertical-align: text-top;
}
ul#gnav li span {
	text-align: center;
	margin: 0px auto;
	display: block;
	border-right: 1px solid #000;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding: 6px 0px 0px;
	text-shadow: 0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff;
	-webkit-filter: invert(1);
	        filter: invert(1);
}
ul#gnav li:first-child span {
	border-left: 1px solid #000;
}

ul#gnav li.gnav_link.open:after {
	content: '';
	width: 61px;
	height: 15px;
	border: 5px solid transparent;
	position: absolute;
	bottom: -30px;
	z-index: 9;
	background: url(/img/common/yellow_arr.png) no-repeat center;
}
ul#gnav li#gnav1.gnav_link.open:after {
	left: 32px;
}
ul#gnav li#gnav2.gnav_link.open:after {
	left: 164px;
}
ul#gnav li#gnav3.gnav_link.open:after {
	left: 300px;
}
ul#gnav li#gnav4.gnav_link.open:after {
	left: 440px;
}
ul#gnav li#gnav5.gnav_link.open:after {
	left: 570px;
}
ul#gnav li#gnav6.gnav_link.open:after {
	left: 710px;
}
ul#gnav li#gnav7.gnav_link.open:after {
	left: 843px;
}
ul#gnav li#gnav8.gnav_link.open:after {
	left: 977px;
}

ul#gnav li a {
	display: block;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.7rem;
	text-decoration: none;
	text-align: center;
	padding: 47px 0px 17px 0px;
	border-right: 1px solid #53b84c;
}
ul#gnav li#gnav1 a:hover {
	background: url(/img/common/gnav1_hover.png) no-repeat center top 15px #d1e8b2;
}
ul#gnav li#gnav2 a:hover {
	background: url(/img/common/gnav2_hover.png) no-repeat center top 12px #d1e8b2;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav3 a:hover {
	background: url(/img/common/gnav3_hover.png) no-repeat center top 15px #d1e8b2;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav4 a:hover {
	background: url(/img/common/gnav4_hover.png) no-repeat center top 16px #d1e8b2;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav5 a:hover {
	background: url(/img/common/gnav5_hover.png) no-repeat center top 16px #d1e8b2;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav6 a:hover {
	background: url(/img/common/gnav6_hover.png) no-repeat center top 13px #d1e8b2;
	background-size: 16px;
}
ul#gnav li#gnav7 a:hover {
	background: url(/img/common/gnav7_hover.png) no-repeat center top 14px #d1e8b2;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav8 a:hover {
	background: url(/img/common/gnav8_hover.png) no-repeat center top 13px #d1e8b2;
}
ul#gnav li#gnav1 a {
	background: url(/img/common/gnav1.png) no-repeat center top 11px;
	border-left: 1px solid #53b84c;
}
ul#gnav li#gnav2 a {
	background: url(/img/common/gnav2.png) no-repeat center top 10px;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav3 a {
	background: url(/img/common/gnav3.png) no-repeat center top 12px;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav4 a {
	background: url(/img/common/gnav4.png) no-repeat center top 12px;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav5 a {
	background: url(/img/common/gnav5.png) no-repeat center top 11px;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav6 a {
	background: url(/img/common/gnav6.png) no-repeat center top 11px;
}
ul#gnav li#gnav7 a {
	background: url(/img/common/gnav7.png) no-repeat center top 12px;
	padding: 45px 0px 2px 0px;
}
ul#gnav li#gnav8 a {
	background: url(/img/common/gnav8.png) no-repeat center top 11px;
}
#gnav_box ul .gnav_link.open .chu_menu_box_wrap {
	display: block;
}
#gnav_box ul .chu_menu_box_wrap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 9;
	padding: 0px;
	padding-top: 30px;
	width: 1080px;
	height: auto;
}
#gnav_box ul .chu_menu_box_wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 20px 30px 20px 30px;
	width: auto;
}
#gnav_box ul .chu_menu_box_wrap ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	display: inline-flex;
	width: 227px;
	padding-right: 20px;
	border: none;
	position: unset;
}
#gnav_box ul #gnav1 .chu_menu_box_wrap {
	background-position: left 102px top;
}
#gnav_box ul #gnav2 .chu_menu_box_wrap {
	background-position: left 317px top;
}
#gnav_box ul #gnav3 .chu_menu_box_wrap {
	background-position: left 530px top;
}
#gnav_box ul #gnav4 .chu_menu_box_wrap {
	background-position: left 750px top;
}
#gnav_box ul #gnav5 .chu_menu_box_wrap {
	background-position: right 99px top;
}
#gnav_box ul .chu_menu_box {
	background: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-transition: width 0.5s;
	border-left: 10px solid #53b84c;
	border-right: 10px solid #53b84c;
	border-top: 17px solid #53b84c;
	border-bottom: 17px solid #53b84c;
}
#gnav_box ul .chu_menu_box > a {
	text-align: left;
	padding: 20px 25px 0px;
	margin: 0px;
	text-decoration: underline;
	border-right: 0px;
}
#gnav_box ul#gnav li .chu_menu_box li a {
	color: #333333;
	font-size: 1.6rem;
	font-weight: normal;
	border-right: none;
	text-align: left;
	text-decoration: underline;
	background: url(/img/common/right_arr.png) top 1px left no-repeat;
	padding: 0px 0px 0px 25px;
	margin: 5px 0px 10px;
	border: none;
}

/* グローバルナビ（動的メニュー） ※使用する場合は要調整 */
#context_category02,
#context_category01 {
	display: none;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	background: #f3faec;
	padding: 19px 0px 8px;
	margin-top: 10rem;
}
#pankuzu_wrap > div {
	width: 1040px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}

.pankuzu {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 5rem;
	height: 2.2rem;
	background: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 0.5rem 0px 0.3rem;
	text-align: center;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}
.pankuzu_mark {
	margin: 0 7px;
}
/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.5rem;
	background: #dff3cd;
}
#footer_navi ul {
	width: 1080px;
	margin: 0px auto;
	padding: 27px 0px 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px 10px 0px;
	border-right: 1px solid #000;
	line-height: 1;
	padding: 0px 15px 0px 0px;
}
#footer_navi ul li:last-child {
	border-right: none;
	margin: 0px;
	padding: 0px;
}
#author_info {
	width: 1080px;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 1080px;
	padding-top: 50px;
}
#footer_left_div {
	display: inline-block;
	padding-left: 26px;
}
#footer_right_div {
	display: inline-block;
	padding-left: 68px;
}
#footer_sns_detail {
	width: 100%;
}
#footer_sns_detail ul {
	padding: 0;
	margin: 0px auto;
	list-style: none;
	text-align: center;
	padding-top: 15px;
}
#footer_sns_detail ul li {
	display: inline-block;
	padding-right: 43px;
}
#footer_sns_detail ul li:last-child {
	padding-right: 0px;
}
#footer_sns_detail ul li a {
	display: block;
	line-height: 0;
}
#author_box {
	padding: 20px 0px 10px;
}
#footer_right_div p {
	margin: 0px;
}
#author_box span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 18px;
}
#author_box p.f_author {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 13px 13px 0px;
}
#author_box p.f_author span {
	padding-left: 20px;
	display: inline-block;
}
#author_box span a {
	display: block;
	color: #000;
	font-size: 1.6rem;
	padding: 7px 10px 7px 36px;
	position: relative;
	background: url(/img/common/map_icon.png) no-repeat center left 12px #fff;
	width: 4.2rem;
	text-transform: uppercase;
}
#author_box p {
	padding: 5px 0px;
}
#author_box p.f_number {
	font-size: 1.7rem;
	color: #000;
}
#author_box p.f_address {
	font-size: 1.8rem;
	color: #000;
}
#author_box p.f_contact {
	font-size: 1.7rem;
	color: #000;
}

#soshiki_link a, #madoguchi_link a {
	display: block;
	color: #000;
	font-size: 1.6rem;
	padding: 8px 10px 8px 55px;
	position: relative;
	width: 21rem;
}
#soshiki_link a:link {
	color: #000;
}
#madoguchi_link a {
	background: url(/img/common/sun_icon.png) no-repeat center left 14px #fff;
	margin-top: 15px;
}
#soshiki_link a {
	background: url(/img/common/hito_icon.png) no-repeat center left 14px #fff;
	margin-bottom: 18px;
}
#author_detail_link p {
	line-height: 1.6;
	color: #000;
	font-size: 1.6rem;
}
#footer_navi ul li:last-child::after {
	display: none;
}
#footer_navi li a {
	font-size: 1.8rem;
	color: #000;
}
#copyright {
	max-width: 1080px;
	padding: 10px 0px 170px;
	margin: 0px auto;
}
#copyright p {
	margin: 0px;
	color: #000;
	text-align: center;
}
#back_or_pagetop > div a {
	background: #BADFFF;
}

/* 戻る・ページトップ */
#back_or_pagetop {
	width: 1080px;
	margin: 0px auto;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
#back_or_pagetop > div {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}
#back_or_pagetop > div a {
	display: block;
	text-align: center;
	background: #e6e6e6;
	color: #333;
	line-height: 2rem;
	padding: 10px 20px;
	width: 10em;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	display: block;
	width: 81px;
	position: fixed;
	right: 20px;
	bottom: -180px;
	z-index: 7;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 12px;
}
#footer_link_pagetop a {
	display: block;
	height: 121px;
}
#footer_link_pagetop a:hover {
	opacity: 0.5;
}
#footer_link_pagetop img {
	width: auto;
	height: auto;
}

/* おすすめ情報（回遊ボタン） */
.osusume_banner_content {
	background-color: #179c52;
	color: #ff0000;
}
.osusume_banner_wrap {
	width: 1023px;
	margin: 0 auto;
}
#osusume_banner {
	left: 0px;
	bottom: 0px;
	position: relative;
	margin: 0;
	padding: 10px 0;
	z-index: 0;
}
#osusume_banner_box {
	width: auto;
	display: table;
}
#osusume_banner_list, #osusume_banner.open #osusume_banner_list {
	display: block;
	width: 100%;
	max-width: 100%;
}
#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 130px;
	height: 105px;
	background: url(/img/common/osusume_img.png)no-repeat top 23px left;
	pointer-events: none;
	background-position: center;
}
#osusume_banner_ttl a .hide {
	color: #000000;
}
/*#osusume_banner_ttl a {
	display: block;
	background: #ccc;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 30px 0px;
}*/
.osusume_banner_list_detail li:nth-child(4n){
	margin-right: 0;
}
#osusume_banner_list {
	vertical-align: bottom;
	padding: 18px 0 18px 33px;
	max-width: calc(100vw - 140px);
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

#osusume_banner_list_box {
	position: relative;
}
/*#osusume_banner_close {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
}*/

.osusume_banner_list_detail {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
.osusume_banner_list_detail li {
	width: 200px;
	height: 100px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.osusume_banner_list_detail > a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 5px;
}
.osusume_banner_list_detail img {
	width: 100%;
	height: auto;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 40px;
	padding-bottom: 50px;
}

/* コンテンツヘッダ */
.content_header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}

#content_header {
	margin: 5px 0px 25px auto;
	text-align: right;
}
#content_header > span {
	font-size: 1.5rem;
	margin-left: 18px;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center;
	padding-left: 20px;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	margin: 0px;
	padding: 49px 30px 44px 83px;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	border-top: 5px solid #53b84c;
	border-bottom: 5px solid #53b84c;
	background: url(/img/common/midashi_h1.png) no-repeat right top #fff;
}

#main_body h2 {
	clear: both;
	background: url(/img/common/midashi_h2icon.png) no-repeat left top;
	margin: 30px 0px;
	padding: 24px 30px 36px 63px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
#main_body h2:after {
	position: absolute;
	content: '';
	width: 100%;
	background: url(/img/common/midashi_h2_border.png) no-repeat;
	bottom: 0px;
	left: 0;
	height: 23px;
}
#main_body h2:before {
	position: absolute;
	content: '';
	width: calc(100% - 126px);
	background: #53b84c;
	bottom: 18px;
	left: 126px;
	height: 5px;
}
#main_body h3 {
	clear: both;
	margin: 30px 0px;
	padding: 16px 30px 16px 60px;
	background:url(/img/common/midashi_h3icon.png) no-repeat left 9px center #f3faec;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
#main_body h4 {
	clear: both;
	margin: 30px 0px;
	padding: 15px 30px 15px 55px;
	background: url(/img/common/midashi_h4.png) no-repeat left center #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h5 {
	clear: both;
	margin: 30px 0px;
	padding: 11px 30px 11px 55px;
	background: url(/img/common/midashi_h5.png) no-repeat left center #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h6 {
	clear: both;
	margin: 30px 0px;
	padding: 9px 30px 9px 55px;
	background: url(/img/common/midashi_h6.png) no-repeat left center #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

/* テーブル */
#main_body table {
border-color: #a7a7a7;
border-collapse: collapse;
border-style: solid;
margin: 0px 0px 20px;
max-width: 100%;
border-width: 2px;
}
#main_body th {
	background: #eeeded;
	border-color: #a7a7a7;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #a7a7a7;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 10px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	border: 2px solid #53b84c;
}

#recommend_title,
#ai_recommend_title {
	text-align: left;
	padding: 13px 17px 4px 10px;
	border-bottom: 6px solid #53b84c;
	margin: 0 15px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0px;
	padding: 3px 0px 3px 43px;
}
#recommend_title h2 {
	background: url(/img/common/icon_recommend.png) no-repeat left center;
}
#ai_recommend_title h2 {
	background: url(/img/common/icon_ai_recommend.png) no-repeat left center;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	padding: 8px 30px;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 10px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: #53b84c;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 15px 5px;
	text-align: center;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 9px 0px 9px 48px;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background: url(/img/common/icon_mitsukaranai.png) no-repeat left center;
}
#common_banner_link ul li#common_banner_faq a span {
	background: url(/img/common/icon_faq.png) no-repeat left center;
}

/* 「見つからないときは」「よくある質問」バナー（1カラム） */
@media screen and (min-width: 671px) {
	#main #common_banner_link ul {
		margin: 30px 0px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
	}
	#main #common_banner_link ul li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 5px);
		margin: 0px;
	}
}
/* 「見つからないときは」「よくある質問」バナー（1カラム） ここまで */

/* サイドメニュー */
.side_box {
	border: 2px solid #53b84c;
	padding: 20px 18px;
}

.side_box_ttl h2 {
	background: #d7f0c1;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 11px 20px 7px;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 20px 20px 0px 20px;
	list-style: none;
}
.side_box_list ul li {
	margin: 0px 0px 10px;
	position: relative;
}
.kanren_box ul li:before, .side_box_list ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 0.7em;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	padding: 0px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin-bottom: 0px;
}

.side_box_txt {
	padding: 15px 0 0;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box_txt > div:last-child {
	margin-bottom: 0px;
}
.side_box.side_box_map {
	border: none;
	background: #f3faec;
}
.side_box.side_box_map .side_box_ttl h2 {
	background: #fff;
}
#main_body .side_box.side_box_work h2:after {
	position: absolute;
	content: '';
	width: 20px;
	background: url(/img/common/maincontent_icon.png) no-repeat;
	bottom: -15px;
	left: calc(50% - 8px);
	height: 10px;
}
#main_body .side_box.side_box_work h2:before {
	display: none;
}
/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1.3em 0.8em 0px;
	padding-right: 1.3em;
	border-right: 1px solid #333;
	line-height: 1.1;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px 0px 10px;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11.3em;
}

/* リスト（担当課） */
/*.article_section::before {
	content: '（';
}
.article_section::after {
	content: '）';
}*/
.article_section:empty::before,
.article_section:empty::after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center;
}
.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* リスト（サムネイル） 縦可変 */
/*
.list_pack .article_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	width: 100%;
	height: auto;
}
*/

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 20px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	background: url(/img/top/link_arr_green.png) no-repeat right 13px center #fff;
	margin: 0px;
	padding: 18px 30px 16px 25px;
	text-align: left;
	border: 1px solid #9a9a9a;
	font-size: 1.5rem;
	text-decoration: none;
}

#main div.link_ichiran a {
	min-width: 138px;
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 1em;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px 50px;
	padding: 25px 20px 20px;
	background: url(/img/common/shinnchaku_bg.png) no-repeat top left #e8f6db;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px 0px 5px;
	padding: 17px 0px 15px 0px;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background: #53b84c;
	color: #000;
	position: relative;
}
.section_information h2 span,
#main_body .section_information h2 span{
	text-shadow: 0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff;
	-webkit-filter: invert(1);
	        filter: invert(1);	
}
.section_information h2:after, #main_body .section_information h2:after {
	content: '';
	width: 20px;
	height: 10px;
	background: url(/img/common/shinnchaku_icon.png)no-repeat;
	position: absolute;
	left: calc(50% - 10px);
	bottom: 1px;
}
.section_information_list_wrap {
	background: #fff;
	padding: 30px 60px;
}
.section_information p.no_data {
	margin: 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0px 0px 12px;
}
.section_information_list ul li:last-child {
	margin-bottom: 0px;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 12em;
	font-weight: bold;
}

.section_information_list div.link_box {
	margin: 20px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 7px;
	min-width: 207px;
}
.section_information_list div.link_box span a {
	display: block;
	background: url(/img/top/link_arr_green.png) no-repeat right 13px center #fff;
	margin: 0px;
	padding: 20px 30px 18px 25px;
	text-align: left;
	border: 1px solid #9a9a9a;
	font-size: 1.5rem;
	text-decoration: none;
}
.section_information_list div.link_box span a:hover,
#main div.link_ichiran a:hover {
	text-decoration: underline;
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0px 0px 10px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	line-height: 0;
	margin: 0 20px 14px 0;
}
ul.banner_list li a {
	display: block;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: 1.4rem;
}

/* バナー広告（フッタ） */
#footer_banner {
	width: 1080px;
	margin: 0px auto 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	position: relative;
}
.footer_banner_ttl {
	margin: 0 20px;
}
.footer_banner_ttl h2 {
	font-size: 1.6rem;
	margin: 0;
	padding: 25px 13px;
	display: inline-block;
	background: #fff;
	border: 1px solid #53b84c;
	border-radius: 100%;
	vertical-align: middle;
}
.footer_banner_detail {
	width: calc(100% - 12rem);
}
.footer_banner_link {
	text-align: right;
	display: block;
	width: 100%;
	margin-right: 30px;
}
/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child {
	margin-bottom: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	width: 100%;
	height: 200px;
}

div[id^="main_header_life3_"] h1,
.life_list2 #main_header h1 {
	margin: 0px;
	padding: 69px 30px 67px 60px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	border-top: 10px solid #53b84c;
	border-bottom: 10px solid #53b84c;
	background: url(/img/common/main_header_life_bg.png) no-repeat right top #fff;
}

/* 大分類（ライフイベント） */
#lifestage {
	margin: 30px 0px;
}
#lifestage h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
#lifestage ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
}
#lifestage ul li {
	width: 130px;
	max-width: 12%;
}
#lifestage ul li a {
	display: block;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center 20px;
	text-align: center;
	padding: 80px 10px 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
#lifestage ul li#lifestage1 a {
	background-image: url(/img/lifestage/lifestage1_b.png);
}
#lifestage ul li#lifestage2 a {
	background-image: url(/img/lifestage/lifestage2_b.png);
}
#lifestage ul li#lifestage3 a {
	background-image: url(/img/lifestage/lifestage3_b.png);
}
#lifestage ul li#lifestage4 a {
	background-image: url(/img/lifestage/lifestage4_b.png);
}
#lifestage ul li#lifestage5 a {
	background-image: url(/img/lifestage/lifestage5_b.png);
}
#lifestage ul li#lifestage6 a {
	background-image: url(/img/lifestage/lifestage6_b.png);
}
#lifestage ul li#lifestage7 a {
	background-image: url(/img/lifestage/lifestage7_b.png);
}
#lifestage ul li#lifestage8 a {
	background-image: url(/img/lifestage/lifestage8_b.png);
}

/* 分類 */
#life_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
}
.life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	margin: 0px 30px 17px 0px;
}
.life_cat_list:nth-child(3n) {
	margin-right: 0px;
}

.life_list3_thum .life_cat_list,
.life_list2_thum .life_cat_list {
	width: 100%;
	margin-right: 0px;
}

#main_body .life_cat_list h2,
#main_body .life_cat_list h3 {
	margin-top: 0px;
	font-size: 1.8rem;
	text-align: center;
	padding: 27px 20px 40px 20px;
	margin-bottom: 20px;
}

.life_cat_list .info_list.info_list_date ul li {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.life_gaiyou {
	margin-bottom: 1em;
}
.life_list2 .life_cat_list {
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.life_list2 .life_cat_list:nth-child(2n) {
	margin-right: 0;
}

/* 関連情報 */
#kanren_info {
	border: 2px solid #ffea45;
	padding: 9px 18px 10px;
	text-align: center;
}
#kanren_info h2 {
	display: inline-block;
	background: url(/img/common/icon_kanren.png) no-repeat left center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 12px 0px 9px 40px;
}

#kanren_info .kanren_box {
	padding: 10px 0px;
	text-align: left;
}
#kanren_info .kanren_box h3 {
	margin: 0px 0px 15px;
	padding: 13px 20px 5px;
	background: url(/img/common/kanren_info_icon.png) no-repeat center top #ffea45;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px;
}
#kanren_info .kanren_box ul li {
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	padding-left: 20px;
}
#kanren_info .kanren_box ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0.6em;
}
#kanren_info .kanren_box ul li:last-child {
	margin-bottom: 0px;
}

#kanren_info div.link_ichiran {
	margin-top: 15px;
	text-align: center;
}
#kanren_info div.link_ichiran a {
	display: block;
	background: url(/img/top/link_arr_green.png)no-repeat right 10px center #fff;
	padding: 12px 0px 7px 0px;
	border: none;
	text-align: center;
	font-size: 1.4rem;
	text-decoration: underline;
	max-width: 260px;
    margin: 0 auto;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	 margin-top: 30px;
}
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}

#main_body .lifesub_cat_list h2,
#main_body .lifesub_cat_list h3 {
	margin-top: 0px;
}

.lifesub_cat_list .info_list.info_list_date ul li {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.life_cat_list_ttl {
	margin: 0px;
	padding: 16px 30px 16px 60px;
	background: url(/img/common/midashi_h3icon.png) no-repeat left 9px center #f3faec;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}

/* 組織 */
.soshiki_kakuka .section_information {
	margin-bottom: 20px;
}
.soshiki_kakuka .section_information_list_wrap{
	padding: 30px 40px;
}
#soshiki_hyouji {
	margin: 30px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 10px 0px;
	padding-right: 1em;
	border-right: 1px solid #333;
	line-height: 1.1;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* 部局 */
#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list > div span::before {
	content: '(';
}
.kakuka_tel_list > div span::after {
	content: ')';
}
.kakuka_tel_list > div span:empty::before,
.kakuka_tel_list > div span:empty::after {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
}

#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_view,
.side_box_txt > div.kakuka_view {
	max-width: 300px;
	margin: 15px auto 0;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.kakuka_contact_wrap .grpname_box {
	border-top: 1px dashed #818181;
	padding-top: 10px;
	margin-top: 10px;
}
.side_box.side_box_work {
	border: none;
	padding: 0;
	border-top: 1px solid #818181;
	border-bottom: 1px solid #818181;
	margin-top: 15px;
}
#main_body .side_box.side_box_work h2 {
	background: none;
	margin: 20px auto 0;
	padding: 8px 0 5px;
	width: 330px;
	border: 1px solid #818181;
	border-radius: 30px;
	font-size: 1.8rem;
}
.side_box.side_box_work .side_box_txt {
	padding-bottom: 20px;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}
.page_num_view {
	font-size: 1.6rem;
	margin-top: 10px;
}

/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 20px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #f5f5f5;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body input[type="text"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.question_detail #main_body * {
	white-space: normal;
	word-break: break-all;
}
.question_detail #main_body img {
	max-width: 100%;
	height: auto;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f5f5f5;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c00;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table#mail_form_tbl th {
	width: 25%;
	text-align: left;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td * {
	white-space: normal;
	word-break: break-all;
}
#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
#main_body table#mail_form_tbl td input[type="text"].mail_to2 {
	width: 80%;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
#main_body table#mail_form_tbl td fieldset {
	padding: 0px;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f5f5f5;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 20px 20px 10px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}

#shisetsu_map {
	border: 1px solid #ccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#main_body #map_canvas table,
#main_body #map_canvas th,
#main_body #map_canvas td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}

/* 重要なお知らせ */
#second_important {
	border: 2px solid #bd0000;
	padding: 11px 18px 20px;
}
#second_important a, #second_important span.article_date {
	color: #bd0000;
}
#second_important a:active,
#second_important a:hover {
	text-decoration: none;
	color: currentcolor;
}
span.article_date {
	/*margin-bottom: 4px;*/
}
#second_important h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #bd0000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#second_important h2:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 30px;
	background: url(/img/common/important_icon.png)no-repeat center;
	margin-right: 4px;
}
#second_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#second_important ul li {
	margin: 0px 0px 10px;
}
#second_important ul li:last-child {
	margin-bottom: 0px;
}
#second_important ul li > span {
	display: block;
}
#second_important .link_box {
	margin-top: 20px;
	text-align: right;
}
#second_important .link_box > span {
	display: block;
}

/* タブレット */
@media screen and (max-width : 1099px) {

	/* ヘッダ */
	#header2 {
		width: calc(100% - 40px);
	}

	ul#gnav {
		width: 100%;
	}

	/* パンくず */
	#pankuzu_wrap > div {
		width: calc(100% - 40px);
	}

	/* メイン */
	#mymainback {
		width: calc(100% - 40px);
	}

	/* フッタ */
	#back_or_pagetop {
		width: calc(100% - 40px);
	}

	/*#footer_navi ul {
		width: calc(100% - 40px);
	}

	#author_info {
		padding-bottom: 100px;
	}
	#author_info > div {
		width: calc(100% - 40px);
	}*/

	/* 新着情報 */
	.section_information_list div.link_box span {
		width: auto;
		margin: 0px 5px 10px;
	}
	.section_information_list div.link_box span a {
		padding: 8px 20px;
	}

	/* バナー広告 */
	ul.banner_list li {
		width: calc(25% - 10px);
		margin: 5px;
	}

	/* バナー広告（フッタ） */
	#footer_banner {
		width: calc(100% - 40px);
	}

	/* 大分類（見出し） */
	div[id^="main_header_life3_"] {

	}
	#osusume_banner_list{
		width: 100%;
		max-width: inherit;
	}
	ul.osusume_banner_list_detail li {
		width: calc(25% - 10px);
		margin: 5px;
		height: auto;
	}
	#header_fixed_div {
		padding: 40px 10px 13px;
	}

}
/* タブレット ここまで */

/*---------------------------------------------
プレゼン用の装飾
---------------------------------------------*/

#header {
	font-size: 1.3rem;
}

ul#header_navi li[class^="h_"] > a {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 25px;
	font-size: 1.3rem;
	color: #333333;
}
ul#header_navi li.h_main > a {
	background-image: url(/img/common/icon_h_main.png);
	padding: 5px 0px 3px 18px;
	letter-spacing: -0.04em;
}
ul#header_navi li.h_guide > a {
	background-image: url(/img/common/icon_h_guide.png);
	padding: 5px 0px 3px 15px;
	letter-spacing: -0.04em;
}
ul#header_navi li.h_sitemap > a {
	background-image: url(/img/common/icon_h_sitemap.png);
	letter-spacing: -0.09em;
	padding: 5px 0px 3px 22px;
}
ul#header_navi li.h_lang > a {
	background-image: url(/img/common/icon_h_lang.png);
	padding: 5px 0px 3px 19px;
}



.osusume_banner_list_detail > a {
	outline: 1px solid currentColor;
	padding: 10px;
	min-height: 40px;
}

#main_body h2 a,
#main_body h3 a,
#main_body h4 a {
	color: inherit;
}
#common_banner_link ul li a:focus span,
#common_banner_link ul li a:hover span {
	text-decoration: underline;
}
/*---------------------------------------------
プレゼン用の装飾 ここまで
---------------------------------------------*/

/*---------------------------------------------
tableの枠線を消す設定 ここから
---------------------------------------------*/
#main_body table.asapi th {
	border-color: unset !important;
	border-style: none !important;
	border-width: unset !important;
}

#main_body table.asapi td {
	border-color: unset !important;
	border-style: none !important;
	border-width: unset !important;
}

#main_body table.asapi {
	border-color: unset !important;
	border-style: none !important;
	border-width: unset !important;
}
/*---------------------------------------------
tableの枠線を消す設定 ここまで
---------------------------------------------*/