@charset "utf-8";

/********** 1 共通 **********/

/* レスポンシブアコーディオン用 */
.acc_title_wrap {
	position: relative;
}
.acc_title {
	position: relative;
}
.acc_title > label {
	display: block;
	cursor: pointer;
	padding-right: 30px;
}
h2.acc_title > label,
h3.acc_title > label,
h4.acc_title > label,
h5.acc_title > label,
h6.acc_title > label {
	padding-right: 30px;
}

input[id*="acc_ttl_label"] + * {
	display: none;
}
.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}
label[for*="acc_ttl_label"] {
	background: url(/img/sp/acc_open.png) no-repeat 97% center transparent;
	background-size: 12px 12px;
}
.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/sp/acc_close.png);
}

.color_change label[for*="acc_ttl_label"],
.color_change #sp_page_index_link_toggle {
	background-image: url(/img/sp/acc_open_white.png)
}
.color_change .acc_open label[for*="acc_ttl_label"],
.color_change #sp_page_index_link_toggle.open {
	background-image: url(/img/sp/acc_close_white.png);
}

/********** 2 基本設定 **********/

/* フォント */
body {
	font-family: sans-serif;
}

/* ボタン */
input[type="button"],
input[type="submit"],
button {
	font-size: 1.3rem;
}

input[type="text"],
textarea,
select {
	font-size: 1.3rem;
}

/* テーブル */
#main_body table {
	font-size: 1.3rem;
	line-height: 1.4;
}

/* 見出し */
#main_header {
	margin-bottom: 10px;
}
#main_header h1 {
	margin: 0px;
	padding: 15px;
	font-size: 2.2rem;
}

#main_body h2 {
	margin: 0px 0px 10px;
	padding: 10px 15px;
	font-size: 1.8rem;
}
#main_body h2.acc_title {
	padding-right: 5px;
}

#main_body h3 {
	margin: 0px 0px 10px;
	padding: 10px 15px;
	font-size: 1.6rem;
}
#main_body h3.acc_title {
	padding-right: 5px;
}

#main_body h4 {
	margin: 0px 0px 10px;
	padding: 10px 15px;
	font-size: 1.5rem;
}

#main_body h5 {
	margin: 0px 0px 10px;
	padding: 5px 15px;
	font-size: 1.4rem;
}

#main_body h6 {
	margin: 0px 0px 10px;
	padding: 5px 15px;
	font-size: 1.4rem;
	background-size: 8px 4px;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	position: relative;
	padding-top: 75px;
	border-bottom: 3px solid #0760a8;
}

#spm_wrap {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 200;
}
#spm_wrap button,
#spm_wrap a {
	border: none;
	border-left: 1px solid #d3dddc;
	outline: none;
	display: inline-block;
	vertical-align: top;
	width: 55px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 55px 55px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#spm_wrap button#spm_menu {
	border-right: 1px solid #d3dddc;
	background-image: url(/img/sp/btn_menu.png);
}
#spm_wrap button#spm_search {
	background-image: url(/img/sp/btn_search.png);
}
#spm_wrap a {
	background-image: url(/img/sp/btn_bosai.png);
}
#spm_wrap .external_link_text {
	display: none !important;
}

.spm_menu_open #spm_wrap button#spm_menu {
	background-image: url(/img/sp/btn_close.png);
	background-color: #0760a8;
	color: #ffffff;
	height: 65px;
}
.spm_search_open #spm_wrap button#spm_search {
	background-image: url(/img/sp/btn_close.png);
	background-color: #0760a8;
	color: #ffffff;
	height: 65px;
}

#header2 {
	position: static;
	width: auto;
	background: #0760a8;
	color: #ffffff;
	min-height: 0px;
}

#he_left {
	top: 7px;
	left: 10px;
	z-index: 90;
	width: 120px;
}

#he_right {
	margin: 0px;
	padding: 0px;
}

/* グローバルナビ */
#top_search {
	display: none;
	width: auto;
}
.spm_menu_open #top_search {
	display: block;
}

ul#gnav {
	display: block;
	width: auto;
	margin: 0px;
	padding: 10px 15px;
}
ul#gnav li[id^="gnav"] {
	display: block;
	border: none;
	padding: 5px 0px;
}
ul#gnav li[id^="gnav"] > a {
	background: none !important;
	color: inherit;
	text-align: left;
	font-size: 1.6rem;
	padding: 6px 10px 4px 30px;
	position: relative;
}
ul#gnav li[id^="gnav"] > a:before {
	content: '';
	width: 15px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul#gnav li[id^="gnav"] > a:after {
	content: '';
	width: 15px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul#gnav li#gnav1 {
	display: none;
}

