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

@font-face {
	font-family: 'icomoon';
	src: url('../../webfonts/icomoon.eot?ookgoz');
	src: url('../../webfonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../../webfonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../../webfonts/icomoon.woff?ookgoz') format('woff'),
		url('../../webfonts/icomoon.svg?ookgoz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#teracoya .fade-off {
	opacity: 1;
	display: block;
}

#teracoya .visual-area {
	position: relative;
	padding-top: 34.3315%;
}

#teracoya .visual-area figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

#teracoya .visual-area figure img {
	width: 100%;
	height: auto;
}

#teracoya .visual-area #yt-icon {
	position: absolute;
	top: 10%;
	left: 5%;
}
#teracoya .visual-area #yt-icon img {
	width: 70%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#teracoya .visual-area {
		position: relative;
		padding-top: 94.195%;
	}
	#teracoya .visual-area #yt-icon {
		top: 2%;
		left: 2%;
	}
	#teracoya .visual-area #yt-icon img {
		width: 50%;
	}
}

/* index */

/* tab
-------------------------------------------*/
.tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	z-index: 1;
	margin: -50px auto 0 auto;
	width: 980px;
}

.tabs li {
	text-align: center;
	padding: 0 5px;
	width: 33.33%;
}

.tabs .button {
	display: block;
	position: relative;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 5px 5px 0px 0px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	border: 0;
}

.tabs .button:hover {
	opacity: 1;
	transition: all .3s;
	color: #20479f;
}

.tabs .is-checked.button {
	background: url(../images/bg_tab.png) left top;
	color: #063593;
	z-index: 1;
}

.tabs .is-checked.button::after {
	content: "";
	position: absolute;
	width: 26px !important;
	height: 3px !important;
	bottom: 0px !important;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	border-width: 0 !important;
	border-color: transparent !important;
	border-bottom: solid 2px #025cab !important;

}

.tabcontent-area {
	position: relative;
	background: url(../images/bg_tab.png) left top;
}

.tab-content {
	padding: 60px 0;
	width: 100%;
}

.tab-content .idx-list li:nth-child(n+5) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.tab-content {
		padding: 30px 0 50px 0;
	}

	.tabs {
		width: 100%;
		justify-content: flex-start;
		margin: -40px auto 0 auto;
		font-size: 1.2rem;
	}

	.tabs li {
		padding: 0 2px;
	}

	.tabs .button {
		padding: 10px;
	}

	.tabs a {
		padding: 10px 4px;
	}

	.tabs .is_active {
		background: none;
		background-color: #ffffff;
	}

	.tabcontent-area {
		background: none;
		background-color: #ffffff;
	}

}





#teracoya #filters .button {
	background-color:rgba(255, 255, 255, 0.8);
	border: 0;
	color: #000;
	border-radius: 5px 5px 0px 0px;
}
#teracoya .btn a {
	border: 0;
}
#teracoya.page-template-archive-teracoya h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 2.8rem;
}

/* article */
#teracoya.single-teracoya .contents {
	background: url(../../images/teracoya/bg_sky.png) repeat-x left top;
}

#teracoya.single-teracoya .date {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.4rem;
}

#teracoya.single-teracoya .creation-date {
	background: url(../../images/teracoya/i_time.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
}

#teracoya.single-teracoya .edit-date {
	background: url(../../images/teracoya/i_update.png) no-repeat left center;
	padding-left: 20px;
}

#teracoya.single-teracoya .hashtag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 1.2rem;
	line-height: 22px;
}

#teracoya.single-teracoya .hashtag li {
	background-color: #ffffff;
	border: solid 1px #b0bfdd;
	position: relative;
	white-space: nowrap;
	margin-bottom: 3px;
}

#teracoya.single-teracoya .hashtag li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -23px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border: 11px solid transparent;
	border-left: 11px solid #b0bfdd;
}

#teracoya.single-teracoya .hashtag li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -22px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border: 11px solid transparent;
	border-left: 11px solid #ffffff;
}

#teracoya.single-teracoya .hashtag li + li {
	margin-left: 25px;
}

