/**
 * Bulma定義CSSの上書き
 */

h1 {
	border-top: solid 3px #A9D18E;
	border-bottom: solid 3px #A9D18E;
	padding: 5px 0px 5px 5px;
	font-size: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px!important;
	border-bottom: 1px solid #A9D18E;
	line-height: 2!important;
	margin-top: 20px!important;
	margin-bottom:10px!important;
	font-weight: bold;
}


article ul {
	margin-bottom: 20px!important;
}

article li {
	position:relative;
	margin-left: 40px;
}

article li:before {
	border-radius: 50%;
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	left: -20px;
	top: 0.8em;
	content: "";
	background: #A9D18E;

}


.section {
	/*padding: 1.5rem 1.0rem;*/
	padding: 1.5rem 0rem 1.5rem 0;
}

article p {
	margin-bottom: 20px!important;
}

.column {
	padding: 0.75rem;
}

.footer {
	height:auto;
	padding: 10px 24px 10px 24px;
	/*background-color:#A9D18E;*/
	color:#000;
}

.navbar-brand {
	min-height: 0px;
}

.pagination-list li {
	list-style: none;
}

body {
	height: 100%;
	background-color: F8F8F8;
	line-height: 1.8;
}

.pagination {
	width: 100%;
}

.pagination-link.is-current {
	background-color: #A9D18E;
    border-color: #A9D18E;
    color: #fff!important;
}

.pagination-link:hover {
	transition-duration: 0.5s;
	background-color: #A9D18E!important;
    border-color: #A9D18E!important;
    color: #fff!important;
    opacity: 0.8;
}

.button {
	background-color: #A9D18E;
	border-color: transparent;
	color: #fff;
}

.button:hover {
	color: #fff;
	border-color: transparent;
}

@media (max-width: 600px) {
	.is-size-6 {
		font-size: 0.75rem!important;
	}
}


/**
 * 追加CSS定義
 */

/*--------------------*
 * ヘッダー関連
 *--------------------*/
.header-text {
	position: absolute;
	width: 300px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.header-image {
	width: 100%;
}

/*--------------------*
 * トップページ関連
 *--------------------*/
.custom-thumbnail {
	width: 100%;
	height :auto;
}

.custom-card-content {
	padding: 0px 10px 10px 10px;
}



/*--------------------*
 * サイドバー関連
 *--------------------*/
 .sidebar {
 
 }
 
 .sidebar h2 {
	font-size: 18px!important;
	border-bottom: 1px solid #A9D18E;
	margin-bottom:10px!important;
	font-weight: normal;
}
 .sidebar ul {
 	list-style-type: none;
 }
 
 .sidebar li {
 	width:100%;
 	padding-left: 10px;
 	padding: 5px 0px 5px 15px;
 	font-size: 15px;
 	transition-duration: 0.5s;
 }
 
 .sidebar li:hover {
 	transform: translateX(3px);
 }




/* 一覧関連 */
 .list-item {
 	
 	transition-duration: 0.5s;
 }
 
 .list-item:hover {
 	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.5);
 }

/*--------------------*
 * 共通
 *--------------------*/

article p {
	margin-bottom: 10px;
}

article a {
	text-decoration: underline;
}

a:link {
	color: #4a4a4a!important;
}

a:visited {
	color: #4a4a4a!important;
}

a:hover {
	color: #4a4a4a!important;
}

a:active {
	color: #4a4a4a!important;
}

/* パンくずリスト */
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	/*margin: 1em auto;*/
	/*padding: 1em;*/
	/*border-radius: 0.5em;*/
	padding-left: 15px;
}
.cp_breadcrumb a {
	text-decoration: none;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	margin-bottom: 0px!important;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}

/* マーカー*/
.marker {
	background: linear-gradient(transparent 60%, #ff6 60%);
}
