@charset "UTF-8";

/******************** レイアウトCSS ********************/
#body{
	background: #FFF8E8;
}
.design{
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.zone01_in,
	.zone02_in,
	.zone03_in,
	.zone04_in{
		padding: 0 10px;
	}
}
/********************** ヘッダー **********************/
.main_header{
	background: #fff url(img/kos_bg01.svg) repeat-x bottom center/514px;
	padding-bottom: 70px;
}
.h_top_wrap{
	border: none;
	background: #FFFBCE;
}
.h_top .go_top a::before{
	width: 8px;
	height: 8px;
	border-top: 1px solid #84684C;
	border-right: 1px solid #84684C;
}
.h_toplist > .language .lang_btn{
	border: none;
	border-radius: 50px;
	background: #84684C;
}
.h_toplist > .language .lang_btn a{
	color: #fff;
}
.h_toplist > .language .lang_btn a::before{
	border-color: #fff transparent transparent transparent;
}
.font_list li a{
	border: none;
	border-radius: 30px;
	background: #84684C;
	color: #fff;
}
.font_list li.big a{
	background: #84684C;
}
.h_main{
	padding: 20px 0 16px;
}
.h_main .h1{
	width: 40vw;
	max-width: 500px;
}
.h_main .h1.sp_h1{
	display: none;
}
.search_id_box{
	margin-top: 12px;
}
.srcmenu_in{
	padding: 30px 0 0;
}
.h_main .src_box{
	max-width: 303px;
}
.src_box .q{
	border-radius: 30px 0 0 30px !important;
	border: 1px solid #84684C !important;
	border-right: none !important;
}
.src_box #search_button, #sidr .src_box #search_button_sp, .src_box #search_button2, .src_box #search_button3{
	background: #84684C !important;
	border-radius: 0 30px 30px 0 !important;
	border: 1px solid #84684C;
}
.h_main .search_id{
	border: 1px solid #84684C;
	background: #84684C;
	border-radius: 30px;
}
.h_main .search_id a{
	color: #fff;
}
.h_main .search_id a::before{
	border-color: #fff transparent transparent transparent;
}
.h_main .search_id_lower{
	border: 1px solid #84684c;
}
.h_main .search_id_lower::before{
	border-color: transparent transparent #84684c transparent;
}
@media only screen and (max-width: 768px) {
	.main_header{
		background-size: 305px;
		padding-bottom: 50px;
	}
	.h_main{
		border:none;
	}
	.h_main .h1{
		width: 400px;
		max-width: none;
		margin-left: 10px;
	}
	.h_main .h1.pc_h1{
		display: none;
	}
	.h_main .h1.sp_h1{
		display: block;
	}
	.h1_sub{
		width: 200px;
		margin: 0 0 -20px 20%;
		display: block;
		position: relative;
	}
}
@media only screen and (max-width: 480px){
	.h_main .h1{
		width: 64vw;
		margin-top: 0.5em;
	}
	.h1_sub{
		width: 48vw;
		margin: 0 0 -16px 20px;
	}
}
/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
	clear: both;
	margin-top: 40px;
}
.g_navi_in {
	margin: 15px auto 0;
	flex-wrap: wrap;
	position: relative;
}
.g_navi_in::before{
	content: "";
	display: block;
	width: 67px;
	height: 130px;
	background: url(img/kos_bal01.png) no-repeat 0 0/contain;
	position: absolute;
	left: -110px;
	bottom: -110px;
}
.g_navi_in::after{
	content: "";
	display: block;
	width: 67px;
	height: 130px;
	background: url(img/kos_bal02.png) no-repeat 0 0/contain;
	position: absolute;
	top: -65px;
	right: -110px;
}
.g_navi_in > li {
	width: calc((100%/6) - 31px);
	border-right: 1px solid #fff;
	margin: 0 0 0 37px;
	display: flex;
}
.g_navi_in > li:first-child {
	margin-left: 0;
}
.g_navi_in > li > a {
	display: block;
	position: relative;
	z-index: 2;
	color: #6A5036;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 120%;
	padding: 0;
	width: 100%;
	transition: 0.2s;
}
.g_navi_in > li > a::before{
	content: "";
	position: absolute;
	background: #FFE6F2;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	z-index: -1;
	top: 0;
	left: calc(50% - 70px);
	transition: 0.4s;
	opacity: 0;
	border-color: #FFD9EB;
}
.g_navi_in > li:nth-of-type(2) > a::before{
	background: #FFEEDF;
	border-color: #FFE1C7;
}
.g_navi_in > li:nth-of-type(3) > a::before{
	background: #FFF7CE;
	border-color: #FFF0A9;
}
.g_navi_in > li:nth-of-type(4) > a::before{
	background: #EEF7CF;
	border-color: #E1F0AE;
}
.g_navi_in > li:nth-of-type(5) > a::before{
	background: #E3F6F9;
	border-color: #CBF1F7;
}
.g_navi_in > li:nth-of-type(6) > a::before{
	background: #F2E9F9;
	border-color: #EAD7F9;
}
.g_navi_in > li > a:hover::before,
.g_navi_in > li.active > a::before{
	opacity: 1;
}
.g_navi_in > li > a img{
	max-width: 140px;
	width: 100%;
}
.nav_text{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 85%;
	margin-top: -30px;
}
.nav_text span{
	display: block;
}
.g_navi_sp{
	display: none;
}
.g_navi_sp .g_navi_in{
	padding: 0 12px;
}
.g_navi_sp .g_navi_in > li{
	width: calc(33.3% - 25px);
	margin: 20px 37px 20px 0;
}
.g_navi_sp .g_navi_in > li:nth-of-type(3n){
	margin-right: 0;
}
.g_navi_sp .g_navi_in > li > a img{
	max-width: 100px;
}

	@media only screen and (max-width: 768px) {
		.g_navi{
			display: none;
		}
		.g_navi_sp{
			display: block;
		}
		.g_navi_in > li > a::before{
			opacity: 1;
		}
		.g_navi_in > li.active > a::before{
			border-width: 6px;
			border-style: solid;
		}
	}
	@media only screen and (max-width: 480px){
		.g_navi_in > li > a{
			font-size: 110%;
			display: flex;
		}
		.g_navi_sp .g_navi_in > li:nth-of-type(n){
			width: calc(50% - 8px);
			margin: 6px 8px 10px 0px;
			border-bottom: 2px dotted #FFB819;
			padding-bottom: 6px;
		}
		.g_navi_sp .g_navi_in > li:nth-of-type(2n){
			margin-right: 0;
		}
		.g_navi_in > li > a::before{
			width: 60px;
			height: 60px;
			left: 0;
			top: calc(50% - 35px);
		}
		.g_navi_in > li.active > a::before{
			border-width: 3px;
		}
		.g_navi_sp .g_navi_in > li > a img{
			max-width: 60px;
		}
		.nav_text{
			margin: 0 0 6px 4px;
			width: calc(100% - 60px);
		}
	}