ul#gnav li[id^="gnav"] > a.nav_link_open {
	pointer-events: none;
}

.nav_link_close {
	display: none;
}
ul.nav_link_box,
ul.nav_link_box.open {
	position: static;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
	min-width: 100%;
	color: inherit;
	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;
}
ul.nav_link_box li {
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(50% - 5px);
	padding: 5px 0px;
}
ul.nav_link_box li a {
	background: none !important;
	color: inherit;
	text-decoration: none;
	padding: 10px 0px;
	text-align: center;
	border: 1px solid #ffffff;
}

/* ヘッダメニュー */
#header_link_bg {
	display: none;
	background: #0760a8;
}
.spm_menu_open #header_link_bg {
	display: block;
}

ul#header_link {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding: 15px 20px 0px;
	text-align: left;
	font-size: 1.3rem;
}
ul#header_link > li {
	width: calc(50% - 10px);
	margin: 0px 10px 0px 0px;
}
ul#header_link li#hl_main {
	display: none;
}

#hl_func {
	position: static;
}
ul#acc_func_box {
	min-width: calc(100vw - 30px);
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#acc_func_box dl {
	display: block;
}
#acc_func_box dl dd a#moji_large,
#acc_func_box dl dd a#moji_default {
	padding-left: 8px;
	padding-right: 8px;
}

#keep_page {
	position: static;
}
#ktp_list_wrap {
	min-width: calc(100vw - 30px);
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#ktp_item_list {
	min-width: 100%;
}

/* 検索 */
#top_search_keyword {
	display: none;
	background: none;
	width: auto;
	margin: 0px;
	padding: 20px 15px;
}
.spm_search_open #top_search_keyword {
	display: block;
}
#top_search_keyword_box {
	margin: 0px;
}
#top_search_keyword_ttl {
	display: block;
	margin: 0px 0px 5px;
	font-size: 1.5rem;
}
#cse-search-box {
	display: block;
	width: auto;
}
#tmp_query {
	font-size: 1.4rem;
}
#submit {
	background: #333333;
	color: #ffffff;
}

#top_search_page_id {
	position: static;
	margin-top: 20px;
}
#top_search_page_id_ttl {
	margin: 0px 0px 5px;
}
#top_search_page_id_ttl a {
	display: block;
	background: none;
	color: inherit;
	pointer-events: none;
	text-decoration: none !important;
	font-size: 1.5rem;
	margin: 0px;
	padding: 0px;
}
#acc_page_id_box {
	position: static;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
	min-width: 100%;
	color: inherit;
	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;
	text-align: left;
}
#acc_page_id_box p {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 5px 0px;
	width: 120px;
}
#open_page_id {
	border: none;
}
#open_page_id_submit {
	background: #333333;
	color: #ffffff;
}
#open_page_id {
	border: none;
	width: calc(100% - 165px);
	font-size: 1.4rem;
}
#acc_page_id_close {
	display: none;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	margin: 0px;
	padding: 10px 10px 5px;
}
#pankuzu_wrap > div {
	width: auto;
	font-size: 1.2rem;
}
.pankuzu {
	padding-left: 6rem;
}
.pankuzu:first-child .icon_current {
	font-size: 1rem;
	width: 5rem;
}

/* 足あと */
#footstep_wrap {
	display: none !important;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.4rem;
}

#footer_link_pagetop {
	width: 55px;
}
#footer_link_pagetop.fixed {
	bottom: 0px;
}

#footer_box {
	display: block;
	width: auto;
}
#author_info_wrap {
	width: auto;
	padding: 15px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#author_info p span.f_author {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
#author_info p span.f_number {
	font-size: 1.3rem;
}

#author_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#author_link ul li {
	width: calc(50% - 20px);
	margin-right: 20px;
}
#author_link ul li a {
	display: inline-block;
	text-decoration: none;
	background-image: url(/img/sp/icon_link_blue.png);
}

#footer_link_wrap {
	display: block;
	width: auto;
	padding: 0px;
	border: none;
}
#footer_navi {
	display: none;
}
#footer_navi_sp {
	display: block;
	border-bottom: 1px solid #cccccc;
}
#footer_navi_sp ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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;
}
#footer_navi_sp ul li {
	width: 25%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_navi_sp ul li:last-child {
	border-right: none;
}
#footer_navi_sp ul li a {
	display: block;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	line-height: 2rem;
}
#footer_navi_sp ul li:nth-child(3) a {
	line-height: 4rem;
}
#footer_navi_sp ul li a span {
	display: block;
}

