@charset "UTF-8";

/*---------------------------------------------
  Reset
-----------------------------------------------*/
/* --------  768〜　PC調整   --------*/
/*@media screen and ( min-width:768px) {
}*/
/* --------  〜767　スマホ調整   --------*/
/*@media screen and ( max-width:767px) {
}*/



/*---------------------------------------------
  公表書類
-----------------------------------------------*/
.main-documents-list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3em!important;
}
.main-documents-list:after {
	content:"";
	display: block;
	width:49%;
}
.documents-list li {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2em!important;
}
.documents-list li:after {
	content:"";
	display: block;
	width:50%;
}
.documents-list li h3 {
  	position: relative;
}
.documents-list li h3:before {
  	content: "●";
	color: #ff9873;
	position: absolute;
	left: -1.3em;
	top: 0;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.main-documents-list li {
  	width: 49%;
	display: block;
}
.main-documents-list li a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: .7em .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
}
.documents-list li:after{
	content:"";
	display: block;
	width:32%;
}
.documents-list li h3 {
  	width: 100%;
	font-size: 20px;
	margin-bottom: 15px;
}
.documents-list li .keikaku-txt {
  	width: 100%;
	margin-bottom: 10px;
}
.documents-list li p {
  	width: 32%;
	display: block;
	margin: 0 0 10px;
}
.documents-list li p a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
}
.main-documents-list li a:hover,
.documents-list li p a:hover {
	background: none;
	border: solid 3px #ff6731;
	background-color: #ff6731;
	color: #FFF;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.main-documents-list {
  	padding-left: 0!important;
}
.main-documents-list li {
  	list-style: none!important;
}
.documents-list {
  	padding-left: 1.4em!important;
}
.documents-list li h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
.main-documents-list li,
.documents-list li p {
	margin: 0 0 1em;
	width: 100%;
}
.main-documents-list li a,
.documents-list li p a {
	display: block;
	padding: .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
}
}



/*---------------------------------------------
  計画
-----------------------------------------------*/
.keikaku-list li {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-bottom: 2em!important;
}
.keikaku-list li::after{
	content:"";
	display: block;
	width:50%;
}
.keikaku-list li h3 {
  	position: relative;
}
.keikaku-list li h3:before {
  	content: "●";
	color: #ff9873;
	position: absolute;
	left: -1.3em;
	top: 0;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.keikaku-list li h3 {
  	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
}
.keikaku-list li .keikaku-txt {
  	width: 100%;
	margin-bottom: 10px;
}
.keikaku-list li .keikaku-txt p {
  	width: 100%;
	margin-bottom: 5px;
}
.keikaku-list li p.keikaku-btn {
  	width: 50%;
}
.keikaku-list li p.keikaku-btn a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
}
.keikaku-list li p.keikaku-btn a:hover {
	background: none;
	border: solid 3px #ff6731;
	background-color: #ff6731;
	color: #FFF;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.keikaku-list {
  	padding-left: 1.4em!important;
}
.keikaku-list li h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
.keikaku-list li p {
	margin: 0 0 1em;
	width: 100%;
}
.keikaku-list li p.keikaku-btn a {
	display: block;
	padding: .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
}
}




/*---------------------------------------------
  沿革
-----------------------------------------------*/
.history-list {
	padding-left: 0;
}
.history-list li {
	list-style: none!important;
}
.history-list li h4,
.history-list li p {
	width: 100%;
	max-width: auto;
}

.history-list li {
	border-left: solid 2px #b6a58a;
	padding: 1em 1.5em 5px;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.history-list li h4 {
	margin-top: 0!important;
	margin-bottom: 1em!important;
	position: relative;
}
.history-list li h4:before {
	content: "●";
	color: #2d338d;
	font-size: 18px;
	position: absolute;
	left: -1.95em;
	top: .1em;
}

.about .history-list {
	width: 100%;
	max-width: 100%;
}

/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.about .sub-content-sec .back-btn {
	margin-top: 3em!important;
}

}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.history-list {
	width: 100%!important;
	margin-bottom: 0!important;
}
.history-list {
	padding-left: 25px!important;
}
.history-list li {
	padding: 1em 15px 5px!important;
}
.history-list li h4:before {
	left: -25px;
	top: 0;
}
}