/**** スマホメニューに関するスタイル ****/
#menu_button a{
	background: #84684c;
	border-radius: 10px;
}
#sidr .close a{
	background: #84684c;
}
#sidr ul li.go_top a{
	background: #FFFBCE;
}
#sidr,
#sidr ul,
#sidr ul li,
#sidr .close a,
#sidr .src_box{
	border-color: #84684c;
}
#lang_drop a{
	border: 3px solid #84684c;
	border-radius: 10px;
	background-image: url(img/kos_icon_lang.svg);
}
#lang_drop a::before, #lang_drop a::after{
	background: #84684c;
}
.design .lang_detail{
	background: #FFFBCE;
}

/*********** フッター ***********/
/**** トップへ戻る ****/
.modoriin{
	position: relative;
	margin-top: 0;
}
.foot_modori a{
	position: absolute;
	border: none;
	width: 128px;
	min-height: 128px;
	background: #FFFBCE;
	border-radius: 128px;
	top: -210px;
	right: 12px;
	text-align: center;
	font-size: 85%;
	padding: 52px 6px 8px;
	transition: 0.4s;
}
.foot_modori a:hover{
	transform: translate(0,-10px);
	background: #FFF8E8;
}
.foot_modori a::before{
	content: '';
	position: absolute;
	top: 10px;
	width: 14px;
	height: 10px;
	left: calc(50% - 12px);
	border:none;
	z-index: 1;
	margin: 7px 0 0 5px;
	transform: none;
	background: url(img/kos_pagetop_mark.svg) no-repeat;
}

