@charset "utf-8";
/* 下関市 TOP */

@import "common.css";
@import "print_top.css";

body {
	font-weight: 400;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#tmp_contents {
	width: 1050px;
	margin: 0 auto;
	clear: both;
	font-size: 87.5%;
	text-align: left;
	line-height: 150%;
}

/* -------------------------------------------------------------------------
main_visual
--------------------------------------------------------------------------*/
.main_visual {
	position: relative;
	font-size: 87.5%;
	overflow: hidden;
}
.main_visual .swiper-wrapper {
	width: 100%;
	height: 500px;
    list-style-type: none;
	margin: 0;
    padding: 0;
}
.main_visual .swiper-slide {
	position: relative;
	height: 500px;
	background-position: 50% 50%;
	background-size: cover;
}
.main_visual .caption_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	background-color: rgba(0,0,0,.4);
}
.main_visual .swiper-slide a {
	display: block;
	width: 100%;
	height: 500px;
}
.main_visual .swiper-slide a:hover:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: rgba(255,255,255,.2);
}
.main_visual .swiper-slide .image_caption {
	position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -525px;
    width: 1050px;
    text-align: right;
    color: #fff;
    z-index: 10;
    line-height: 50px;
}
.main_visual .swiper-slide .image_caption i {
	color: #fff !important;
}
.main_visual .slide_controls {
	position: absolute;
	left: 50%;
	bottom: 0;
    margin: 0 0 0 -525px;
    width: 1050px;
    height: 50px;
    z-index: 10;
	text-align: left;
}

/* flexslider */
.flex-pauseplay {
	-webkit-order: 1;
	order: 1;
	margin-right: 5px;
	line-height: 1;
}
.flex-pauseplay a:before {
    font-family: 'icomoon' !important;
    font-size: 20px;
    content: '\e91c' !important;
    color: #fff;
}
.flex-pauseplay a.flex-play:before {
	content: '\e91e' !important;
}
.slide_wrap {
	position: relative;
}
.slide_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
}
.image-wrap {
	padding: 10px;
}
.flex-control-paging {
	-webkit-order: 2;
	order: 2;
	line-height: 1;
}