#teracoya.single-teracoya .hashtag li a {
	display: block;
	padding: 1px 14px;
	height: 22px;
}

#teracoya.single-teracoya .article-title {
	margin-top: 35px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.3;
}

#teracoya.single-teracoya .wysiwyg h3 {
	padding-left: 15px;
}
#teracoya.single-teracoya .article-contents {
	padding-bottom: 80px;
}

#teracoya.single-teracoya .title .reporter {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

#teracoya.single-teracoya .title .reporter .post {
	font-size: 1.4rem;
	margin-right: 10px;
}

#teracoya.single-teracoya .title .reporter .name {
	font-size: 1.6rem;
}

#teracoya.single-teracoya .title .icon {
	width: 40px;
	margin-right: 10px;
}

#teracoya.single-teracoya .shareList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
}

#teracoya.single-teracoya .shareList.line {
	padding-top: 50px;
	border-top: 1px solid #cccccc;
}

#teracoya.single-teracoya .shareList li {
	height: 32px;
	line-height: 32px;
	text-align: center;
}

#teracoya.single-teracoya .shareList li + li {
	margin-left: 5px;
}

#teracoya.single-teracoya .shareList li a {
	display: block;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
}

#teracoya.single-teracoya .shareList li a::before {
	font-size: 14px;
	transition: ease-in-out .2s;
	border-radius: 5px;
}

#teracoya.single-teracoya .shareList li a::after {
	content: attr(title);
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 5px;
}

#teracoya.single-teracoya .shareList li a:hover {
	opacity: 0.75;
}

#teracoya.single-teracoya .shareList li a.icon-facebook {
	background: #3B5998;
}

#teracoya.single-teracoya .shareList li a.icon-twitter {
	background: #55acee;
}

#teracoya.single-teracoya .shareList li a.icon-line {
	background: #1dcd00;
}

#teracoya.single-teracoya .shareList li a.icon-hatebu {
	background: #008FDE;
}


#teracoya.single-teracoya .icon-twitter:before {
	content: "\ea96";
}

#teracoya.single-teracoya .icon-facebook:before {
	content: "\ea90";
}

#teracoya.single-teracoya .icon-hatebu:before {
	content: "\e903";
}

#teracoya.single-teracoya .icon-line:before {
	content: "\e90a";
}

/* WYSIWYG styles */
#teracoya.single-teracoya .wysiwyg {
	padding: 40px 0 0 0;
}

#teracoya.single-teracoya .wysiwyg p {
	margin-top: 35px;
	line-height: 2.1em;
	font-size: 1.6rem;
}

#teracoya.single-teracoya .wysiwyg p:nth-of-type(1) {
	margin-top: 0;
}

#teracoya.single-teracoya .wysiwyg h1 {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: bold;
}

#teracoya.single-teracoya .wysiwyg h1:first-letter {
	font-size: 4.7rem;
}

#teracoya.single-teracoya .wysiwyg h2 span {
	position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 45px;
	padding-left: 40px;
	text-align: left;
}

#teracoya.single-teracoya .wysiwyg h2::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	top: 0.8em;
	margin: auto;
	background-color: #000000;
}
#teracoya.single-teracoya .wysiwyg a{
	color: #004ea2;
}

#teracoya.single-teracoya .wysiwyg th,
#teracoya.single-teracoya .wysiwyg td,
#teracoya.single-teracoya .wysiwyg ul li,
#teracoya.single-teracoya .wysiwyg ol li {
	font-size: 1.6rem;
	letter-spacing: 0;
}
/* toc styles */
#ez-toc-container {
	display: block !important;
	width: 100% !important;
	background: #f3f7f9 !important;
	border: none !important;
	font-size: 1.8rem !important;
	line-height: 2 !important;
	margin: 45px auto !important;
	padding: 30px !important;
}

#ez-toc-container .toc_title {
	font-size: 2.2rem;
}

#ez-toc-container .ez-toc-list {
	list-style: none !important;
	margin-bottom: 0;
}

#ez-toc-container .ez-toc-list &gt; li {
	counter-increment: num;
}