/**** メインフッター ****/
.main_footer{
	background: #E3F6F9;
	position: relative;
	margin-top: 0;
}
.main_footer::before{
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(img/kos_bg07.svg) repeat-x center top/514px;
}
.foot_wrap{
	border:none;
}
.foot{
	max-width: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.foot_in{
	margin: 24px auto 0;
	max-width: 1240px;
	margin-top: 0;
	padding: 30px 20px 70px;
	display: flex;
	position: relative;
}
.foot_in::before{
	content: "";
	display: block;
	width: 1000px;
	height: 219px;
	bottom: -1px;
	right: -140px;
	background: url(img/kos_foot_bg.png) no-repeat bottom right/1000px;
	position: absolute;
}
.foot_id p .foot_logo{
	margin-bottom: 26px;
	margin-left: 0;
}
.foot_logo img{
	width: 480px;
}
.foot_id{
	width: 40%;
	margin-right: 54px;
	position: relative;
}
.foot_id p{
	font-size: 85%;
	line-height: 2;
	text-shadow: #f0fbff 1px 1px 0, #f0fbff -1px -1px 0,#f0fbff -1px 1px 0, #f0fbff 1px -1px 0,#f0fbff 0px 1px 0, #f0fbff 0 -1px 0,#f0fbff -1px 0 0, #f0fbff 1px 0 0;
}
.foot_id p span{
	margin-left: 44px;
	display: block;
}
.foot_id p b{
	font-size: 120%;
}
.foot_id p.otoiawase{
	margin-left: 44px;
}
.sns ul{
	display: flex;
	position: relative;
}
.sns li{
	width: 106px;
	margin-right: 10px;
}
.sns li a{
	background: #fff;
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 20px 10px;
	min-height: 106px;
	font-size: 90%;
}
.sns li a:hover{
	background: #FFFBCE;
}
.sns li a img{
	width: 30px;
}
.sns li a span{
	margin-top: 8px;
	display: block;
	word-wrap: anywhere;
}
.foot_bg{
	position: absolute;
	bottom: 40px;
	right: 100px;
}
.foot_bg.scrollin{
	right: 290px;
	 animation: anime1 2s linear 2, anime2 4s linear 1;
}
@keyframes anime1{
	0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes anime2{
	0% {
        right: 100px;
    }
    100% {
      right: 290px;
    }
}
.foot_bg img{
	width: 170px;
}
.foot_link{
	margin-top: 0;
	background: #D2EA7F;
	border: none;
}
.foot_link ul{
	border-top: 2px solid #84684C;
}
.foot_link li a::before{
	border-color: #84684C;
}
.foot_copy{
	background: #84684C;
}
	@media only screen and (max-width: 768px) {
		.main_footer::before{
			top: -20px;
			background-size: 305px;
		}
		.foot_in{
			display: block;
			padding: 30px 20px 130px;
		}
		.foot_in::before{
			width: 600px;
			background-size: 600px;
			right: -130px;
		}
		.foot_bg{
			right: 10px;
			bottom: 20px;
		}
		.foot_bg.scrollin{
			right: 140px;
		}
		@keyframes anime2{
			0% {
		        right: 10px;
		    }
		    100% {
		    	right: 140px;
		    }
		}
		.foot_bg img{
			width: 100px;
		}
		.foot_id{
			width: 100%;
		}
		.foot_link li:nth-child(2n+1) a,
		.foot_link li a{
			border-color: #84684C;
		}
		.foot_link li:last-child a{
			border-bottom: none;
		}
		.foot_id p span,
		.foot_id p.otoiawase{
			margin-left: 12px;
		}
	}
/********************** 領域共通のスタイル **********************/
.main {
	margin: auto;
	max-width: none;
	padding: 0 0 180px;
	background: #fff;
}
.main h2 {
	padding: 16px 16px 4px;
	font-size: 140%;
	text-align: center;
	color: #6A5036;
}
.main h2 img{
	margin-right: 15px;
	transform: translate(0 ,6px);
}
.main h2 a {
	display: block;
}
.main .h2{
	overflow: hidden;
}
.main .h2 h2 {
	float: left;
}
.main .h2 p {
	float: right;
}
.main li {
	position: relative;
	padding-left: 24px;
}
.main li::before {
	content: '';
	position: absolute;
	top: 4px;
	width: 10px;
	height: 14px;
	left: 6px;
	background: url(img/kos_list_mark.svg) no-repeat;
	z-index: 1;
}
.date{
	font-size: 100%;
}
.window{
	background: #FFFBCE;
	border: 1px solid #EEE57C;
}
#body input[type="submit"], #body input[type="reset"], #body button[type="button"], #body button {
	background: #84684c;
	border: none;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover, #body button[type="button"]:hover, #body button:hover {
 	background: #84684c;
}

	@media only screen and (max-width: 768px) {
		.main{
			width: 100%;
			padding: 0 0 210px;
		}
		.main h2{
			padding: 14px 0px 12px;
			font-size: 135%;
		}
		.main h2 img{
			width: 32px;
			margin-right: 8px;
			transform: translate(0 ,0px);
		}
	}
	@media only screen and (max-width: 480px) {
		.main h2 span{
			display: block;
		}
		.main h2 .window{
			display: inline-block;
		}
	}
/**** タイトル要素 アコーディオンのスタイル ****/
.inbody_ac_display{
	display: inline-block;
	position: relative;
	top: 50%;
	margin: -12px 0 0;
	font-size: 72%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}
.inbody_ac_display a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 4px 4px 3px 18px !important;
}
.inbody_ac_display::before,
.inbody_ac_display::after{
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 11px;
	height: 2px;
	width: 10px;
}
.inbody_ac_display::after{
	transform: rotate(90deg);
}
.inbody_ac_box{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fffbce;
	padding: 10px 8px 8px;
	cursor: pointer;
	border-radius: 20px 20px 0 0;
	border: 4px solid #fff;
}
.inbody_ac_box.active{
	border-bottom: 4px solid #fff;
	border-radius: 20px;
}
.inbody_ac_box p::after{
	display: none;
}
.inbody_ac_box.active p::after{
	display: block;
}
.design .main_naka .page_right .page_right_cat .inbody_ac_box h2{
	padding: 0;
	margin-top: 0;
	background: transparent;
}


