@charset 'utf-8';
/*
 Theme Name: Frontier BNCT
 Author:     Frontier BNCT
 Author URI: https://f-bnct.jp/
 Version:    1.5.2
 Template:   blossom-spa
*/

header.page-header {
    padding-top: 40px;
    padding-bottom: 10px;
}

header.page-header .breadcrumb-wrapper,
#crumbs {
	display: none;
}

.site-banner .banner-caption .banner-caption-inner {
	max-width: 1000px;
}

.site-banner .banner-caption .description {
	text-align: left;
	font-size: 1.3em;
}
@media screen and (max-width: 1024px) {
	.site-banner .banner-caption .description {
		font-size: 1em;
	}
}

/* News Section
-------------------------------------*/
.news_section {
	padding: 60px 0;
}
.news_section h2 {
	color: var(--primary-color);
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.news_section h2 {
		text-align: center;
	}
}
.news_section ul,
.news_section li {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

/* blog pages
-------------------------------------*/
body.single header.page-header {
	min-height: 100px;
}
body.single header.page-header .entry-meta > span {
	display: none;
}

body.archive .site-main article .post-thumbnail,
body.search .site-main article .post-thumbnail {
	display: none;
}
body.archive .site-main article .content-wrap,
body.search .site-main article .content-wrap {
	width: 100% !important;
}
body.archive .site-main article .entry-content,
body.archive .site-main article .entry-content {
	display: none;
}
.additional-post {
	display: none;
}
.additional-post article .post-thumbnail {
	display: none;
}

/* class: posts
-------------------------------------*/
.techno-bridge-posts ul,
.techno-bridge-posts li {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.techno-bridge-posts li {
	list-style-type: none;
	margin: 0.5em 0;
}
.techno-bridge-posts li a {
	color: #585656;
	text-decoration: underline;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.techno-bridge-posts li a:hover {
	color: var(--primary-color);
}
.techno-bridge-posts li .posted {
	width: 160px;
}
.techno-bridge-posts li .title{
	flex: 1;
}
.techno-bridge-posts li .posted::before {
	display: inline-block;
	content: '';
	width: 30px;
	height: 2px;
	background: var(--primary-color);
	margin: 0 1em 0.2em 0;
}

/* class: flex
-------------------------------------*/
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media screen and (max-width: 767px) {
	.flex-pc-row-sp-column {
		flex-direction:column;
	}
}
@media screen and (min-width: 767px) {
	.flex-pc-row-sp-column {
		flex-direction: row;
	}
}

/* class: topimage
-------------------------------------*/
.banner-caption .topimage {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.banner-caption .topimage {
		float: left;
		margin-right: 1em;
	}
}

/*
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 767px) {
}*/
