﻿@charset "UTF-8";
/******************** CSS RESET ********************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
html{
	scroll-padding-top: 97px;
	overflow: auto;
}
body {
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
.inner{
	max-width: 1174px;
	padding: 0 12px;
	margin: 0 auto;
}
	@media print, screen and (min-width: 1025px) and (max-width: 1000px) {
		body{
			width: 1000px;
		}
	}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
	@media (max-width: 1024px){
		html{
			scroll-padding-top: 0;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #900;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #9f0000;
}
a:active {
	text-decoration: none;
	color: #9f0000;
}
.link_white:link {
	text-decoration: underline;
	color: #fff;
}
.link_white:visited {
	text-decoration: underline;
	color: #eee;
}
.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}
.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}
a:link > strong{
	color: #2b3095;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	text-decoration: none;
	color: #9f0000;
}
a:active > strong {
	text-decoration: none;
	color: #9f0000;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #f8f4ed;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #ded6c8;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size:56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}
.window_img{
	margin: 2px;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body textarea ,#body input[type="password"] {
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"],header button[type="button"],#main_outline button[type="button"],footer button[type="button"], header button, #main_outline button, footer button {
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover,header button[type="button"]:hover,#main_outline button[type="button"]:hover,footer button[type="button"]:hover, header button:hover, #main_outline button:hover, footer button:hover {
	background: #666;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em{
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	font-size: 85%;
	color: #000;
	display: inline-block;
	margin-left: 12px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/

.design{
	clear: both;
}

@media only screen and (max-width: 1024px) {
	.zone01 {
		float: none;
		width: 100%;
	}
	.zone02 {
		float: none;
		width: 100%;
	}
}

/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 1024px){
	.main_header{
		padding-bottom: 108px;
		padding-top: 62px;
		background: #000;
	}
}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	background: #000000;
	font-size: 87.5%;
}
.h_top {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
	position: relative;
		align-items: center;
		justify-content: space-between;
}
.mainsite{
	margin: 0;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	left: 0;
}
.h_top_wrap .mainsite a{
	padding-left: 16px;
	color: #fff;
	font-size: 87.5%;
	position: relative;
}
.h_top_wrap .mainsite a::before{
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.h_top .h_toplist01 {
	display: flex;
		align-items: center;
	margin: 4px auto 4px 0;
}
.h_top .h_toplist02 {
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
	margin: 0 0 8px 0;
	width: 100%;
	color: #fff;
	padding-left: 200px;
}
.h_top .h_toplist01 > li {
	margin: 8px 16px 0 0;
	padding: 0 0 0 14px;
	position: relative;
}
.h_top .h_toplist01 > li::before {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
}
.h_top .h_toplist02 > li {
	margin: 5px 0 0 12px;
}
.h_top .h_toplist02 > li:first-child{
	margin-left: 0;
}
.h_top .h_toplist02 > li a{
	display: block;
	background: #fff;
	text-decoration: none;
	padding: 2px 6px 1px;
	letter-spacing: 0.05em;
}
.h_top .h_toplist02 > li a:hover{
	background: #eee;
}
.h_top .h_toplist02 .search_box{
	position: relative;
}
.h_top .h_toplist02 .search_ac_box{
	background: #fff;
	text-decoration: none;
	padding: 2px 6px 1px;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.h_top .h_toplist02 .search_ac_box p{
	margin: 0;
	color: #2b3095;
}
.h_top .h_toplist02 .search_ac_box .ac_display{
	margin-left: 2px;
	font-size: 72%;
	border: 1px solid #ccc;
	border-radius: 0;
	z-index: 100;
	display: block;
}
.h_top .h_toplist02 .search_ac_box .ac_display a{
	padding: 1px 2px 1px 16px;
	display: inline-block;
	border: 0;
	position: relative;
	text-decoration: none;
}
.h_top .h_toplist02 .search_ac_box .ac_display a::before,
.h_top .h_toplist02 .search_ac_box .ac_display a::after{
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 7px;
	height: 2px;
	width: 10px;
}
.h_top .h_toplist02 .search_ac_box .ac_display a::after{
	transform: rotate(90deg);
}
.h_top .h_toplist02 .search_ac_box.active a::after{
	display: none;
}
.h_top .h_toplist02 .search_box_lower{
	display: none;
	position: absolute;
	top: 26px;
	right: 0;
	padding-top: 8px;
	z-index: 100;
}
.h_top .h_toplist02 .search_box_lower .inner{
	position: relative;
}
.h_top .h_toplist02 .search_box_lower .inner::before{
	content: '';
	position: absolute;
	top: -15px;
	right: 20px;
	border: 6px solid transparent;
	border-bottom: 9px solid #926C2F;
}
/* 検索ボックス */
.h_top .h_toplist02 .search_box .src_box{
	padding: 20px;
	width: 260px;
	background-color: #fff;
	border: 1px solid #926C2F;
	z-index: 100;
}
.h_top .h_toplist02 .search_box .src_box .q{
	float: left;
	width: calc(100% - 60px) !important;
	margin: 0;
	height: 32px !important;
	padding: 0 6px!important;
	border-right: none!important;
}
.h_top .h_toplist02 .search_box .src_box #search_button2,
.src_box #search_button_sp2 {
	width: 60px;
	min-height: 32px;
	margin: 0;
	padding: 0;
	background: #926C2F;
	color: #fff;
	font-size: 100%;
	cursor: pointer;
	border: 0!important;
	white-space: normal;
	border-radius: 0;
}
.src_box #search_button_sp2 {
	width: 54px;
	font-size: 90%;
	min-height: 24px;
}
.h_top .h_toplist02 .search_box .src_box #search_button2:hover,
.src_box #search_button_sp2:hover{
	background: #805A1F;
}
	@media only screen and (max-width: 1024px) {
		.h_top_wrap{
			display: none;
		}
	}
/* 色の反転 */
.bg_color{
	display: flex;
	align-items: center;
}
.bg_tit{
	padding: 0;
	margin: 0 4px 0 0;
	letter-spacing: 0.05em;
}
.bg_list{
	display: flex;
	align-items: center;
}
.bg_list li{
	padding: 0;
	margin: 0;
}
.h_top .h_toplist02 .bg_list li a{
	border-right: 0;
	padding: 2px 7px 1px;
}
.h_top .h_toplist02 .bg_list li:last-child a{
	border: 0;
	background-color: #926C2F;
}
.h_top .h_toplist02 .bg_list li:last-child a:hover{
	background-color: #805A1F;
}
.h_top .h_toplist02 .bg_list li:last-child a > strong{
	color: #fff;
}

/* フォントサイズ */
.font_size{
	display: flex;
	align-items: center;
}
.font_tit {
	margin: 0 4px 0 0;
	letter-spacing: 0.05em;
}
.font_list{
	display: flex;
	align-items: center;
}
.font_list li{
	margin: 0;
}
.h_top .h_toplist02 .font_list li a{
	border-right: 0;
	padding: 2px 7px 1px;
}
.h_top .h_toplist02 .font_list li:last-child a{
	border: 0;
	background-color: #926C2F;
}
.h_top .h_toplist02 .font_list li:last-child a:hover{
	background-color: #805A1F;
}
.h_top .h_toplist02 .font_list li:last-child a > strong{
	color: #fff;
}

/**** ヘッダーメイン ****/
.head_in {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	position: absolute;
	z-index: 1;
	top: 10vw;
	text-align: center;
	left: calc(50% - 640px);
}
.h_main{
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 10;
}
.h_main .h1{
	margin: 0;
	width: 232px;
}
.vis_text{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), -1px 1px 1px rgba(0, 0, 0, 0.8), 1px -1px 1px rgba(0, 0, 0, 0.8), -1px -1px 1px rgba(0, 0, 0, 0.8), 1px 0 1px rgba(0, 0, 0, 0.8), 0px 1px 1px rgba(0, 0, 0, 0.8), -1px 0 1px rgba(0, 0, 0, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 7vw;
	right: 5vw;
}
.vis_text p {
	margin-top: 0;
}
.vis_text p:nth-of-type(1){
	font-size: 120%;
}
.vis_text p:nth-of-type(1)::before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 1px;
	background: #fff;
	box-shadow: 0px 0px 2px rgb(0, 0, 0),0px 0px 2px rgb(0, 0, 0),0px 0px 2px rgb(0, 0, 0),0px 0px 2px rgb(0, 0, 0);
	position: relative;
	top: -6px;
	margin-right: 16px;
}
.vis_text p:nth-of-type(2){
	font-size: 120%;
}
.vis_text p:nth-of-type(3){
	font-size: 90%;
}

	@media only screen and (max-width: 1024px) {
		.h_main,
		.head{
			display: none;
		}
		.head_in h1{
			width: 28vw;
			left: calc(50% - 14vw);
			position: absolute;
			top: calc(0vw + 62px);
		}
		.vis_text{
			bottom: 0;
			right: 0;
			top: auto;
			width: 100%;
			background: #fff;
			padding: 20px 12px;
			color: #000;
			text-shadow: none;
			font-size: 85%;
		}
		.vis_text p:nth-of-type(1)::before{
			background: #000;
			box-shadow: none;
		}
}