#footer_link_pc_sp button {
	cursor: pointer;
	color: #0058EA;
}

#footer_link_pc_sp {
	padding: 10px;
	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;
}
#footer_link_pc_sp span {
	width: 50%;
}

#copyright p {
	font-size: 1rem;
	line-height: 1.4;
	padding: 10px 70px;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner_ttl {
	width: 66px;
}
#osusume_banner_ttl a:before {
	bottom: 18px;
	right: 2px;
}
#osusume_banner_list {
	max-width: calc(100vw - 66px);
}
#osusume_banner_list_box ul {
	letter-spacing: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#osusume_banner_list_box ul li {
	width: calc(50% - 10px);
	max-width: 210px;
	height: auto;
	margin: 5px;
}

/* 固定表示 */
#osusume_banner {
	position: static;
	background: #666666;
}
#osusume_banner_box {
	width: 100%;
}
#osusume_banner_ttl {
	vertical-align: top;
}
#osusume_banner_ttl a:before {
	display: none !important;
}
#osusume_banner_list {
	display: table-cell;
	vertical-align: top;
}

/********** 6 バナー **********/

/* バナー広告 */
ul.banner_list li {
	width: calc(50% - 10px);
	max-width: 220px;
	height: auto;
	margin: 5px;
}

/********** 7 リスト **********/

/* リスト */
.info_list ul li {
	display: block;
	margin: 0px;
	padding: 15px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.info_list ul li:last-child {
	border-bottom: none;
}
.info_list ul li:before {
	display: none;
}
.info_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.info_list.info_list_date ul li {
	display: block;
	width: auto;
}
.info_list.info_list_date ul li > span {
	display: block;
}
.info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.article_section {
	display: block;
	text-align: right;
	padding-right: 15px;
}
.article_section a {
	display: inline !important;
	background: none !important;
	padding-right: 0px !important;
	text-decoration: underline !important;
}

/* リスト（横並び） */
.navigation {
	margin: 0px;
	padding: 0px;
}

.navigation ul li,
.navigation > div,
.navigation ul li:last-child,
.navigation > div:last-child {
	display: block;
	margin: 0px;
	padding: 15px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-bottom: none;
}
.navigation ul li a,
.navigation > div a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 0px;
	padding: 15px;
}

/* リスト（新着情報） */
.section_information {
	margin: 15px 0px;
	padding: 0px;
}
.section_information h2,
#main_body .section_information h2 {
	font-size: 1.8rem;
	padding: 15px 5px 15px 15px;
}

.section_information p.no_data {
	padding: 15px;
}

.section_information_list ul {
	padding: 0px;
}
.section_information_list ul li {
	display: block;
	width: auto;
	margin: 0px;
	padding: 15px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.section_information_list ul li:last-child {
	border-bottom: none;
}
.section_information_list ul li > span {
	display: block;
}
.section_information_list ul li > span.article_date:before,
.section_information_list ul li > span.article_date:after {
	display: none;
}
.section_information_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.section_information_list div.link_box {
	position: static;
	margin: 0px;
	padding: 15px;
	text-align: right;
}
.section_information_list div.link_box span {
	margin: 0px 0px 0px 10px;
	text-align: left;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	padding: 15px;
}
.section_information_thum > div.lettering2 {
	width: 120px;
}
.section_information_thum > div.lettering3 {
	padding-left: 10px;
}

/********** 8 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 15px;
}

/* サイドメニュー */
.side_box_ttl h2 {
	padding-left: 15px;
	padding-right: 15px;
}

.side_box_list ul {
	padding: 0px;
}
.side_box_list ul li {
	display: block;
	margin: 0px;
	padding: 15px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.side_box_list ul li:last-child {
	border-bottom: none;
}
.side_box_list ul li:before {
	display: none;
}
.side_box_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
.side_box_list ul li ul li {
	padding-right: 0px;
}

.side_box_txt {
	padding: 0px 15px 15px;
}

/* レコメンド */
#sidebar_recommend h2 {
	margin: 0px 15px;
}
#sidebar_recommend ul {
	padding: 0px 15px;
}
#sidebar_recommend ul li {
	display: block;
	margin: 0px;
	padding: 15px 0px;
	border-bottom: 1px solid #cccccc;
}
#sidebar_recommend ul li:last-child {
	border-bottom: none;
}
#sidebar_recommend ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* 重要なお知らせ */
#detail_side_important h2 {
	padding: 15px 15px 12px;
}
#detail_side_important ul {
	padding: 0px 15px;
}
#detail_side_important ul li {
	display: block;
	margin: 0px;
	padding: 15px 0px;
	border-bottom: 1px solid #F4CFC3;
}
#detail_side_important ul li:last-child {
	border-bottom: none;
}
#detail_side_important ul li a {
	display: block;
	background: url(/img/sp/arrow_r_red.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* カウントダウン */
#count_down_area {
	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;
	max-width: 530px;
	margin: 0px auto;
}
.detail_countdown {
	width: calc(50% - 5px);
	margin: 0px 0px 10px;
}
.detail_countdown .cd_txt,
.detail_countdown.countdown_day_before .cd_txt {
	font-size: 1.2rem;
}
.detail_countdown .cd_txt span.cd_txt_comment {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.4;
}
.detail_countdown.countdown_day_before .cd_txt span.cd_txt_comment {
	max-height: 50%;
}
.detail_countdown .cd_txt span.cd_txt_day_img {
	width: calc(100% - 10px);
	bottom: 5px;
	right: 5px;
}
.detail_countdown .cd_txt span.cd_txt_day_img img {
	width: 10%;
}

