@charset "utf-8";
/*
==================================================
common.css
==================================================
サイト名: JA新潟市
--------------------------------------------------*/

/*
	Media Queries Breakpoints
	lg 1200
	md 992
	sm 768
	xs 480

*/

/*
--------------------------------------------------
[Reset]
==================================================
/*	Bootstrap Reset
--------------------------------------------------*/

html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-size: 16px;
	line-height: 1.42857143;
}

a {
	outline: none !important;
	text-decoration: underline;
	transition: all .3s;
	font-weight: bold;
}

a.btn {
	text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
	border-color: #24abb5;
	background-color: #24abb5;
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0 0 1em;
}

table {
	margin-bottom: 30px;
}

.table {
	margin-bottom: 30px;
	max-width: 100%;
	width: 100%;
}

.table-wrap {
	overflow: scroll;
}

.table-wrap::-webkit-scrollbar {
	height: 5px;
}

.table-wrap::-webkit-scrollbar-track {
	background: #fafafa;
}

.table-wrap::-webkit-scrollbar-thumb {
	background: #d7e1e2;
}

.table-wrap table {
	width: 100%;
}

th,
td {
	padding: 8px;
	border-top: 1px solid #fff;
	vertical-align: top;
	line-height: 1.42857143;
}

h1,
.home h2,
.root-page a,
.root-page span,
.btn,
.wpcf7-submit {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 25px;
	margin-bottom: 25px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

input,
button,
select,
textarea {
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

caption {
	color: #777;
}

.well {
	margin-top: 0;
	margin-bottom: 20px;
	border-color: #5bb6eb;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 767px) {

	.sm-row {
		margin-right: -20px;
		margin-left: -20px;
	}
}

/*
--------------------------------------------------
[ヘッダ]
==================================================*/

#header-nav a,
#global-nav a {
	color: #353535;
}

#global-nav .biggerlink-hover a,
#header-nav a:hover,
#global-nav a:hover {
	color: #5ab6eb
}

#header-nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 100;
	background-color: #ffffff;
	z-index: 100;
}

#header-nav .container {
	position: relative;
}

#header-nav .container img {
	vertical-align: top;
}

#header-nav #center-logo {
	position: relative;
	width: 380px;
	margin: -259px auto 0;
	text-align: center;
	z-index: 80;
	cursor: pointer;
}

#header-nav-corplogo,
#header-nav-contact,
#header-nav-trouble,
#header-nav-menu {
	position: absolute;
	top: 15px;
}

#header-nav-corplogo {
	left: 15px;
}

#header-nav-trouble,
#header-nav-menu {
	right: 15px;
}

#header-nav-contact,
#header-nav-trouble {
	font-size: 13px;
}

#header-nav-contact {
	right: 160px;
	line-height: 20px;
}

#header-nav #header-nav-trouble {
	top: 11px;
	padding: 5px 10px;
	background-color: #5ab6eb;
	color: white;
	border-radius: 3px;
}

#header-nav #header-nav-trouble:hover {
	background-color: #23527c;
}

#header-nav-menu {
	top: 10px;
}

#header-nav-menu span.menu {
	line-height: 30px;
	padding-right: 5px;
	vertical-align: bottom;
}

#header-nav-menu:hover {
	color: #353535 !important;
}

#header-nav a {
	text-decoration: none;
}

#global-nav {
	border-top: 10px solid #5ab6eb;
	background: transparent url(../images/bg-globalmenu.jpg) repeat 0 0;
	padding: 15px 0 10px;
}

#global-nav .container {
	position: relative;
}

#global-nav ul {
	list-style: none;
}

#global-nav ul li {
	position: relative;
	display: inline-block;
	width: 24.5%;
	text-align: center;
	z-index: 500;
}

#global-nav ul li a {
	text-decoration: none;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 14px;
}

#global-nav ul li a img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	vertical-align: -20px;
}

.home #global-nav ul li a img {
	display: block;
	margin: 0 auto 5px !important;
}

#global-nav .biggerlink-hover a img,
#global-nav a:hover img {
	-webkit-animation: bound .2s linear 1 both;
	animation: bound .2s linear 1 both;
}

@-webkit-keyframes bound {

	0%,
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

@keyframes bound {

	0%,
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

#global-nav ul #menu-about {
	width: 19%;
	float: left;
	letter-spacing: -1px;
}

#global-nav ul #menu-service {
	width: 20%;
	float: left;
	letter-spacing: -1px;
}

#global-nav ul #menu-service img {
	margin-left: 5px;
	margin-right: 5px;
}

#global-nav ul #menu-finance {
	position: absolute;
	right: 200px;
	width: 20%;
	text-align: center;
}

#global-nav ul #menu-information {
	position: absolute;
	width: 15%;
	right: 20px;
}

#global-nav ul #menu-trouble a {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	padding: 15px;
	background-color: #5ab6eb;
	color: white;
	border-radius: 3px;
}

#global-nav ul #menu-trouble a:hover {
	background-color: #23527c;
}

