.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }

.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }

.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }

.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }

.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/*グリッドのガターサイズ*/
.row-0{
    margin-left:0px;
    margin-right:0px;
}
.row-0 > div{
	padding-right:0px;
	padding-left:0px;
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;    
}
.row-10 > div{
	padding-right:5px;
	padding-left:5px;
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
}
.row-20 > div{
	padding-right:10px;
	padding-left:10px;
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
}
.row-30 > div{
	padding-right:15px;
	padding-left:15px;
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
}
.row-40 > div{
	padding-right:20px;
	padding-left:20px;
}

.clearfix {
	clear: both;
}

.inner60 {
	padding: 60px;
}

a {
	color: #0356BF;
}

a:hover {
	color: #00A0E9;
}

body {
	overflow-x: hidden;
}

footer .clearfix {
	clear: none;
}

footer a {
	color: #333333 !important;
	text-decoration: underline;
}

footer .fl-page-footer-text-2 {
	color: #cccccc;
}

.btn-default {
	background-color: #00A0E9;
	border-color: #00A0E9;
}

.btn-default:hover {
	background-color: #0356BF;
	border-color: #0356BF;
}

.btn-primary {
	background-color: #0356BF;
	border-color: #0356BF;
}


/*フルスクリーンナビゲーション用三メニュー*/
.IIImenu{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
	height: 70px;
    z-index: 300;
	background-color: #0356BF;
	border-bottom-right-radius: 70px;
}
.IIImenuicon {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 21px;
}
.IIImenu_line{
    background: #ffffff;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.IIImenu_line_center{
    top: 9px;
}
.IIImenu_line_bottom{
    bottom: 0;
}
.IIImenu_line_top.active{
    top: 8px;
    transform: rotate(45deg);
}
.IIImenu_line_center.active{
    transform:scaleX(0);
}
.IIImenu_line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

/*フルスクリーンナビゲーション*/
.fullnav{
    background: #0356BF;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 200;
	top: 0px;
	left: 0px;
}
.fullnav_wrap{
    position: absolute;
	margin: 10%;
	color: #ffffff;
	width: 80%
}

.vLine {
	border-left: 1px solid #ffffff;
}

@media (max-width: 767px) {/* xs */
.vLine {
	border-left: none;
}
}

.vLine ul,
.vLine ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.vLine ul {
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.vLine ul li {
	margin-bottom: 10px;
	float: left;
	width: 50%;
}

.vLine a {
	color: #ffffff;
}

.vLine input {
	border-radius: 0px !important;
}

.vLine .btn-dark {
	background-color: #003E8D;
	border-color: #003E8D;
}

.vLine .btn-dark:hover {
	background-color: #00A0E9;
	border-color: #00A0E9;
}

/*kuroiwaTopics*/
.kuroiwaTopics .ktNav {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.kuroiwaTopics .ktNav a {
	display: block;
	padding: 4px 0px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #eeeeee;
	text-decoration: none;
	color: #0356BF;
	font-weight: bold;
}

.kuroiwaTopics .ktNav a:hover {
	text-decoration: none;
	color: #0356BF;
}

.kuroiwaTopics .ktBody {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 15px;
	max-height: 150px;
}

.kuroiwaTopics .slick-list {
	margin: 10px 0px 10px 10px !important;
	overflow: inherit;
}

.kuroiwaTopics {
	overflow: hidden;
}

.kuroiwaTopics .topicsBlock>div {
	margin: 10px 5px;
}

.kuroiwaTopics .topicsBlock>div .inner {
	width: 85px;
	height: 85px;
	position: relative;
}

.kuroiwaTopics .topicsBlock>div img {
	vertical-align: top;
	border-radius: 10px;
}

.kuroiwaTopics .topicsBlock>div .newIcon {
	background-color: #F17505;
	position: absolute;
	top: -13px;
	right: 0px;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	white-space: nowrap;
	color: #ffffff;
	font-size: 10px;
	line-height: 28px;
	text-align: center;
	margin: 0px auto;
	z-index: 999999;
}

.kuroiwaTopics .topicsBlock>div .time {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0,160,233,0.8);
	padding: 3px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    font-weight: 700;
}

.kuroiwaTopics .topicsBlock>div .comment {
	overflow: hidden;
	text-align: center;
}

.kuroiwaTopics .topicsBlock>div .comment p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin: 0px;
    font-size: 12px;
}

