﻿@charset "utf-8";
/*------------------------
header
------------------------*/



/*------------------------
情報情報
------------------------*/

.kinkyu_info {
    margin: 0 auto;
    background: #FFF;
    border: 4px solid #b21b43;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-align: left;
    overflow: hidden;
    display: table;
    width: 1240px;
    box-sizing: border-box;
}

.kinkyu_info h2 {
    margin: 0;
    padding: 8px;
    line-height: 1.5em;
    text-align: center;
    color: #FFF;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
		font-size: 1.4rem;
    background-color: #b21b43;
}

.kinkyu_info .h2bg h2{
  background-color: inherit;
  color: #b21b43;
}

.kinkyu_info .inner {
    padding: 10px;
    margin: 0;
    overflow: hidden;
    display: table-cell;
}

.kinkyu_info ul{
  list-style: disc;
    padding: 0 0 0 1em;
}

.kinkyu_info ul li a{
  text-decoration: underline;
}



/*------------------------
グロナビ
------------------------*/
#basewrap{
  position: relative;
}

.mainArea{
	margin: 20px auto 0;
	display: flex;
	width: 1240px;
	position: relative;
}

.mainArea .main_nav li{
    font-size: 1.5rem;
    font-weight: bold;
	margin-top: 1px;
}

.mainArea .main_nav > li > a{
		width: 310px;
    height: 100px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 80px;
}

.mainArea .main_nav > li:nth-child(1) > a{
	border-right: 6px solid #fee6aa;
	background: url("../images/nav_icon01.png") no-repeat;
	background-position: 22px center;
}

.mainArea .main_nav > li:nth-child(2) > a{
	border-right: 6px solid #fbb4c4;
	background: url("../images/nav_icon02.png") no-repeat;
	background-position: 22px center;
}

.mainArea .main_nav > li:nth-child(3) > a{
	border-right: 6px solid #cab2d6;
	background: url("../images/nav_icon03.png") no-repeat;
	background-position: 22px center;
}

.mainArea .main_nav > li:nth-child(4) > a{
	border-right: 6px solid #b3d7dd;
	background: url("../images/nav_icon04.png") no-repeat;
	background-position: 22px center;
}