#global-nav ul .current a {
	color: #5ab6eb;
	cursor: default;
}

.home #global-nav ul #menu-about,
.home #global-nav ul #menu-service,
.home #global-nav ul #menu-finance,
.home #global-nav ul #menu-information {
	position: relative;
	float: left;
	width: 25%;
	right: auto;
}

#global-nav ul li#menu-col2 {
	text-align: center !important;
	border-bottom: none !important;
}

#menu-col2 .unit {
	width: 48%;
	padding-top: 15px;
	display: inline-block;
}

#menu-col2 .unit img {
	width: 16px;
	height: 16px;
	margin-right: 10px !important;
}

@media (max-width: 1200px) {

	#header-nav .container {
		width: 100%;
	}

	#global-nav ul li a {
		font-size: 13px;
	}

	#global-nav ul #menu-finance {
		right: 140px;
	}

	#global-nav ul #menu-information {
		right: 0px;
	}

}

@media (max-width: 992px) {

	#header-nav #center-logo {
		display: none;
	}

	#global-nav ul {
		text-align: center;
	}

	#global-nav ul #menu-about,
	#global-nav ul #menu-service,
	#global-nav ul #menu-finance,
	#global-nav ul #menu-information {
		float: none;
		display: inline-block;
		position: relative;
		left: auto;
		right: auto;
		width: 24%;
	}

	#global-nav ul #menu-about img,
	#global-nav ul #menu-service img,
	#global-nav ul #menu-finance img,
	#global-nav ul #menu-information img {
		display: block;
		margin: 0 auto 5px;
	}

	/*
	#global-nav ul #menu-finance {
		right: 110px;
	}
*/

}

@media (max-width: 767px) {
	#masthead {
		padding-right: 0;
		padding-left: 0;
	}

	#header-nav #center-logo {
		display: none;
	}

	#global-nav {
		width: 100%;
		position: absolute;
		border-top: none;
		border-bottom: 10px solid #5ab6eb;
		z-index: 50;
		/* 		top: -290px; */
	}

	#global-nav ul li {
		position: relative !important;
		float: none !important;
		display: block !important;
		width: auto !important;
		text-align: left !important;
		padding: 10px !important;
		border-bottom: 1px dashed #ccc !important;
		left: auto !important;
		right: auto !important;

	}

	#global-nav ul li:last-child {
		padding-bottom: 0 !important;
		border-bottom: none !important;
	}

	#global-nav ul li a {
		display: block;
	}

	#global-nav ul li a img {
		position: inherit !important;
		display: inline !important;
		margin-right: 20px !important;
		vertical-align: middle;
	}

	.home #global-nav ul li a img {
		margin-right: 20px !important;
	}

}

/*
--------------------------------------------------
[mobile menu animation]
==================================================*/

.c-hamburger {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 14px;
	left: 5px;
	right: 5px;
	height: 3px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
	top: -7px;
}

.c-hamburger span::after {
	bottom: -7px;
}

.c-hamburger--htx {
	background-color: #5ab6eb;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: #aaa;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

/*
--------------------------------------------------
[トピックス一覧]
==================================================*/

.topics {
	list-style: none;
	padding-left: 0;
}

.topics li {
	position: relative;
	padding-left: 110px;
	padding-top: 40px;
	margin-bottom: 25px !important;
	background-color: #5bb6eb;
	border-radius: 10px;
}

.topics a {
	text-decoration: none;
	cursor: pointer;
}

.topics a:hover .topics-title {
	color: #333;
	transition: all .3s;
}

.topics img.thumbnail {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 5px;
	left: 15px;
	z-index: 10;
	border-radius: 50%;
	background-color: #5bb6eb;
	border: 4px solid #5bb6eb;
}

.topics .topics-title {
	position: relative;
	margin: 0px;
	padding: 20px 35px .8em 70px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	border-bottom: 0;
}

.topics .topics-title span {
	display: block;
	position: absolute;
	top: 42%;
	right: 15px;
	width: 11px;
	height: 16px;
	background: transparent url(../images/icon-arrow-white.png) center center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	.topics .topics-title span {
		background: transparent url(../images/icon-arrow-white2x.png) center center no-repeat;
		background-size: 11px 16px;
	}
}

.home .topics .topics-title {
	padding-left: 0;
}

.topics .topics-data {
	top: 0;
	left: 0;
	position: absolute;
	height: 3em;
	line-height: 3em;
	vertical-align: middle;
	width: 100%;
	padding-left: 110px;
	border-radius: 10px 10px 0 0;
	z-index: 1;
	background-color: #def0fc;
}

.topics .topics-data p {
	float: left;
}

.topics .topics-data p.category {
	float: right;
	padding-right: 15px;
}

/* お知らせ（お知らせ・更新情報） */
.topics .cat-info,
.topics .cat-info img {
	background-color: #5bb6eb;
	border-color: #5bb6eb;
}

.topics .cat-info .topics-data {
	background-color: #def0fc;
	color: #5bb6eb;
}

/* 金融（ローン・キャンペーン） */
.topics .cat-finance,
.topics .cat-finance img {
	background-color: #f2a936;
	border-color: #f2a936;
}

.topics .cat-finance .topics-data {
	background-color: #f9e5c4;
	color: #f2a936;
}

/* 食農教育 */
.topics .cat-market,
.topics .cat-market img {
	background-color: #9cd709;
	border-color: #9cd709;
}

.topics .cat-market .topics-data {
	background-color: #e2f8af;
	color: #9cd709;
}

/* ご注意ください */
.topics .cat-alert,
.topics .cat-alert img {
	background-color: #ef795d;
	border-color: #ef795d;
}

.topics .cat-alert .topics-data {
	background-color: #f8d5ce;
	color: #ef795d;
}

@media (max-width: 767px) {

	.topics .topics-data p.category {
		display: none;
	}
}

/*
--------------------------------------------------
[検索結果一覧]
==================================================*/

.page-search .entry-summary {
	border-bottom: 1px solid #d3d3d3;
}

.page-search .entry-summary a {
	text-decoration: none;
}

/*
	.page-search .entry-summary a h2 {
		margin-bottom: 10px;
	}
*/
.page-search .entry-summary a p {
	font-size: 14px;
	font-weight: normal;
	color: #777;
	margin-bottom: 25px;
}

.page-search span.search-everything-highlight-color {
	/*
		background-color: #def0fb!important;
		border-radius: 10px;
*/
	background-color: #fff !important;
}

.page-search p span.search-everything-highlight-color {
	background-color: #def0fb !important;
	padding: 0 10px;
	border-radius: 10px;
}

/*
--------------------------------------------------
[フッター]
==================================================*/

.footer {
	padding: 20px 0;
	text-align: center;
}

#return-top {
	width: 100%;
	height: 120px;
	margin-top: -25px;
	padding-top: 55px;
	overflow: hidden;
}