/*---------------------------------------------
  広報紙（右京区社協について内）
-----------------------------------------------*/
.koho-list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3em!important;
}
.koho-list:after {
	content:"";
	display: block;
	width:49%;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.koho-list li {
  	width: 49%;
	display: block;
}
.koho-list li a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: .7em .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
}
.koho-list li a:hover {
	background: none;
	border: solid 3px #ff6731;
	background-color: #ff6731;
	color: #FFF;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.koho-list {
  	padding-left: 0!important;
}
.koho-list li {
  	list-style: none!important;
}
.koho-list li {
	margin: 0 0 1em;
	width: 100%;
}
.koho-list li a {
	display: block;
	padding: .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
}
}




/*---------------------------------------------
  事業・サービス一覧
-----------------------------------------------*/
.service-sec {
	padding-bottom: 5em;
}
.service-list li {
	list-style-type: disc;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
.service-list li:last-child {
	margin-bottom: 0;
}
.service-list li a {
	background: linear-gradient(transparent 98%, #000 0%);
	display: inline;
	/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
	padding: 0 0px 4px;
	line-height: 2.3;
}
.service-list li a:hover {
	background: linear-gradient(transparent 98%, #fe7758 0%);
	color: #fe7758;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.service-list {
	padding-left: 1.5em;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.service-sec {
	padding-bottom: 2em;
}
.service-list {
	padding-left: 1em;
}
}




/*---------------------------------------------
  アクセス
-----------------------------------------------*/
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.ukyoku-map {
	width: 93%;
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.ukyoku-map iframe {
	width: 100%;
	height: 450px;
}
.traffic-access li {
	background-image: url("../img/icon_bus.svg");
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
}
.traffic-train li {
	background-image: url("../img/icon_train.svg");
	background-size: 20px auto;
	background-position: left 4px top 2px;
}
.traffic-bus li {
	background-image: url("../img/icon_bus.svg");
	background-position: left top 7px;
	background-size: 25px auto;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.ukyoku-map {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	margin-bottom: 1.5em;
	line-height: 2;
}
.ukyoku-map iframe {
	width: 100%;
	height: 300px;
}
.traffic-access li {
	background-image: url("../img/icon_bus.svg");
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
}
.traffic-access {
	padding-left: 0!important;
}
.traffic-bus {
	margin-bottom: 0!important;
}
.traffic-train li {
	background-image: url("../img/icon_train.svg");
	background-size: 20px auto;
	background-position: left 4px top 2px;
}
.traffic-bus li {
	background-image: url("../img/icon_bus.svg");
	background-position: left top 7px;
	background-size: 25px auto;
}
}





/*----------------------------------------------------
   学区社協の紹介
----------------------------------------------------*/
.local-info .gakku-list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.local-info .gakku-list li {
  	width: 30%;
	margin-bottom: .5em;
}
.local-info .gakku-list li a {
  	display: block;
	border: solid 3px #fad2c3;
	box-sizing: border-box;
	padding: .5em;
	text-align: center;
	border-radius: 5px;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
#ukyouku-area {
	/*padding: 30px 0;*/
	position: relative;
	z-index: 80;
}
#ukyouku-area:before {
	display: none;
}
#ukyouku-area .w-inner {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.area-map {
	width: 45%;
	position: relative;
	z-index: 80;
	padding: 30px 0;
	box-sizing: border-box;
}
.local-info {
	width: 55%;
	padding-left: 15%;
	padding-right: 20px;
	box-sizing: border-box;
}
.local-info .gakku-list li a:hover {
	border: solid 3px #ff6731;
	color: #ff6731;
}
.area-map .area-inner {
	position: relative;
	z-index: 90;
}
.area-map .area-choice {
	width: 40%;
	max-width: 150px;
	height: 0;
	padding-top: 32%;
	background-image: url("../img/area_choice_pc.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 94%;
	top: 10%;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( min-width:768px) and ( max-width:849px) {
.local-info .gakku-list li a {
  	font-size: 15px;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
#ukyouku-area {
	padding: 0px 0 20px;
	position: relative;
	z-index: 80;
}
.area-map,
.local-info {
	width: 92%;
	margin: 0 auto;
}
.area-map .area-inner {
	position: relative;
	z-index: 90;
}
.area-map .area-choice {
	width: 80%;
	max-width: 120px;
	margin: 1.5em auto 0;
	height: 0;
	padding-top: 30%;
	background-image: url("../img/area_choice_sp.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( min-width:768px) and ( max-width:850px) {
.area-map .area-choice {
	width: 40%;
	max-width: 120px;
	position: absolute;
	left: 94%;
	top: 10%;
}
}


/*----------------------------------------------------
   学区社協のマップ
----------------------------------------------------*/
.area-map .cls-1 {
	fill: #fad2c3;
}
.area-map .cls-2 {
	fill: #fff;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.area-map a:hover .cls-1 {
	fill: #ff6731;
}
.area-map a:hover #txt-keihoku,
.area-map a:hover #txt-utano,
.area-map a:hover #txt-touin,
.area-map a:hover #txt-mizuo,
.area-map a:hover #txt-saiin2,
.area-map a:hover #txt-saiin1,
.area-map a:hover #txt-yamanouchi,
.area-map a:hover #txt-yasui,
.area-map a:hover #txt-hanazono,
.area-map a:hover #txt-omuro,
.area-map a:hover #txt-umedu,
.area-map a:hover #txt-kitaumedu,
.area-map a:hover #txt-minamiuzumasa,
.area-map a:hover #txt-tokiwano,
.area-map a:hover #txt-nishikyougku,
.area-map a:hover #txt-kuzuno,
.area-map a:hover #txt-uzumasa,
.area-map a:hover #txt-sagano,
.area-map a:hover #txt-arashiyama,
.area-map a:hover #txt-hirosawa,
.area-map a:hover #txt-saga,
.area-map a:hover #txt-takao,
.area-map a:hover #txt-keihoku {
	fill: #FFF;
}
}



/*---------------------------------------------
  検索結果
-----------------------------------------------*/
.search-info {
	background-color: #ffefae;
	padding: 2em 1em 1.5em;
	margin-bottom: 3em;
	/*border-radius: 10px;*/
}
.search-box .search_container {
	border: 1px solid #CCC;
	display: block;
	padding: 3px 20px;
	border-radius: 60px;
	height: 2.3em;
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	box-sizing: border-box;
}
.search-box .search_container input[type="text"] {
	width: 95%;
}
.search-info .result-number {
	margin: 1.5em 1em 0;
}
.search-list li {
	border-bottom: dashed 1px #949494;
}
.search-list li a {
	display: block;
	padding: 25px 0;
}
.search-list .result-category {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.search-list .result-category p {
  	font-size: 12px;
	font-weight: 400;
	border-radius: 5px;
	text-align: center;
	padding: 0.2em .8em;
	margin-bottom: 7px;
	margin-right: 1em;
	line-height: 1.4;
}
.search-list .search-highlight {
	background-color: #ffefae;
	display: inline-block;
	padding: 0 3px;
	line-height: 1.5;
}
.search-list h3 {
	background: linear-gradient(transparent 98%, #000 0%);
	display: inline;
	/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
	padding: 0 0px 4px;
	line-height: 2.3;
	font-size: 17px;
}
.search-list .result-txt {
	margin-top: 10px;
	color: #7A7A7A;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.search-list {
	margin-bottom: 3.5em;
}
.search-list li a {
	padding: 1.5em ;
}
.search-list .result-category {
	margin-bottom: .3em;
}
.search-list .result-txt {
	margin-top: 1em;
	font-size: 14px;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.search-list .result-txt {
	margin-top: 1em;
	font-size: 13px;
}
}







/*----------------------------------------------------
   京北事務所のお知らせ
----------------------------------------------------*/
.news-list .not-news {
	text-align: center;
}
.news-list .up-days p {
	margin-bottom: 1em;
	font-size: 17px;
}
.news-list .up-days p span.new {
	padding: 0 1em;
	margin-right: 1em;
	font-size: 11px;
	display: inline-block;
	background-color: #de0000;
	color: #FFF;
	border-radius: 60px;
	vertical-align: middle;
}
.news-list .list-txt {
	margin-top: .8em;
}
.news-list .list-pht {
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-list .list-txt .news-category {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin: 1em 0 .5em;
}
.news-list .list-txt .news-category p {
  	font-size: 13px;
	font-weight: 400;
	border-radius: 5px;
	text-align: center;
	padding: 0.2em .8em;
	margin-right: .5em;
	margin-bottom: .5em;
	line-height: 1.4;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
}
.news-list .list-txt .news-category p.cate-news {
	background-color: #ff9f94;
}
.news-list .list-txt .news-category p.cate-senior {
	background-color: #89dbd8;
}
.news-list .list-txt h4 {
	letter-spacing: 0.05em;
	font-weight: 400;
}
.news-list .no-img {
	background-image: url("../img/no_img.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75px auto;
	box-sizing: border-box;
	background-color: #f6f6f6;
}

.syakyo-keihoku .news {
	padding: 0px;
	border: solid 2px #ff9873;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 4em;
}
.syakyo-keihoku .news-list {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.syakyo-keihoku .slick-dotted.slick-slider {
	margin-bottom: 20px;
}
.syakyo-keihoku .news-slide-btn {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.syakyo-keihoku .news-slide-dot {
	display: inline-block;
}
.syakyo-keihoku .slick-dots {
	position: relative;
	bottom: auto;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.syakyo-keihoku .slick-dots li {
	vertical-align: middle;
	margin: 0 1px;
}
.syakyo-keihoku .slick-dots li button:before {
	font-size: 12px;
}
.syakyo-keihoku .slick-dots li.slick-active button:before {
	color: #6a3e00;
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1!important;
}
.syakyo-keihoku .news-slide-btn .slick-prev,
.syakyo-keihoku .news-slide-btn .slick-next {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	display: inline-block!important;
	vertical-align: middle;
	transform: none;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: solid 2px #ff9873;
	background-color: #FFF;
	box-sizing: border-box;
}
.syakyo-keihoku .news-slide-btn .slick-prev {
	margin-right: 10px;
}
.syakyo-keihoku .news-slide-btn .slick-next {
	margin-left: 10px;
}
.syakyo-keihoku .news-slide-btn .slick-prev,
.syakyo-keihoku .news-slide-btn .slick-next,
.syakyo-keihoku .news-slide-btn .slick-prev:before,
.syakyo-keihoku .news-slide-btn .slick-next:before {
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1!important;
}
.syakyo-keihoku .news-slide-btn .slick-prev:hover,
.syakyo-keihoku .news-slide-btn .slick-next:hover,
.syakyo-keihoku .news-slide-btn .slick-prev:hover:before,
.syakyo-keihoku .news-slide-btn .slick-next:hover:before {
	filter:Alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85!important;
}
.syakyo-keihoku .news-slide-btn .slick-prev:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #ff9873 transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.syakyo-keihoku .news-slide-btn .slick-next:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #ff9873;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.syakyo-keihoku .btn-news {
	/*margin: 2em auto 0;
	width: 86%;
	max-width: 425px;*/
}
.syakyo-keihoku .btn-news a,
.syakyo-keihoku .not-btn-news {
	display: block;
	color: #FFF;
	background-color: #ff9873;
	text-align: center;
	padding: .8em 1em;
	font-size: 22px;
	box-sizing: border-box;
	position: relative;
	font-weight: 500;
}
.syakyo-keihoku .btn-news a span {
	font-size: 13px;
	display: inline-block;
	position: relative;
	padding: .6em 2em;
	background-color: #FFF;
	border-radius: 100px;
	color: #ff9873;
	line-height: 1;
}
.syakyo-keihoku .btn-news a span:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #ff9873;
	border-right: solid 2px #ff9873;
	position: absolute;
	right: .7em;
	top: 50%;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-ms-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}
.syakyo-keihoku .news .not-news {
	text-align: center;
	width: 96%;
	margin: 40px auto;
}

/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.news-list {
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.syakyo-keihoku .news-list {
	display: block;
	margin-bottom: 20px;
}
.news-list:after {
	content:"";
	display: block;
	width:30%;
}
.news-list .list-txt h4 {
	font-size: 17px;
}
.news-list li {
	box-sizing: border-box;
	padding: 5px 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 33%;
	margin-bottom: 3em;
}
.syakyo-keihoku .news-list li {
	width: auto;
	margin-bottom: 0;
}
.news-list li a {
	display: block;
	/*height: 100%;*/
	padding: 35px 25px 35px;
	background-color: #FFF;
	border-radius: 20px;
	box-sizing: border-box;
	border: solid 1px #e4e4e4;
	box-shadow: 0px 1px 6px 0px rgba(218,212,185,0.7);
}

.news-list li:hover {
	transform:scale(1.03,1.03);
}
/*.news-list li a:hover {
	border: solid 2px #ffe47a;
}*/

.syakyo-keihoku .slick-slide {
	padding: 10px 0;
}
.syakyo-keihoku .btn-news a:hover {
	background-color: #ff6731;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( min-width:768px) and ( max-width:945px) {
.news-list li {
	width: 48%;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.news-list {
	width: 92%;
	margin: 0 auto 1.5em;
}
.news-list li {
	/*margin-bottom: 1.5em;*/
	border-top: dashed 1px #CCC;
}
.news-list li:last-child {
	margin-bottom: 0;
	border-bottom: dashed 1px #CCC;
}
.news-list li a {
	padding: 20px 0;
	/*background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0px 1px 5px 0px rgba(218,212,185,0.7);
	border: solid 1px #CCC;*/
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.news-list li a .up-days {
	width: 100%;
	height: auto;
	margin-bottom: .5em;
}
.news-list li a .up-days p {
	margin-bottom: 0;
	font-size: 16px;
}
.news-list li a .up-days p span {
	vertical-align: text-bottom;
}
.news-list li a .list-pht {
	width: 30%;
	height: auto;
}
.syakyo-keihoku .news-list li a .list-pht {
	height: auto!important;
	min-height: 85px;
}
.news-list li a .list-txt {
	width: 70%;
	margin-top: 0;
	box-sizing: border-box;
	padding: .5em 0 .5em 1em;
}
.news-list li a .list-txt h4 {
	font-size: 14px;
}
.news-list .list-txt .news-category {
	margin: 0 0 .3em;
}
.news-list .list-txt .news-category p {
  	font-size: 10px;
	font-weight: 500;
	margin-right: .7em;
}
.news-list .news-slide-btn {
	display: none;
}

.syakyo-keihoku .news {
	/*width: 96%;
	margin: 0 auto;*/
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.syakyo-keihoku .news .news-list {
	margin-top: 0;
	border-bottom: dashed 1px #CCC;
	width: 92%;
}
.syakyo-keihoku .news .news-list li {
	border: none;
}
.syakyo-keihoku .news-slide-btn {
	margin-bottom: 0;
}
.syakyo-keihoku .news-slide-btn .slick-prev,
.syakyo-keihoku .news-slide-btn .slick-next {
	width: 36px;
	height: 36px;
}
.syakyo-keihoku .news-slide-btn .slick-prev:before {
	border-width: 6px 12px 6px 0;
}
.syakyo-keihoku .news-slide-btn .slick-next:before {
	border-width: 6px 0 6px 12px;
}

.syakyo-keihoku .btn-news a,
.syakyo-keihoku .not-btn-news {
	font-size: 18px;
}
.syakyo-keihoku .btn-news a span {
	font-size: 12px;
}
.syakyo-keihoku .btn-news a span:after {
	width: 4px;
	height: 4px;
}
.news-list .no-img {
	background-size: 40px auto;
}

}

/*---------------------------------------------
  リンク
-----------------------------------------------*/
.link-list {
  	padding-left: 0!important;
}
.link-list li {
  	list-style: none!important;
}
.link-list li a {
  	display: block;
	text-align: left;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.link-list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.link-list li {
  	width: 47%;
	margin-bottom: 20px!important;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.link-list li {
	margin-bottom: 20px!important;
}
}



.privacy ol li{
	margin: 1.5em 0;
}