#ez-toc-container .ez-toc-list &gt; li + li {
	margin-top: 20px;
}

#ez-toc-container .ez-toc-list &gt; li::before {
	content: counter(num)". ";
	font-size: 1.8rem;
	font-weight: bold;
	color: #224ca0;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
	display: none;
}

#ez-toc-container .ez-toc-list &gt; li &gt; a {
	display: inline;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

#teracoya.single-teracoya #toc_container .toc_list &gt; li &gt; a {
	border-bottom: 1px solid #606263;
	font-size: 1.8rem;
	font-weight: bold;
}

#teracoya.single-teracoya #toc_container ul {
	padding: 20px 0 0 0;
}

#teracoya.single-teracoya #toc_container ul &gt; li {
	position: relative;
	padding-left: 15px;
}

#teracoya.single-teracoya #toc_container &gt; li::before {
	display: block;
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #224ca0;
	border-radius: 100%;
}

#teracoya.single-teracoya #toc_container ul &gt; li + li {
	margin-top: 10px;
}

#teracoya.single-teracoya .following {
	width: 200px;
	margin: auto;
	text-align: center;
}

#teracoya.single-teracoya .following .balloon {
	position: relative;
	display: inline-block;
	width: 134px;
	height: 50px;
	color: #555;
	font-size: 16px;
	background: #fff;
	border: solid 2px #e8b800;
	border-radius: 5px;
}

/*#teracoya.single-teracoya .following .balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 14px solid #fff;
	z-index: 2;
}*/

/*#teracoya.single-teracoya .following .balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -27px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 18px solid #e8b800;
	z-index: 1;
}*/

#teracoya.single-teracoya .following .balloon .post-ratings {
	left: 20px;
	bottom: 6px;
	border: 0;
	width: auto !important;
	display: flex;
}

#teracoya.single-teracoya .following .balloon .post-ratings img {
/*
	width: 100%;
*/
	height: auto;
/*
	opacity: 0;
*/
	margin-right: 30px !important;
	display: inline-block;
}

#teracoya.single-teracoya .following .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}

#teracoya.single-teracoya .following .balloon .num {
	margin: 0;
	padding: 0;
	font-size: 2.2rem;
	line-height: 50px;
}

#teracoya.single-teracoya .following .balloon .num a {
	color: #b7462f;
	padding-left: 55px;
	padding-right: 15px;
	height: 100%;
}

#teracoya.single-teracoya .following .balloon .num a::before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 43px;
	height: 32px;
	margin: auto;
	background: url(../../images/i_eene.png) no-repeat;
	background-size: 100% auto;
}


#teracoya.single-teracoya .more {
	background: url(../../images/teracoya/b_about_tera.jpg) no-repeat right bottom #00a2fe;
	padding: 35px;
	margin-top: 40px;
}

#teracoya.single-teracoya .more .more-txt {
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
}

#teracoya.single-teracoya .more .btn {
	width: 39%;
	margin-top: 20px;
	margin: 10px 0 0;
}

#teracoya.single-teracoya .related {
	background: url(../../images/bg_tab.png) repeat left top;
	padding-bottom: 60px;
}

#teracoya.single-teracoya .related h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

#teracoya.single-teracoya .side h2 {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#teracoya.single-teracoya .side h2:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 34px;
	margin: auto;
}

#teracoya.single-teracoya .attention h2:before {
	background: url(../../images/teracoya/i_keyword.png) no-repeat;
}

#teracoya.single-teracoya .attention ul li {
	margin-top: 0;
	font-size: 1.4rem;
	font-weight: bold;
}

#teracoya.single-teracoya .attention ul li + li {
	margin-top: 10px;
}

#teracoya.single-teracoya .attention ul li a {
	border-bottom: 1px solid #9b9d9f;
}

#teracoya.single-teracoya .popularity h2:before {
	background: url(../../images/teracoya/i_popularity.png) no-repeat;
}

#teracoya.single-teracoya .side .article-list .txt-area {
	padding: 0 0 40px 0;
}