/*PC：ヘッダー*/
#pcHeader {
}

#pcHeader .vLogo {
	margin-top: 50px;
    height: 250px;
    width: auto;
}

@media (max-width: 767px) {/* xs */
#pcHeader .col-sm-2 {
	text-align: center;
}
#pcHeader .vLogo {
	margin-top: 20px;
    height: 220px;
}
}

#pcHeader ul,
#pcHeader ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#pcHeader ul {
	width: 100%;
	text-align: right;
}

#pcHeader ul li {
	display: inline;
}

#pcHeader ul li a {
	display: inline-block;
	padding: 30px 5px;
	color: #343434;
	font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) { /* sm */ 
#pcHeader ul li a {
	font-size: 12px;
	padding: 30px 5px;
}
}

#pcHeader ul li a {
	border-top: 3px solid #ffffff;
}

#pcHeader ul li.current_page_item a {
	border-top: 3px solid #00A0E9;
	color: #00A0E9;
}

#pcHeader ul li a:hover {
	background-color: #00A0E9;
	color: #ffffff;
	text-decoration: none;
	border-top: 3px solid #00A0E9;
}

@media (max-width: 767px) {/* xs */
#pcHeader ul {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
}

#pcMainVisual {
	border-top: 5px solid #00A0E9;
	position: relative;
}

#pcMainVisual .caption-wrap {
	position: static;
	top: auto;
	right: auto;
	background-color: transparent;
	color: #999999;
	font-size: 12px;
}

/*PCブログ*/
.pcNews {
	background-color: #00A0E9;
	color: #ffffff;
	width: 40%;
	padding: 15px;
	position: absolute;
	left: -300px;
	bottom: -30px;
	z-index: 99;
}

@media (min-width: 992px) and (max-width: 1300px) {
.pcNews {
	left: -220px;
	bottom: -30px;
}
}

@media (min-width: 768px) and (max-width: 991px) { /* sm */ 
.pcNews {
	left: -5%;
	bottom: -30px;
}
}

@media (max-width: 767px) {/* xs */
.pcNews {
	width: 100%;
	padding: 15px;
	position: relative;
	left: auto;
	bottom: auto;
}
}

.pcNews a {
	color: #ffffff;
}

.pcNews .blogFeed {
	height: 220px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.pcNews h2 {
	margin: 0px 0px 30px;
	padding: 0px;
	font-size: 20px;
	color: #ffffff;
}

.pcNews h2:after {
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 53px;
	background-color: #ffffff;
}

.postInfo {
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.postInfo h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
}

.postInfo h3 a {
	font-weight: bold;
	color: #0356BF;
}

.postInfo .date {
	font-size: 12px;
	color: #999999;
}

.pcNews .postInfo h3 a,
.pcNews .postInfo .date {
	color: #ffffff !important;
}


.postInfo .date .label-kuroiwablog,
.archivePostList .label-kuroiwablog {
	padding: 1px;
	line-height: 1.1;
	width: 80px;
	text-align: center;
	border-radius: 20px;
	font-size: 10px;
	display: inline-block;
	color: #ffffff;
    margin-bottom: 3px;
}

.archivePostList .label-kuroiwablog {
    display: block;
}

.postInfo .date .label-kuroiwaoffice,
.archivePostList .label-kuroiwaoffice {
	padding: 1px;
	line-height: 1.1;
	width: 80px;
	text-align: center;
	border-radius: 20px;
	font-size: 10px;
	display: inline-block;
	color: #ffffff;
}

.archivePostList .label-kuroiwaoffice {
    display: block;
}

.pcNews .socialIcon {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
}

.pcNews .socialIcon a {
	margin: 0px 5px;
}

/*スマホヘッダー*/
#spGnav {
	background-color: #ffffff;
	border-bottom: none;
	border-top: 3px solid #00A0E9;
	position: relative;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
}