/* 事業バナー */
#common_banner_pr h2 {
	padding-left: 15px;
	padding-right: 15px;
}
#common_banner_pr ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 460px;
	margin: 0px auto;
}
#common_banner_pr ul li {
	width: calc(50% - 10px);
	max-width: 220px;
	height: auto;
	margin: 5px;
}

/********** 9 メイン **********/

/* メイン */
#mymainback {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
}

#main_body > p {
	margin-left: 15px;
	margin-right: 15px;
}

/********** 10 各ページ **********/

/* 印刷用アイコン */
#content_header {
	font-size: 1.3rem;
	margin: 10px 0px;
}
#content_header span {
	display: block;
	text-align: right;
	margin: 0px;
}

#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	margin-top: 15px;
	display: block;
	width: auto;
	padding: 15px;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: block;
	margin-bottom: 10px;
}
.tenpu_txt {
	display: block;
	font-size: 1.2rem;
	padding: 0px;
}

/* SNSボタン */
#common_button_sns {
	margin-top: 15px;
	text-align: center;
}
#common_button_sns span#sns_button_link {
	display: block;
	margin: 10px 0px 0px;
}
#common_button_sns span#sns_button_link a {
	display: inline-block;
}

/* カレンダー登録ボタン */
#btn_calendar_wrap {
	margin-top: 15px;
	text-align: center;
}
#btn_calendar_wrap div[id^="btn_"] {
	margin: 5px;
}
#btn_calendar_wrap div[id^="btn_"] a {
	text-decoration: none;
}

/* おすすめコンテンツ */
#detail_side_osusume {
	margin-top: 15px;
}
#detail_side_osusume h2,
#main_body #detail_side_osusume h2 {
	padding: 13px 15px 12px;
	text-align: center;
}
#detail_side_osusume ul {
	padding: 0px 15px;
}
#detail_side_osusume ul li {
	display: block;
	margin: 0px;
	padding: 15px 0px 15px 22px;
	background-position: left 1.3em;
	border-bottom: 1px solid #cccccc;
}
#detail_side_osusume ul li:last-child {
	border-bottom: none;
}
#detail_side_osusume ul li a {
	display: block;
	text-decoration: none;
}

/* お問い合わせ先 */
#section_footer {
	margin-top: 15px;
	padding: 15px;
}

/* サイトマップ */
.sitemap_list_ttl {
	margin: 0px 0px 10px;
	padding: 10px 15px;
	font-size: 1.6rem;
}
.sitemap_life2_ttl {
	margin: 0px 0px 10px;
	padding: 10px 15px;
	font-size: 1.5rem;
}

/* 分類 */
/* sp-parts-life.css で設定 */