.mainArea .main_nav > li:nth-child(5) > a{
	border-right: 6px solid #cdebc6;
	background: url("../images/nav_icon05.png") no-repeat;
	background-position: 22px center;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li a {
    display: block;
}

.mainArea .main_nav > li:nth-child(1) > a:hover,
.mainArea .main_nav > li:nth-child(1) > a:focus{
  background-color: #FFF7E5;
}

.mainArea .main_nav > li:nth-child(2) > a:hover,
.mainArea .main_nav > li:nth-child(2) > a:focus{
  background-color: #FEE8ED;
}

.mainArea .main_nav > li:nth-child(3) > a:hover,
.mainArea .main_nav > li:nth-child(3) > a:focus{
  background-color: #EFE8F3;
}

.mainArea .main_nav > li:nth-child(4) > a:hover,
.mainArea .main_nav > li:nth-child(4) > a:focus{
  background-color: #E8F3F5;
}

.mainArea .main_nav > li:nth-child(5) > a:hover,
.mainArea .main_nav > li:nth-child(5) > a:focus{
  background-color: #F0F9EE;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 0;
		left: 320px;
    width: 920px;
		min-height: 508px;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
		    background: rgba(232,232,232,0.85);
}

li.menu__single ul.menu__second-level li{
	width: 100%;
}

li.menu__single ul.menu__second-level li ul{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 10px;
	align-items: flex-start;
}

li.menu__single:hover ul.menu__second-level,
li.menu__single:focus ul.menu__second-level/*--,
li.menu__single a:focus-within + div ul.menu__second-level,
li.menu__single:focus-within ul.menu__second-level--*/ {
    visibility: visible;
    opacity: 1;
    z-index: 140;
	padding: 0 0 20px 0;
}


li.menu__single a:focus-within + div ul.menu__second-level,
li.menu__single:focus-within ul.menu__second-level {
    visibility: visible;
    opacity: 1;
    z-index: 140;
	padding: 0 0 20px 0;
}

li.menu__single:hover ul.menu__second-level > li:nth-child(2){
  width: 296.66px;
    float: right;
    margin: 0 21px 0 0;
}

li.menu__single:hover ul.menu__second-level > li:nth-child(2) a{
  background: #7FC5CC;
	position: relative;
    padding: 13px 10px 13px 50px;
}

li.menu__single:hover ul.menu__second-level > li:nth-child(2) a:before {
    content: url(../images/nav_q_btn.png);
    position: absolute;
    left: 10px;
    top: 8px;
}

li.menu__single ul.menu__second-level li ul li{
	width:calc(99% / 3);
}

li.menu__single ul.menu__second-level li:nth-child(n+1){
	padding-right: 10px;
}

li.menu__single ul.menu__second-level li:nth-child(n+4){
	padding-top: 10px;
}

li.menu__single ul.menu__second-level li a{
	background: #fff url(../images/mokuteki_icon.png);
	background-repeat:no-repeat;
	background-position:10px center;
  display: block;
	font-size: 1.0rem;
  padding: 13px 10px 13px 30px;
}

nav .menu__single:hover ul,
nav .menu__single ul.focused {
	visibility: visible;
    opacity: 1;
}

.search_box {
    display: none;
}

.search_box.active ul {
    width: 1060px;
    margin: 0 auto;
}

.search_box.active{
z-index: 60;
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
top: 0;
    background: rgba(232,232,232,0.85);
    padding: 100px 0 40px;
}

.search_box.active .search_ttl {
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    margin: 20px 0 0 0;
}

.search_box.active ul.mokuteki {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.search_box.active ul.mokuteki li {
    width: calc(100% /4);
    padding: 0 5px 5px 0;
}

.search_box.active ul li a {
    text-decoration: underline;
}

.search_box.active ul.mokuteki li a {
    display: block;
    background: #fff;
    padding: 17px 10px 17px 25px;
}

.search_box.active ul.mokuteki li a:before{
	background: url(../images/mokuteki_icon.png);
    background-repeat: no-repeat;
    content: "";
    background-position: left center;
    left: 0;
    top: 0px;
    padding: 0 0 0 20px;
}

.search_box.active ul.nav_use {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.search_box.active ul.nav_use li a{
  text-align: center;
}

.nav_use li {
    width: 100px;
}

.nav_use li a, .nav_use li a img {
    display: block;
}

.main_visual{
	width: 930px;
	position: relative;
}

#menu_p{
	position: relative;
}

.mokuteki_btn{
  position: absolute;
    z-index: 70;
    right: 20px;
    width: 100%;
    bottom: 0;
}

.mokuteki_btn.active {
    bottom: auto;
    top: 217px;
}

.mokuteki_btn .mokuteki_a{
  width: 1240px;
    margin: 0 auto;
    position: relative;
}

.mokuteki_area{
  width: 130px;
    position: absolute;
    right: 0;
    bottom: 395px;
}

.mokuteki_area a{

}

.mokuteki_area.active{
  top: -160px;
}

.mokuteki_area.active a{
}

.mokuteki_area .close_img{
  display: none;
}

.mokuteki_area.active .close_img{
  display: block;
}

.mokuteki_area.active .open_img{
  display: none;
}

.main_visual #tglBtn{
  position: absolute;
  z-index: 50;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	padding: 0 0 0 10px;
  z-index: 40;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-initialized .slick-slide {
    display: block;
    text-align: center;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-dots{
	position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
	background: rgba( 255, 255, 255, 0.55 );
    padding: 10px 50px 8px 10px;
    border-radius: 5px 0 0 0;
}

.slick-dots li{
	margin: 0 10px 0 0;
}

.slick-dots li button{
	overflow: hidden;
	text-indent: 100%;
	background-color: #999999;
	border-radius: 50%;
	width: 20px;
    height: 20px;
		cursor: pointer;
}


.slick-dots li.slick-active button{
    border: 5px solid #7FC5CC;
		background-color: inherit;
		box-sizing: border-box;
}

/*------------------------
コンテンツ
------------------------*/
.contents{
	margin: 20px 0 0 0;
}

.con_box{
	display: flex;
}

/*------------------------
もしものときに
------------------------*/

.con_box .if{
  background: #FEE6AA url(../images/contents_bk.png);
    background-repeat: no-repeat;
    background-position: 65% center;
    padding: 40px 50px 80px;
		width: 50%;
}

.con_box .if .if_box{
	width: 560px;
	float: right;
}

.con_box .if h2{
	font-weight: bold;
    color: #B21B43;
    font-size: 2.3rem;
    text-align: center;
    padding: 0 0 40px 0;
}

.con_box .if .if_box ul{
	display: flex;
	flex-wrap: wrap;
}

.con_box .if .if_box ul li{
	width: 50%;
}

.con_box .if .if_box ul li:nth-child(odd){
	padding-right: 2px;
}

.con_box .if .if_box ul li:nth-child(n+2){
	padding-bottom: 2px;
}

.con_box .if .if_box ul li a{
	background: #fff;
    display: block;
    padding: 15px 10px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

.con_box .if .if_box .btn{
	margin: 10px 0 0 0;
}

.con_box .if .if_box .btn a{
	background: #fff url(../images/new_icon.png);
    background-repeat: no-repeat;
    background-position: 52px center;
    width: 50%;
    display: block;
    font-weight: bold;
    float: right;
    padding: 10px 20px 10px 82px;
    text-decoration: underline;
}

/*------------------------
キーワード検索
------------------------*/
.keyword{
	width: 50%;
  background: #B3D7DD url(../images/contents_bk02.png);
  background-repeat: no-repeat;
  background-position: 30% center;
    padding: 40px 50px 80px;
}

.keyword .keyword_box{
	width: 560px;
}

.keyword .keyword_box h2{
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}

.keyword_box .flex{
	display: flex;
	margin: 80px 0 0 0;
}

.keyword_box .flex form{
	display: flex;
}

.keyword_box .flex input[type="text"]{
	background: #fff;
    width: 460px;
    height: 60px;
		padding: 0 0 0 10px;
}

.keyword_box .flex input[type="submit"]{
	width: 100px;
    background: #7FC5CC url(../images/search_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
	cursor: pointer;
}

.keyword_box .btn{
	float: right;
	margin: 5px 0 0 0;
}

.keyword_box .btn a{
	text-decoration: underline;
}

.keyword_box .btn a:before {
    background: url(../images/q_search.png);
    background-repeat: no-repeat;
    padding: 0 0 0 26px;
    content: "";
}

/*------------------------
お知らせ
------------------------*/
.notice{
	width: 50%;
    background: #E6B6DA;
    padding: 40px 50px 80px;
}

.notice .notice_box{
	width: 560px;
	float: right;
}

.notice .notice_box h2{
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}

.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 30px auto 0;
}

.tab_item {
  width: calc(100%/4);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  text-align: center;
  color: #525257;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

.tab_item.active{
	background-color: #b2b6d8;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
      background: #E6B6DA;
}

.tab_content.show{
	display: block;
}

.tab_content .tab_content_description{
  padding: 30px 20px 20px;
  background: #fff;
}

.notice #attention_content .bnr_area ul.bnr_slider{
	display: flex;
    flex-wrap: wrap;
}

.notice #attention_content .bnr_area ul.bnr_slider li {
    width: calc(100% / 3);
}

#attention:checked ~ #attention_content,
#new:checked ~ #new_content,
#event:checked ~ #event_content,
#recruit:checked ~ #recruit_content {
  display: block;
}

.tabs input:checked + .tab_item,
.tabs input:focus + .tab_item {
  background-color: #B2B6D8;
  color: #525257;
}

.tab_content_description div dl {
    display: flex;
    padding: 15px 0;
}

.tab_content_description div dl dt{
	width: 80px;
	font-weight: normal;
	margin: 0 20px 0 0;
}

.tab_content_description div dl dd{
	width: 440px;
}

.tab_content_description div dl dd a{
	text-decoration: underline;
}

.notice ul{
	display: flex;
	margin: 10px 0 0 0;
  border-top: 5px solid #E6B6DA;
}

.notice #attention_content ul{
	display:block;
	border: none;
}