.hover {
	-webkit-animation: spin .3s linear 1 forwards;
	animation: spin .3s linear 1 forwards;
}

.out {
	animation: spin_back .3s linear 1 forwards;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(180deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(180deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(180deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-180deg);
	}
}

@keyframes spin_back {
	0% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

#footer-search {
	background-color: #5bb6eb;
}

#footer-search input {
	margin-right: 10px;
	padding: 0 15px;
	font-size: 18px;
	height: 60px;
	width: 400px;
	border: none;
}

#footer-search button {
	height: 60px;
	padding: 0 15px 0 23px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: .4em;
	border-radius: 5px;
	border: 4px solid #ffffff;
	background-color: #5bb6eb;
}

#footer-search button:hover {
	background-color: #79c8f5;
	transition: all .3s;
}

#footer-links {
	background-color: #ededed;
	margin-top: 0;
}

#footer-links ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

#footer-links ul li {
	display: inline;
	line-height: 2.5em;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #b1b1b1;
	font-size: 14px;
}

#footer-links ul li.end {
	border: none;
}

#footer-registration {
	padding: 30px 0 15px;
	font-size: 14px;
}
#footer-registration strong {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
}
#footer-copyright {
	padding: 0 0 30px;
	font-size: 14px;
}
/* #footer-copyright {
	padding: 30px 0;
	font-size: 14px;
} */

@media (max-width: 767px) {

	.footer {
		margin-top: 15px;
	}

	#return-top {
		display: none;
	}

	#footer-search input {
		width: 100%;
		margin-bottom: 15px;
	}

	#footer-links ul li {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}
}

/*
--------------------------------------------------
[パンくず]
==================================================*/

.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs .arrow {
	display: inline-block;
	width: 25px;
	height: 10px;
	background: transparent url(../images/icon-arrow-gray.png) center center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	.breadcrumbs .arrow {
		background: transparent url(../images/icon-arrow-gray4x.png) center center no-repeat;
		background-size: 7px 10px;
	}

}

.breadcrumbs .sp {
	display: none;
	position: relative;
	padding-right: 20px;
}

.breadcrumbs .sp img {
	margin-top: -4px;
}

.breadcrumbs .sp .goto-content-menu {
	position: absolute;
	top: 0;
	right: 0px;
	padding-left: 5px;
}

.breadcrumbs .sp .goto-content-menu img {
	width: 12px;
	height: 12px;
}

@media (max-width: 767px) {
	.breadcrumbs .pc {
		display: none;
	}

	.breadcrumbs .sp {
		display: block;
	}

}

/*
--------------------------------------------------
[コンテント共通]
==================================================*/

/* 余白 */
.entry-content table,
.entry-content img,
.entry-content p {
	margin-bottom: 25px;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 15px;
}

.entry-content .well p {
	margin-bottom: 10px;
}

.entry-content .inner {
	padding-left: 30px;
}

/* ページタイトル */
.content-head {
	text-align: center;
	margin-bottom: 25px;
}

.content-head-image {
	padding-top: 25px;
	height: 230px;
	background-color: #ccc;
	background-size: cover;
}