/* 関連情報 */
#kanren_info h2 {
	padding-left: 15px;
	padding-right: 15px;
}
#kanren_info h3 {
	margin-left: 15px;
	margin-right: 15px;
}
.kanren_box ul {
	padding: 0px 15px;
}
.kanren_box ul li {
	display: block;
	margin: 0px;
	padding: 15px 0px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.kanren_box ul li:last-child {
	border-bottom: none;
}
.kanren_box ul li:before {
	display: none;
}
.kanren_box ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.kanren_box div.link_ichiran {
	padding: 15px;
}

/* サブカテゴリ */
.life_cat_list_ttl {
	margin: 0px 0px 10px;
	padding: 10px 15px;
	font-size: 1.6rem;
}

/* 組織 */
#soshiki_hyouji ul {
	margin: 15px;
}

#freespace_bu {
	margin: 15px 0px;
}
#freespace_bu p {
	margin-left: 15px;
	margin-right: 15px;
}

.kakuka_info_box {
	margin-bottom: 15px;
}

.kakuka_work > div {
	margin: 0px 15px 15px;
}
.kakuka_contact_box > div {
	margin-left: 15px;
	margin-right: 15px;
}

#soshiki_pr_image {
	margin: 15px 0px;
}
#freespace_ka {
	margin: 15px 0px;
}
#freespace_ka p {
	margin-left: 15px;
	margin-right: 15px;
}

.soshiki_kakuka .side_box_txt > div.kakuka_view {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

/* 改ページ */
.page_num {
	font-size: 1.6rem;
}
.page_num_ttl {
	font-size: 1.4rem;
}

/* ウェブブック */
#book_list_wrap {
	display: block;
}
.book_list_box {
	width: auto;
	margin: 0px;
}
.book_list_box .book_info {
	padding: 5px 0px 15px;
}

/* アンケート */
#hyouka_area_submit {
	margin-top: 15px;
	text-align: center;
}

#main_body table.tbl_ques {
	margin-top: 15px;
}
#main_body table.tbl_ques th {
	font-size: 1.1rem;
	padding: 4px;
}
#main_body table.tbl_ques th.title {
	width: 50%;
}
#main_body table.tbl_ques th.date,
#main_body table.tbl_ques th.date2 {
	width: 22%;
}
#main_body table.tbl_ques th.button {
	width: 6%;
}
#main_body table.tbl_ques td {
	font-size: 1.3rem;
	padding: 4px;
}
#main_body table.tbl_ques td input {
	font-size: 1.1rem;
	padding: 5px;
}

.question_detail #main_body h2 {
	margin: 15px 0px;
}

.question_detail input[type="text"],
.question_detail textarea,
.question_detail select {
	font-size: 1.4rem;
}

.question input[type="submit"],
.question input[type="button"] {
	width: 32%;
}

#main_detail2 {
	margin-left: 15px;
	margin-right: 15px;
}
.question_detail form p,
.question_detail form > div {
	margin-left: 15px;
	margin-right: 15px;
}

/* お問い合わせフォーム */
#mail_form_message {
	margin-left: 15px;
	margin-right: 15px;
}

#main_body table#mail_form_tbl th {
	font-size: 1.1rem;
	padding: 4px 2px;
	text-align: left;
	width: 30%;
}
#main_body table#mail_form_tbl td {
	font-size: 1.3rem;
	padding: 4px;
	width: 70%;
}

#main_body table#mail_form_tbl td input[type="text"] {
	font-size: 1.4rem;
}
#main_body table#mail_form_tbl td textarea {
	font-size: 1.4rem;
}

#mail_form_btn_wrap {
	margin: 15px 0px;
	text-align: center;
}
#mail_form_btn_wrap input[type="submit"] {
	width: 32%;
}

/* 地図でさがす */
#shisetsu_list_txt p {
	padding: 15px;
}

#shisetsu_list_link ul {
	padding: 0px;
}
#shisetsu_list_link ul li {
	display: block;
	margin: 0px;
	padding: 15px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#shisetsu_list_link ul li:last-child {
	border-bottom: none;
}
#shisetsu_list_link ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.shisetsu_detail_box {
	margin-bottom: 0px;
}

/* Googleアドセンス広告 */
#adsense {
	width: auto;
	margin: 15px 15px 60px;
}


/* 背景色変更 */
.color_change #header,
.color_change ul.nav_link_box li a,
.color_change #footer_navi_sp,
.color_change #footer_navi_sp ul li {
	border-color: rgba(255, 255, 255, 0.5);
}
.color_change ul.nav_link_box,
.color_change #acc_page_id_box,
.color_change #osusume_banner,
.color_change #osusume_banner_list_box ul {
	background: none;
}
/* 背景色変更 ここまで */