#spGnav .navbar-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	border: none;
	border-radius: 0px;
	background-color: #00A0E9;
	color: #ffffff;
	padding: 10px 20px 30px;
	height: 55px;
}

#spGnav .navbar-toggle .navLabel {
	position: absolute;
	bottom: 5px;
	left: 0px;
	display: block;
	text-align: center;
	font-size: 10px;
	width: 100%;
}

#spGnav .navbar-toggle .icon-bar {
	background-color: #ffffff;
	border-radius: 0px;
	z-index: 999999;
}

#spGnav .navbar-toggle .icon-bar.top.active{
    position: absolute;
	top: 23px;
    transform: rotate(45deg);
}
#spGnav .navbar-toggle .icon-bar.mid.active{
    transform:scaleX(0);
}
#spGnav .navbar-toggle .icon-bar.bottom.active{
    position: absolute;
	bottom: 30px;
    transform: rotate(135deg);
}

#spGnav .navbar-toggle .navLabel.active {
	padding-top: 30px;
}

#spGnav #navbar {
	background-color: #00A0E9;
	overflow: hidden;
	margin-left: -20px;
	margin-right: -20px;
}

#spGnav .hLogo {
	max-width: 90%;
	display: inline-block;
}

#spGnav .navbar-brand {
	padding: 10px 0px;
    height: 60px;
}

#spGnav .navbar-brand img {
    width: 300px;
    height: auto;
}

#spGnav .navbar-collapse {
	border-top: none;
}

#spGnav #navbar ul,
#spGnav #navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#spGnav #navbar ul {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#spGnav #navbar ul li {
	float: left;
	width: 50%;
	display: block;
}
#spGnav #navbar ul li a {
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	display: block;
}

#spGnav .navbar-collapse input,
#spGnav .navbar-collapse button {
	border-radius: 0px;
}

#spGnav .navbar-collapse .btn-dark {
	background-color: #003E8D;
	border-color: #003E8D;
}

#spGnav .navbar-collapse .btn-dark:hover {
	background-color: #00A0E9;
	border-color: #00A0E9;
}

#spGnav .searchform {
	padding-top: 13px;
}

.osusumeBadge {
	clear: both;
	text-align: center;
	padding-top: 15px;
    font-size: 12px;
}

.osusumeBadge span {
	border: 1px solid #eeeeee;
	padding: 2px 10px;
	margin: 0px 5px;
	border-radius: 20px;
	display: inline-block;
}

.osusumeBadge span a {
	color: #343434;
}

.osusumeBadge .chackNew {
	padding: 1px 7px;
	border-radius: 20px;
	background-color: #FF0000;
	color: #ffffff;
	border: none;
}

.ktNav .chackNew {
	padding: 1px 7px;
	border-radius: 20px;
	background-color: #FF0000;
	color: #ffffff;
	border: none;
    font-weight: normal;
    font-size: 12px;
}

.fl-module-content ul,
.fl-module-content ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fl-module-content ul {
	padding: 0.5em 1em 0.5em 2em;
}

.fl-module-content ul li {
	margin-bottom: 0.5em;
}

.fl-module-content ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	margin-right: 5px;
	margin-left: -1.5em;
    font-weight: 700;
}

/*見出しスタイル　A*/
.hedingStyle1{
position: relative;
display: inline-block;
padding: 0 55px;
}

.hedingStyle1:before, .hedingStyle1:after{
content: '';
position: absolute;
top: 60%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #333333;
}

