@charset "Shift_JIS";
.title1 {
	margin-top: 30px;
}
.rn_container_headerimg {
	text-align: center;
}
.rn_search_po {
    margin-top: 15px;
}
.rn_search_po_title {
    display: block;
    margin-bottom: 0.5em;
    padding: 10px;
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    background-color: #ebedef;
}
.rn_search_po_title.area_block {
	margin-bottom: 0;
}
.rn_search_po_job_list {
	padding: 0 15px;
	text-align: justify;
}
.rn_search_po_job_list li {
	display: inline;
	line-height: 1.7;
}
.rn_search_po_job_list li a {
	display: inline;
    font-size: 14px;
    font-size: 1.4rem;
	text-decoration: underline;
}
.rn_search_po_job_list li::after {
	content: "|";
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	margin-left: 4px;
}
#rn_kensaku.is_search #rn_contents .rn_resultBlock .rn_changeTerms.rn_changeTerms_po {
	padding: 7px 15px 0 15px;
}
.rn_search_po_area_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	border-top: solid 1px #ddd;
}
.rn_search_po_area_list li {
	width: 50%;
	border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.rn_search_po_area_list li:nth-child(even) {
	border-right: none;
}
.rn_search_po_area_list li a {
	display: inline-block;
    padding: 15px 30px 15px 15px;
	width: 100%;
    position: relative;
}
.rn_search_po_area_list li a::before {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid #bbbebf;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.rn_search_po_area_list li a::after {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
}

.rn_search_po .rn_keyword input {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	background-color: #fff;
	border: solid 1px #d0d4d8;
	font-size: 1.6rem;
	border-radius: 5px;
}


/*　　　気になる自治体をチェック　　　*/
.po_check{
	margin-top: 30px;
}
.po_check .check{
	display: flex;
	justify-content: space-around;
}
.po_check .rn_po_title{
	background-color: #ebedef;
	display: block;
  margin-bottom: 0.5em;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
}
.po_check .check_cotent{
	width: 30%;
	border: 1px #ccc solid;
}
.po_check .check_cotent .check_logo img{
	width: 90%;
	margin: 8px auto;
	display: block;
}
.po_check .check_cotent .check_text{
	text-align: center;
  margin-bottom: 8px;
}
.po_check .check_cotent .check_text p{
	font-size: 14px;
}



/*　　　ピックアップ自治体　　　*/
.po_search_slider_wrapper{
	width: 100%;
}
.po_pickup .rn_heading{
	margin: 50px auto 0;
    padding: 7px 0;
    background-color: #b2cdd9;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: relative;
}
.po_pickup ul{
	display: flex;
	justify-content: space-between;
  width: 90%;
  margin: 20px auto 0;
}
.po_pickup .is_searchBox{
	width: 90%;
	border: 1px #ccc solid;
	margin: auto;
}
.po_pickup .is_searchBox a{
	display: block;
}
.po_pickup .searchBox_titlle{
	display: flex;
	justify-content: space-between;
  width: 90%;
  margin: 10px auto;
	.po_pickup .is_searchBox_category ul liborder-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}
.po_pickup .searchBox_titlle dt{
	font-size: 1.4rem;
	font-weight: bold;
}
.po_pickup .searchBox_titlle dd{
	text-align: center;
}
.po_pickup .searchBox_titlle .location{
	display: flex;
	margin-top: 10px;
}
.po_pickup .searchBox_titlle .location img{
	max-height: 18px;
	margin-right: 6px;
}
.po_pickup .is_searchBox h3{
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.po_pickup .is_searchBox_category{ 
	display: flex;
	padding: 0;
	background: white;
	margin-bottom: 10px
}
.po_pickup .is_searchBox_category ul li{ 
	margin: 0;
	padding: 0;
	background: white;
	font-size: 1rem;
}
.po_pickup .is_searchBox_category span{ 
	background: #ccc;
	text-align: center;
  padding: 0px 8px 1px 6px;
	margin-right: 4px;
}
.slider {
    position:relative;
}
.slider-next,.slider-next{
	position: absolute;
    top: 62%;
    display: block;
    width: 29px;
    height: 28px;
    margin-top: -14px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.slider-prev{
	width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid #444;
  border-bottom: 16px solid transparent;
	position: absolute;
  top: 40%;
  left: -10px;
}
.slider-next{
	width: 0;
  height: 0;
  border-left: 16px solid #444;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
	position: absolute;
  top: 50%;
  right: -10px;
}


/*　　　自治体ニュース　　　*/
.rn_newsBox {
    width: 100%;
    height: 80px;
    background: #b2cdd9;
	margin: 50px auto;
	position: relative;
}
.rn_newsBox .flex{
  display: flex;
	justify-content: space-between;
	width: 83%;
	margin: auto;
}
.rn_newsInner dl{
	line-height: 40px;
}
.rn_newsBox dl dt{
	font-size: 14px;
	width: 130px;
	margin-left: 14px;
	margin-right: 20px;
	line-height: 40px;
}
.rn_newsBox dl dd{
	font-size: 14px;
	width: 70%;
	line-height: 40px;
	margin: auto;
}
.rn_newsBox dl dd ul li a{
	overflow: hidden;
  white-space: nowrap;
	text-overflow: ellipsis;
  display: block;
	color: #333;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
}

.rn_newsBox .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,.rn_newsBox .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
.rn_newsBox .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
	position: absolute;
    top: 78%;
    display: block;
    width: 29px;
    height: 28px;
    margin-top: -14px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.rn_newsBox .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
	left: 8%;
	width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #444;
  border-bottom: 10px solid transparent;
}
.rn_newsBox .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
	right: 8%;
	width: 0;
    height: 0;
    border-left: 10px solid #444;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.rn_newsBox .rn_iconLink .flex{
	display: flex;
}
.rn_newsBox .rn_iconLink a{
	position: relative;
    display: inline-block;
    padding-right: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
	line-height: 40px;
	font-size: 12px;
	margin-left: 18px;
}
.rn_newsBox .rn_iconLink a:before{
	content: "";
    position: absolute;
    top: 52%;
    right: -8%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}





