#teracoya.single-teracoya .side .article-list .reporter {
	margin-right: 10px;
	font-size: 1.3rem;
}

#teracoya.single-teracoya .side .repo {
	font-size: 1.4rem;
	line-height: 1.4;
}

#teracoya.single-teracoya .side .article-list .num {
	left: 0;
}

#teracoya.single-teracoya .side .article-list .date {
	right: 0;
	font-size: 1.2rem;
}

#teracoya.single-teracoya .side .article-list li:nth-child(n+5) {
	margin-top: 0;
}

#teracoya.single-teracoya .side .article-list li {
	border-bottom: 1px solid #cccccc;
}

#teracoya.single-teracoya .side .article-list li + li {
	padding-top: 20px;
}

#teracoya.single-teracoya .famer h2:before {
	background: url(../../images/teracoya/i_famer.png) no-repeat;
}

.post-ratings {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 1.4rem;
	width: 45% !important;
	border: solid 1px #e8b800;
	padding: 0 7px;
	color: #b7462f;
	line-height: 2.5;
}
/*
.post-ratings::before {
	position: absolute;
	content: "";
	display: block;
	top: 4px;
	bottom: 0;
	background: 5px;
	left: 5px;
	width: 43px;
	height: 27px;
	background: url(../../images/i_eene.png) no-repeat;
	background-size: contain;
}
*/
.post-ratings img {
	height: 25px;
	width: auto;
	vertical-align: middle;

/*
	opacity: 0;
*/
	margin-right: 10px !important;
}

#teracoya.single-teracoya .row .wysiwyg img {
	width:auto;
	max-width:100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.page-template-archive-teracoya .tabs .button {
		padding: 10px 5px;
	}

	#teracoya.single-teracoya .row {
		margin:15px 0;
	}



	#teracoya.single-teracoya section.title .col-sm-12 + .col-sm-12 {
		margin-top: 0;
	}

	#teracoya.single-teracoya .article-contents {
		padding-bottom: 0px;
	}

	#teracoya.single-teracoya .hashtag {
		justify-content: flex-start;
	}

	#teracoya.single-teracoya .hashtag li,
	#teracoya.single-teracoya .hashtag li + li {
		margin-left: 0;
		margin-right: 15px;
	}

	#teracoya.single-teracoya .date {
		margin-top: 5px;
	}

	#teracoya.single-teracoya .article-title {
		margin-top: 35px;
		font-size: 2.8rem;
	}

	#teracoya.single-teracoya .title .reporter .post {
		font-size: 1.2rem;
	}

	#teracoya.single-teracoya .title .reporter .name {
		font-size: 1.4rem;
	}

	#teracoya.single-teracoya .shareList {
		flex-wrap: nowrap;
		/* justify-content: space-between; */
		margin-top: 40px;
	}

	#teracoya.single-teracoya .shareList li {
		/* width: calc((100% -15px) / 4);
		height: 25px;
		line-height: 25px; */
	}

	#teracoya.single-teracoya .shareList li a {
		padding:0 5px;
		width: 100%;
	}

	#teracoya.single-teracoya .shareList li .hatena-bookmark-button-frame {
		height: 32px !important;
	}
	#teracoya.single-teracoya .wysiwyg {
		padding: 40px 10px 0 10px;
	}

	#teracoya.single-teracoya .wysiwyg h2 span {
		font-size: 2.2rem;
		padding-left: 45px;
		text-align: left;
	}

	#teracoya.single-teracoya .wysiwyg h2:first-letter {
		font-size: 3.0rem;
	}


	#teracoya.single-teracoya .following {
		position: static;
		margin-top: 30px;
	}

	#teracoya.single-teracoya .following .balloon {
		display: block;
		left: 0;
		right: 0;
		margin: auto;
	}

	#teracoya.single-teracoya .following .balloon:before,
	#teracoya.single-teracoya .following .balloon:after {
		content: none;
	}

	#teracoya.single-teracoya .following .txt {
		font-size: 1.4rem;
	}

	#teracoya.single-teracoya .more {
		background: url(../../images/teracoya/b_about_tera_sp.jpg) no-repeat center bottom #00a2fe;
		background-size: 100% auto;
		padding: 15px 15px 55.3% 15px;
		margin-top: 40px;
		position: relative;
	}

	#teracoya.single-teracoya .more .more-txt {
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 50px;
	}

	#teracoya.single-teracoya .more .btn {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 15px;
		width: 60%;
		margin: auto;
		font-size: 1.4rem;
	}

	#teracoya.single-teracoya .side {
		margin-top: 0;
	}

	#teracoya.single-teracoya .side h2 {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}

	#teracoya.single-teracoya .attention ul li {
		display: inline-block;
		margin-right: 15px;
	}

	#teracoya.single-teracoya .side .article-list li {
		display: -ms-flexbox;
		display: flex;
	}

	#teracoya.single-teracoya .side .article-list li + li {
		padding-top: 0;
	}

	#teracoya.single-teracoya .side .article-list .txt-area {
		padding: 1px 0 0 15px;
	}

	#teracoya.single-teracoya .famer .article-list li {
		display: block;
	}

	#teracoya.single-teracoya .famer .article-list .sm-pict {
		width: 100%;
	}

	#teracoya.single-teracoya .famer .article-list .reporter {
		justify-content: flex-end;
		align-items: flex-end;
		margin: -15px 15px 0 0;
	}

	#teracoya.single-teracoya .famer .article-list .reporter .name {
		order: 1;
		width: auto;
		font-size: 1.6rem;
		text-align: right;
		margin-right: 10px;
	}

	#teracoya.single-teracoya .famer .article-list .reporter .icon {
		order: 2;
		width: 40px;
		margin: 0;
	}

	#teracoya.single-teracoya .famer .article-list .txt-area {
		width: 100%;
		padding: 0;
	}

	#teracoya.single-teracoya .related {
		background: none;
		padding-bottom: 60px;
	}

	.post-ratings {
		position: relative;
		float: left;
		left: 0;
		bottom: 5px;
		width: 44% !important;
	}

	.post-ratings img {
		width: 39%;
		margin-right: 10px !important;
		display: inline-block;
	}

	#teracoya.single-teracoya .following .balloon .post-ratings {
		top: 5px;
	}
}