.hedingStyle1:before {left:0;}
.hedingStyle1:after {right: 0;}

.hedingStyle2 span {
	color: #0356BF;
	border-left: 10px solid #0356BF;
	padding-left: 15px;
	display: block;
}

.hedingStyle3 {
	background-color: #00A0E9;
	color: #ffffff;
	margin: 10px 0px 10px 10px;
	position: relative;
	z-index: 0;
}

.hedingStyle3:after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 20px;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 15px 0;
	border-color: transparent #00A0E9 transparent transparent;
	z-index: -1;
}

.hedingStyle3 span {
	color: #ffffff;
	display: block;
	padding-bottom: 10px;
}





.ulStyle1 ul,
.ulStyle1 ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.ulStyle1 ul li {
	margin-bottom: 1em;
	margin-left: 45px;
	position: relative;
}

.ulStyle1 ul li:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #333333;
	top: 0.7em;
	left: -15px;
}



.darkBg {
	color: #ffffff;
}
.darkBg a {
	color: #ffffff;
}

.darkBg h1,
.darkBg h2,
.darkBg h3,
.darkBg h4,
.darkBg h5,
.darkBg h6 {
	color: #ffffff;
}

.darkBg .hedingStyle1:before,
.darkBg .hedingStyle1:after{
	background-color: #ffffff;
}

/*政策スライダー*/
.policySlider div {
	margin: 0px 5px;
}

/*SNS*/
.home .fl-icon-wrap .fl-icon-text {
	display: none !important;
}

/*下層ページ*/
.pageTitle i {
	color: #0356BF;
}

@media (max-width: 767px) {/* xs */
	.pageTitle {
		background-color: #0356BF;
	}
	.pageTitle h1 span {
		color: #ffffff;
		font-size: 22px;
	}
	.pageTitle h1 span i {
		color: #ffffff;
	}
	.archiveTypeLink {
		background-color: #0356BF;
	}
	.archiveTypeLink a {
		color: #ffffff;
	}
}

.profileTable th,
.profileTable td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.profileTable th {
	text-align: right;
	padding-right: 10px;
}

.profileTable td {
	padding-left: 10px;
}

.kuroiwaPhoto img {
	max-height: 570px;
	margin-right: 100px;
	width: auto;
}
.profileSign {
	text-align: center;
}

@media (max-width: 767px) {/* xs */
	.profileSign {
		text-align: left;
	}

	.profileSign img {
		max-width: 60% !important;
	}
	.kuroiwaPhoto img {
		margin-top: 130px;
		max-height: 400px;
		margin-right: -30px;
		width: auto;
	}
	.profileSign .fl-photo-align-center {
		text-align: left !important;
	}
	.profileText {
		margin-top: -50px;
	}
}

@media (min-width: 768px) {/* sm/md/lg */
	.profileText {
		margin-top: -120px;
	}
}

/*お問い合わせページ*/
.contactTel {
	text-align: center;
}
.contactTel h3 {
	font-size: 24px;
	font-weight: bold;
	color: #0356BF;
	line-height: 1.1;
	margin-top: 0px;
}

.contactTel .label.label-tel {
	color: #0356BF;
	border: 1px solid #0356BF;
	padding: 3px 5px;
	font-size: 0.5em;
}

.contactTel .btn {
	display: none;
	color: #ffffff;
}

@media (max-width: 767px) {/* xs */
.contactTel .btn {
	display: inline-block;
}
}

@media (max-width: 767px) {/* xs */
.fl-module-fl-post-navigation .nav-links .nav-previous,
.fl-module-fl-post-navigation .nav-links .nav-next {
    width: 45% !important;
}
	.fl-module-fl-post-navigation .nav-links .nav-previous {
		float: left;
	}
	.fl-module-fl-post-navigation .nav-links .nav-next {
		float: right;
		text-align: right;
	}
}