.notice #attention_content ul li{
	width: 100%;
}

.notice #attention_content ul li a{
	text-align: left;
	background: none;
	font-weight: normal;
	font-size:1.0rem;
  position: relative;
  padding: 10px 1rem;
	display: inline;
}

.notice #attention_content ul li a::before {
    content: url(../images/mokuteki_icon.png);
    position: absolute;
    left: 0px;
}

.notice #attention_content .bnr_area ul li a:before{
	display:none;
}

.notice #attention_content .bnr_area ul li a{
	padding: 0;
	display: block;
}

.notice #attention_content .bnr_area ul li:nth-child(n+4){
	margin: 0;
}

.notice ul li{
	width: 50%;
}

.notice ul li:first-child{
	padding: 0 10px 0 0;
}

.notice ul li a{
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0;
	font-size: 1.1rem;
}

.notice ul li:first-child a{
	background: #fff url(../images/rss_icon.png);
	background-repeat: no-repeat;
	background-position: 90px center;
}

.notice ul li:last-child a{
	background: #fff url(../images/new_icon.png);
	background-repeat: no-repeat;
	background-position: 50px center;
}

.notice #event_content ul li:last-child a{
  background-position: 40px center;
}


/*------------------------
お知らせ
------------------------*/
.use{
	width: 50%;
    background: #E7F5B2;
    padding: 40px 50px 80px;
}