/* -------------------------------------------------------------------------
site_search
--------------------------------------------------------------------------*/
.site_search {
	margin-bottom: 40px;
	padding: 20px 0;
	background-color: #f4f4f4;
	text-align: left;
	font-size: 87.5%;
}
.site_search_inner {
	width: 1050px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.site_search_keywords {
	width: 475px;
	margin-left: 40px;
}
.site_search_keywords ul {
	margin: 0;
	padding: 0;
    list-style: none;
}
.site_search_keywords li {
	float: left;
}
.site_search_keywords li:not(:first-child) {
	margin-left: 10px;
}
.site_search p {
	margin: 0;
}
.site_search i {
	margin-right: 5px; 
	color: #005399;
	vertical-align: middle;
}

/* google search */
.site_google_search {
	width: 535px;
}
.site_gglsearch .gsc-search-box .gsc-input {
	width: 350px;
}

/* -------------------------------------------------------------------------
temp_info_box
--------------------------------------------------------------------------*/
.temp_info_box {
	margin-bottom: 30px;
}
/* emergency_info */
.emergency_info{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	border: 4px solid #c41919;
	border-left: none;
}
.emergency_info_title {
	display: table-cell;
	width: 150px;
    padding: 20px;
    background-color: #c41919;
    font-size: 128%;
    color: #fff;
    white-space: nowrap;
    box-sizing: border-box;
}
.emergency_info_title i {
	color: #fff;
}
.emergency_info_list {
	display: table-cell;
}
.emergency_info_list a {
	position: relative;
	display: block;
	padding: 20px 75px 20px 11em;
	color: #c41919;
}
.emergency_info_list a:not(:first-child) {
	border-top: 1px solid #f1d3d3;
}
.emergency_info_list a:hover {
	color: #000;
}
.emergency_info_list a .post_date {
	position: absolute;
	left: 20px;
}
.emergency_info_list a .post_date + span {
	text-decoration: underline;
}
.emergency_info_list .icon_arrow:after {
	top: 30px;
}
/* important_info */
.important_info {
	display: table;
	width: 100%;
	border: 4px solid #fcecf2;
	border-left: none;
}
.important_info_title {
	display: table-cell;
	width: 150px;
    padding: 20px;
    background-color: #fcecf2;
    font-size: 128%;
    color: #b81f55;
    white-space: nowrap;
    box-sizing: border-box;
}
.important_info_title i {
	position: relative;
    top: 1px;
	color: #b81f55;
}
.important_info_list {
	display: table-cell;
}
.important_info_list a {
	position: relative;
	display: block;
	padding: 20px 75px 20px 11em;
	color: #b81f55;
}
.important_info_list a:not(:first-child) {
	border-top: 1px solid #fcecf2;
}
.important_info_list a:hover {
	color: #000;
}
.important_info_list a .post_date {
	position: absolute;
	left: 20px;
}
.important_info_list a .post_date + span {
	text-decoration: underline;
}
.important_info_list .icon_arrow:after {
	top: 30px;
}

/* -------------------------------------------------------------------------
Left contents
--------------------------------------------------------------------------*/
/* bnr_contents */
.index_bnr_contents {
	margin-bottom: 25px;
}
.index_bnr_contents .bnr_contents {
	width: 220px;
}
.index_bnr_contents .item_bnr {
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
	text-decoration: none;
}
.index_bnr_contents .item_bnr.bnr01:hover,
.index_bnr_contents .item_bnr.bnr04:hover,
.index_bnr_contents .item_bnr.bnr05:hover,
.index_bnr_contents .item_bnr.bnr06:hover,
.index_bnr_contents .item_bnr.bnr07:hover {
	color: #fff !important;
}
.index_bnr_contents .item_bnr.is_border {
	border: 1px solid #dcdcdc;
}
.index_bnr_contents .item_bnr.item_colmun {
	margin-top: 20px;
}
.index_bnr_contents .bnr_contents:nth-of-type(odd) {
	float: left;
}
.index_bnr_contents .bnr_contents:nth-of-type(even) {
	float: right;
}
.index_bnr_contents .bnr_text_wrap {
	display: table-cell;
	height: 90px;
	vertical-align: middle;
	padding: 10px 20px 10px 15px;
	box-sizing: border-box;
}
.index_bnr_contents .item_bnr.bnr01 {
	height: 200px;
	padding-top: 110px;
	background: #000 url(/www/image2/top/index_bnr01.jpg) 50% 0 no-repeat;
}
.index_bnr_contents .item_bnr.bnr01 .bnr_text_wrap {
	width: 100%;
	background-color: rgba(27,27,27,0.8);
}
.index_bnr_contents .item_bnr.bnr01 .bnr_text {
	display: inline-block;
	margin-top: 5px;
}
.index_bnr_contents .item_bnr.bnr02 {
	padding-right: 75px;
	background: #fff url(/www/image2/top/index_bnr02.jpg) 100% 50% no-repeat;
    background-size: auto 100%;
}
.index_bnr_contents .item_bnr.bnr02 .bnr_text_wrap {
	height: 88px;
}
.index_bnr_contents .item_bnr.bnr03 {
	padding-right: 75px;
	background: #fff url(/www/image2/top/index_bnr03.jpg) 100% 50% no-repeat;
    background-size: auto 100%;
}
.index_bnr_contents .item_bnr.bnr03 .bnr_text_wrap {
	height: 88px;
}
.index_bnr_contents .item_bnr.bnr04 {
	background: url(/www/image2/top/index_bnr04.png) 100% 100% no-repeat;
	background-size: cover;
}
.index_bnr_contents .item_bnr.bnr05 {
	background: url(/www/image2/top/index_bnr05.png) 100% 100% no-repeat;
	background-size: cover;
}
.index_bnr_contents .item_bnr.bnr04:before,
.index_bnr_contents .item_bnr.bnr05:before {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 50%;
	content: "";
	background-color: rgba(255,255,255,.1);
}
.index_bnr_contents .item_bnr.bnr06 {
	background: url(/www/image2/top/index_bnr06.jpg) 100% 100% no-repeat;
	background-size: cover;
}
.index_bnr_contents .item_bnr.bnr07 {
	background: url(/www/image2/top/index_bnr07.jpg) 100% 100% no-repeat;
	background-size: cover;
}
.index_bnr_contents .item_bnr.bnr08 {
	height: 198px;
	padding-top: 110px;
	background: url(/www/image2/top/index_bnr08.jpg) 50% 0 no-repeat;
	border: 1px solid #dcdcdc;
	border-top: none;
}
.index_bnr_contents .item_bnr.bnr08 .bnr_text_wrap {
	height: 89px;
}
.index_bnr_contents .item_bnr.bnr08 .bnr_text_wrap li:not(:first-child) {
	margin-top: 10px;
}
.index_bnr_contents .item_bnr.bnr01:hover,
.index_bnr_contents .item_bnr.bnr04:hover,
.index_bnr_contents .item_bnr.bnr05:hover,
.index_bnr_contents .item_bnr.bnr06:hover,
.index_bnr_contents .item_bnr.bnr07:hover {
	opacity: .8;
}
.index_bnr_contents .bnr_ttl {
	position: relative;
	display: block;
	text-decoration: underline;
	padding-left: 2.2em;
}
.index_bnr_contents .item_bnr.bnr02 .bnr_text_wrap,
.index_bnr_contents .item_bnr.bnr03 .bnr_text_wrap {
	background-color: #fff;
}
.index_bnr_contents .item_bnr.bnr02 .bnr_ttl,
.index_bnr_contents .item_bnr.bnr03 .bnr_ttl {
	padding-left: 1.7em;
}
.index_bnr_contents .bnr_ttl i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 128%;
}
.index_bnr_contents .fs_s {
	font-size: 85.7%;
}
.index_bnr_contents .fs_l {
	font-size: 114%;
}
.index_bnr_contents .fc_white {
	color: #fff;
}
.index_bnr_contents .fc_gray {
	color: #333;
}

