<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
}

/* =Layout
-------------------------------------------------------------- */

html {
	background: #FFF;
}
#wrapper,
#header {
	min-width: 1040px;
}
	@media screen and (max-width: 736px) {
		#wrapper,
		#header {
			min-width: 100%;
		}
		#wrapper {
			position: relative;
		}
		#header {
			top: 0;
		}
		#header.absolute {
			position: absolute;
			top: 0;
		}
	}
	@media screen and (max-width: 481px) {
		#masthead {
			width: 480px; /* for iPhone */
		}
	}

#footer {
	position: relative;
	z-index: 5;
}
#container {
	padding-bottom: 4rem;
}
	.home #container {
		padding-bottom: 0;
	}

.two-columns {
	display: table;
	table-layout: fixed;
}
.two-columns #content {
	display: table-cell;
	vertical-align: top;
	width: 690px;
	padding-right: 30px;
	box-sizing: border-box;
}
.two-columns #sidebar {
	display: table-cell;
	vertical-align: top;
	width: 310px;
	padding-left: 29px;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}

@media screen and (max-width: 736px) {
	/* =SP Layout
	-------------------------------------------------------------- */
	.two-columns,
	.two-columns #content,
	.two-columns #sidebar {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		border-left: none;
	}
	.two-columns {
		padding-left: 3%;
		padding-right: 3%;
	}
}

/* =Firstvisual
-------------------------------------------------------------- */

#firstvisual {
	background: url("../images/common/firstvisual.jpg") no-repeat scroll center center;
	background-size: cover;
	background-attachment: fixed;
}
#firstvisual .inner {
	background: rgba( 0, 0, 0, 0.6 );
	height: 400px;
}
#firstvisual .cell {
	text-align: center;
	color: #FFF;
}
#firstvisual .titlebox h1,
#firstvisual .titlebox h2 {
	font-size: 32px;
	margin: 95px 0 0 0;
}
#firstvisual .titlebox small {
	color: #486ed7;
	font-size: 1.3rem;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (max-width: 736px) {
	#firstvisual .titlebox h1,
	#firstvisual .titlebox h2 {
		margin: 70px 0 0 0;
	}
}

/* =Breadcrumbs
-------------------------------------------------------------- */

#breadcrumbs {
	font-size: 13px;
	margin: 10px 0 40px 0;
}

/* =Title
-------------------------------------------------------------- */

/* 記事一覧タイトル */
.archive-title {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.entry-title {
	margin-top: 0;
	font-size: 30px;
}

/* =News
-------------------------------------------------------------- */

#news_list {
	color: #000;
	list-style: none;
}
#news_list li {
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 1.5rem 0;
	list-style: none;
}
#news_list li:first-child {
	border-top: 1px dashed #ccc;
}
#news_list li span,
#news_slider li span,
.single .entry-meta span {
	float: left;
	font-size: 1.4rem;
	margin-right: 1.5rem;
}
#news_slider li span.term,
#news_list li span.term,
.single .entry-meta span.term {
	margin-top: -0.1rem;
}
#news_list li span a,
#news_slider li span a,
.entry-meta span.term a {
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	padding: 0 1.5rem;
	text-align: center;
	width: auto;
	max-width: 10em;
	background: #000;
	white-space: nowrap;
	margin-top: -0.3rem;
}
.single .entry-meta span {
	font-size: 1.5rem;
}
.single .entry-meta span.term a {
	font-size: 1.4rem;
}
#news_list li span a,
#news_slider li span a {
	width: 8em;
	box-sizing: border-box;
	padding: 0;
}
#news_list li h3,
#news_slider li h3 {
	font-size: 1.4rem;
    margin: 0;
	padding-top: 0.3rem;
}
#news_slider li h3 {
    margin-left: 18rem;
}
#news_list li h3,
#news_list li span {
    letter-spacing: 0.1em;
}
#news_list li h3 {
    font-weight: bold;
}
#news_list li span {
    margin-right: 4.5rem;
    font-size: 1.5rem;
    color: #999;
}
#news_list li {
    overflow: visible;
    border-bottom: 2px dotted #ccc;
}
#news_list li a {
    display: block;
}
#news_list li a.arrowright::after {
    right: 0;
    border-color: #0391d1;
}

@media screen and (max-width: 736px) {
	#news_list li h3 {
		margin-left: 0;
		clear: both;
		padding-top: 1rem;
		font-size: 1.5rem;
	}
}

/* =Blogs
-------------------------------------------------------------- */
#home_blog #blog_list {
	margin-bottom: -2.4%;
}
#blog_list li {
	width: 23.2%;
	margin: 0 2.4% 2.4% 0;
}
#blog_list li:nth-child(4n) {
	margin-right: 0;
}
#blog_list li .cont {
	padding: 10px 0 0;
}
#blog_list li .date {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
#blog_list li h3 {
	font-size: 1.5rem;
	margin: 0;
}
#blog_list .term {
	margin: -0.3rem 0 1rem;
}

@media screen and (max-width: 736px) {
	#blog_list {
		margin-bottom: 0;
	}
	#blog_list li {
		display: table;
		width: 100%;
		margin: 0 0 2.5rem 0!important;
	}
	#blog_list li:last-child {
		margin-bottom: 0!important;
	}
	#blog_list li .imgbox,
	#blog_list li .cell {
		display: table-cell;
		vertical-align: top;
	}
	#blog_list li .imgbox {
		width: 36%;
	}
	#blog_list li .cont {
		padding: 0 15px;
	}
}