.use .use_box{
	width: 560px;
}

.use .use_box h2{
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}

.use .use_box ul{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
}

.use .use_box ul li{
	width: calc(99% /3);
}

.use .use_box ul li:nth-child(n+4){
	padding-top: 5px;
}

.use .use_box ul li:nth-child(2),
.use .use_box ul li:nth-child(5),
.use .use_box ul li:nth-child(8){
	padding-right: 5px;
	padding-left: 5px;
}

.use .use_box ul li a{
	text-align: center;
    background: #fff;
    display: block;
    height: 170px;
		    padding: 35px 0 5px;
				font-weight: bold;
				text-decoration: underline;
}

.use .use_box ul li img{
	display: block;
    margin: 0 auto 20px;
}

/*------------------------
データ
------------------------*/
.date{
	width: 1260px;
    margin: 0 auto;
    display: flex;
}

.date .menu_list,
.date .city_date{
	width: 50%;
}

.date .menu_list{
	border-right: 1px solid #E8E8E8;
	display: flex;
}

.date .menu_list ul{
	display: flex;
    flex-wrap: wrap;
		width: 100%;
}

.date .menu_list ul li{
	width: 50%;
  padding: 40px 0 40px 20px;
}

.date .menu_list ul li:nth-child(-n+2){
	border-bottom: 1px solid #E8E8E8;
}

.date .menu_list ul li:nth-child(odd){
	border-right: 1px solid #E8E8E8;
}

.date .menu_list ul li a{
	font-weight: bold;
    font-size: 1.3rem;
    padding: 25px 0 25px 103px;
    display: block;
	text-decoration: underline;
}

.date .menu_list ul li:first-child a{
  background: url(../images/about_btn01.png);
    background-repeat: no-repeat;
}

.date .menu_list ul li:nth-child(2) a{
  background: url(../images/about_btn02.png);
    background-repeat: no-repeat;
}

.date .menu_list ul li:nth-child(3) a{
  background: url(../images/about_btn03.png);
    background-repeat: no-repeat;
}

.date .menu_list ul li:nth-child(4) a{
  background: url(../images/about_btn04.png);
    background-repeat: no-repeat;
}

.date .city_date{
	padding: 20px 20px 20px 40px;
}

.date .city_date h2{
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center;
}

.date .city_date .flex{
	display: flex;
	margin: 20px 0 0 0;
}

.date .city_date ul.no{
	width: 560px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
}

.date .city_date ul.no li{
	width: 50%;
}