.content-head-image span {
	display: block;
	padding-top: 5px;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
}

.content-head-image span span {
	width: 170px;
	height: 170px;
	background-color: #ffffff;
}

.content-head-image img {
	padding-top: 30px;
	width: 100px;
}

.content-head-title {
	background-color: #5bb6eb;
	padding-bottom: 15px;
	margin-bottom: 45px;
}

.page-service .content-head-title {
	background-color: #9cd709;
}

.page-finance .content-head-title {
	background-color: #f2a936;
}

.entry-content .content-head-title h1 {
	margin: 0;
	padding: 25px 15px 10px;
	color: #ffffff;
	background-color: transparent;
	background-image: none;
}

.content-head-title p {
	padding: 0px 25px;
	margin-bottom: 15px;
}

.page-about .content-head-image {
	background: transparent url(../images/bg-content-head-about.jpg) no-repeat center center;
}

.page-service .content-head-image {
	background: transparent url(../images/bg-content-head-service.jpg) no-repeat center center;
}

.page-finance .content-head-image {
	background: transparent url(../images/bg-content-head-finance.jpg) no-repeat center bottom;
}

/* ヘッダ */
.entry-content h1 {
	margin-top: 0;
	padding: 48px 15px 45px 110px;
	background-color: #f4f0e8;
	background: #f4f0e8 url(../images/icon-h1.png) 20px center no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #5bb6eb;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	.entry-content h1 {
		background-image: url(../images/icon-h1_2x.png);
		background-size: 70px 70px;
	}
}

.entry-content h2 {
	color: #5bb6eb;
	border: 1px solid #5bb6eb;
	padding: 15px;
	font-size: 22px;
}

.entry-content h3 {
	padding: 0 15px 15px 0;
	color: #5bb6eb;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	font-size: 22px;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 18px;
}

.entry-content h2 small,
.entry-content h3 small,
.entry-content h4 small,
.entry-content h5 small {
	color: #5bb6eb;
}

.entry-content h4 span.box,
.entry-content h5 span.box {
	display: inline-block;
	margin: 0 15px 0 5px;
}

.entry-content h4 span.box {
	width: 15px;
	height: 15px;
	background-color: #5bb6eb;
	vertical-align: -1px;
}

.entry-content h5 span.box {
	width: 15px;
	height: 15px;
	background-color: #d3d3d3;
	vertical-align: -3px;
}

@media (max-width: 767px) {

	.content-head {
		margin-left: -15px;
		margin-right: -15px;
	}

	.entry-content h1 {
		padding: 25px 15px 25px 70px;
		background-size: 35px 35px;
		font-size: 18px;
		font-weight: bold;
	}

	.entry-content h2,
	.entry-content h3 {
		font-size: 18px;
	}

}

/* リスト */
.entry-content ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 15px;
}

.entry-content ol {
	padding-bottom: 15px;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	list-style: none;
	padding-left: 0;
	background: none;
}

.entry-content ol li,
.entry-content ul li {
	margin-bottom: 10px;
}

.entry-content ol li:last-child,
.entry-content ul li:last-child {
	margin-bottom: 0;
}