/* 記事のページャー */
.page-links {
	text-align: center;
	padding: 20px 0;
	clear: both;
	font-size: 0;
	vertical-align: middle;
}
.page-links a,
.page-links span {
	vertical-align: middle;
}
.page-links span.number,
.page-links span.pre,
.page-links span.next {
	border: 1px solid #000;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: 15px;
	padding: 5px 15px;
	margin: 0 2px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	line-height: 28px;
	vertical-align: middle;
}
.page-links span.number {
	font-size: 17px;
}
.page-links span.pre,
.page-links span.next {
	margin: 0 8px;
}
.page-links a span {
	background: #FFF !important;
	border: 1px solid #999!important;
	color: #000!important;
}
.page-links a span:hover {
	color: #000!important;
	border: 1px solid #000!important;
}
.page-links .before,
.page-links .after {
	border: none;
}
.page-links .before .next,
.page-links .after .pre {
	display: none;
}

/* =reco box
-------------------------------------------------------------- */
.reco_box {
	margin: 5rem 0 0;
}

/* =tag_list
-------------------------------------------------------------- */
.tag_list {
	margin: 2rem 0;
}
.tag_list li {
	font-size: 1.3rem;
	margin-right: 1.5em;
}
.tag_list li a {
	font-size: 1.5rem;
}
.tag_list li a::before {
	content: "\f292";
	font-family: FontAwesome;
	font-size: 1em;
	font-weight: inherit;
	margin-right: 0.3rem;
}

/* = related
-------------------------------------------------------------- */
.yarpp-related ul.wpp-list a h3 {
	font-size: 1.5rem;
	min-height: 2em;
}

/* =nav-below
-------------------------------------------------------------- */
#nav-below {
	padding: 2rem 0 0;
	font-size: 1.4rem;
	border-top: 1px solid #ddd;
	margin-bottom: 4rem;
	overflow: hidden;
}
#nav-below div.nav-previous {
	float: left;
	width: 50%;
}
#nav-below div.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-below .left {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#nav-below .right {
	width: 50%;
	box-sizing: border-box;
	text-align: right;
	border-left: 1px solid #ddd;
	float: right;
}
#nav-below h3 {
	font-size: 1.4rem;
	margin: 0 0 1.5rem 0;
}
#nav-below a {
	display: table;
	width: 100%;
}
#nav-below .imgbox {
	display: table-cell;
	vertical-align: middle;
	width: 74px;
	border-radius: 5px;
	border: 1px solid #ccc;
	overflow: hidden;box-sizing: border-box;
}
#nav-below a img {
	width: 100%;
}
#nav-below a h4 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1rem;
	line-height: 1.25;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: unset;
}
#nav-below .first,
#nav-below .last {
	margin: 3.8rem 0 0;
}

@media screen and (max-width: 736px) {
	#nav-below {
		margin-bottom: 4rem;
	}
	#nav-below a h4 {
		font-size: 1.3rem;
	}
}

/* =Sidebar
-------------------------------------------------------------- */

.common-title {
	margin: 0 0 1.2rem;
	font-size: 1.8rem;
	border-bottom: 3px solid #ddd;
	padding-bottom: 0.8rem;
}

.sidebox {
	margin: 0 0 4rem;
}
.side_cat {
	margin: 2rem 0;
}
.side_cat &gt; li {
	position: relative;
	padding-left: 20px;
	margin-top: 0.5rem;
	list-style: none;
	font-size: 1.5rem;
}
.side_cat &gt; li:before {
	position: absolute;
	content: '';
	top: 0.35em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	margin: auto;
	background: #eee;
	border-radius: 50%;
}

@media screen and (max-width: 736px) {
	.sidebox {
		margin: 5rem 0 0;
	}
}

/* = Sidebar list
-------------------------------------------------------------- */

ul.wpp-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.wpp-list a {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin: 2rem 0;
		overflow: hidden;
	}
		ul.wpp-list a .thumb {
			display: table-cell;
			width: 76px;
			position: relative;
			z-index: 2;
			font-size: 0;
		}
		ul.wpp-list a .thumb .imgbox {
			overflow: hidden;
			border-radius: 5px;
			border: 1px solid #ccc;
		}
		ul.wpp-list a img {
			width: 100%;
			height: auto;
		}
		ul.wpp-list a .cont {
			display: table-cell;;
			vertical-align: middle;
			padding-left: 1.1rem;
		}
		ul.wpp-list a h3 {
			font-size: 1.4rem;
			-webkit-font-smoothing: initial;
			-moz-osx-font-smoothing: unset;
			margin: 0;
			min-height: 2.5em;
			line-height: 1.25;
		}
		ul.wpp-list li {
			display: block;
		}
		ul.wpp-list li small {
			margin-top: 0.5rem;
			margin-left: 1.5rem;
			float: right;
			line-height: 1.5;
		}

@media screen and (max-width: 736px) {
	ul.wpp-list a h3 {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}
}

/* =Admin
-------------------------------------------------------------- */
#wpadminbar {
	position: fixed;
}
@media screen and (max-width: 736px) {
	html {
		margin-top: 0!important;
	}
	#wpadminbar {
		display: none!important;
	}
}

/* =パララックス対策
-------------------------------------------------------------- */

@media only screen and (max-width: 736px), only screen and (max-device-width: 1024px) {
	/* iPad パララックス対策 */
	section, div {
		background-attachment: scroll!important;
	}
}

@media screen and (max-width: 736px) {
	.content-width {
		width: 100%!important;
		width: 480px!important;
		margin-left: auto!important;
		margin-right: auto!important;
		padding-left: 3%!important;
		padding-right: 3%!important;
	}
}

/* = Responsive
-------------------------------------------------------------- */
.sp {
	display: none;
}
@media screen and (max-width: 736px) {
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	#wrapper {
		overflow: hidden;
		min-width: 100%!important;
	}
}
@media screen and (max-width: 481px) {
	#wrapper {
		width: 480px;
	}
}</pre></body></html>