.date .city_date ul.no li:nth-child(n+3){
	margin: 15px 0 0 0;
}

.date .city_date ul.no li:last-child{
  font-size: 1.0rem;
  margin: 0;
}

.date .city_date .area{
  background: url(../images/area.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 152px;
}

.date .city_date .area li{
  margin: 70px 0 0 106px;
}

.date .city_date .btn{
	display: flex;
	margin: 25px 0 0 0;
}

.date .city_date .btn li{
	width: 50%;
}

.date .city_date .btn li:nth-child(2){
	margin-left: 10px;
}

.date .city_date .btn a{
	display: block;
	padding: 12px 0;
	text-align: center;
	text-decoration: underline;
	border: 2px solid #F1F1F1;
	font-weight: bold;
}



/*------------------------
広報ところざわ
------------------------*/
.public_area{
	background: linear-gradient(82deg, #e5f4b3, #b5d8dc);
	padding: 40px 0 60px;
}

.public{
	display: flex;
	width: 1200px;
    margin: 0 auto;
		justify-content: space-between;
}

.public .magazine{
	display: flex;
	width: 540px;
}

.public .magazine .magazine_txt{
  position: relative;
  width: 100%;
}

.public .magazine .magazine_txt ul{
  position: absolute;
    bottom: 0;
    width: 100%;
}

.public .magazine h2{
	font-weight: bold;
	font-size: 2.2rem;
}

.public .magazine ul li{
	margin-top: 2px;
}

.public .magazine ul li a{
	display: block;
	background: #fff;
	text-decoration: underline;
	padding: 15px;
font-weight: bold;
text-align: center;
}

.public .magazine .magazine_img p{
	margin: 0 0 0 15px;
}

.public .magazine .magazine_img p a{
	background: #fff;
    display: block;
    font-weight: bold;
    text-decoration: underline;
    padding: 10px 10px 10px 30px;
    text-align: center;
	position: relative;
}

.public .magazine .magazine_img p a:before {
    content: url(../images/kouho_new.png);
    position: absolute;
    left: 14px;
    top: 10px;
}

.public .sp_only{
  display: none;
}

.public .menu_list{
	width: 540px;
}

.public .menu_list ul li{
	margin: 0 0 2px 0;
}

.public .menu_list ul li a{
	background: #fff;
    display: block;
    padding: 15px 0 15px 25px;
		font-weight: bold;
      line-height: 1.5;
}

.public .menu_list ul li a span{
  text-decoration: underline;
}

.public .menu_list ul li a img{
  margin: 0 20px 0 0;
}

.public .menu_list ul:nth-child(2){
	width: 50%;
	float: right;
}

.public .menu_list ul:nth-child(2) li a{
	padding: 10px 0 10px 65px;
  background: #fff url(../images/new_icon.png);
    background-repeat: no-repeat;
    background-position: 30px center;
	justify-content: center;
	text-decoration: underline;
}



/*------------------------
フッター
------------------------*/
.link_area{
	padding: 20px 0;
	border-bottom: 1px solid #E8E8E8;
}

.link_area ul{
	display: flex;
    width: 1200px;
    margin: 0 auto;
		justify-content: space-between;
}

.link_area ul li a{
	text-decoration: underline;
}

.address h2{
	font-weight: bold;
	font-size: 2.0rem;
	margin: 0 40px 0 0;
}

.ad_box address{
	line-height: 1.7;
}

.ad_box address ul{
	display: flex;
	margin: 5px 0 50px 0;
}

.ad_box address ul li{
	width: 50%;
}

.ad_box address ul li:last-child{
	padding-left: 2px;
}

.ad_box address ul a{
	background-color: #7FC5CC;
	text-decoration: underline;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 8px 0;
}


.advertising_area{
	background-color: #F3F3F3;
	padding: 20px 0;
}

.advertising{
	width: 1240px;
    margin: 0 auto;
}

.advertising .h2_area{
	position: relative;
	margin: 0 0 10px 0;
}

.advertising h2{
	text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}

.advertising .h2_area p{
	position: absolute;
    right: 0;
    top: 10px;
}

.advertising ul{
	display: flex;
		justify-content: space-between;
}

.advertising ul li{
	margin: 0 5px 0 0;
}

.advertising ul li:nth-child(7){
	margin: 0;
}

.recruitment{
	text-align: right;
    margin: 35px 0 0 0;
    font-weight: bold;
    text-decoration: underline;
}

/*------------------------
max-width: 768px
------------------------*/

@media screen and (max-width: 768px) {

#headbg,
.kinkyu_info,
.mainArea,
li.menu__single ul.menu__second-level,
.slick-initialized .slick-slide img,
.con_box .if,
.con_box .if .if_box,
.keyword,
.keyword .keyword_box,
.keyword_box .flex input[type="text"],
.notice,
.notice .notice_box,
.use,
.use .use_box,
.main_visual,
.date,
.date .menu_list,
.date .city_date,
.public,
.link_area ul,
.advertising,
.public .menu_list{
	width: 100%;
}

/*------------------------
ヘッダー
------------------------*/

#headbg{
	margin: 0 auto 10px;
}

.logoArea{
	flex-direction: column-reverse;
}

.head_nav{
	display: none;
}

/*------------------------
緊急
------------------------*/

.kinkyu_info{
	border: 10px solid #b21b43;
}

.kinkyu_info h2{
	width: 100%;
	display: block;
	padding: 0 0 8px 0;
}

.kinkyu_info .inner{
	display: block;
}

/*------------------------
メインビジュアル
------------------------*/

nav{
	display: none;
}

.mainArea{
	display: block;
	margin: 0;
}

.mokuteki_area{
	display: none;
}

.slick-slider{
	padding: 0;
}

	.slick-slide{
		height: auto;
	}

/*------------------------
コンテンツ
------------------------*/

.contents{
	margin: 0;
}

.keyword{
	background-position: center;
}

.con_box .if{
	background-position: center;
}

.keyword_box .flex{
	margin: 20px 0 0 0;
}

.keyword{
	padding: 40px 3% 40px;
  background-size: contain;
}

.iconMokutekiSearchWrap{
	width: 81%;
}

.keyword_box .flex input[type="submit"]{
	width: 19%;
}

.con_box .if{
	padding: 40px 3% 40px;
}

.con_box .if .if_box ul li{
	display: flex;
}

.con_box .if .if_box ul li a{
	width: 100%;
	display: flex;
	align-items: center;
justify-content: center;
}

.con_box .if .if_box ul li:first-child{
	padding-bottom: 2px;
}

.con_box .if .if_box .btn a{
	width: 100%;
	text-align: center;
	background-position: 22% center;
	padding: 10px 20px 10px 35px;
}

.tab_content_description dl dl{
	display: block;
}

.tab_content_description dl dl dd{
	width: 100%;
}

.notice{
	padding: 40px 3% 40px;
}

.tabs{
	padding-bottom: 0;
}

.tab_item{
	font-size: 0.9rem;
}

.tab_content_description dl dl{
	padding: 0 0 15px;
}

#event_content .tab_content_description + ul,
#attention_content .tab_content_description + ul{
  justify-content: flex-end;
}

.notice ul li:first-child a,
.notice ul li:last-child a{
	background: #fff;
	position: relative;
  font-size: 0.9rem;
}

.notice #new_content ul li:first-child a::before{
	content:url(../images/rss_icon.png);
	position: absolute;
	right: 70%;
}