.tabs-left {
  border-bottom: none;
	border-right: 1px solid #ddd;
  padding: 0.5em 1em 0.5em 0em !important;
	margin: 0px !important;
	
}
.tabs-left>li {
  float: none !important;
}
.archiveTab li {
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	line-height: 1.3 !important;
}
.tabs-left>li:before {
	content: "" !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
	color: #333333;
	font-weight: bold;
	padding: 0;
	border: none;
}

.tabs-left>li>a:hover {
	background-color: transparent;
	border: none;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border: none;
	color: #FFEE00 !important;
	background-color: transparent !important;
}

.lsNone {
	padding-left: 0px !important;
}

.lsNone li:before {
	content: "" !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
}

#archiveAuther li,
#archiveCat li {
	margin-bottom: 13px !important;
}

.archiveTab {
    font-size: 14px;
}

.archiveTab,
.archiveTab a {
	color: #ffffff !important;
}

#archiveTabPanel {
	display: none;
}

.fl-widget-title {
	margin-bottom: 5px !important;
}

.fl-post-feed-post {
	padding-bottom: 20px;
}
.archivePostList h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.archivePostList h2 a {
	color: #0356BF;
}

.archivePostList .date {
	color: #999999;
    font-size: 14px;
    margin-bottom: 0px;
}

.archivePostList .label-kuroiwablog a,
.archivePostList .label-kuroiwaoffice a {
	color: #ffffff;
}
.archivePostList .label-kuroiwablog a:hover,
.archivePostList .label-kuroiwaoffice a:hover {
	text-decoration: none;
}

@media (max-width: 767px) {/* xs */
	.fl-post-feed-post {
		padding-bottom: 5px !important;
		margin-bottom: 5px !important;
	}
	.archivePostList .archiveExcerpt {
		display: none;
	}
	.archivePostList h2 {
		font-size: 16px;
	}
}

#sidebarWrapper {
    font-size: 13px;
}

#sidebarWrapper h4 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

@media (max-width: 767px) {/* xs */
    .alignright,
    .alignleft {
        float: none;
        margin: 10px auto;
        clear: both;
        display: block;
    }
}

@media (min-width: 768px) {/* sm/md/lg */
    #menu-item-4052,
    .menu-item-4052{ /*メルマガリンクスマホ以外では非表示*/
        display: none !important;
    }
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a {
    color: #000000;
     font-weight: bold;
}

.archivePostList.btmBorder {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

/*ページネーション*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
    text-align: center;
}
.pagenation li {
    display: inline-block;
    list-style: none outside none;
    margin-left: 3px;
}


.pagenation li:before {
    content: "" !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 30px 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*選挙対策*/
.hStyleTab {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background-color: #0857BF;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #0857BF;
}

.hStyleTab::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 0 35px;
    border-color: transparent transparent transparent #0857bf;
}

.senkyo2019MainTItle {
    text-align: center;
    color: #0857BF;
    margin-bottom: 0px;
}

.indexList {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.indexList.end {
    border-bottom: none;
}

.indexList .areaName {
    font-size: 18px;
    font-weight: bold;
}

.indexList .fa-youtube {
    color: #EA3131;
    font-size: 20px
}

@media (max-width: 767px) {/* xs */
.indexList {
    font-size: 12px;
}
.indexList .areaName {
    font-size: 14px;
}
}

.movieShareBtn .text {
    text-align: right;
    padding-top: 7px;
    color: #0857BF;
    font-weight: bold;
}
.snsShareIcon {
    float: left;
    width: 100px;
    margin-right: 10px;
}

@media (max-width: 767px) {/* xs */
    .movieShareBtn>div {
        text-align: center !important;
        padding-bottom: 10px;
    }
    .snsShareIcon {
        float: none;
        display: inline-block;
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
    }
    .snsShareIcon img {
        width: 80px;
    }
}

.areaSelect {
    font-size: 18px;
    height: 50px;
}