/* 言語選択 */
.language{
	position: relative;
}
.lang_btn{
	margin: 0;
}
.lang_btn a{
	background: #fff;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-decoration: none;
	padding: 4px 10px;
	letter-spacing: 0;
	transition: all 0.2s;
}
.lang_btn a:hover{
	background: #efefef;
	transition: all 0.2s;
}
.lang_list{
	background: rgba(255,255,255);
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	border-radius: 0 0 4px 4px;
}
.lang_list li{
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
.h_top .h_toplist02 .lang_list li a{
	display: inline-block;
	padding: 2px;
	text-align: center;
	width: 100%;
	border: none;
}
.lang_list li:last-child{
	border-radius: 0 0 4px 4px;
}
/* 検索ボックス */
.h_top .src_box {
	width: 230px;
	margin: 0 0 0 auto;
}
.src_box .q {
	float: left;
	width: calc(100% - 100px) !important;
	margin: 0;
	height: 24px !important;
	padding: 0 6px!important;
	border-right: none!important;
}
.h_top .src_box #search_button,
.src_box #search_button_sp {
	width: 100px;
	min-height: 24px;
	margin: 0;
	padding: 0;
	background: #926C2F;
	color: #fff;
	font-size: 100%;
	cursor: pointer;
	border: 0!important;
	white-space: normal;
	border-radius:  0;
}
.h_top .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background: #805A1F;
}
	@media only screen and (max-width: 1024px) {
		.h_main .src_box{
			display: none;
		}
		.src_box .q{
			width: calc(100% - 54px) !important;
		}
		.src_box #search_button_sp{
			width: 54px;
			font-size: 90%;
		}
	}
/**** グローバルナビ ****/
.head_navi{
	position: relative;
	z-index: 2;
}
.head_navi > .h1{
	display: none;
	position: absolute;
	top: -62px;
	margin: 7px 12px;
}
.head_navi > .h1 img{
	max-height: 48px;
}
.head_navi_inner{
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 11, 0.52) 0%, rgba(0, 0, 17, 0.03) 100%);
	height: 10vw;
	width: 100%;
}
.head_navi_in{
	position: absolute;
	top: 0;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
	left: calc(50% - 640px);
}
.g_navi {
	max-width: calc(100% - 202px);
	width: 100%;
}
.g_navi_in {
	margin: 21px 0 0 28px;
	display: flex;
	flex-wrap: wrap;
}
.g_navi_in > li{
	width: auto;
	margin: 0;
	display: flex;
	position: relative;
	padding: 0 17px;
}
.g_navi_in > li > a {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	padding-bottom: 13px;
	width: 100%;
	color: #fff;
	font-size: 70%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), -1px 1px 1px rgba(0, 0, 0, 0.8), 1px -1px 1px rgba(0, 0, 0, 0.8), -1px -1px 1px rgba(0, 0, 0, 0.8), 1px 0 1px rgba(0, 0, 0, 0.8), 0px 1px 1px rgba(0, 0, 0, 0.8), -1px 0 1px rgba(0, 0, 0, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.8);
}
.g_navi_in > li > a::before{
	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 2px;
	background: #fff;
	bottom: 6px;
	left: calc(50% - 30px);
	transition: 0.2s;
	box-shadow: 0px 0px 2px rgb(0, 0, 0),0px 0px 2px rgb(0, 0, 0),0px 0px 2px rgb(0, 0, 0),0px 0px 2px rgb(0, 0, 0);
}
.g_navi_in > li > a:hover::before,
.g_navi_in > li.active > a::before{
	width: 60px;
}
.g_navi_in > li > a > strong {
	display: block;
	color: #fff;
}
.denwa{
	max-width: 202px;
	width: 100%;
	margin-top: 14px;
}
.denwa a{
	padding: 4px 6px;
	display: flex;
	background: #FFFFFF;
	border-radius: 4px;
	text-decoration: none;
	font-size: 62%;
	color: #333;
	word-break: break-all;
}
.denwa a:hover{
	cursor: default;
}
.denwa a img{
	margin: 4px 8px 0 0;
	height: 16px;
	width: 15px;
}
.denwa a strong{
	color: #333;
	font-size: 140%;
	display: block;
}
	@media only screen and (max-width: 1280px){
		.head_in{
			left: 0;
			height: 100%;
		}
		.head_navi_in{
			left: auto;
		}
	}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
 		.head_navi > .h1{
 			display: block;
 		}
		.head_navi_in{
			display: none;
		}
		.head_in{
			top: 0;
		}
	}
	@media only screen and (max-width: 480px){
		.denwa a,
		.denwa a strong{
			color: #2b3095;
		}
		.denwa a:hover{
			cursor: pointer;
		}
	}
/* メインビジュアル */
.mus_main_vis{
	margin-bottom: -8px;
}
.mus_main_vis h2 {
	height: 0;
}
.mus_main_vis .slick-slide li{
	margin-top: 0;
}
.mus_main_vis .slick_nav{
	z-index: 2;
}
#body .mus_main_vis .slick-dots li button{
	border: none;
}
#body .mus_main_vis .slick-dots li.slick-active button{
	background: #000;
}
.mus_main_vis .slick_ps{
	margin-bottom: 6px;
}
.mus_main_vis .slick_ps a{
	background: #000;
}
.mus_main_vis .slick_ps a:hover {
  background-color: #242424;
}
	@media only screen and (max-width: 1024px) {
		.mus_main_vis .slick_nav{
			position: absolute;
			bottom: 10px;
			padding: 0 12px;
		}
	}
	@media only screen and (max-width: 480px){
		.mus_main_vis .slick_nav{
			position: relative;
			bottom: 7px;
			background: #bcaa8c;
			padding-top: 4px;
		}
	}
/* 追従メニュー */
.clone-nav {
	background: rgba(0,0,0,0.5);
	position: fixed !important;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	transition: .4s;
	transform: translateY(-500%);
	z-index: 9999;
}
.is-show {
  transform: translateY(0);
}
.clone-nav .h_top_wrap{
	display: none;
}
.clone-nav .head_in{
	padding: 0 12px;
	z-index: 99;
	display: none;
}
.clone-nav .h_main{
	display: none;
}
.clone-nav .h_shien{
	font-size: 90%;
}
.clone-nav .head_navi_inner{
	position: relative;
	height: auto;
	padding: 4px 0 3px 0;
}
.clone-nav .head_navi_in{
	position: relative;
	left: auto;
}
.clone-nav .g_navi_in{
	margin-top: 10px;
}
.clone-nav .g_navi_in > li a{
	font-size: 80%;
	letter-spacing: 0;
}
.clone-nav .denwa{
	margin-top: 8px;
}
.clone-nav:focus-within{
	transform: translateY(0);
}
.clone-nav .vis{
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.clone-nav {
			display: none;
		}
	}
/**** スマホメニューに関するスタイル ****/
#menu_button{
	margin: 0 2px;
	display: inline-block;
	position: absolute;
	right: 4px;
	top: 4px;
}
#menu_button a{
	position: relative;
	background: #000;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
	z-index: 2;
}
#menu_button a strong{
	color: #fff;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before{
	top: 8px;
}
#menu_button a .icon_ham:after{
	top: 16px;
}
	@media print, screen and (min-width: 1025px) {
		#menu_button,
		#lan_drop{
			display: none !important;
		}
	}
#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #000;
	box-sizing: border-box;
	color: #151515;
}
	@media print, screen and (min-width: 1025px) {
		#sidr {
			display: none !important;
		}
	}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close{
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
}
#sidr .close a{
	background: #000;
	display: inline-block;
	color: #fff;
	padding: 14px 10px 14px 32px;
	position: relative;
	width: 100%;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
#sidr .close a:after{
	transform: rotate(45deg);
}
#sidr .src_box{
	padding: 10px;
	border-bottom: 3px solid #000;
}
#sidr ul {
	display: block;
	border-bottom: 3px solid #000;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #000;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul li::before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
#sidr ul li:last-child{
	border-bottom: none;
}
#sidr ul li a{
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}
#sidr ul.sidr_navi li a{
	font-size: 75%;
	padding: 6px 24px 6px 12px;
}
#sidr ul.sidr_navi li a strong {
	font-size: 140%;
	margin-right: 6px;
	display: block;
	margin-bottom: -2px;
}
#sidr ul li.mainsite{
	background: #f8f4ed;
	border-top: 2px solid #000;
	font-size: 90%;
}
#sidr ul li.mainsite a{
	padding: 16px 24px 16px 12px;
}
#sidr ul.sidr_navi_sub{
	display: flex;
	flex-wrap: wrap;
}
#sidr ul.sidr_navi_sub li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi_sub li:nth-child(2n){
	border-left: 1px solid #000;
}
#sidr ul.sidr_navi_sub li:last-child{
	width: 100%;
	border-top: 1px solid #000;
}
#sidr ul.sidr_navi_sub li a{
	padding: 8px 24px 8px 10px;
	letter-spacing: -0.01em;
}
/**** 支援機能 ****/
#sidr .side_shien{
	background: #e9fdff;
}
#sidr ul.sidr_navi02{
	border-bottom: 0;
	padding: 10px 10px 4px;
	display: flex;
		flex-wrap: wrap;
}
#sidr ul.sidr_navi02 li{
	border: 0;
	margin-right: 1.25%;
	margin-bottom: 6px;
	width: 24%;
}
#sidr ul.sidr_navi02 li:nth-of-type(4n){
	margin-right: 0;
}
#sidr ul.sidr_navi02 li::before{
	display: none;
}
#sidr ul.sidr_navi02 li a{
	display: inline-block;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-size: 70%;
	letter-spacing: -0.01em;
	padding: 6px 2px;
	text-align: center;
}
#sidr ul.sidr_navi03{
	display: flex;
	border-top: 1px solid #bbb;
}
#sidr ul.sidr_navi03 li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi03 li:nth-child(odd){
	border-right: 1px solid #bbb;
}
/**** 電話 ****/
#sidr .denwa{
	margin-top: 0;
	max-width: none;
}
#sidr .denwa a{
	border-radius: 0;
	padding: 10px 12px;
}