.entry-content ul li {
	padding-left: 40px;
	position: relative;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li {
	padding-left: 0;
}

.entry-content ul span.circle {
	display: block;
	position: absolute;
	top: .4em;
	left: 5px;
	margin: 0 10px 0 15px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f27c61;
}

.entry-content ul ol span.circle {
	display: none;
}

.entry-content ul ol li {
	padding-left: 0;
}

.entry-content ol ul,
.entry-content ol ol,
.entry-content ul ul,
.entry-content ul ol {
	margin-bottom: 0;
}

/* 定義リスト */
dl dt,
dl dd {
	margin-bottom: 5px;
}

dl dt {
	color: #5bb6eb;
}

dl dd {
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
}

.dl-horizontal dt {
	text-align: right;
	margin-bottom: 0;
}

.entry-content dl dd p,
.entry-content dl dd .well {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.dl-horizontal dt {
		text-align: left;
		font-weight: normal;
		padding-top: 5px;
		margin-bottom: 10px;
		margin-left: 15px;
	}

	.dl-horizontal dd {
		margin-left: 35px;
	}
}

/* テーブル */
.entry-content table {
	width: 100%;
	max-width: 100%;
}

.entry-content th {
	color: #fff;
	background-color: #5bb6eb;
}

.entry-content td,
.entry-content th {
	border: 1px solid #d3d3d3;
}

.entry-content tr.even {
	background-color: #f9f7f2;
}

.entry-content table ul li {
	padding-left: 25px;
}

.entry-content table ul li .circle {
	margin-left: 0;
}

.table-wrap {
	overflow: scroll;
	margin-bottom: 25px;
}

.table-wrap table {
	margin-bottom: 0;
}

.table-wrap::-webkit-scrollbar {
	height: 5px;
}

.table-wrap::-webkit-scrollbar-track {
	background: #fafafa;
}

.table-wrap::-webkit-scrollbar-thumb {
	background: #d7e1e2;
}

.table-wrap table {
	width: 100%;
}

/* 画像 */
.entry-content img {
	max-width: 100%;
	height: auto;
}

/* サブコンテンツリスト */
.sub-contents .unit {
	margin-bottom: 25px;
}

.sub-contents .unit a {
	/* 		color: #333; */
	text-decoration: none;
}

.sub-contents .unit a:hover span {
	/* 		color: #5bb6eb; */
	background-color: #def0fb;
	transition: all .3s;
}

.sub-contents .unit img {
	border: 1px solid #d3d3d3;
	border-bottom: none;
	margin-bottom: 0;
}

.sub-contents .unit span {
	display: block;
	border: 1px solid #d3d3d3;
	padding: 15px 15px;

}

@media (max-width: 767px) {
	.sub-contents {
		border-bottom: 1px solid #d3d3d3;
		margin-bottom: 25px;
	}

	.sub-contents .unit {
		margin-bottom: 0;
	}

	.sub-contents .unit img {
		display: none;
	}

	.sub-contents .unit span {
		border-bottom: none;
	}
}

/* リンク */
a.link-external,
span.link-external,
a.link-pdf {
	padding-right: 25px;
	background-position: right center;
	background-repeat: no-repeat;
	transition: none;
}

span.link-external {
	display: inline-block !important;
	width: 16px !important;
	height: 16px !important;
	border: none !important;
	padding: 0 !important;
	margin-left: .4em;
	vertical-align: -2px;
}

span.link-external,
a.link-external {
	background-image: url('../images/icon-external-link.png');
	background-size: 16px 16px;
}

a.link-pdf {
	padding-right: 50px;
	background-image: url('../images/icon-pdf.png');
	background-size: 40px 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

	span.link-external,
	a.link-external {
		background-image: url('../images/icon-external-link2x.png');
	}

	a.link-pdf {
		background-image: url('../images/icon-pdf2x.png');
	}
}

/* well */
.well {
	padding: 15px;
	background-color: #def0fb;
	border-radius: 10px;
}

/* ページネーション */
.pagenav {
	text-align: center;
	margin-bottom: 25px;
	margin-left: 5px;
}

.pagenav-wrapper {
	display: inline-block;
}

.pagenav .page-numbers {
	display: inline-block;
	padding-top: .4em;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	border: 3px solid #d3d3d3;
	border-radius: 50%;
}

.pagenav .page-numbers.dots {
	border: none;
}

.pagenav a {
	text-decoration: none;
	color: #333;
}

.pagenav a:hover {
	background-color: #def0fb;
}

.pagenav .current {
	color: #fff;
	font-weight: bold;
	background-color: #5bb6eb;
}

.pagenav .prev,
.pagenav .next {
	border: 3px solid #fff;
}

.pagenav .prev img,
.pagenav .next img {
	width: 11px;
	height: 16px;
	margin-top: -3px;
	margin-bottom: auto;
}

/* タブ */
.entry-content .nav-tabs {
	display: table;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	border-collapse: separate;
	padding-bottom: 0;
}

.entry-content .nav-tabs>li {
	float: none;
	display: table-cell;
	padding: 0;
}

/*
.entry-content .nav-tabs > li.active a {
	color: #fff;
	background-color: #5bb6eb;
}
*/
.entry-content .nav-tabs>li>a {
	margin-bottom: -1px;
	padding: 10px 5px;
	border-radius: 6px 6px 0 0;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
}

.entry-content .nav-tabs>li>a:hover,
.entry-content .nav-tabs>li>a:focus {
	border-color: #d3d3d3;
	background-color: #def0fb;
}

.entry-content .nav-tabs>li.active>a,
.entry-content .nav-tabs>li.active>a:hover,
.entry-content .nav-tabs>li.active>a:focus {
	border-color: #d3d3d3;
	border-bottom-color: transparent;
}

.entry-content .nav-tabs.nav-justified>li>a {
	border-radius: 6px;
}

.entry-content .nav-tabs.nav-justified>.active>a,
.entry-content .nav-tabs.nav-justified>.active>a:hover,
.entry-content .nav-tabs.nav-justified>.active>a:focus {
	border-color: #d3d3d3;
}

@media (max-width: 991px) {
	.entry-content .nav-tabs {
		display: block;
		border: none;
	}

	.entry-content .nav-tabs>li {
		display: inline-block;
		margin-bottom: 10px;
	}

	.entry-content .nav-tabs>li>a {
		margin: 0;
		padding: 10px;
		border-radius: 6px;
	}

	.entry-content .nav-tabs>li>a,
	.entry-content .nav-tabs.nav-justified>li>a {
		border-radius: 6px;
	}

	.entry-content .nav-tabs>li.active>a,
	.entry-content .nav-tabs>li.active>a:hover,
	.entry-content .nav-tabs>li.active>a:focus {
		border: 1px solid #D6E1E1;
		border-radius: 6px;
	}

	#main .tab-pane h2:first-child,
	#main .tab-pane h3:first-child,
	#main .tab-pane h4:first-child,
	#main .tab-pane h5:first-child,
	#main .tab-pane h6:first-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.entry-content .nav-tabs.nav-justified>li>a {
		border-color: #D6E1E1;
		border-radius: 6px 6px 0 0;
	}

	.entry-content .nav-tabs.nav-justified>.active>a,
	.entry-content .nav-tabs.nav-justified>.active>a:hover,
	.entry-content .nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #ffffff;
	}
}