/* case_section */
.case_section {
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.case_section h2 {
	padding: 15px;
	background: url(/www/image2/top/case_ttl.png) 0 0 repeat-x;
	color: #fff;
}
.case_section h2 span.ballon {
	position: relative;
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #fff;
	font-size: 77.7%;
	font-weight: normal;
	line-height: 1;
    vertical-align: middle;
}
.case_section h2 span.ballon:after {
    position: absolute;
    right: 10px;
    bottom: -6px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.case_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.case_list li {
	width: 76.3333333px;
	text-align: center;
}
.case_list li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
.case_list.case_top li:nth-of-type(odd) {
	background-color: #f4f4f4;
}
.case_list.case_bottom li:nth-of-type(even) {
	background-color: #f4f4f4;
}
.case_list [class^="i_icon_"] {
    display: block;
    height: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.i_icon_document:before {
	content: url(/www/image2/top/icon_document.png);
}
.i_icon_yen:before {
	content: url(/www/image2/top/icon_yen.png);
}
.i_icon_recycle:before {
	content: url(/www/image2/top/icon_recycle.png);
}
.i_icon_pregnant:before {
	content: url(/www/image2/top/icon_pregnant.png);
}
.i_icon_childcare:before {
	content: url(/www/image2/top/icon_childcare.png);
}
.i_icon_campus:before {
	content: url(/www/image2/top/icon_campus.png);
}
.i_icon_briefcase:before {
	content: url(/www/image2/top/icon_briefcase.png);
}
.i_icon_house:before {
	content: url(/www/image2/top/icon_house.png);
}
.i_icon_marriage:before {
	content: url(/www/image2/top/icon_marriage.png);
}
.i_icon_heart:before {
	content: url(/www/image2/top/icon_heart.png);
}
.i_icon_wheelchair:before {
	content: url(/www/image2/top/icon_wheelchair.png);
}
.i_icon_frame:before {
	content: url(/www/image2/top/icon_frame.png);
}

/* netsevice_section */
.netservice_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	border: 1px solid #e5e5e5;	
}
.netservice_list li {
	width: 152.6666667px;
	text-align: center;
	box-sizing: border-box;
}
.netservice_list li:nth-child(2),
.netservice_list li:nth-child(5) {
	border-left: 1px dashed #e5e5e5;
	border-right: 1px dashed #e5e5e5;
}
.netservice_list li:nth-child(-n+3) {
	border-bottom: 1px dashed #e5e5e5;
}
.netservice_list li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 20px 12px 15px;
	box-sizing: border-box;
	text-decoration: none;
}
.netservice_list li a:after {
	position: absolute;
    right: -8px;
    bottom: -8px;
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 7px solid #005399;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.netservice_list li i {
	display: block;
	margin: 0 0 15px;
	font-size: 30px;
}
.item_text {
	text-decoration: underline;
}

/* news_section */
.news_section {
	margin-bottom: 25px;
}
.news_contents_box {
	padding: 20px 0 0;
}
.pickup_news {
	border: 5px solid #dce7f1;
}
.pickup_news div {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
}
.pickup_news div img {
	margin-right: 20px;
}
/*.pickup_news div span {
	text-decoration: underline;
}*/
.rss_link {
	margin-top: 20px;
}
.rss_link li {
	float: right;
	margin-left: 20px;
}

/* -------------------------------------------------------------------------
Right contents
--------------------------------------------------------------------------*/
/* info_space_section */
.info_space_section {
	margin-bottom: 30px;
}
.info_space_contents {
	width: 265px;
    text-align: center;
}
.info_space_contents:nth-of-type(odd) {
	float: left;
}
.info_space_contents:nth-of-type(even) {
	float: right;
}
.info_space_contents .cmn_ttl {
	position: relative;
	text-align: center;
	padding: 10px;
	background-color: #545454;
	border-bottom: 2px solid #313131;
	font-size: 100%;
	color: #fff;
}
.info_space_contents .cmn_ttl:after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "";
	display: block;
	background-color: #7d7d7d;
	width: 100%;
	height: 1px;
}
.info_space_item {
	margin: 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.info_space_item a {
	height: 100%;
}

/* recommended_section */
.recommended_section {
	margin-bottom: 25px;
    overflow: hidden;
}
.recommended_section .cmn_ttl {
	padding: 15px;
	background-color: #398500;
	color: #fff;
}
.recommended_section .slide_wrap {
    border-top: none;
    text-align: center;
}
.recommended_section .slide_controls {
    position: absolute;
    right: 5px;
    top: 0;
	justify-content: flex-end;
	text-align: left;
}
.recommended_section .swiper-slide {
    border: 1px solid #e5e5e5;
    border-top: none;
    box-sizing: border-box;
    opacity: 0 !important;
}
.recommended_section .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
.recommended_section .caption_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #e5e5e5;
	background-color: #f1f1f1;
	margin: 0;
	box-sizing: border-box;
}
.recommended_section .caption_wrap i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	text-align: center;
	background-color: #398500;
	margin-right: 0;
}
.recommended_section .image_caption {
	position: relative;
    margin: 0;
    text-align: left;
	border-top: 1px solid #e5e5e5;
	background-color: #f1f1f1;
}
.recommended_section .image_caption a {
	display: block;
    padding: 10px;
}
.recommended_section .image_caption i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 100%;
	line-height: 40px;
	color: #fff !important;
	text-align: center;
	background-color: #398500;
	margin-right: 0;
}
.recommended_section .image_caption i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.recommended_section .image_wrap {
	padding: 20px;
	background-color: #fff;
	text-align: center;
}