/**** 分類1のスタイル ****/
.category_p01{
	max-width: 1224px;
	padding: 4px 12px 12px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.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;
	border-radius: 47px 47px 0 0;
}
.main .emergency .h2 h2{
	padding: 14px 46px 14px;
}
.main .emergency .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .emergency_lower {
	border-top: none;
	padding: 8px 25px 30px;
	border-radius: 0 0 47px 47px;
	background: #fff;
}
/**** 画像リストのスタイル ****/
.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,
.main .ilist_lower ul > li::after {
	display: none;
}
.main .ilist_lower ul > li a {
	display: block;
	background: #fff;
	padding: 16px;
	width: 100%;
	text-decoration: none;
	border-radius: 24px;
	box-shadow: #F7D088 4px 5px 0;
}
.main .ilist_lower ul > li a:hover{
	box-shadow: #F7D088 2px 2px 0;
	transform: translate(2px, 3px);
	background: #fff5cc;
}
.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: 768px) {
		.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,
.main .ilist2_lower ul > li::after {
	display: none;
}
.main .ilist2_lower ul > li a {
	padding: 18px 14px;
	width: 100%;
	background: #fff;
	display: flex;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: #FFA972 4px 5px 0;
}
.main .ilist2_lower ul > li a:hover{
	background: #fff8e8;
	box-shadow: #FFA972 2px 2px 0;
	transform: translate(2px, 3px);
}
.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: 768px) {
		.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;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.category2 {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.category3 {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.category4 {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.category5 {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	
}
/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
}
/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .event_lower li {
	padding: 0px 10px 10px 26px;
	border-bottom: 1px dashed #707070;
}
.main .event_lower li:last-child{
	border-bottom: 0;
}
.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #84684c;
	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;
	border:none;
	padding: 0;
}
.main .event_lower .event_month li::before{
	display: none;
}
.main .event_lower .event_month img {
	vertical-align: middle;
}
.event_month{
	display: flex;
	align-items: baseline;
}
.event_month li{
	padding: 0;
	margin: 10px 10px 0 0;
}
.event_month li::before{
	display: none;
}
.event_month li a{
	display: inline-block;
	background: #84684C;
	color: #fff;
	padding: 0 5px;
	font-size: 81.25%;
	text-decoration: none;
	border-radius: 5px;
}
.event_month li.this_m a{
	background: #84684C;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	padding: 4px 14px;
	font-size: 120%;
}
.event_month li.pre a,
.event_month li.next a{
	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: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
.event_month li.pre a:before{
	left: 7px;
	transform: rotate(45deg);
}
.event_month li.next a:before{
	right: 7px;
	transform: rotate(225deg);
}
.event_month li.eve_post a{
	background: #84684C url(img/kos_icon_post.png) no-repeat 4px center/12px;
	padding-left: 20px;
}
@media only screen and (max-width: 768px){
	.main .event_lower li{
		padding: 12px 10px 10px 24px;
		margin-top: 0;
	}
	.main .event_lower li::before,
	.main .event_lower li::after{
		transform: translate(4px ,12px);
	}
	.main .event_lower li:nth-of-type(2n){
		background: #fff3eb;
	}
	.main .event_lower .event_month li{
		background: transparent;
	}
}
/**** イベントカレンダーのスタイル ****/
.calendar {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .calendar_lower {
	overflow: auto;
	max-width: 416px;
	margin: 0 auto;
}
.main .calendar .cal_nav{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
}
.main .calendar .cal_nav ul{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	margin-bottom: 10px;
}
.main .calendar .cal_nav li{
	margin: 0 10px 0 0;
	padding: 0;
}
.main .calendar .cal_nav li:last-child{
	margin-right: 0;
}
.main .calendar .cal_nav li::before {
	display: none;
}
.main .calendar .cal_nav ul.event_month{
	margin-right: 10px;
}
.main .calendar .event_menu li a{
	padding: 2px 5px 2px 27px;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	background-position: left 6px center;
	background-size: 14px auto;
	background-repeat: no-repeat;
	border: 1px solid #84684c;
	font-size: 85%;
	background-color: #fffbce;
}
.main .calendar .event_menu li.eve_search a{
	background-image: url(img/kos_icon_search.png);
}
.main .calendar .event_menu li.eve_all a{
	background-image: url(img/kos_icon_all.png);
}
.main .calendar .event_menu li.eve_post a{
	background-image: url(img/kos_icon_post.png);
}
.main .calendar table {
	width: 100%;
	min-height: 250px;
	margin-top: 2px;
}
.main .calendar caption {
	display: none;
}
.main .calendar th {
	padding: 7px 4px;
	border: 1px solid #707070;
	text-align: center;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	padding: 7px 4px;
	border: 1px solid #707070;
	text-align: center;
}
.main .calendar .sun {
	background: #FFE0E0;
}
.main .calendar .sat {
	background: #D6F4FF;
}
.main .calendar .today {
	background: #FFE8A0;
}
@media only screen and (max-width: 480px){
	.main .calendar .cal_nav ul,
	.main .calendar .cal_nav ul.event_month{
		margin: 0 auto 10px;
	}
}
/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .new .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .new ul:not(.more) li{
	overflow: hidden;
	border-bottom: 1px dashed #707070;
	padding: 0px 10px 10px 24px;
}
.main .new ul:not(.more) li:last-child{
	border-bottom: 0;
}
.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;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .topics .h2 {
}
.main .topics .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .topics ul li{
	padding: 0px 10px 10px 24px;
	border-bottom: 1px dashed #707070;
	display: flex;
}
.main .topics li:last-child{
	border-bottom: 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 .topics ul li .date{
	min-width: 150px;
}
@media only screen and (max-width: 768px){
	.main .topics ul li{
		display: block;
	}
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more,
.main .topics .more{
	margin-top: 55px;
	display: flex;
		flex-wrap: wrap;
	max-width: 360px;
	margin-left: auto;
	justify-content: flex-end;
}
.main .more li,
.main .topics .more li{
	padding: 0;
	margin: 0 0 0 15px;
	border:none;
	min-width: 152px;
}
.main .more li:before,
.main .more li:after{
	display: none;
}
.main .more li a{
	background: #84684C;
	display: inline-block;
	padding: 4px 8px 4px 30px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #fff;
	border-radius: 30px;
}
.main .more li a::before{
	content: '';
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -4px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.main .more li a:hover{
	background: #62492F;
}
	@media only screen and (max-width: 768px) {
		.main .more, .main .topics .more{
			margin-top: 25px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .more,
		.main .topics .more{
			max-width: 100%;
		}
		.main .more li, .main .topics .more li{
			width: calc(100% - 4px);
			margin: 12px 0 0;
		}
		.main .more li a{
			padding: 10px;
		}
	}
/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .pickup_lower {
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
.main .pickup_lower li{
	padding: 0px 10px 10px 24px;
	border-bottom: 1px dashed #707070;
}
.main .pickup_lower li:last-child{
	border-bottom: 0;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .pickup2_lower {
	
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.ranking{
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .ranking_lower {
	
}
.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;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .j_s_lower {
	
}
.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;
}
.main .bana h2{
	padding: 8px 16px 20px;
}
.bana_lower {
	
	text-align: center;
}
.bana .bana_img {
	display: inline-block;
}
.main .bana > p{
	margin: 0 0 8px;
	text-align: center;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1156px;
	margin: 0 auto;
}
.main .bana li {
	padding-left: 0;
	width: 187px;
	margin: 16px 3px 0;
}
.main .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.main .bana li::before,
.main .bana li::after {
	display: none;
}
.main .bana li .window {
	margin-top: 5px;
}
	@media only screen and (max-width: 768px) {
		.main .bana li {
			margin: 12px 0 0;
			padding: 0 4px;
			width: 33.333%;
		}
		.main .bana h2{
			padding: 14px 0px 12px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .bana li {
			width: 50%;
		}
	}
/**** RSSのスタイル ****/
.rss {
	margin-top: 24px;
}
.rss .rss_lower{
	
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
/**** RSSアイコンのスタイル ****/
a.rss_icon{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	font-size: 81.25%;
	text-decoration: none;
	text-shadow: 1px 1px 0 #B45C00, -1px 1px 0 #B45C00, 1px -1px 0 #B45C00, -1px -1px 0 #B45C00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	letter-spacing: -0.01px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
a.rss_icon img{
	margin-left: 4px;
	height: auto;
	width: 16px;
}
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	font-size: 68.75%;
	text-decoration: none;
	text-shadow: 1px 1px 0 #B45C00, -1px 1px 0 #B45C00, 1px -1px 0 #B45C00, -1px -1px 0 #B45C00;
	vertical-align: middle;
	padding: 3px 28px 1px 6px;
	letter-spacing: -0.01px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
}
/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin-top: 24px;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.image .image_img {
	display: block;
}
.image .image_img img{
	width: auto;
	margin: 0;
	transform: none;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 0px 25px 10px;
}
/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
/**** オプションのスタイル ****/
.option {
	margin-top: 24px;
	background: #fff;
	border-radius: 47px;
	padding: 8px 25px 30px;
}
.main .option_lower {
	
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
}
.main .faq_new_lower {
	
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
}
.main .popular_lower {
	
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/********************** 領域1個別のスタイル **********************/
.zone01{
	background: #FFF8E8;
	padding: 43px 0 130px;
}
.zone01_in{
	max-width: 1224px;
	padding: 0 12px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px){
	.zone01{
		padding: 44px 0 60px;
	}
}
/**** イベント ****/
.event_wrap{
	display: flex;
	position: relative;
}
.event_wrap .scroll_img{
	width: 50%;
	margin-right: 32px;
}
.event_wrap .scroll_img:last-child{
	margin-right: 0;
}
.event_wrap .event::before{
	content: "";
	display: block;
	width: 130px;
	height: 140px;
	background: url(img/kos_bal03.png) no-repeat 0 0/contain;
	position: absolute;
	bottom: -240px;
	left: -175px;
	 transform: translateX(-10px);
	transition: 5s;
}
.event_wrap .scrollin .event::before{
	animation: anime_bal 2s linear 1s 2 forwards, anime_bal_1 4s ease 1s 1 forwards;
}
.event_wrap .calendar::after{
	content: "";
	display: block;
	width: 142px;
	height: 160px;
	background: url(img/kos_bal04.png) no-repeat 0 0/contain;
	position: absolute;
	top: 270px;
	right: -120px;
	 transform: translateX(-10px);
	transition: 5s;
}
.event_wrap .scrollin .calendar::after{
	animation: anime_bal 2s linear 2 forwards, anime_bal_2 4s ease 1 forwards;
}
.main .event_wrap h2{
	padding: 8px 16px 20px;
}
@keyframes anime_bal{
	0% {
        transform: translateX(-12px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
       transform: translateX(-12px);
    }
}
@keyframes anime_bal_1{
	0% {
        bottom: -240px;
    }
    100% {
       bottom: -40px;
    }
}
@keyframes anime_bal_2{
	0% {
        top: 270px;
    }
    100% {
       top: 70px;
    }
}
@media only screen and (max-width: 768px){
	.event_wrap{
		display: block;
	}
	.event_wrap .event::before{
		left: auto;
		bottom: auto;
		width: 82px;
		top: 70px;
		right: -45px;
		height: 100px;
		background: url(img/kos_bal04.png) no-repeat 0 0/contain;
	}
	.event_wrap .calendar::after{
		right: auto;
		top: auto;
		width: 80px;
		height: 90px;
		bottom: -200px;
		left: -25px;
		background: url(img/kos_bal03.png) no-repeat 0 0/contain;
	}
	.event_wrap .scrollin .event::before{
		animation: anime_bal 2s linear 2 forwards, anime_bal_2 4s ease 1 forwards;
	}
	.event_wrap .scrollin .calendar::after{
		animation: anime_bal 2s linear 1s 2 forwards, anime_bal_1 4s ease 1s 1 forwards;
	}
	@keyframes anime_bal_1{
		0% {
	        bottom: -200px;
	    }
	    100% {
	       bottom: -65px;
	    }
	}
	@keyframes anime_bal_2{
		0% {
	        top: 70px;
	    }
	    100% {
	       top: -70px;
	    }
	}
	.event_wrap .scroll_img{
		margin: 0 0 24px;
		width: 100%;
	}
	.event_wrap .event h2,
	.event_wrap .calendar h2{
		padding: 14px 0px 16px;
		background: url(img/kos_sp_head_img.svg) repeat-x 0 bottom/60px;
		margin-bottom: 8px;
	}
}
/**** 重要なお知らせ ****/
.important{
	position: relative;
}
.important::after{
	content: "";
	display: block;
	width: 62px;
	height: 130px;
	background: url(img/kos_bal05.png) no-repeat 0 0/contain;
	position: absolute;
	top: 90px;
	right: -140px;
}
.important .pickup {
	margin-top: 55px;
	padding: 0;
}
.important h2{
	background: #FEDD77;
	border-radius: 47px 47px 0 0;
	padding: 8px 16px 20px;
}
.main .important .pickup_lower{
	background: #fff;
	padding: 8px 25px 30px;
	border-radius: 0 0 47px 47px;
}
.main .important li::before{
	background: url(img/kos_list_mark2.svg) no-repeat;
}
@media only screen and (max-width: 768px){
	.important h2{
		padding: 14px 0px 12px;
	}
}
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone01 .ilist_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .more li{
		width: calc(100% - 2px);
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}

/********************** 領域2個別のスタイル **********************/
.zone02{
	background: #FFD3A6;
	position: relative;
	padding: 60px 0 0;
}
.zone02::before{
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(img/kos_bg03.svg) repeat-x center top/514px;
}
.zone02::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 83px;
	background: url(img/kos_bg04.svg) repeat-x center top/514px;
	z-index: 1;
}
.zone02_in{
	max-width: 1224px;
	padding: 0 12px 168px;
	margin: 0 auto;
	position: relative;
}
.zone02_in::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: -40px;
	width: calc(100% + 80px);
	background: url(img/kos_bg02.png) no-repeat center top/100%;
	height: 137px;
	z-index: 2;
}
.topics_pic_wrap{
	display: flex;
}
.main .topics_pic_wrap h2{
	padding: 8px 16px 20px;
}
.topics_pic_wrap .topics{
	width: calc(100% - 312px);
}
@media only screen and (max-width: 768px){
	.zone02{
		padding: 40px 0 0;
	}
	.zone02_in{
		padding: 0 12px 68px;
	}
	.zone02_in::after{
		bottom: -20px;
		left: -50px;
		height: 97px;
	}
	.zone02::before{
		background-size: 305px;
		top: -20px;
	}
	.zone02::after{
		background-size: 305px;
	}
	.main .topics_pic_wrap h2{
		padding: 14px 0px 12px;
	}
}
/**** ピックアップ ****/
.picup{
	width: 280px;
	margin-left: 32px;
}
.main .picup h2{
	position: absolute;
	z-index: -1;
}
.main .picup .ilist2_lower ul{
	flex-wrap: wrap;
}
.main .picup .ilist2_lower ul > li{
	width: 100%;
	margin: 0 0 20px;
}
.main .picup .ilist2_lower ul > li:last-child{
	margin-bottom: 0;
}
.main .picup .ilist_in{
	display: flex;
}
.main .picup .ilist2_lower ul > li .ilist_left{
	width: 64px;
}
.main .picup .ilist2_lower ul > li .ilist_right{
	width: calc(100% - 92px);
	margin-left: 28px;
}
@media only screen and (max-width: 768px){
	.topics_pic_wrap{
		display: block;
	}
	.topics_pic_wrap .topics,
	.picup{
		width: 100%;
		margin: 0;
	}
	.main .picup .ilist2_lower ul > li:nth-of-type(n){
		width: calc(50% - 8px);
		margin-right: 16px;
		margin-bottom: 20px;
	}
	.main .picup .ilist2_lower ul > li:nth-of-type(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 480px){
	.main .picup .ilist2_lower ul > li:nth-of-type(n){
		width: 100%;
		margin-right: 0;
	}
}
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone02 .ilist_lower ul > li{
		width: calc((100% - 24.1px) / 3);
	}
	.main .zone0102 .zone02 .ilist_lower ul > li:nth-of-type(3n){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li{
		width: calc((100% - 12.1px) / 2);
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li:nth-of-type(even){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .bana ul{
		justify-content: center;
	}
}
/********************** 領域3個別のスタイル **********************/
.zone03{
	background: #FFFBCE url(img/kos_bg05.png) 0 0/185px;
	position: relative;
	padding: 120px 0 140px;
}
.zone03_in{
	max-width: 1224px;
	padding: 0 12px 0;
	margin: 0 auto;
}
.main .zone03 h2{
	font-size: 155%;
}
@media only screen and (max-width: 768px){
	.zone03{
		padding: 40px 0 100px;
	}
}
/**** 施設の紹介 ****/
.main .sisetu h2{
	padding: 8px 16px 20px;
}
.main .sisetu .ilist_lower ul > li{
	width: calc((100% - 72.1px) / 4);
	margin-right: 24px;
	margin-top: 20px;
}
.main .sisetu .ilist_lower ul > li:nth-of-type(4n){
	margin-right: 0;
}
.main .sisetu .ilist_lower ul > li a{
	padding: 0;
	overflow: hidden;
}
.main .sisetu .ilist_lower .ilist_right{
	padding: 12px 16px;
	margin-top: 0;
}
@media only screen and (max-width: 768px){
	.main .sisetu .ilist_lower{
		padding: 0 15vw 0;
	}
	.main .sisetu .ilist_lower ul > li:nth-of-type(n){
		width: calc((100% - 24.1px) / 2);
		margin-right: 24px;
	}
	.main .sisetu .ilist_lower ul > li:nth-of-type(2n){
		margin-right: 0;
	}
	.main .sisetu h2{
		padding: 14px 0px 12px;
	}
}
@media only screen and (max-width: 480px){
	.main .sisetu .ilist_lower ul > li:nth-of-type(n){
		width: 100%;
		margin-right: 0px;
	}
}
/**** 関連サイト ****/
.main .kanren h2{
	padding: 8px 16px 20px;
}
.kanren .ilist{
	max-width: 772px;
	margin: 94px auto 0;
}
.main .kanren .ilist_lower ul > li a{
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}
.main .kanren .ilist_lower ul > li a:hover{
	box-shadow: none;
	opacity: 0.8;
	transform: none;
}
.main .kanren .ilist_lower ul > li{
	width: calc((100% - 100.1px) / 3);
	margin-right: 50px;
}
.main .kanren .ilist_lower ul > li:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width: 768px){
	.kanren .ilist{
		margin: 54px auto 0;
	}
	.main .kanren h2{
		padding: 14px 0px 12px;
	}
}
@media only screen and (max-width: 480px){
	.main .kanren .ilist_lower ul{
		display:block;
	}
	.main .kanren .ilist_lower ul > li:nth-of-type(n){
		width: 100%;
		max-width: 224px;
		margin: 12px auto 0;
	}
}

/********************** 領域4個別のスタイル **********************/
.zone04{
	background: #fff;
	position: relative;
	padding: 30px 0 0;
}
.zone04::before{
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(img/kos_bg06.svg) repeat-x center top/514px;
}
.zone04_in{
	max-width: 1224px;
	padding: 0 12px 118px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px){
	.zone04{
		padding: 10px 0 0;
	}
	.zone04::before{
		top: -20px;
		background-size: 305px;
	}
	.zone04_in{
		padding: 0 12px 68px;
	}
}

/********************** 中ページのスタイル **********************/
body.inbody {
}
.inbody .h_main .h1{
	width: calc(40vw + 86px);
	max-width: 500px;
	padding-right: 86px;
}
.inbody .h_main .h1 a{
	position: relative;
	text-decoration: none;
	display: block;
}
.inbody .h_main .h1 a span{
	display: block;
	background: #84684C;
	color: #fff;
	position: absolute;
	right: -85px;
	width: 78px;
	bottom: 20px;
	font-size: 85%;
	border-radius: 100px;
	text-align: center;
	padding: 1px;
}
.inbody .main_footer{
	margin-top: 240px;
}
.inbody .foot_modori a{
	background: #fff;
}
.inbody .foot_modori a:hover{
	background: #FFFBCE;
}
.inbody .date{
	margin-left: 8px;
}
@media only screen and (max-width: 768px){
	.inbody .main_footer{
		margin-top: 220px;
	}
	.inbody .foot_modori a{
		top: -170px;
	}
	.inbody .h1_sub{
		display: block;
		position: relative;
		width: 30vw;
		margin: 0 0 -16px 20px;
	}
}
@media only screen and (max-width: 480px){
	.inbody .h_main .h1{
		padding-right: 0;
		width: 60vw;
		margin-top: 0;
		padding-bottom: 6px;
	}
	.inbody .h_main .h1 a span{
		font-size: 75%;
		width: 64px;
		right: calc(50% - 30px);
		bottom: -20px;
	}
	.inbody .h1_sub{
		width: 44vw;
	}
}
/**** パンくずリストのスタイル ****/
.pankuzu li::after{
	border-left: 8px solid #84684c;
}
/**** 中ページメインのスタイル ****/
.main_naka_h1{
	margin: 17px auto 24px;
}
.main_naka_h1 h1 {
	padding: 30px 110px 30px 24px;
	font-size: 200%;
	background: url(img/kos_naka_h1img.png) no-repeat 98% center /90px, url(img/kos_h1_bg.png) repeat top left /90px;
	border-radius: 20px;
	color: #6a4724;
	position: relative;
	overflow: hidden;
}
.main_naka_h1 h1::before,
.main_naka_h1 h1::after{
	content: "";
	width: calc(100% - 40px);
	position: absolute;
	background-image: linear-gradient(to right, #fff, #fff 12px, transparent 2px, transparent 8px);
	background-size: 23px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
	left: 20px;
	height: 3px;
}
.main_naka_h1 h1::before{
	top: 5px;
}
.main_naka_h1 h1::after{
	bottom: 5px;
}
.main_naka h2 {
	background: #FFD3A6;
	font-size: 136%;
	padding: 10px 16px;
	margin: 16px 0 0;
	width: 100%;
	border-radius: 20px;
	color: #6B4723;
}
.main_naka h3 {
	margin: 20px 0 0;
	padding-left: 12px;
	border-left: 4px solid #84684c;
	font-size: 120%;
}
.main_naka h4 {
	margin: 20px 0 0;
	border-bottom: 2px solid #84684c;
	font-size: 110%;
}
.main_naka li {
	position: relative;
	padding-left: 26px;
}
.main_naka li::before {
	content: '';
	position: absolute;
	top: 4px;
	width: 10px;
	height: 14px;
	left: 6px;
	background: url(img/kos_list_mark.svg) no-repeat;
	z-index: 1;
}
.main_naka li p {
	margin-top: 4px;
	font-size: 85%;
}
	@media only screen and (max-width: 768px) {
		.main_naka_h1 h1{
			padding: 30px 80px 30px 24px;
			background: #fedd77 url(img/kos_naka_h1img.png) no-repeat 98% 70% /80px;
		}
		.main_naka_h1{
			padding: 0 10px;
			width: 100%;
		}
		.main_naka{
			padding: 0 10px;
			width: 100%;
		}
	}

/**** 各課のホームページ・カテゴリごとの緊急情報のスタイル ****/
/**** 分類のスタイル ****/
.design .main_naka .cat_new{
	padding: 20px 20px 50px;
	background: #fff;
	border-radius: 27px;
}
.design .main_naka .cat_new h2 {
  margin-top: 0;
  background: #FFFBCE;
  border-radius: 10px;
}
.design .main_naka .cat_new .date{
	margin-left: 0;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .cat_new .date{
			padding-top: 2px;
		}
		.main_naka{
			padding: 0 10px;
			width: 100%;
		}
	}

.design .main_naka .page_left_box .category_end{
	padding: 4px 12px 12px;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01,
.design .main_naka .page_left_box .cate_post02{
	border-radius: 20px;
	box-shadow: #F7D088 4px 5px 0;
	border: none;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01:hover,
.design .main_naka .page_left_box .cate_post02:hover{
	box-shadow: #F7D088 2px 2px 0;
	transform: translate(2px, 3px);
}
.design .main_naka .page_left_box .page_left_flex .cate_post01 h2,
.design .main_naka .page_left_box .cate_post02 h2{
	border-radius: 20px;
}
.design .main_naka .cate_post02 li, .design .main_naka .category_end li{
	border-bottom: 1px dashed #84684c;
}

.design .main_naka .page_right{
	background: #fff;
	border-radius: 20px;
}
.design .main_naka .page_right ul {
	border:none;
	margin-top: 0;
}


/* バナー広告 */
.design .main_naka .bana h2{
	background: transparent;
	color: #333;
	border-bottom: 2px dashed #ffb819;
	padding: 8px 8px 6px;
	border-radius: 0;
}


/********************** 記事ページのスタイル **********************/
/**** 記事ページ右メニューのスタイル ****/
.waku .kiji_sub .kiji_aside{
	background: transparent;
}
.waku .kiji_sub .kiji_aside.catall h2{
	background: transparent;
}
.waku .kiji_sub .kiji_aside > ul{
	background: #fff;
	border: none;
	border-radius: 0 0 20px 20px;
	padding: 1px 8px 12px;
}
.waku .kiji_sub .kiji_aside li{
	padding-left: 26px;
}
.waku .kiji_sub .kiji_aside li::before{
	content: '';
	position: absolute;
	top: 4px;
	width: 10px;
	height: 14px;
	left: 6px;
	background: url(img/kos_list_mark.svg) no-repeat;
	z-index: 1;
	border: none;
	transform: none;
}
.waku .kiji_sub .kiji_aside h2{
	padding: 10px 8px 8px;
	border: 4px solid #fff;
	border-bottom: 0;
	background: #fffbce;
	border-radius: 20px 20px 0 0;
}
/*お問い合わせフォーム*/
.inkiji .main_naka .kiji_aside{
	background: #fff;
	border: none;
	border-radius: 20px;
	padding: 20px;
}
.inkiji .main_naka .kiji_aside h2{
	background: transparent;
	border-bottom: 2px dashed #fedd77;
	padding: 4px 0px 10px;
	border-radius: 0;
}
.waku .kiji_sub .kiji_aside.syosai_sonota{
	background: #fff;
	border-radius: 20px;
	border: none;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	background: transparent;
	border-bottom: 2px dashed #ffa060;
	color: #333;
	padding: 4px 4px 8px;
}

.design .main_naka .route_box h2{
	background: transparent;
	border-bottom: 2px dashed #84684c;
	border-radius: 0;
}
.design .route li::after{
	border-left: 8px solid #84684c;
}

.innew .design .main_naka .new_post li{
	border-bottom: 1px dashed #84684c;
}
.main_naka .page_head{
	background-color: #fffbce;
}