/**/
/* 投稿内容の整形 */
.row .wysiwyg pre {
padding:;
}
.row .wysiwyg h1 {
margin-top:20px !important;
}
.row .wysiwyg h2 {
margin-top:10px !important;
}
.row .wysiwyg p {
margin-top:10px !important;
margin-bottom:25px !important;
}
.row .wysiwyg ul {
margin:25px 0;
padding:0 0 0 25px;
list-style-type: disc;
}
.row .wysiwyg pre{
margin:25px 0;
padding:5px 10px 15px 25px;
font-family: 'Source Code Pro', 'Noto Sans JP', monospace;
font-size:1.4rem;
border-left:3px dotted #06D;
width:100%;
overflow:auto !important;
}
.row .wysiwyg ol {
padding-left:15px;
margin-bottom:20px;
list-style-type :decimal;
}
.row .wysiwyg ol li strong{
font-weight:normal;
}
.row .wysiwyg ol li {
margin:5px 0;
}


/* 過去記事 */
.popularity .post-ratings {
left:0;
}
.popularity .post-ratings img {
vertical-align: middle;
}


/* 応急処置 */
/* #teracoya .element-item .shadow .sm-pict a img {
width:270px;
height:180px;
} */

#teracoya .tab-content {
/*
	height:940px;
*/
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#teracoya.single-teracoya .wysiwyg h1 {
		font-size: 2.6rem;
		line-height: 1.4;
		font-weight: bold;
	}

	#teracoya.single-teracoya .wysiwyg h1:first-letter {
		font-size: 3.6rem;
	}

	#teracoya .element-item .shadow .sm-pict a img {
		width:100%;
		height:auto;
	}
	#teracoya .tab-content {
/*
		height:auto !important;
*/
	}

	.article-list .repo a {
		height:auto !important;
	}
}

.ez-toc-counter nav ul li a::before {
	content: none !important;
}</pre></body></html>