/*
--------------------------------------------------
[詳細ページ]
==================================================*/

/* サイドバー：サブメニュー */
ul.submenu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	border-bottom: none;
}

ul.submenu li {
	border-bottom: 1px solid #ccc;
}

ul.submenu li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

ul.submenu li a:hover {
	background-color: #def0fb;
}

ul.submenu li.current a {
	color: #fff;
	background-color: #5bb6eb;
	cursor: default;
}

ul.submenu li img {
	float: right;
	margin-top: 7px;
	margin-left: 5px;
}

#sidebar-sp {
	display: none;
}

#sidebar-sp .root-page {
	background-position: right center;
	padding: 30px 15px;
	margin-bottom: 0;
	background-color: #ccc;
}

#sidebar-sp .root-page a {
	padding: 0;
	text-align: left;
}

/* サイドバー内ヘッダ */
.root-page {
	background-color: #5bb6eb;
	margin-bottom: 25px;
	letter-spacing: -1px;
	text-align: center;
	background-image: url(../images/icon-kira_white4x.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.root-page a,
.root-page span {
	display: block;
	text-decoration: none;
	padding: 47px 15px;
	color: #fff;
	font-size: 18px;
}

.root-page-about {
	background-image: url(../images/icon-about_white4x.png);
}

.root-page-service {
	background-color: #9cd709;
	background-image: url(../images/icon-service_white4x.png);
}

.root-page-finance {
	background-image: url(../images/icon-finance_white4x.png);
	background-color: #f2a936;
}

.root-page-information {
	background-image: url(../images/icon-information_white4x.png);
}

/* サイドバナー */
.side-banners {
	padding: 15px;
	background-color: #f9f7f2;
}

.side-banners ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.side-banners ul li {
	margin-bottom: 5px;
}

.side-banners ul li:last-child {
	margin-bottom: 0;
}

.side-banners ul li a img {
	border: 1px solid #d3d3d3;
}

.side-banners ul li a:hover img {
	border-color: #5bb6eb;
	transition: all .3s;
}

.side-banners .pickup {
	margin-bottom: 10px;
}

.side-banners .pickup p {
	font-size: 77%;
	text-align: center;
}

/* 画像リンク用フレーム */
a.frame img {
	border: 1px solid #eee;
}

a.frame:hover img {
	border-color: #5bb6eb;
	transition: all .3s;
}

/*	目次リンク */
.page-index ol {
	padding: 0;
	width: 100%;
	border-collapse: separate;
	list-style: none;
	text-align: center;
}

.page-index li {
	display: inline-block;
	width: 24%;
	padding: 0;
}
.page-index li.full {
	width: 97.5%;
}

.page-index a {
	display: block;
	padding: 6px 12px;
	background: #ededed;
	border-radius: 5px;
	text-decoration: none;
}

.page-index a span {
	display: block;
	margin: 0.6em 0;
	padding-right: 30px;
	text-align: left;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 90%;
	transition: all .3s;
}

.page-index a:hover {
	background-color: #def0fb;
	color: #337ab7;
}

@media (max-width: 992px) {

	.root-page {
		padding: 36px 15px;
	}

	.root-page a {
		text-align: center;
		padding: 0;
	}

	.page-index ol {
		margin-bottom: 30px;
	}

	.page-index li {
		width: 49%;
		margin-bottom: 1px;
	}
	.page-index li.full {
		width: 99%;
	}

	.page-index a {
		width: 100%;
	}
}

@media (max-width: 767px) {

	#sidebar {
		display: none;
	}

	#sidebar-sp {
		display: block;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #d3d3d3;
	}

	.side-banners {
		display: none;
	}
}

/*
--------------------------------------------------
[サポートリスト（しごと、金融で使用）]
==================================================*/

.supportlist {
	margin-bottom: 25px;
	text-align: center;
}

.supportlist-unit,
.supportlist .unit {
	padding: 5px 30px;
	margin: 0;
}

.supportlist-unit h4,
.supportlist h4 {
	color: #826a37;
	font-weight: bold;
}

.supportlist-unit h4 span.box,
.supportlist h4 span.box {
	display: none;
}

.supportlist-unit-odd,
.supportlist .unit {
	background-color: #f5d8ad;
}

.supportlist-unit-even,
.supportlist .unit.even {
	background-color: #f6ecdc;
}

.supportlist-unit ul li,
.supportlist ul li {
	padding-left: 25px;
}

.supportlist-unit ul li .circle,
.supportlist ul li .circle {
	margin: 0;
}