/*********** フッター ***********/
.main_footer {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}
.online_strage_a .mypage {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.online_strage_a .mypage_h2_wrapper {
	background-color: #ded6c8;
	padding-left: 16px;
	position: relative;
}
.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1;
}
.online_strage_a .mypage_h2_wrapper p {
	float: right;
}
.online_strage_a .mypage_contents {
	background-color: #f8f4ed;
	padding: 4px 16px 16px;
}
.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
}
.online_strage_a .mypage_list li p.online_strage_title {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}
.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 0;
	vertical-align: bottom;
}
#body .online_strage_a .online_strage button[type="button"]{
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
}
#body .online_strage_a .online_strage button[type="button"]:hover{
	background: #efefef;
	color: #9f0000;
}
	@media only screen and (max-width: 1024px) {
		.online_strage_a{
			padding: 0 10px 24px;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	background: #fff;
	margin-top: 80px;
}
.foot_modori .modoriin {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
	position: relative;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #ded6c8;
	border-bottom: 0;
	line-height: 1;
	padding: 12px 10px 10px;
	font-size: 95%;
	min-height: 96px;
	min-width: 96px;
	border-radius: 100%;
	color: #000;
	text-align: center;
	padding-top: 42px;
	position: absolute;
	top: -48px;
	right: -24px;
}
.foot_modori a:hover{
	background: #b9a88c;
}
.foot_modori a::before{
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(-135deg);
	transition: 0.2s;
}
.foot_modori a span{
	display: block;
}
	@media only screen and (max-width: 1250px){
		.foot_modori a{
			right: 0;
		}
	}
	@media only screen and (max-width: 1024px) {
		.foot_modori{
			padding: 0 10px;
		}
		.foot_modori .modoriin {
			width: 100%;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	border-top: 1px solid #000;
	padding: 0;
}
.foot {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 12px 100px;
	display: flex;
}
.foot_logo{
	width: 130px;
}
.foot_main{
	width: calc(100% - 130px);
	display: flex;
	padding:24px 5% 0 8%;
}
.right_top{
	width: 57%;
}
.right_top p{
	margin-top: 4px;
	font-size: 90%;
}
.sns{
	margin-top: 20px;
}
.sns a{
	text-decoration: none;
	color: #000;
	padding: 4px 20px 4px 60px;
	border: 1px solid #000;
	border-radius: 4px;
	display: inline-block;
	font-size: 90%;
}
.sns .fb a{
	background: url(img/musubu_facebook.svg) no-repeat 12px center;
}
.sns .in a{
	background: url(img/musubu_instagram.svg) no-repeat 12px center;
}
.sns .fb a:hover,
.sns .in a:hover{
	background-color: #eee;
}
.sns a span{
	display: block;
}
.right_bottom{
	width: 43%;
}
.right_bottom .kochira{
	margin-top: 0;
}
.right_bottom .kochira a{
	border-radius: 4px;
	background: #DED6C8;
	color: #000;
}
.right_bottom .kochira a:hover{
	background: #b9a88c;
}
.right_bottom .kochira a::before,
.right_bottom .kochira a::after {
	border-color: #000;
}
.right_bottom .denwa{
	max-width: 100%;
}
.right_bottom .denwa a{
	border: 1px solid #000;
	font-size: 85%;
	padding: 10px 16px;
}
.right_bottom .denwa a img{
	width: 27px;
	height: 30px;
}
.right_bottom .denwa a strong{
	font-size: 190%;
}
.main_footer .foot_bottom{
	color: #fff;
	background-color: #000;
}
.foot_bottom_in{
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 12px 12px;
	width: 100%;
	position: relative;
 }
.main_footer .foot_bottom .udfont{
	margin: 0;
	position: absolute;
	top: calc(50% - 30px);
	left: 12px;
	width: 160px;
}
.main_footer .foot_bottom ul{
	margin: 0 160px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.main_footer .foot_bottom li{
	margin-right: 20px;
	padding-left: 14px;
	position: relative;
}
.main_footer .foot_bottom li::before{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
.main_footer .foot_bottom li a{
	color: #fff;
	font-size: 87.5%;
}
.main_footer .foot_bottom li img{
	margin: 5px;
}
.foot_copy{
	margin: 8px 160px 0;
	font-size: 75%;
	text-align: center;
}

	@media only screen and (max-width: 1024px) {
		.foot {
			padding: 54px 10px 10px;
			width: 100%;
			display: block;
		}
		.foot_logo{
			margin: 0 auto;
		}
		.foot_main{
			padding: 32px 0 8px;
			width: 100%;
		}
		.right_top,
		.right_bottom{
			width: 50%;
		}
		.right_bottom .kochira a{
			max-width: none;
		}
		.right_bottom .denwa a{
			width: 100%;
		}
		.main_footer .foot_bottom .udfont{
			position: relative;
		}
		.main_footer .foot_bottom ul{
			margin: 0;
		}
		.foot_copy{
			margin: 8px 0 0;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
	@media only screen and (max-width: 768px){
		.foot_main{
			display: block;
		}
		.sns{
			margin-top: 0;
		}
		.sns ul{
			display: flex;
			margin-bottom: 12px;
			flex-wrap: wrap;
		}
		.sns li{
			margin-right: 8px;	
		}
		.right_top, .right_bottom{
			width: 100%;
		}
		.right_bottom .kochira a{
			min-height: 60px;
		}
		.right_bottom .denwa a strong{
			font-size: 160%;
		}
	}
/********************** 領域共通のスタイル **********************/
.main {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 24px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.main h2 {
	color: #000;
	padding: 0 14px;
	font-size: 350%;
	text-align: center;
}
.main h2 a {
	display: block;
}
.main .h2{
	overflow: hidden;
}
.main .h2 p{
	float: right;
	padding: 14px 16px 14px 8px;
	margin: 0;
}
.main .h2 h2 {
	float: left;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 1024px) {
		.main{
			padding: 0 0 24px;
		}
		.main h2{
			font-size: 260%;
		}
	}
	@media only screen and (max-width: 480px){
		.main h2{
			font-size: 180%;
		}
	}

/**** タイトル要素 アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
@media print, screen and (min-width: 1025px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 1024px) {
	.ac_box h2{
		padding-right: 72px;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}
	.ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after{
		transform: rotate(90deg);
	}
	.ac_box + div{
		display: none;
	}
	.ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after{
		display: none;
	}
}
/**** 分類1のスタイル ****/
@media only screen and (max-width: 1024px) {
	.main .category_p01{
		padding: 0 10px;
	}
}
/**** 緊急情報のスタイル ****/
.emergency {
	margin-top: 24px;
}
.main .emergency h2, .main .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.main .emergency .h2{
	overflow: hidden;
	font-size: 60%;
}
.main .emergency .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** 画像リストのスタイル ****/
.ilist {
	margin-top: 24px;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul > li:nth-of-type(6n) {
	margin-right: 0;
}
.main .ilist_lower ul > li::before {
	display: none;
}
.main .ilist_lower ul > li a {
	display: block;
	background: #DED6C8;
	padding: 16px;
	width: 100%;
	text-decoration: none;
}
.main .ilist_lower .ilist_right {
	margin-top: 8px
}
.main .ilist_lower ul > li .ilist_title {
	text-align: center;
}
.main .ilist_lower ul > li .ilist_text {
	text-align: left;
	font-size: 85%;
	margin-top: 0;
}
.ilist .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.main .ilist_lower ul > li {
			width: calc((100% - 36.1px) / 3);
		}
		.main .ilist_lower ul > li:nth-of-type(3n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 画像リスト2のスタイル ****/
.ilist2 {
	margin-top: 24px;
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul > li::before {
	display: none;
}
.main .ilist2_lower ul > li a {
	padding: 16px;
	width: 100%;
	background: #DED6C8;
	display: flex;
	text-decoration: none;
}
.main .ilist2_lower ul > li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul > li .ilist_right {
	align-self: center;
	width: 54%;
	margin-left: 6%;
}
.ilist2 .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.main .ilist2_lower ul > li {
			width: calc((100% - 24.1px) / 2);
		}
		.main .ilist2_lower ul > li:nth-of-type(3n) {
			margin-right: 12px;
		}
		.main .ilist2_lower ul > li:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist2_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 分類のスタイル ****/
.category {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.category2 {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.category3 {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.category4 {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.category5 {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	padding: 4px 16px 16px;
}
/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .event_lower {

	padding: 4px 16px 16px;
}
.main .event_lower li {
	padding-left: 0;
}
.main .event_lower li::before {
	display: none;
}
.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #000002;
	color: #fff;
	border-radius: 4px;
	padding: 4px 4px 2px;
	margin-right: 8px;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
.main .event_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 4px;
}
.main .event_lower .event_month img {
	vertical-align: middle;
}
.event_month li.pre a,
.event_month li.next a{
	display: inline-block;
	background: #fff;
	border: 1px solid #000;
	font-size: 81.25%;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
}
.event_month li.pre a{
	padding-left: 16px;
}
.event_month li.next a{
	padding-right: 15px;
}
.event_month li.pre a:before,
.event_month li.next a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
}
.event_month li.pre a:before{
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #000 transparent transparent;
}
.event_month li.next a:before{
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000;
}
/**** イベントカレンダーのスタイル ****/
.calendar {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .calendar_lower {
	overflow: auto;

	padding: 4px 16px 16px;
}
.main .calendar_lower li {
	padding-left: 0;
}
.main .calendar_lower li::before {
	display: none;
}
.main .calendar_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
}
.main .calendar_lower .event_month img {
	vertical-align: baseline;
}
.main .calendar table {
	width: 100%;
}
.main .calendar caption {
	display: none;
}
.main .calendar th {
	border: 1px solid #000;
	text-align: center;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #000;
	text-align: center;
}
.main .calendar .sun {
	background: #ffd8d6;
}
.main .calendar .sat {
	background: #d9e4fc;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .today > strong {
	color: #fff;
}
/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .new_lower {

	padding: 4px 16px 16px;
}
.main .new div.date{
	margin-left: 0;
}
.main .new ul li{
	overflow: hidden;
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
/**** トピックスのスタイル ****/
.topics {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .topics_lower {

	padding: 4px 16px 16px;
}
.main .topics div.date{
	margin-left: 0;
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	font-size: 85%;
	margin-top: 16px;
	display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	margin-left: auto;
}
.main .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	background: #fff;
	border: 1px solid #000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.main .more li a:hover{
	background: #eee;
}
.main .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
	@media only screen and (max-width: 480px) {
		.main .more{
			max-width: 100%;
		}
		.main .more li{
			margin-left: 0;
			width: 100%;
		}
		.main .more li a{
			padding: 10px;
		}
	}
/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .pickup_lower {

	padding: 4px 16px 16px;
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	border-bottom: 1px solid #000;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .pickup2_lower {

	padding: 4px 16px 16px;
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	border-bottom: 1px solid #000;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.ranking{
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .ranking_lower {

	padding: 4px 16px 16px;
}
.main .ranking_lower ol{
	margin-left: 18px;
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
}
.main .ranking_lower ol li::before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.j_s {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .j_s_lower {

	padding: 4px 16px 16px;
}
.main .j_s li {
	padding-left: 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li strong {
	margin-right: 8px;
}
.main .j_s p {
	font-size: 85%;
}
/**** バナー広告のスタイル ****/
.bana {
	margin-top: 24px;
	background: #fff;
}
.bana_h2{
	padding: 10px 12px 8px;
	align-items: center;
}
.bana_h2 h2{
	padding: 0;
	font-size: 240%;
}
.bana_h2 p{
	margin-left: 8px;
	margin-top: 0;
	font-size: 95%;
	text-align: center;
}
.bana_lower {
	border-top: none;
	padding: 4px 16px 16px;
	text-align: center;
}
.bana .bana_img {
	display: inline-block;
}
.bana .bana_img img{
	width: 100%;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
.main .bana li {
	padding-left: 0;
	margin-right: 8px;
}
.main .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.main .bana li::before {
	display: none;
}
.main .bana li .window {
	margin-top: 5px;
}
	@media only screen and (max-width: 1024px) {
		.main .bana li {
			margin: 12px 0 0;
			padding: 0 4px;
			width: calc(100% / 3);
		}
	}
	@media only screen and (max-width: 480px) {
		.main .bana li {
			width: 50%;
		}
		.bana_h2 p{
			margin-left: 0px;
		}
	}
/**** RSSのスタイル ****/
.rss {
	margin-top: 24px;
}
.rss .rss_lower{

	padding: 4px 16px 16px;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
/**** 外部RSSのスタイル ****/
.rssfide{
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .rssfide .h3{
	overflow: hidden;
}
.main .rssfide .h3 h3 {
	float: left;
	margin: 10px 12px 10px 0;
}
.main .rssfide .h3 p{
	float: left;
	padding: 8px 0;
	margin: 0;
}
.rssfide .rssfide_lower{

	padding: 4px 16px 16px;
}
.rssfide .rssfide_management{
	background: #efefef;
	font-size: 85%;
	padding: 8px;
	margin-top: 12px;
}
.rssfide .rssfide_management .title{
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px solid #aaa;
}
.rssfide .rssfide_management .rssfide_copy{
	margin-top: 6px;
}
.main .rssfide .rssfide_management li{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_management li::before{
	display: none;
}
.main .rssfide .rssfide_list li p{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_list li .list p{
	font-size: 85%;
	margin-top: 4px;
}
/**** RSSアイコンのスタイル ****/
a.rss_icon,
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b45c00,-1px 1px 1px #b45c00,1px -1px 1px #b45c00,-1px -1px 1px #b45c00,1px 0 1px #b45c00,0px 1px 1px #b45c00,-1px 0 1px #b45c00,0 -1px 1px #b45c00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin-top: 24px;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.image .image_img {
	display: block;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
/**** オプションのスタイル ****/
.option {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .option_lower {

	padding: 4px 16px 16px;
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .faq_new_lower {

	padding: 4px 16px 16px;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}
.main .popular_lower {

	padding: 4px 16px 16px;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 詳細はこちらのスタイル ****/
.kochira{
	margin: 69px auto 0;
}
.kochira a{
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	background: #000;
	max-width: 505px;
	min-height: 90px;
	display: flex;
	justify-content: center;
	height: 100%;
	position: relative;
	padding: 32px 86px 0;
}
.kochira a:hover{
	background: #242424;
}
.kochira a::before{
	content: "";
	display: block;
	border-top: 1px solid #fff;
	width: 12px;
	transform: rotate(-135deg);
	position: absolute;
	right: 30px;
	left: auto;
	top: calc(50% - 4px);
	height: 0;
}
.kochira a::after{
	content: "";
	display: block;
	border-top: 1px solid #fff;
	width: 54px;
	position: absolute;
	right: 32px;
	top: 50%;
}
	@media only screen and (max-width: 1024px){
		.kochira{
			margin: 40px auto 0;
		}
	}
	@media only screen and (max-width: 480px){
		.kochira{
			margin: 24px auto 0;
		}
		.kochira a{
			min-height: 60px;
			padding: 18px 86px 8px 12px;
		}
	}
/**** 詳細はこちらのスタイル ****/
.scroll_left {
    opacity : 0.1;
    transform : translate(-100px, 0);
    transition : all 1200ms;
}
.scroll_left.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.scroll_right {
    opacity : 0.1;
    transform : translate(100px, 0);
    transition : all 1200ms;
}
.scroll_right.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.scroll_bottom{
	opacity : 0.1;
	transform : translate(0, 50px);
    transition : all 1200ms;
}
.scroll_bottom.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.fadein{
	opacity : 0.1;
	transform : translate(0, 0);
    transition : all 800ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/********************** 領域1個別のスタイル **********************/
/**** ニュースのスタイル ****/
.news{
	background: #DED6C8;
	padding: 10px 0;
}
.news .new{
	margin-top: 0;
	padding: 0;
	border: none;
	background: transparent;
}
.main .news .h2{
	background: transparent;
}
.main .news h2{
	background: transparent;
	padding: 0;
}
.main .news h2 strong{
	font-size: 30%;
	position: relative;
	bottom: 6px;
	left: 10px;
	color: #000;
}
.toppage_ac_box{
	position: relative;
}
.toppage_ac_box p{
	margin: 0;
	color: #2b3095;
}
.toppage_ac_box .ac_display{
	margin-left: 2px;
	font-size: 95%;
	z-index: 100;
	display: block;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
}
.toppage_ac_box .ac_display a{
	padding: 6px 12px 7px 34px;
	display: inline-block;
	border: 0;
	position: relative;
	text-decoration: none;
	background: #F8F4ED;
}
.toppage_ac_box .ac_display a::before,
.toppage_ac_box .ac_display a::after{
	content: '';
	background: #000;
	position: absolute;
	left: 12px;
	top: 16px;
	height: 2px;
	width: 14px;
}
.toppage_ac_box .ac_display a::after{
	transform: rotate(90deg);
}
.toppage_ac_box.active a::after{
	display: none;
}
.news .new_lower{
	display: none;
	padding-top: 8px;
	background: #F8F4ED;
	border: none;
	margin-bottom: 20px;
}
	@media only screen and (max-width: 1024px){
		.toppage_ac_box .ac_display{
			top: calc(50% - 16px);
		}
		.toppage_ac_box .ac_display::before,
		.toppage_ac_box .ac_display::after{
			display: none;
		}
	}
	@media only screen and (max-width: 480px){
		.toppage_ac_box .ac_display{
			font-size: 80%;
		}
		.toppage_ac_box .ac_display a::before, .toppage_ac_box .ac_display a::after{
			top: 14px;
		}
	}

/**** MUSUBU TERASUの紹介のスタイル ****/
.bg_01{
	background: #F8F4ED;
	padding: 24px 0 100px;
}
.introduction .ilist{
	margin-top: 0;
}
.main .introduction h2{
	z-index: -1;
	position: absolute;
	opacity: 0;
}
.main .introduction .ilist_lower ul > li{
	width: calc((100% - 224.1px) / 3);
	margin-right: 64px;
	margin-left: 24px;
	margin-top: 80px;
}
.main .introduction .ilist_lower ul > li:nth-of-type(3n){
	margin-right: 24px;
}
.main .introduction .ilist_lower ul > li a{
	background: transparent;
	padding: 0;
}
.main .introduction .ilist_lower ul > li .ilist_title{
	font-size: 115%;
}
.main .introduction .ilist_lower ul > li .ilist_text{
	margin-top: 6px;
}
	@media only screen and (max-width: 1024px){
		.bg_01{
			padding: 8px 0 46px;
		}
		.main .introduction .ilist_lower ul > li{
			margin-top: 48px;
		}
	}
	@media only screen and (max-width: 480px){
		.main .introduction .ilist_lower ul > li:nth-of-type(n) {
			width: calc((100% - 96.1px) / 2);
			margin-right: 24px;
			margin-top: 32px;
		}
		.main .introduction .ilist_lower ul > li:nth-of-type(2n){
			margin-right: 24px;
		}
	}

/**** FUSIONのスタイル ****/
.fusion{
	position: relative;
	padding: 95px 0px 75px;
}
.main .fusion .h2{
	position: absolute;
	width: 305px;
	left: calc(50% - 150px);
	top: 15%;
	background: #fff;
	z-index: 4;
}
.main .fusion .h2 h2{
	float: none;
	word-break: break-all;
}
.main .fusion .h2 p{
	float: none;
	text-align: center;
	padding: 0;
	margin-top: -10px;
}
.main .fusion .h2 strong{
	color: #000;
	font-size: 105%;
}
.formula{
	text-align: center;
	position: absolute;
	width: 555px;
	left: calc(50% - 275px);
	top: 41%;
}
.formula strong{
	color: #000;
	font-size: 85%;
}
.fusion_list_wrap{
	overflow: hidden;
}
.fusion_list_top{
	overflow: hidden;
	margin-bottom: 24%;
	position: relative;
	z-index: 3;
}
.fusion_list_bottom{
	display: flex;
}
.fusion_list{
	width: 100%;
	max-width: 352px;
	background: #fff;
}
.fusion_list .fusion_list_img{
	position: relative;
	z-index: 1;
}
.fusion_list .fusion_list_img::before{
	content: "";
	height: 1px;
	background: #000;
	display: block;
	position: absolute;
	z-index: -1;
}
.fusion_list01{
	float: left;
}
.fusion_list01 .fusion_list_img::before{
	left: 0;
	width: 1200px;
	top: 47%;
}
.fusion_list02{
	float: right;
}
.fusion_list03{
	margin-right: 4%;
	position: relative;
	z-index: 2;
}
.fusion_list03 .fusion_list_img::before{
	bottom: 100%;
	left: 21%;
	width: 1px;
	height: 100vh;
}
.fusion_list04{
	margin-right: 4%;
}
.fusion_list04 .fusion_list_img::before{
	top: 50%;
	left: -400px;
	width: 1150px;
}
.fusion_list05{
}
.fusion_list05 .fusion_list_img::before{
	bottom: 100%;
	right: 21%;
	width: 1px;
	height: 100vh;
}
.fusion_list p{
	margin: 8px 4px;
	font-size: 85%;
}

	@media only screen and (max-width: 1024px){
		.fusion{
			padding: 48px 0px 40px;
		}
		.main .fusion .h2{
			position: relative;
			top: 0;
			left: auto;
			width: auto;
		}
		.formula{
			position: relative;
			top: 0;
			left: auto;
			width: auto;
			margin: 32px 20px 24px;
		}
		.fusion_list_top,
		.fusion_list_bottom{
			margin-bottom: 0;
			display: flex;
			flex-wrap: wrap;
		}
		.fusion_list{
			max-width: none;
			width: calc(50% - 10px);
			text-align: center;
			margin-top: 32px;
		}
		.fusion_list01,
		.fusion_list03,
		.fusion_list05{
			margin-right: 20px;
		}
		.fusion_list04{
			margin-right: 0;
		}
		.fusion_list .fusion_list_img::before{
			display: none;
		}
		.fusion_list p{
			text-align: left;
		}
	}
	@media only screen and (max-width: 480px){
		.fusion_list{
			width: 100%;
			margin-right: 0;
			margin-top: 16px;
		}
	}

/**** スライドショーのスタイル ****/
.vis_over{
	background: #DED6C8;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: auto;
}
.main .vis_over h2{
	position: absolute;
	z-index: -1;
}
.bxslider {
  height: 228px;
  position: relative;
  z-index: 10;
}
.bxsliderWrap{
	position: absolute;
	left: 0;
	top: 0;
}
.main .vis_over .ilist_lower ul{
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.main .vis_over .ilist_lower ul > li{
	display: block;
	padding: 0 8px;
	margin: 0;
	width: auto;
	position: inherit;
	float: left;
	width: 280px;
	overflow: hidden;
}
.main .vis_over .ilist_lower ul.slide_btn{
	position: absolute;
	right: 12px;
	bottom: 30px;
	float: none;
}
.main .vis_over .ilist_lower ul.slide_btn > li{
	width: auto;
	float: none;
	position: relative;
	z-index: 100;
	padding: 0;
}
.main .vis_over .ilist_lower ul.slide_btn > li a{
	background: #000;
	color: #fff;
	padding: 2px 6px;
	font-size: 85%;
}
/********************** 領域2個別のスタイル **********************/
/**** FLOORのスタイル ****/
.floor{
	background: #F8F4ED;
	padding: 90px 0 130px;
}
.floor .h2{
	padding-bottom: 100px;
}
.main .floor .h2 h2{
	float: none;
}
.main .floor .h2 p{
	float: none;
	text-align: center;
	padding: 0;
	margin-top: -10px;
}
.main .floor .h2 strong{
	color: #000;
	font-size: 105%;
}
.floor h3{
	font-size: 170%;
	padding: 10px 32px;
	background: #BCAA8C;
	display: inline-block;
}
.floor h3 span{
	font-size: 65%;
	margin-left: 20px;
}
.bg_02{
	background: #fff;
	padding-bottom: 24px;
}
.floormap_img_pc{
	margin: 18px 18px 46px;
	text-align: center;
}
.floormap_img_pc area{
	cursor: pointer;
}
.floormap_img_sp{
	display: none;
	padding: 0 20px 40px;
}
.floormap:last-child .floormap_img_sp{
	padding-bottom: 0;
}
.floormap_img_sp ul{
	display: flex;
	flex-wrap: wrap;
}
.floormap_img_sp li{
	width: calc((100% / 3) - 14px);
	margin: 20px 20px 0 0;
	padding: 0;
}
.floormap_img_sp li:nth-of-type(3n){
	margin-right: 0;
}
.floormap_img_sp li::before{
	display: none;
}
.floormap_img_sp li a{
	display: block;
	text-decoration: none;
}
.floormap_img_sp li a img{
	max-height: 204px;
	margin: 0 auto;
	display: block;
}
.floormap_img_sp li a p{
	margin: 0;
	padding: 8px 24px 8px 12px;
	background: #926c2f;
	color: #fff;
	position: relative;
}
.floormap_img_sp li a p::after{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.floormap_img_sp li a:hover p{
	background: #805A1F;
}
	@media only screen and (max-width: 1024px){
		.floor{
			padding: 48px 0px 40px;
		}
		.floor .h2{
			padding-bottom: 40px;
		}
		.floor h3{
			font-size: 140%;
		}
	}
	@media only screen and (max-width: 768px){
		.floormap_img_pc{
			display: none;
		}
		.floormap_img_sp{
			display: block;
		}
		.floormap_sp_img{
			margin-top: 24px;
		}
		.floormap_img_sp li:nth-of-type(n){
			width: calc((100% / 2) - 10px);
			margin: 20px 20px 0 0;
		}
		.floormap_img_sp li:nth-of-type(2n){
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px){
		.floormap_img_sp li:nth-of-type(n){
			width: 100%;
			margin: 18px 0 0 0;
		}
		.floor h3 span{
			display: block;
			margin-left: 0;
		}
	}
/* ライトボックス */
#body #colorbox, #body #cboxOverlay, #body #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#body #cboxWrapper {max-width:none; background:#fff;}
#body #cboxOverlay{position:fixed; width:100%; height:100%;}
#body #cboxMiddleLeft, #body #cboxBottomLeft{clear:left;}
#body #cboxContent{position:relative;}
#body #cboxLoadedContent{overflow:auto;}
#body #cboxTitle{margin:0;}
#body #cboxLoadingOverlay, #body #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#body #cboxPrevious, #body #cboxNext, #body #cboxClose, #body #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic; max-width: 800px; width: 100%;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#body #colorbox, #body #cboxContent, #body #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#body #cboxOverlay{background:#000; opacity: 0.9;}
#body #colorbox{outline:0;}
#body #cboxTopLeft{width:24px;}
#body #cboxTopCenter{height:24px;}
#body #cboxTopRight{width:24px;}
#body #cboxBottomLeft{width:24px;}
#body #cboxBottomCenter{height:43px;}
#body #cboxBottomRight{width:24px; height:43px;}
#body #cboxMiddleLeft{width:24px;}
#body #cboxMiddleRight{width:24px;}
#body #cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#body #cboxError{padding:50px; border:1px solid #ccc;}
#body #cboxLoadedContent{margin-bottom:5px;}
#body #cboxLoadingOverlay{background:url(img/lifgt_loading_background.png) no-repeat center center;}
#body #cboxLoadingGraphic{background:url(img/lifgt_loading.gif) no-repeat center center;}
#body #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#222;}
#body #cboxCurrent{position:absolute; bottom:-29px; left:0; font-weight:bold; color:#222;}

#cboxLoadingGraphic{background:url(img/light_loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#body #cboxPrevious, #body #cboxNext, #body #cboxSlideshow, #body #cboxClose {border:0; border-radius:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-35px; background:url(img/light_controls.png) no-repeat 0px 0px; background-size: 231px 70px; width:70px; height:32px; text-indent:-9999px;}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#body #cboxPrevious:active, #body #cboxNext:active, #body #cboxSlideshow:active, #body #cboxClose:active {outline:0;}

#body #cboxPrevious,#body #cboxNext{top:50%; margin-top:-12px;}

#body #cboxPrevious{left:0; background-position:0 0;}
#body #cboxPrevious:hover{background-position:0 -38px;}
#body #cboxNext{ right:0; background-position:-76px 0;}
#body #cboxNext:hover{background-position:-76px -38px;}
#body #cboxClose{right:0; background-position:-152px 0; width: 79px;}
#body #cboxClose:hover{background-position:-152px -38px;}

	@media only screen and (max-width: 1024px) {
		#body #cboxTopLeft{width:8px;}
		#body #cboxTopCenter{height:8px;}
		#body #cboxTopRight{width:8px;}
		#body #cboxBottomLeft{width:8px;}
		#body #cboxMiddleLeft{width:8px;}
		#body #cboxMiddleRight{width:8px;}
	}

.floor_main{
	margin: 97px auto 0;
}
.floor .floor_main .h3{
	display: flex;
	background: #fff;
}
.floor .floor_main h3{
	min-width: 253px;
	text-align: center;
	font-size: 240%;
}
.floor .floor_main h3 span{
	margin: 0;
	display: block;
	font-size: 55%;
	margin-bottom: -6px;
	width: 100%;
}
.floor .floor_main .h3 p{
	padding: 20px 35px;
	margin-top: 0;
	font-size: 110%;
	line-height: 190%;
}
.floor .floor_main .h3 p strong{
	color: #000;
	font-weight: normal;
	position: relative;
	z-index: 0;
	background: url(img/musubu_underline.svg) repeat-x 0 bottom;
}
.floor_list_wrap{
	display: flex;
	flex-wrap: wrap;
}
.floor_list{
	width: 46.2%;
	margin-right: 7.6%;
	padding-left: 21px;
	position: relative;
	margin-top: 50px;
}
.floor_list::before{
	content: "";
	background: #000;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: calc(100% - 20px);
}
.floor_list:nth-of-type(2n){
	margin-right: 0;
}
.floor_list .h4{
	overflow: hidden;
	margin: 20px 12px 0;
}
.floor_list .h4 h4{
	font-size: 160%;
	float: left;
}
.floor_list .h4 span{
	background: #000;
	color: #fff;
	font-size: 85%;
	float: left;
	display: block;
	padding: 4px 10px;
	min-width: 56px;
	text-align: center;
	margin-top: 4px;
	margin-left: 20px;
}
.floor_list p{
	margin: 12px;
}
	@media only screen and (max-width: 1024px){
		.floor_main{
			margin: 54px auto 0;
		}
		.floor .floor_main .h3{
			display: block;
		}
		.floor .floor_main h3{
			font-size: 200%;
			width: 100%;
			padding: 8px 32px 2px;
		}
		.floor_list .h4 h4{
			font-size: 120%;
		}
	}
	@media only screen and (max-width: 480px){
		.floor .floor_main .h3 p{
			padding: 12px 20px;
			font-size: 100%;
		}
		.floor_list{
			width: 100%;
			margin-right: 0;
			margin-top: 24px;
		}
		.floor_list p{
			font-size: 90%;
		}
	}

/********************** 領域3個別のスタイル **********************/
/**** PLANのスタイル ****/
.zone03{
	background: url(img/musubu_zone03_bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.main .plan .h2{
	padding-bottom: 40px;
}
.main .plan h2{
	float: none;
	color: #fff;
	text-shadow: 1px 1px 5px rgb(61, 61, 61, 0.8), -1px 1px 6px rgb(61, 61, 61, 0.8), 1px -1px 6px rgb(61, 61, 61, 0.8), -1px -1px 6px rgb(61, 61, 61, 0.8), 1px 0 6px rgb(61, 61, 61, 0.8), 0px 1px 6px rgb(61, 61, 61, 0.8), -1px 0 6px rgb(61, 61, 61, 0.8), 0 -1px 6px rgb(61, 61, 61, 0.8);
}
.main .plan .h2 p{
	float: none;
	text-align: center;
	padding: 0;
	margin-top: -10px;
	text-shadow: 1px 1px 2px rgb(61, 61, 61, 0.8), -1px 1px 2px rgb(61, 61, 61, 0.8), 1px -1px 2px rgb(61, 61, 61, 0.8), -1px -1px 2px rgb(61, 61, 61, 0.8), 1px 0 2px rgb(61, 61, 61, 0.8), 0px 1px 2px rgb(61, 61, 61, 0.8), -1px 0 2px rgb(61, 61, 61, 0.8), 0 -1px 2px rgb(61, 61, 61, 0.8);
}
.main .plan .h2 p strong{
	color: #fff;
}
.plan_list_wrap{
	display: flex;
	flex-wrap: wrap;
}
.plan_list{
	width: calc(50% - 11px);
	margin-right: 22px;
	margin-top: 60px;
}
.plan_list:nth-of-type(2n){
	margin-right: 0;
}
.plan_list h3{
	background: #DED6C8;
	text-align: center;
	font-size: 125%;
	padding: 20px;
}
.plan_list_lower{
	background: #fff;
	padding: 24px 33px 36px;
}
.plan_list_text{
	margin-top: 0;
	font-size: 85%;
	margin-bottom: 25px;
}
.plan_list_lower strong{
	color: #000;
}
.plan_list_lower ul{
	border: 1px solid #000;
	display: flex;
	font-size: 90%;
}
.plan_list_lower li{
	border-left: 1px solid #000;
	margin-top: 0;
	width: 100%;
	padding: 0;
	min-height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan_list_lower li:first-child{
	border: none;
}
.plan_list_lower li::before{
	display: none;
}
.plan_list_lower caption{
	position: absolute;
	z-index: -1;
}
.plan_list_lower table{
	display: block;
	font-size: 90%;
}
.plan_list_lower tbody{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
	display: block;
}
.plan_list_lower tbody span{
	display: block;
}
.plan_list_lower tr{
	display: flex;
}
.plan_list_lower th{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #826D5B;
	color: #fff;
	width: 100%;
	padding: 10px;
	display: block;
}
.plan_list_lower td{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	text-align: center;
	padding: 10px;
	display: block;
}
.plan_list_lower p:not(.plan_list_text){
	border: 1px solid #000;
	margin-top: 0;
	width: 100%;
	padding: 18px 0 0 0;
	min-height: 64px;
	display: flex;
	justify-content: center;
}
	@media only screen and (max-width: 1024px){
		.zone03{
			padding: 48px 0;
		}
		.main .plan .h2{
			padding-bottom: 16px;
		}
		.plan_list{
			margin-top: 24px;
			margin-right: 0;
			width: 100%;
		}
		.plan_list h3{
			font-size: 115%;
			padding: 12px;
		}
	}
	@media only screen and (max-width: 480px){
		.plan_list_lower{
			padding: 16px 25px 28px;
		}
		.plan_list_lower tbody,
		.plan_list_lower p:not(.plan_list_text),
		.plan_list_lower ul{
			font-size: 85%;
		}
	}

/********************** 領域4個別のスタイル **********************/
/**** otherのスタイル ****/
.other{
	display: flex;
	flex-wrap: wrap;
}
.other_in{
	width: 50%;
	padding: 58px 12px 72px;
}
.other_in:nth-of-type(1),
.other_in:nth-of-type(4) {
	background: #867251;
}
.other_in:nth-of-type(2),
.other_in:nth-of-type(3) {
	background: #646464;
}
.other_in h2{
	color: #fff;
	position: relative;
	word-wrap: anywhere;
}
.other_in h2::after{
	content: "";
	display: block;
	border-top: 2px solid #fff;
	width: 42px;
	position: absolute;
	right: calc(50% - 21px);
	bottom: -8px;
}
.other .kochira{
	margin-top: 50px;
}
	@media only screen and (max-width: 1024px){
		.other_in{
			padding: 24px 12px 24px;
			width: 100%;
		}
		.other_in:nth-of-type(1),
		.other_in:nth-of-type(3){
			background: #867251;
		}
		.other_in:nth-of-type(2),
		.other_in:nth-of-type(4) {
			background: #646464;
		}
		.other .kochira{
			margin-top: 32px;
		}
	}
	@media only screen and (max-width: 480px){
		.other_in{

		}
	}

/**** ACCESSのスタイル ****/
.accsess{
	padding: 120px 12px 60px;
	display: flex;
}
.access_text{
	width: 55%;
	padding: 0px 8% 0 20px;
}
.main .accsess .h2 h2{
	float: none;
	text-align: left;
	padding: 0;
	line-height: normal;
	word-wrap: anywhere;
}
.main .accsess .h2 p{
	float: none;
	padding: 0;
}
.main .accsess .h2 p strong{
	color: #000;
}
.access_text .place{
	margin-top: 36px;
}
.access_text .place p:nth-of-type(2){
	margin-top: 0;
}
.access_text .kaikan{
	margin-top: 40px;
}
.access_text .kaikan h3{
	background: url(img/musubu_access_kai.svg) no-repeat;
	padding: 0px 10px 12px 32px;
}
.access_text .kaikan p{
	margin-top: 0;
}
.access_text .parking{
	margin-top: 40px;
}
.access_text .parking::before{
	content: "";
	display: inline-block;
	height: 3px;
	width: 3px;
	border-radius: 100%;
	background: #000;
	margin: 5px 10px;
}
.access_text .kostu{
	margin-top: 40px;
	background: #DED6C8;
	padding: 20px;
}
.access_text .kostu h3{
	background: url(img/musubu_access_kou.svg) no-repeat;
	padding: 0px 10px 0px 32px;
}
.access_text .kostu ul{
	margin: 10px;
}
.access_text .kostu li{
	margin-top: 8px;
	font-size: 85%;
}
.access_text .kostu li::before {
	border: none;
	height: 3px;
	width: 3px;
	border-radius: 100%;
	background: #000;
}
.access_map{
	width: 45%;
}
.access_map p{
	font-size: 90%;
	text-align: right;
}
.access_map p img{
	margin: 5px;
}
	@media only screen and (max-width: 1024px){
		.accsess{
			padding: 48px 12px 48px;
		}
	}
	@media only screen and (max-width: 480px){
		.accsess{
			display: block;
			padding: 48px 12px 16px;
		}
		.access_text,
		.access_map{
			width: 100%;
			padding: 0px 20px 0 20px;
		}
		.access_map{
			padding: 24px 10px 0 20px;
		}
	}

/********************** 中ページのスタイル **********************/
/**** ヘッダーのスタイル ****/
body.inbody {
}
.inbody .head_navi{
	background: #000;
}
.inbody .head_in{
	position: relative;
	top: 0;
	left: auto;
	width: 230px;
	margin: 0;
	padding: 12px;
}
.inbody .head_in a{
	color: #fff;
	font-size: 85%;
}
.inbody .head_in p{
	margin-top: 0;
}
.inbody .head_in p.home{
	padding: 8px 2px 2px;
}
.inbody .head_navi_inner{
	position: relative;
	display: flex;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	height: auto;
}
.inbody .head_navi_in{
	position: relative;
	left: auto;
	padding: 0;
	display: block;
}
.inbody .g_navi{
	max-width: 100%;
}
.inbody .g_navi_in{
	margin: 12px 0 0 0;
	justify-content: flex-end;
}
.inbody .head_navi_in .denwa{
	margin: 0px 0px 16px auto;
}
.inbody .clone-nav .head_navi{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 11, 0.52) 0%, rgba(0, 0, 17, 0.03) 100%);
}
.inbody .clone-nav .head_navi_inner{
	background: transparent;
	padding: 4px 0 3px 0;
}
.inbody .clone-nav .head_navi_in{
	display: flex;
	padding: 0 12px;
}
.inbody .clone-nav .g_navi{
	max-width: calc(100% - 202px);
}
.inbody .clone-nav .denwa{
	margin-top: 8px;
	margin-left: 0;
}
.inbody .clone-nav .g_navi_in{
	margin-top: 10px;
	justify-content: flex-start;
}
@media only screen and (max-width: 1024px){
	.inbody .main_header{
		padding: 0;
	}
	.inbody .head_navi_in{
		display: none;
	}
	.inbody .head_in{
		width: 280px;
		padding: 7px 0;
	}
	.inbody .head_in a{
		display: flex;
		align-items: center;
	}
	.inbody .head_in p.h1{
		display: block;
		max-width: 140px;
	}
	.inbody .head_in .home{
		font-size: 85%;
		margin-left: 12px;
	}
	.inbody #menu_button{
		top: 4px;
	}
}
/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu_lower,
.footstep_lower{
	font-size: 85%;
	display: flex;
		align-items: flex-start;
	margin: 16px auto;
	padding: 0 12px;
	max-width: 1200px;
	width: 100%;
}
.pankuzu_tit,
.footstep_tit{
	background: #efefef;
	border-radius: 2px;
	flex-shrink: 0;
	display: inline-block;
	font-size: 85%;
	padding: 3px;
	text-align: center;
	margin: 4px 12px 4px 0;
	width: 72px;
}
.pankuzu li,
.footstep li{
	margin: 6px 0;
	padding: 0 24px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.pankuzu li::after,
.footstep li::after{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	right: 7px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
.pankuzu li:last-child::after,
.footstep li:last-child::after {
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.pankuzu{
			overflow: hidden;
			background: #fff;
			margin-top: 3px;
			padding-top: 9px;
		}
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 16px 0;
			padding: 0 10px;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	margin: 12px auto;
	max-width: 1200px;
	padding: 0 12px;
	width: 100%;
}
.main_naka {
	margin: 0 auto 24px;
	max-width: 1200px;
	width: 100%;
	padding: 0 12px;
	overflow: hidden;
}
.main_naka:after{
	content: "";
	display: block;
	clear: both;
}
.main_naka_h1 h1 {
	background: #000002;
	color: #fff;
	padding: 14px 16px;
	font-size: 180%;
}
.main_naka h2 {
	font-size: 136%;
	width: 100%;
	padding: 4px 8px;
	margin: 16px 0 0;
	position: relative;
	background: #826D5B;
	color: #fff;
}
.main_naka h2 a{
	color: #fff;
}
.main_naka h3 {
	margin: 16px 0 0;
	padding: 2px 2px 2px 8px;
	background: #BCAA8C;
	font-size: 120%;
}
.main_naka h4 {
	margin: 16px 0 0;
	padding: 2px 6px;
	background: #DED6C8;
	font-size: 110%;
}
.main_naka h5 {
	margin: 16px 0 0;
	padding: 4px 8px;
	background-color: #DED6C8;
}
.main_naka h6 {
	margin: 16px 0 0;
}
.main_naka li {
	position: relative;
	padding-left: 16px;
}
.main_naka li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
.main_naka li p {
	margin-top: 4px;
	font-size: 85%;
}
.main_naka li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 1024px) {
		.main_naka_h1{
			padding: 0 10px;
			width: 100%;
		}
		.main_naka{
			padding: 0 10px;
			width: 100%;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	padding: 6px 16px 16px;
	background-color: #eee;
	font-size: 85%;
}
.main_naka .page_head .pager p {
	display: inline-block;
}
.main_naka .page_head .pager ul {
	display: inline-block;
}
.main_naka .page_head .pager ul li {
	border-left: 1px solid #999;
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 8px;
}
.main_naka .page_head .pager ul li:first-child {
	border: 0;
}
.main_naka .page_head .pager ul li::before {
	display: none;
}
/**** 各課のホームページ・カテゴリごとの緊急情報のスタイル ****/
.design .main_naka .emergency {
	margin-top: 24px;
}
.design .main_naka .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.design .main_naka .emergency h2 {
	color: #fff;
	padding: 8px 16px 6px;
	margin: 0;
	border-bottom: none;
	width: auto;
	float: left;
}
.design .main_naka .emergency h2::after {
	display: none;
}
.design .main_naka .emergency .h2 a {
	float: right;
	margin: 10px 16px 10px 8px;
}
.design .main_naka .emergency .h2 img {
	vertical-align: middle;
}
.design .main_naka .emergency .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** 分類のスタイル ****/
.design .main_naka_cat{
	overflow: hidden;
	margin-bottom: 32px;
}
.design .main_naka .category_p01 {
	margin-top: -8px;
}
.design .main_naka .page_left {
	margin: 24px 0 0;
	width: 100%;
}
.design .main_naka .page_left_box {
	float: left;
	width: calc(100% - 280px);
	overflow: hidden;
}
.design .main_naka .page_left_box .cate_post01, .design .main_naka .page_left_box .cate_post02 {
	margin: 24px 0;
}
.design .main_naka .page_left_box .cate_post01:first-child, .design .main_naka .page_left_box .cate_post02:first-child {
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01:last-child, .design .main_naka .page_left_box .cate_post02:last-child{
	margin-bottom: 0;
}
.design .main_naka .page_left_box .cate_post01:first-child h2, .design .main_naka .page_left_box .cate_post02:first-child h2 {
	margin-top: 0;
}
.design .main_naka .page_left .page_left_float{
	display: flex;
		flex-wrap: wrap;
	margin-bottom: -8px;
}
.design .main_naka .page_left .page_left_float .cate_post01{
	border: 1px solid #000;
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 2%;
	width: 49%;
}
.design .main_naka .page_left .page_left_float .cate_post01:nth-child(even){
	margin-right: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2{
	background: #DED6C8;
	border-bottom: 3px solid #000002;
	margin: 0;
	padding: 10px 16px;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2::after{
	display: none;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2 a{
	color: #2b3095;;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2 a:hover{
	color: #9f0000;
}
.design .main_naka .page_left .page_left_float .category_p02{
	padding: 0 16px 8px;
	margin-top: 16px;
}
.design .main_naka .page_left .page_left_float .category01{
	padding: 0 16px 16px;
}
.design .main_naka .page_right {
	float: right;
	width: 240px;
	margin-top: 24px;
	overflow: hidden;
}
.design .main_naka .page_right ul {
	padding: 0 8px 12px;
	margin-top: 24px;
	border: 1px solid #000;
	border-top: 6px solid #000002;
}
.design .main_naka .page_right ul:first-child {
	margin-top: 0;
}
.design .main_naka .category01 li {
	display: inline-block;
	margin-right: 12px;
}
.design .main_naka .category_p02 {
	font-size: 85%;
	margin: 12px 0 24px;
	overflow: hidden;
}
.design .main_naka .category_p02 p{
	margin-top: 0;
}

	@media only screen and (max-width: 1024px) {
		.design .main_naka .page_left{
			margin-right: 0;
		}
		.design .main_naka .page_left_box{
			float: none;
			width: 100%;
		}
		.design .main_naka .page_left .page_left_float{
			margin-bottom: 0;
		}
		.design .main_naka .page_left .page_left_float .cate_post01{
			width: 100%;
			margin-right: 0;
		}
		.design .main_naka .page_left .page_left_float .cate_post01:last-child{
			margin-bottom: 0;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_p02 .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.design .main_naka .cate_post02 li::before, .design .main_naka .category_end li::before {
	display: none;
}
.design .main_naka .category_end li:first-child {
	margin-top: 0;
}
.design .main_naka .category_end .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_end .catch_lst .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}

/**** 新着情報のスタイル ****/
.design .main_naka .main_naka_new {
	background: #F8F4ED;
	padding: 16px;
	margin-top: 24px;
}
.design .main_naka .main_naka_new h2 {
	margin-top: 0;
}
.design .main_naka .main_naka_new h2::after {
	background: #e45e32;
}
.design .main_naka .main_naka_new li{
	overflow: hidden;
}
.design .main_naka .main_naka_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 0;
	width: 6em;
	font-size: 85%;
}
.design .main_naka .main_naka_new .list{
	padding-left: 82px;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .main_naka_new .date{
			float: none;
			width: 100%;
		}
		.design .main_naka .main_naka_new .list{
			padding-left: 0;
			float: none;
			width: 100%;
		}
	}

/**** 緊急情報のスタイル ****/
.design .main_naka .main_naka_eme {
	margin-top: 24px;
}
.design .main_naka .main_naka_eme h2{
	background: #a90000;
	color: #fff;
	border: 0;
	padding: 14px 16px;
}
.design .main_naka .main_naka_eme h2::after {
	display: none;
}
.design .main_naka .main_naka_eme .h2 {
	border: 0;
	background: #a90000;
	overflow: hidden;
}
.design .main_naka .main_naka_eme .h2 h2{
	float: left;
	margin: 0;
	width: auto;
}
.design .main_naka .main_naka_eme .h2 p{
	float: right;
	padding: 15px 16px 14px 8px;
	margin: 0;
}
.design .main_naka .main_naka_eme ul{
	border: 2px solid #a90000;
	border-top: none;
	overflow: hidden;
	padding: 4px 16px 16px;
	margin: 0;
}

/* 分類に関連するスタイル */
.design .main_naka .cat_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #000;
	padding: 0;
}
.design .main_naka .cat_aside h2{
	background: #826d5b;
	border: 0;
	color: #fff;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
}
.design .main_naka .cat_aside h2::after{
	display: none;
}
.design .main_naka .cat_aside_lower{
	padding: 0 16px 16px;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .cat_aside h2{
			padding-right: 70px;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin-top: 24px;
	border: 1px solid #000;
}
.design .main_naka .bana_h2{
	background: #826d5b;
	padding: 8px 12px;
	overflow: hidden;
}
.design .main_naka .bana h2{
	border: 0;
	color: #fff;
	margin-top: 0;
	font-size: 100%;
	float: left;
	width: auto;
	padding: 0;
}
.design .main_naka .bana h2::after{
	display: none;
}
.design .main_naka .bana_h2 p{
	margin-left: 0px;
	float: left;
	color: #fff;
	padding: 0px 8px;
}
.design .main_naka .bana_lower {
	text-align: center;
	border: 0;
}
.design .main_naka .bana .bana_img {
	display: inline-block;
}
.design .main_naka .bana .bana_img img{
	width: 100%;
}
.design .main_naka .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.design .main_naka .bana li {
	width: 160px;
	margin-right: 8px;
	padding-left: 0;
}
.design .main_naka .bana li::before {
	display: none;
}
.design .main_naka .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.design .main_naka .bana li .window {
	margin-top: 5px;
}
/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
	margin-top: 24px;
}
.innew .design .main_naka .new_post:first-child {
	margin-top: 0;
}
.innew .design .main_naka .new_post li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
/* アイキャッチあり */
.innew .design .main_naka .catch_lst .new_lst {
	margin-right: 110px;
}
.innew .design .main_naka .catch_lst .new_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post{
	margin-top: 24px;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
	margin-bottom: 0;
}
.inkiji .main_naka {
	margin-bottom: 8px;
}
.waku {
	margin: 0 auto 24px;
	overflow: hidden;
}
.waku_top{
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 12px;
	width: 100%;
}
.main_naka_kiji {
	float: left;
	margin-right: 40px;
	width: calc(100% - 280px);
}
.waku .kiji_sub {
	margin-top: 8px;
	float: right;
	width: 240px;
}
	@media only screen and (max-width: 1024px) {
		.main_naka_kiji{
			float: none;
			overflow: hidden;
			width: 100%;
		}
		.waku .kiji_sub{
			float: none;
			width: 100%;
		}
	}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai_hiduke {
	margin-top: 8px;
	font-size: 85%;
	float: left;
}
.design .main_naka .syosai_hiduke li{
	display: inline-block;
	margin: 0;
	padding: 0 22px 0 0;
}
.design .main_naka .syosai_hiduke li::before{
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .syosai_hiduke{
			margin-bottom: 16px;
		}
	}
	@media only screen and (max-width: 480px) {
		.design .main_naka .syosai_hiduke li.syosai_id{
			display: block;
		}
	}
/* SNSボタン */
.inbody .design .sns_box {
	margin-top: 2px;
	padding-left: 16px;
	vertical-align: middle;
	float: right;
}
.inbody .design .sns_box ul {
	display: inline;
}
.inbody .design .sns_box li::before {
	display: none;
}
.inbody .design .sns_btn {
	padding-left: 11px;
	line-height: 0;
	float: left;
	margin-top: 6px;
}
.inbody .design .sns_btn img {
	vertical-align: middle;
}
.inbody .design p.sns_btn {
	padding: 5px 2px 0px 3px;
	background-color: #fff;
	font-size: 85%;
	line-height: inherit;
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.inbody .design .sns_box{
			background: #efefef;
			border: 1px solid #ccc;
			padding: 5px;
			margin: 0;
			line-height: 1.5;
			clear: both;
			width: 100%;
		}
		.inbody .design p.sns_btn {
			background: none;
			padding: 0;
			margin: 0;
			float: none;
		}
		.inbody .design .sns_box ul li{
			padding: 0 10px 0 0;
		}
	}
/**** 記事ページ右メニューのスタイル ****/
/*アイキャッチ画像*/
.waku .kiji_sub .catch {
	margin-top: 16px;
}
.waku .kiji_sub .catch p {
	margin-top: 0;
	text-align: center;
}
.waku .kiji_sub .catch img {
	border: 1px solid #000;
	padding: 1px;
	vertical-align: bottom;
}
/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 12px;
	border: 1px solid #000;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 6px 4px 4px;
	background: #000002;
	border: 0;
	color: #fff;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
	background: #000;
	font-size: 85%;
	display: inline-block;
	border-radius: 4px;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: block;
	padding: 8px 5px 7px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 16px;
	background: #fff;
	border: 1px solid #000;
	padding: 0;
}
.waku .kiji_sub .kiji_aside_lower{
	padding: 0 16px 16px;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 10px 8px 8px;
	background: #DED6C8;
}
.waku .kiji_sub .kiji_aside > ul {
	border: 1px solid #000;
	padding: 0 8px 12px;
}
.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 16px;
}
.waku .kiji_sub .kiji_aside li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
.waku .kiji_sub .kiji_aside li li {
	font-size: 85%;
}
/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {
}
/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {
}
/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {
}
/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
}
.design .main_naka .kiji_aside.syosai_qa li {
	padding-left: 0;
}
.design .main_naka .kiji_aside.syosai_qa li::before {
	display: none;
}
.design .main_naka .kiji_aside.syosai_qa li p {
	padding: 5px 1%;
	border: 1px dashed #bbb;
}
.design .main_naka .kiji_aside.syosai_qa #opinion {
	width : 100%;
}
.design .main_naka .kiji_aside.syosai_qa .comment {
	font-size : 85%;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.design .main_naka .kiji_aside.syosai_qa form p span{
		display: block;
		line-height: 2;
	}
}

/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
	margin-bottom: 24px;
}
.design .main_naka .route_box h2{
	background: #fff;
	border-bottom: 2px solid #000;
	font-size: 100%;
	padding: 2px;
	margin: 0 0 12px;
	color: #333;
}
.design .main_naka .route_box h2::after{
	display: none;
}
.design .route {
	margin-top: 8px;
}
.design .route li {
	font-size: 85%;
	margin: 0;
	padding: 0 28px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.design .route li::before {
	display: none;
}
.design .route li::after {
	display: block;
	content: "";
	position: absolute;
	top: .3em;
	right: 2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #999;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #000;
	padding: 0;
}
.inkiji .main_naka .kiji_aside_lower,
.infaq .main_naka .kiji_aside_lower{
	padding: 0 16px 16px;
}
.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2{
	background: #000002;
	border: 0;
	color: #fff;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
}
.inkiji .main_naka .kiji_aside h2::after,
.infaq .main_naka .kiji_aside h2::after{
	display: none;
}
.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li{
	font-size: 85%;
}
	@media only screen and (max-width: 1024px) {
		.inkiji .main_naka .kiji_aside.kanrenlink h2,
		.infaq .main_naka .kiji_aside.kanrenlink h2,
		.inkiji .main_naka .kiji_aside.rssfide h2,
		.infaq .main_naka .kiji_aside.rssfide h2{
			padding-right: 70px;
		}
	}
/* 関連リンク */
.inkiji .main_naka .kiji_aside.kanrenlink{
}
/* 外部RSS */
.inkiji .main_naka .kiji_aside.rssfide h2{
}
/* 同じ分類の記事 */
.inkiji .main_naka .kiji_aside.kanrencon h2{
	background: #DED6C8;
	color: #222;
}
/* 組織内ジャンル */
.inkiji .main_naka .kiji_aside.kakuka h2{
	background: #DED6C8;
	color: #222;
}
/* 関連コンテンツ */
.inkiji .main_naka .kiji_aside.kanren h2{
	background: #DED6C8;
	color: #222;
}
/* 関連している可能性のある記事 */
.inkiji .main_naka .kiji_aside.kanren2 h2{
	background: #DED6C8;
	color: #222;
}
/* お問い合わせフォーム */
.main_naka .kiji_aside.syosai_sonota h2{
	background: #DED6C8;
	color: #222;
}
.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}
/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
	border-left: none;
	background: #a90000;
	color: #fff;
	padding: 6px 8px 4px;
}