.notice #new_content ul li:last-child a::before {
    content: url(../images/new_icon.png);
    position: absolute;
    right: 84%;
    top: 28%;
}

#attention_content .tab_content .tab_content_description{
	padding: 10px 20px 20px;
}

.notice #attention_content ul li a{
	padding-left: 20px;
}

.notice #attention_content ul li a::before{
	content: url(../images/mokuteki_icon.png);
	position: absolute;
	left: 10px;
}

.notice #attention_content .bnr_area ul.bnr_slider li {
    width: calc(100% / 2);
}

.notice #attention_content .bnr_area ul.bnr_slider li img{
	width:100%;
	max-width: 100%;
	height: auto;
}

.notice #attention_content ul.bnr_slider li a::before{
	display: none;
}

.notice #attention_content ul.bnr_slider li a{
	padding: 0;
  margin: 0;
}

.notice #event_content ul li:last-child a:before {
    content: url(../images/new_icon.png);
    position: absolute;
    right: 86%;
    top: 28%;
}

.notice #recruit_content ul li:last-child a:before{
  content: url(../images/new_icon.png);
  position: absolute;
  right: 81%;
  top: 28%;
}

.notice ul li:nth-child(odd){
	padding-right: 10px;
}

.notice ul li:nth-child(n+3){
	padding-top: 10px;
}