.supportlist-unit-link a img {
	margin-bottom: 0;
	margin-left: 10px;
}

.supportlist-image {
	padding-top: 15px;
	height: 180px;
}

.supportlist-image img {
	margin-top: 13px;
	margin-bottom: 0;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 5px solid #fde8c8;
}

.supportlist-unit-even .supportlist-image img,
.supportlist .unit.even .supportlist-image img {
	border-color: #fff9f0;
}

.supportlist-unit {
	text-align: left;
}

.supportlist-unit p {
	padding-left: 125px
}

.supportlist-unit .supportlist-image {
	float: left;
	height: auto;
	margin-right: 25px;
}

.supportlist-unit .supportlist-image img {
	width: 100px;
	height: 100px;
}

@media (max-width: 767px) {
	.supportlist-unit {
		text-align: center;
	}

	.supportlist-unit p {
		padding-left: 0;
	}

	.supportlist-unit .supportlist-image {
		float: none;
		margin-right: 0;
	}

	.supportlist-unit .supportlist-image img {
		width: 150px;
		height: 150px;
	}

	.supportlist-unit-link a {
		display: block;
		text-align: center;
	}

}

/*
--------------------------------------------------
[Single]
==================================================*/

.post-info {
	margin-bottom: 25px;
	text-align: right;
}

.post-info .post-cat,
.post-info .post-date {
	display: inline-block;
}

/* カテゴリラベル色 */
.post-info .post-cat {
	font-size: 14px;
	padding: 2px 8px;
	border-radius: 5px 0 0 5px;
	color: #fff;
}

.post-info .cat-info .post-cat {
	background-color: #5bb6eb;
}

.post-info .cat-finance .post-cat {
	background-color: #f2a936;
}

.post-info .cat-market .post-cat {
	background-color: #9cd709;
}

.post-info .cat-alert .post-cat {
	background-color: #ef795d;
}

.post-info .cat-magazine .post-cat {
	background-color: #5bb6eb;
}

/* 日付ラベル色（カテゴリの薄い色） */
.post-info .post-date {
	font-size: 14px;
	padding: 2px 8px;
	border-radius: 0 5px 5px 0;
	background-color: #f4f0e8;
}

.post-info .cat-info .post-date {
	background-color: #def0fc;
}

.post-info .cat-finance .post-date {
	background-color: #f9e5c4;
}

.post-info .cat-market .post-date {
	background-color: #e2f8af;
}

.post-info .cat-alert .post-date {
	background-color: #f8d5ce;
}

.post-info .cat-magazine .post-date {
	background-color: #def0fc;
}

@media (max-width: 767px) {
	.post-info {
		text-align: center;
	}
}

/*
--------------------------------------------------
[pickup]
==================================================*/

.home .pickup {
	padding-top: 25px;
	color: #ffffff;
	background: transparent url(../images/top/bg-pickup.jpg) center top no-repeat;
	background-size: cover;
}

.pickup .unit {
	display: none;
}

.pickup .container .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.pickup h3,
.pickup p {
	margin: 0;
}

.pickup a {
	color: #ffffff;
	text-decoration: none;
}

.pickup a:hover p {
	background-color: #5bb6eb;
	transition: all .3s;
}

.pickup p {
	padding: 15px;
}

.pickup .kitchen p {
	background-color: #a9cb29;
}

.pickup .brand p {
	background-color: #4a8982;
}

.pickup .market p {
	background-color: #d67575;
}

@media (max-width: 767px) {
	.pickup .container p {
		margin-bottom: 25px;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

}

/*
--------------------------------------------------
[フォーム]
==================================================*/

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	width: 100%;
	font-size: 18px;
	border: 1px solid #ccc;
}

.wpcf7-form label {
	color: #5bb6eb;
	padding-bottom: 5px;
}

.wpcf7-form-control-wrap input {
	padding: 0 15px;
	height: 60px;
}

.wpcf7-form-control-wrap textarea {
	padding: 15px 15px;
	height: 294px;
}

.wpcf7-submit {
	width: 100%;
	padding: 15px;
	text-align: center;
	color: #5bb6eb;
	font-weight: bold;
	border: 4px solid #5bb6eb;
	border-radius: 4px;
	background-color: #ffffff;
	letter-spacing: 2em;
}

.wpcf7-submit:hover {
	background-color: #5bb6eb;
	color: #ffffff;
}

.wpcf7-validation-errors,
.wpcf7-form label span,
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	border-radius: 4px;
	padding: 5px 10px;
	margin-top: 10px;
	background-color: #ef795d;
	color: #fff;
}

.wpcf7-form label span {
	padding: 1px 5px;
	font-size: 12px;
}

.wpcf7-form .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-validation-errors {
	border: none;
	margin: 15px 0;
	padding: 10px 10px;
	font-weight: bold;
	text-align: center;
}

.wpcf7-form .wpcf7-mail-sent-ok {
	background-color: #def0fb;
	color: #333333;
}

.wpcf7-form .wpcf7-validation-errors {
	background-color: #f8d5ce;
	color: #ef795d;
}

.form-submit {
	position: relative;
}

.form-submit input {
	padding-left: 45px;
}

.form-submit img {
	position: absolute;
	right: 15px;
	top: 22px;
}

/*
--------------------------------------------------
[Single]
==================================================*/

.page-trouble .free_dial {
	display: block;
	margin: 10px 0;
	font-size: 150%;
	padding-left: 2.3em;
	background-repeat: no-repeat;
	background-image: url(../images/icon-freedial.svg);
	background-position: left center;
	background-size: 2em 1em;
}

.page-trouble .trouble_tel {
	display: block;
	margin: 10px 0 0;
	font-size: 150%;
}

.page-trouble .trouble_tel:before {
	content: "TEL ";
	color: #5bb6eb;
}

.trouble_table th {
	width: 33%;
}

.page-trouble td h3 {
	font-size: 120%;
}

/*
--------------------------------------------------
[ページ体裁]
==================================================*/

body.page,
body.search,
body.single,
body.error404 {
	margin-top: 50px;
}

.btn {
	width: 100%;
	border: 4px solid #5bb6eb;
	padding: 15px;
	text-align: center;
	color: #5bb6eb;
	font-weight: bold;
}

.btn:hover {
	color: #fff;
	border-color: #5bb6eb;
	background-color: #5bb6eb;
}

.margin {
	margin-bottom: 25px;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.large {
	font-size: 150%;
}

.ind125,
.ind150,
.ind200,
.ind300,
.ind400 {
	position: relative;
}

.ind125 {
	padding-left: 1.25em !important;
}

.ind150 {
	padding-left: 1.5em !important;
}

.ind200 {
	padding-left: 2em !important;
}

.ind300 {
	padding-left: 3em !important;
}

.ind400 {
	padding-left: 4em !important;
}

.ind125 .ind,
.ind150 .ind,
.ind200 .ind,
.ind300 .ind,
.ind400 .ind {
	position: absolute;
	left: 0;
	text-align: center;
}

.ind125 .ind {
	width: 1.25em !important;
}

.ind150 .ind {
	width: 1.5em !important;
}

.ind200 .ind {
	width: 2em !important;
}

.ind300 .ind {
	width: 3em !important;
}

.ind400 .ind {
	width: 4em !important;
}

.col-sm-offset-1_5 {
	margin-left: 12.5%;
}

.col-md-offset-4_5 {
	margin-left: 38%;
}

@media (max-width: 992px) {

	.col-sm-offset-1_5,
	.col-md-offset-4_5 {
		margin-left: 0;
	}
}

@media (max-width: 767px) {

	body.page,
	body.search,
	body.single,
	body.error404 {
		margin-top: 60px;
	}
}

/* 金利テーブル */
table.kinri-table th {
	width: 12em;
}

table.kinri-table td {
	background-color: white !important;
}

table.kinri-table p,
table.kinri-table ul,
table.kinri-table ol {
	margin-bottom: 0;
	padding-bottom: 0.5em;
}

.annotation span,
.count,
table.kinri-table .list {
	position: relative;
	display: block;
	/* 	padding-top: 5px; */
	padding-left: 1em;
	text-indent: 0;
}

.annotation span,
.count span,
table.kinri-table .list:before {
	position: absolute;
	display: block;
	top: .3em;
	left: -.4em;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f27c61;
}

.count {
	position: relative;
	padding-left: 1.5em;
}

.annotation {
	position: relative;
	padding-left: 1.8em;
}

.annotation span,
.count span {
	border: none;
	background: none;
	left: 0;
	top: auto;
}

table.kinri-table .annotation {
	padding-left: 1.1em;
}

table.kinri-table .annotation span {
	left: -1em;
}

table.kinri-table .dl-horizontal {
	margin-bottom: 0;
}

table.kinri-table dt.list:before {
	left: 0;
}

table.kinri-table .indent {
	margin-left: 1.5em;
}

table.kinri-table .dl-horizontal dt {
	overflow: auto;
	white-space: inherit;
	width: 180px;
	text-align: left;
	font-weight: normal;
	color: #333;
}

table.kinri-table .dl-horizontal dd {
	margin-left: 200px;
	border-bottom: none;
}

table.kinri-table .horizontal-250 dt {
	width: 250px;
}

table.kinri-table .horizontal-250 dd {
	width: 270px;
}

@media (max-width: 992px) {

	table.kinri-table th,
	table.kinri-table td {
		display: block;
		width: 100%;
	}

	table.kinri-table .dl-horizontal dt {
		width: 100%;
		float: none;
	}

	table.kinri-table .dl-horizontal dd {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 767px) {

	table.kinri-table dt {
		margin-left: 0;
	}
}

/* かっこ付きol */
ol.paren li {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -2.5em;
	padding: 0;
}

ol.paren0 li {
	list-style-type: none;
	text-indent: -3em;
	padding: 0;
}

ol.paren li:before {
	display: marker;
	content: "( "counter(cnt) " ) ";
}

/* Youtube */
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}