.use{
	padding: 40px 3% 40px;
}

.use .use_box ul li a{
	padding: 20px 3% 5px;
	height: 150px;
	font-size: 0.8rem;
}

/*------------------------
データ
------------------------*/

.date{
	display: block;
}

.date .menu_list ul{
	border-bottom: 1px solid #E8E8E8;
}

.date .city_date{
	padding: 20px 3% 40px;
}

.date .city_date .flex{
	display: block;
	padding: 0 2%;
}

.date .city_date .btn li{
	width: 50%;
display: flex;
}

.date .city_date .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 10px;
}

.date .city_date ul.no{
  width: 100%;
  padding: 0 3%;
}

.date .city_date .area{
      background-position: center center;
}
.date .city_date .area li {
  padding: 70px 0 0 0;
  text-align: center;
  margin: 0;
}

.date .menu_list ul li{
	padding: 40px 0 40px 10px;
}

.date .menu_list ul li a{
	font-size: 1.1rem;
	padding: 16px 0 25px 77px;
}

.date .menu_list ul li:first-child a,
.date .menu_list ul li:nth-child(2) a,
.date .menu_list ul li:nth-child(3) a,
.date .menu_list ul li:nth-child(4) a{
	background-size: 68px;
}

.date .menu_list ul li:nth-child(2) a{

}

.public_area{
	padding: 40px 0 35px;
}

.public .magazine{
	display: none;
}

.public .menu_list{
	padding: 0 3%;
}

.public .sp_only{
  display: block;
}

.public .menu_list ul li.sp_only a{
	background-image: url(../images/kouho_icon.png),url(../images/kouho_link.png);
    background-repeat: no-repeat;
    padding-left: 58px!important;
    background-position: 13px center , 95% center;
}

.public .menu_list ul:nth-child(2){
	width: 100%;
}

.public .menu_list ul li a{
  padding: 20px 25px 20px 15px;
    display: flex;
	background: #fff url(../images/kouho_link.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.public .menu_list ul:nth-child(2) li a{
	background: #fff;
	padding: 10px 20px 10px;
	justify-content: center;
	position: relative;
}

.public .menu_list ul:nth-child(2) li a:before {
    content: url(../images/new_icon.png);
    position: absolute;
    left: 15%;
	    top: 11px;
}

.link_area ul{
	flex-wrap: wrap;
	justify-content: inherit;
}

.link_area li{
	padding: 0 15px;
	border-right: 1px solid #808080;
	margin: 8px 0 0;
}

.address{
	display: block;
}

.address h2{
	text-align: center;
}

.ad_box address{
	padding: 0 3%;
}

.ad_box address ul{
	    margin: 15px 0 50px 0;
}

.advertising .h2_area{
	position: inherit;
	margin: 0 3% 10px 3%;
}

.advertising .h2_area p{
	position: inherit;
}

.advertising ul{
	flex-wrap: wrap;
	padding: 0 6%;
	margin: 20px 0 0;
	justify-content: space-between !important;
}

.advertising ul li{
	margin: 0 0 10px 0 !important;
}

.recruitment{
	    margin: 25px 6% 0 6% !important;
}




li.menu__single ul.menu__second-level{
	left: 0;
}

.con_box:first-child{
	flex-direction: column-reverse;
}

.con_box:last-child{
	flex-direction: column;
}

.slick-initialized .slick-slide img{
	height: auto;
}


}