@charset "utf-8";
/*
Theme Name: Nihon Netsusho Co., Ltd.
Version: 1.0beta
Author: Tomofumi Aizawa
*/

/*
"Zen Kaku Gothic Antique" licensed under the SIL Open Font License
"Antonio" licensed under the SIL Open Font License
https://www.n-netsusho.jp/
*/

/* Eric Meyer's Reset CSS v2.0 - https://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*-----------------------------------------------------
	base
------------------------------------------------------*/

html {
	font-size: 62.5%;
}
body {
	line-height: 1.75;
	text-align: center;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #222;
	letter-spacing: .1em;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-image: url('images/bg_00.png'), url('images/bg_01.png');
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
	background-position: 0 0, 0 100%;
	background-attachment: fixed, fixed;
}
a {
	color: #1a0dab;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img, iframe, object {
	max-width: 100%;
}
img {
	height: auto;
}

/*-----------------------------------------------------
	layout
------------------------------------------------------*/

/* header */

header {
	font-size: 1.6em;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: fixed;
	top: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 100;
	padding: 1em 0;
}
header:hover {
	background: rgba(255,255,255,0.1);
	-webkit-backdrop-filter: blur(0.5em);
	backdrop-filter: blur(0.5em);
}
header .logo {
	margin: auto auto auto 2em;
}
.home header .logo {
	display: none;
}
header .logo img {
	width: 100%;
	max-width: 360px;
}
header nav {
	margin: auto 2em auto auto;
}

/* nav */

header nav .menu {
	font-size: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
}
header nav .menu li {
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
}
header nav .menu li:not(:last-child) {
	margin-right: 2em;
}
header nav .menu li a {
	display: block;
	color: #222;
	text-decoration: none;
}
header nav .menu li a:not([href]) {
	cursor: default;
}
header nav .menu li.menu-item-has-children > a:after {
	font-family: "dashicons";
	content: "\f140";
	vertical-align: bottom;
}
header nav .menu li a[href*="contact"] {
	background: #C92629;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 2.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
}
header nav .menu li a[href*="contact"]:before {
	font-family: "dashicons";
	content: "\f465";
	vertical-align: bottom;
	margin-right: 0.15em;
}
header nav .menu li a[href*="contact"]:hover {
	background: #B22222;
}
header nav .menu li .sub-menu {
	display: none;
	width: auto;
	max-width: none;
	min-width: 10em;
	text-align: left;
	position: absolute;
	z-index: 10;
	padding: 0.25em 0 0 0;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: normal;
}
header nav .menu li .sub-menu:before {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	background: #C92629;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 1.6rem;
	z-index: -1;
}
header nav .menu li:last-child > .sub-menu {
	right: 0;
}
header nav .menu li .sub-menu li {
	display: block;
	white-space: nowrap;
}
header nav .menu li .sub-menu li:not(:last-child) {
	margin-right: 0;
}
header nav .menu li .sub-menu li a, header nav .menu .current-menu-item .sub-menu li a {
	padding: 0.5em 1em;
	background: #C92629;
	color: #fff;
}
header nav .menu li .sub-menu li:first-of-type > a {
	-moz-border-radius: 0.25em 0.25em 0 0;
	-webkit-border-radius: 0.25em 0.25em 0 0;
	border-radius: 0.25em 0.25em 0 0;
}
header nav .menu li .sub-menu li:last-of-type > a {
	-moz-border-radius: 0 0 0.25em 0.25em;
	-webkit-border-radius: 0 0 0.25em 0.25em;
	border-radius: 0 0 0.25em 0.25em;
}
header nav .menu li .sub-menu li:only-of-type > a {
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
header nav .menu li .sub-menu li a:hover {
	background: #B22222;
}
header nav .menu li .sub-menu li .sub-menu {
	top: 0;
	left: 100%;
}
header nav .menu li .sub-menu li .sub-menu:before {
	top: 1.5rem;
	left: 0.75rem;
}
header nav .menu li:hover > .sub-menu {
	display: block;
	animation: appear .5s ease;
}
@keyframes appear {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* main */

main {
	display: block;
}

/* footer */

footer {
	font-size: 1.6em;
	padding-bottom: 5em;
}
footer .top {
	background: rgba(0,0,0,0.03);
	padding: 0 2em 5em 2em;
}
footer .top .contact {
	background: #fff;
	padding: 6em 2em 3em 2em;
	width: 100%;
	max-width: calc(1024px - 4em);
	margin: 0 auto 5em auto;
	position: relative;
}
footer .top .contact:before {
	content: '.';
	font-size: 0;
	display: block;
	width: 1px;
	height: 9.6rem;
	background: #C92629;
	position: absolute;
	margin: auto;
	top: -4.8rem;
	right:0;
	left: 0;
}
footer .top .contact h2 {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 2.1rem;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
footer .top .contact p {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0 1em;
}
footer .top .contact p a[href*="tel"] {
	display: block;
	font-size: 3.6rem;
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	color: #222;
	text-decoration: none;
	line-height: 1.25;
}
footer .top .contact p a[href*="tel"]:before {
	content: '.';
	font-size: 0;
	display: block;
	width: 3.6rem;
	height: 4.5rem;
	background-image: url('images/icon_00.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	float: left;
}
footer .top .contact p span {
	padding-left: 3.6rem;
}
footer .top .contact .more {
	font-size: 1.8rem;
}
footer .top .contact .more a:after {
	content: "\f465";
}
footer .top .address {
	text-align: left;
	display: inline-block;
}
footer .top .address .logo img {
	width: 100%;
	max-width: 240px;
}
footer .top .address p br.visible {
	display: none;
}
footer .top .address p a[href*="maps"] {
	margin-left: 1em;
}
footer .top .address p a[href*="maps"]:before {
	font-family: "dashicons";
	content: "\f230";
}
footer #pagetop {
	cursor: pointer;
	background: #222;
	color: #fff;
	width: 60px;
	height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	margin: -30px auto 5rem auto;
	position: relative;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer #pagetop:hover {
	background: #C92629;
}
footer #pagetop:before {
	font-family: "dashicons";
	content: "\f343";
	font-size: 2.4rem;
	display: block;
	line-height: 1;
	width: 1em;
	height: 1em;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
footer > .menu {
	font-size: 0;
}
footer > .menu li {
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 1em;
}
footer > small {
	font-size: 1.2rem;
	display: block;
	font-family: "Antonio", sans-serif;
	font-weight: 400;
}

/*-----------------------------------------------------
	module
------------------------------------------------------*/

/* hgroup */

article > #hgroup {
	font-size: 1.6em;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 80% auto;
	padding: 15em 10%;
	text-align: left;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
article.post-16 > #hgroup {
	background-image: url('images/bg_06.jpg');
}
article.post-17 > #hgroup {
	background-image: url('images/bg_08.jpg');
}
article.post-20 > #hgroup {
	background-image: url('images/bg_05.jpg');
}
article.post-22 > #hgroup {
	background-image: url('images/bg_02.jpg');
}
article.post-207 > #hgroup {
	background-image: url('images/bg_07.jpg');
}
article > #hgroup a {
	color: #222;
}
article > #hgroup h1 {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-shadow: 0 0 0.1em #fff, 0 0 0.25em #fff, 0 0 0.5em #fff, 0 0 1em #fff;
}
article > #hgroup h2.en {
	font-family: "Antonio", "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	color: #C92629;
	text-shadow: 0 0 0.1em #fff, 0 0 0.25em #fff, 0 0 0.5em #fff, 0 0 1em #fff;
}
article > #hgroup ul {
	font-weight: 500;
	font-size: 1.4rem;
}
article > #hgroup ul li {
	display: inline-block;
	margin-right: 1em;
}
article > #hgroup ul li a:before {
	content: '#';
}
article > #hgroup .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
article > #hgroup time {
	display: block;
	font-family: "Antonio", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
}

/* bread */

article > #bread {
	font-size: 0;
	text-align: left;
	margin-bottom: 16rem;
	padding: 1.2rem;
}
article > #bread li {
	display: inline-block;
	font-size: 1.2rem;
}
article > #bread li:not(:last-child):after {
	font-family: "dashicons";
	content: "\f345";
	margin: 0 1em;
	vertical-align: bottom;
}
article > #bread li:first-child a:before {
	font-family: "dashicons";
	content: "\f102";
}

/* pagelink */

article > #pagelink {
	padding: 5em 2em;
	text-align: center;
	font-size: 1.6em;
	font-family: "Antonio", sans-serif;
	font-weight: 500;
	margin-top: -5em;
}
article > #pagelink li {
	display: inline-block;
	margin: 0 0.25em;
}
article > #pagelink li span, article > #pagelink li a {
	display: block;
	-moz-border-radius: 1.15em;
	-webkit-border-radius: 1.15em;
	border-radius: 1.15em;
	min-width: 2em;
	padding: 0.15em 0;
	color: #fff;
}
article > #pagelink li a {
	text-decoration: none;
	background: #C92629;
}
article > #pagelink li span, article > #pagelink li a:hover {
	background: #B22222;
}

/* postlink */

article > #postlink {
	font-size: 0;
	margin: 0 3.2rem;
}
article > #postlink li {
	display: inline-block;
	margin: -5em 0.5em 5em 0.5em;
	font-size: 1.6rem;
}
article > #postlink li a[rel="prev"]:before, article > #postlink li a[rel="next"]:after {
	font-family: "dashicons";
}
article > #postlink li a[rel="prev"]:before {
	content: "\f341";
}
article > #postlink li a[rel="next"]:after {
	content: "\f345";
}

/* privacy */

article > #privacy {
	display: none;
}

/*-----------------------------------------------------
	archives
------------------------------------------------------*/

article > .archives {
	font-size: 1.6em;
	text-align: left;
	margin: 0 10% 10em 10%;
}

/* post */

article > .archives .post {
	float: left;
	width: 48.5%;
	padding: 2em 0;
	border-top: 1px solid #C92629;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
article > .archives .post:nth-of-type(odd) {
	clear: left;
	margin-right: 3%;
}
article > .archives .post a {
	color: #222;
}
article > .archives .post figure {
	float: right;
	margin-left: 1em;
}
article > .archives .post figure img {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0.25em 0.25em 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0.25em 0.25em 0 rgba(0,0,0,0.05);
	box-shadow: 0.25em 0.25em 0 rgba(0,0,0,0.05);
	width: 125px;
}
article > .archives .post h2 {
	font-weight: 700;
	letter-spacing: .1em;
	font-size: 2.1rem;
}
article > .archives .post h2 sup {
	font-family: "Antonio", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #fff;
	background: #C92629;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0.5em;
	z-index: 1;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}
article > .archives .post h2 sup:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	background-image: -moz-linear-gradient( left bottom, rgba(201,38,41,0) 50%, rgba(201,38,41,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(201,38,41,0) 50%, rgba(201,38,41,1) 50%);
	background-image: linear-gradient(to right top, rgba(201,38,41,0) 50%, rgba(201,38,41,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
article > .archives .post ul {
	font-weight: 500;
}
article > .archives .post ul li {
	display: inline-block;
	margin-right: 1em;
	font-size: 1.2rem;
}
article > .archives .post ul li a:before {
	content: '#';
}
article > .archives .post .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
article > .archives .post time {
	display: block;
	font-family: "Antonio", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
}

/* pagination */

article > .navigation.pagination {
	padding: 5em 2em;
	margin-top: -5em;
	font-size: 1.6em;
}
article > .navigation.pagination .nav-links {
	font-family: "Antonio", sans-serif;
	font-weight: 500;
}
article > .navigation.pagination .nav-links .page-numbers {
	margin: 0 0.1em;
	text-decoration: none;
	background: #C92629;
	color: #fff;
	display: inline-block;
	padding: 0.15em 0;
	min-width: 2em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
article > .navigation.pagination .nav-links .page-numbers.current, article > .navigation.pagination .nav-links .page-numbers:hover {
	background: #B22222;
}
article > .navigation.pagination .nav-links .prev.page-numbers, article > .navigation.pagination .nav-links .next.page-numbers {
	padding: 0;
	background: transparent;
	font-family: inherit;
	font-weight: normal;
	color: #1a0dab;
	text-decoration: underline;
}
article > .navigation.pagination .nav-links .prev.page-numbers:hover, article > .navigation.pagination .nav-links .next.page-numbers:hover {
	color: #1a0dab;
	background: transparent;
}
article > .navigation.pagination .nav-links .prev.page-numbers:before, article > .navigation.pagination .nav-links .next.page-numbers:after {
	font-family: "dashicons";
}
article > .navigation.pagination .nav-links .prev.page-numbers:before {
	content: "\f341";
}
article > .navigation.pagination .nav-links .next.page-numbers:after {
	content: "\f345";
}

/*-----------------------------------------------------
	default
------------------------------------------------------*/

/* drawer */

.drawer-hamburger {
	display: none;
}

/* mailformpro */

#mailformpro {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10em;
}
.entry ~ #mailformpro {
	margin-top: -5em;
}

/* modaal */

.modaal-wrapper {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.modaal-content-container {
	font-size: 1.6em;
}
.modaal-content-container h2, .modaal-content-container h3 {
	margin-bottom: 1em;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
}
.modaal-content-container h2 {
	font-size: 1.8rem;
}
.modaal-content-container p, .modaal-content-container ul {
	margin-bottom: 2em;
}
.modaal-content-container ul {
	padding-left: 2em;
	list-style: disc;
}
.modaal-close {
	background: #c92629 !important;
	right: 0 !important;
	left: auto !important;
	top: 0 !important;
	color: #fff !important;
	border-radius: 0 !important;
	padding: 1rem 1rem 1.25rem 1rem !important;
	width: auto !important;
	height: auto !important;
	line-height: 1;
}
.modaal-close:before {
	font-family: "dashicons";
	content: "\f335" !important;
	transform: none !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	font-size: 3.6rem !important;
	margin-bottom: 0.1em;
	background: transparent !important;
}
.modaal-close:after {
	font-family: 'Antonio', sans-serif;
	font-weight: 500;
	letter-spacing: .1em;
	content: 'CLOSE' !important;
	transform: none !important;
	font-size: 1rem !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	background: transparent !important;
}
.modaal-close:hover:after,.modaal-close:hover:before{
	background: transparent !important;
}

/* wp-block */

.wp-block-file, .wp-block-image, .wp-block-table {
	margin-bottom: 2em;
}
.wp-block-image .alignleft {
	margin: 0 1em 0 0;
}
.wp-block-image .alignright {
	margin: 0 0 0 1em;
}

/* notice */

.notice {
	-moz-box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	background: #fff;
	padding: 0.5em 1em;
	border-left: 4px solid #c3c4c7;
}
.notice.notice-success {
	border-left: 4px solid #00a32a;
}
.notice.notice-success.notice-alt {
	background-color: #edfaef;
}
.notice.notice-warning {
	border-left: 4px solid #dba617;
}
.notice.notice-warning.notice-alt {
	background-color: #fcf9e8;
}
.notice.notice-error {
	border-left: 4px solid #d63638;
}
.notice.notice-error.notice-alt {
	background-color: #fcf0f1;
}
.notice.notice-info {
	border-left: 4px solid #72aee6;
}
.notice.notice-info.notice-alt {
	background-color: #f0f6fc;
}
.notice + .notice {
	margin-top: -1.25em;
}

/* sign */

#sign {
	background-position: 100% 50%;
	background-size: 75% auto;
	background-repeat: no-repeat;
}

/*-----------------------------------------------------
	entry
------------------------------------------------------*/

.entry {
	font-size: 1.6em;
	text-align: left;
	margin: 0 10% 10em 10%;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 1em;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
}
.entry h1 {
	font-size: 3.6rem;
}
.entry h2 {
	font-size: 3rem;
}
.entry h3 {
	font-size: 2.4rem;
}
.entry h4 {
	font-size: 2.1rem;
}
.entry h5 {
	font-size: 1.8rem;
}
.entry p, .entry pre, .entry ul, .entry ol {
	margin-bottom: 2em;
}
.entry pre {
	font-family: monospace;
	white-space: pre-wrap;
}
.entry ul {
	list-style: disc;
	padding-left: 2em;
}
.entry ol {
	list-style: decimal;
	padding-left: 2em;
}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
	margin-bottom: 0;
}
.entry table th, .entry strong {
	font-weight: bold;
}
.entry table th, .entry table td {
	text-align: left;
}
.entry em, .entry cite {
	font-style: italic;
}
.entry sup {
	font-size: 50%;
	vertical-align: top;
}
.entry sub {
	font-size: 50%;
	vertical-align: bottom;
}
.entry blockquote {
	padding: 0 1.5em;
	font-family: serif;
}
.entry blockquote:before {
	font-family: "dashicons";
	content: "\f205";
	float: left;
	margin-left: -1.5em;
}
.entry blockquote cite {
	margin: -1.5em 0 2em 0;
	font-family: inherit;
	display: block;
}
.entry figure figcaption {
	margin-bottom: 0;
}

/* full */

.post-2 .entry, .post-16 .entry, .post-20 .entry, .post-22 .entry, .post-24 .entry, .post-207 .entry {
	margin: 0 0 10em 0;
}

/*-----------------------------------------------------
	class
------------------------------------------------------*/

/* clearfix */

.clearfix:after {
	content: '.';
	height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
}

/* more */

.more {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
}
.more a {
	display: block;
	border: 2px solid #C92629;
	color: #C92629;
	text-decoration: none;
	padding: 0.5em 2em;
	width: 100%;
	max-width: calc(480px - 4em);
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	position: relative;
}
.more a:hover {
	color: #fff;
	background: #C92629;
}
.more a:after {
	font-family: "dashicons";
	content: "\f345";
	display: block;
	width: 1em;
	line-height: 1;
	height: 1em;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 2em;
}

/* verticalred */

hr.verticalred {
	margin: 3em auto;
	border: none;
	width: 1px;
	height: 100px;
	background: #C92629;
}

/*-----------------------------------------------------
	custom
------------------------------------------------------*/

/* download */

.entry .wp-block-file.download {
	font-size: inherit;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
}
.entry .wp-block-file.download a {
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #222;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 1em 2em;
}
.entry .wp-block-file.download a:hover {
	border: 1px solid #C92629;
	color: #C92629;
}
.entry .wp-block-file.download a[href*=".pdf"]:before {
	font-family: "dashicons";
	content: "\f190";
	vertical-align: middle;
	font-size: 3rem;
	display: inline-block;
	width: 1em;
	line-height: 1;
	height: 1em;
}

/* heatpump_a */

.entry .heatpump_a {
	background-image: url('images/bg_04.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	height: 480px;
}
.entry .heatpump_a > .wp-block-group__inner-container {
	background: #fff;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
	position: absolute;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	top: 200px;
	left: 10%;
	right: 10%;
	padding: 3em 4em 2em 4em;
	counter-reset: number;
}
.entry .heatpump_a > .wp-block-group__inner-container:before {
	font-family: "dashicons";
	content: "\f485";
	position: absolute;
	background: #C92629;
	color: #fff;
	line-height: 2;
	height: 2em;
	font-size: 3rem;
	width: 2em;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: auto;
	top: -1em;
	right: 0;
	left: 0;
}
.entry .heatpump_a > .wp-block-group__inner-container figure {
	max-width: 600px;
}
.entry .heatpump_a > .wp-block-group__inner-container figure img {
	width: 100%;
}
.entry .heatpump_a > .wp-block-group__inner-container h4 {
	margin-bottom: 0.25em;
	counter-increment: number;
}
.entry .heatpump_a > .wp-block-group__inner-container h4:before {
	content: counter(number);
	font-family: "Antonio", sans-serif;
	font-weight: 500;
	display: inline-block;
	background: #C92629;
	color: #fff;
	width: 1.75em;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 0.5em;
}
.entry .heatpump_a > .wp-block-group__inner-container p {
	padding-left: 3em;
}
.entry .heatpump_a > .wp-block-group__inner-container :last-child {
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}

/* nonstoragefloor_b */

.entry .nonstoragefloor_b {
	padding: 4em 6em;
	background: #fff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
	margin-bottom: 5em;
}
.entry .nonstoragefloor_b ul {
	padding-left: 1.5em;
	list-style: none;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 2.1rem;
}
.entry .nonstoragefloor_b ul li {
	padding: 0.25em 0;
}
.entry .nonstoragefloor_b ul li:before {
	font-family: "dashicons";
	content: "\f12a";
	color: #C92629;
	float: left;
	margin-left: -1.5em;
}
.entry .nonstoragefloor_b :last-child {
	margin-bottom: 0;
}

/* storagefloor_c */

.entry .storagefloor_c .wp-block-image img {
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

/* storagefloor_b */

.entry .storagefloor_b {
	background-image: url('images/bg_04.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	height: 480px;
}
.entry .storagefloor_b > .wp-block-group__inner-container {
	background: #fff;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
	position: absolute;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	top: 200px;
	left: 10%;
	padding: 3em 4em 2em 4em;
	counter-reset: number;
	width: 100%;
	max-width: 720px;
}
.entry .storagefloor_b > .wp-block-group__inner-container:before {
	font-family: "dashicons";
	content: "\f485";
	position: absolute;
	background: #C92629;
	color: #fff;
	line-height: 2;
	height: 2em;
	font-size: 3rem;
	width: 2em;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: auto;
	top: -1em;
	right: 0;
	left: 0;
}
.entry .storagefloor_b > .wp-block-group__inner-container h4 {
	margin-bottom: 0.25em;
	counter-increment: number;
}
.entry .storagefloor_b > .wp-block-group__inner-container h4:before {
	content: counter(number);
	font-family: "Antonio", sans-serif;
	font-weight: 500;
	display: inline-block;
	background: #C92629;
	color: #fff;
	width: 1.75em;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 0.5em;
}
.entry .storagefloor_b > .wp-block-group__inner-container p {
	padding-left: 3em;
}
.entry .storagefloor_b > .wp-block-group__inner-container :last-child {
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}

/* storagefloor_a */

.entry .storagefloor_a {
	padding: 4em 6em;
	background: #fff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
	margin: 0 10% 5em 10%;
}
.entry .storagefloor_a figure {
	margin-left: 1em;
	width: 100%;
	max-width: 400px;
}
.entry .storagefloor_a figure img {
	width: 100%;
}
.entry .storagefloor_a .wp-block-group ul {
	padding-left: 1.5em;
	list-style: none;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 2.1rem;
}
.entry .storagefloor_a .wp-block-group ul li {
	padding: 0.25em 0;
}
.entry .storagefloor_a .wp-block-group ul li:before {
	font-family: "dashicons";
	content: "\f12a";
	color: #C92629;
	float: left;
	margin-left: -1.5em;
}
.entry .storagefloor_a .wp-block-group :last-child {
	margin-bottom: 0;
}

/* snowmelting_a */

.entry .snowmelting_a {
	margin: 0 10%;
	counter-reset: number;
}
.entry .snowmelting_a .wp-block-group {
	width: 49%;
	float: left;
	margin: 0 0 2em 0;
}
.entry .snowmelting_a .wp-block-group:nth-child(odd) {
	margin: 0 2% 2em 0;
}
.entry .snowmelting_a .wp-block-group > .wp-block-group__inner-container {
	border: 1px solid #ccc;
	padding: 2em 4em;
	-moz-border-radius: 0 3em 3em 3em;
	-webkit-border-radius: 0 3em 3em 3em;
	border-radius: 0 3em 3em 3em;
	counter-increment: number;
	position: relative;
	background: rgba(255,255,255,0.2);
	-webkit-backdrop-filter: blur(0.5em);
	backdrop-filter: blur(0.5em);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry .snowmelting_a .wp-block-group > .wp-block-group__inner-container:before {
	content: counter(number);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	background-image: -moz-linear-gradient( left top, #C92629 50%, rgba(0,0,0,0) 50%);
	background-image: -webkit-linear-gradient( left to, #C92629 50%, rgba(0,0,0,0) 50%);
	background-image: linear-gradient(to right bottom, #C92629 50%, rgba(0,0,0,0) 50%);
	width: 2.5em;
	height: 2.5em;
	padding: 0.5em 0 0 0.5em;
	font-size: 2.4rem;
	font-family: "Antonio", sans-serif;
	font-weight: 500;
	color: #fff;
}
.entry .snowmelting_a .wp-block-group > .wp-block-group__inner-container h3 {
	margin-bottom: 0.5em;
}
.entry .snowmelting_a .wp-block-group > .wp-block-group__inner-container :last-child {
	margin-bottom: 0;
}

/* hgroup_a */

.entry .hgroup_a {
	margin: 0 0 10em 10%;
	background-size: auto, 60% auto;
	background-repeat: repeat, no-repeat;
	background-position: 0 0, 100% 50%;
	padding: 10em 5em;
	-moz-border-radius: 3em 0 0 3em;
	-webkit-border-radius: 3em 0 0 3em;
	border-radius: 3em 0 0 3em;
	position: relative;
}
.entry .hgroup_a {
	background-image: -moz-linear-gradient(left, rgba(250,240,230,1) 40%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
	background-image: -webkit-linear-gradient(left, rgba(250,240,230,1) 40%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
	background-image: linear-gradient(to right, rgba(250,240,230,1) 40%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
}
/*
.entry .hgroup_a.snowmelting {
	background-image: -moz-linear-gradient(left, rgba(250,240,230,1) 40%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
	background-image: -webkit-linear-gradient(left, rgba(250,240,230,1) 40%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
	background-image: linear-gradient(to right, rgba(250,240,230,1) 40%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
	position: relative;
}
*/
.entry .hgroup_a h2 {
	position: relative;
	z-index: 1;
	padding-top: 3.5em;
	overflow: hidden;
}
.entry .hgroup_a :only-child {
	margin-bottom: 0;
}
.entry .hgroup_a h2:after {
	position: absolute;
	z-index: -1;
	color: rgba(201,41,38,0.1);
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	left: 0;
	bottom: 0;
	font-size: 4.8em;
	line-height: 1.25;
	white-space: nowrap;
	content: 'Shadow';
}
.entry .hgroup_a h2.storageheater:after {
	content: 'Storage Heater';
}
.entry .hgroup_a h2.roadheating:after {
	content: 'Road Heating';
}
/*
.entry .hgroup_a p {
	color: #C92629;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	font-size: 2.4rem;
}
.entry .hgroup_a p:before {
	font-family: "dashicons";
	content: "\f460";
	margin-right: 0.25em;
	vertical-align: bottom;
}
*/
.entry .hgroup_a p {
	position: absolute;
	bottom: 1em;
	right: 2em;
	margin-bottom: 0;
	/*
	font-size: inherit;
	*/
	color: #fff;
	text-shadow: 0 0 0.5em #000, 0 0 1em #000;
}
/*
.entry .hgroup_a.snowmelting p:before {
	content: none;
}
*/
/* thermalstorage_b */

.entry .thermalstorage_b {
	margin: 0 10%;
}

/* thermalstorage_a */

.entry .thermalstorage_a {
	padding: 2em;
	background: #fff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
	width: 480px;
	min-height: 240px;
	float: left;
	margin: 0 3em 2em 0;
}
.entry .thermalstorage_a figure {
	/*
	width: 100%;
	max-width: 170px;
	*/
	text-align: center;
	margin-bottom: 0;
}
.entry .thermalstorage_a figure figcaption {
	color: #C92629;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
}
.entry .thermalstorage_a figure + p {
	margin-top: 1em;
	margin-bottom: 0;
}

/* nonstoragefloor_a */

.entry .nonstoragefloor_a {
	padding: 4em 6em;
	background: #fff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
	margin-bottom: 5em;
}
.entry .nonstoragefloor_a figure {
	margin-left: 1em;
	width: 100%;
	max-width: 360px;
}
.entry .nonstoragefloor_a figure img {
	width: 100%;
}
.entry .nonstoragefloor_a .wp-block-group h3 {
	color: #C92629;
	font-weight: 500;
}
.entry .nonstoragefloor_a .wp-block-group h3:before {
	font-family: "dashicons";
	content: "\f460";
	margin-right: 0.25em;
	vertical-align: bottom;
}
.entry .nonstoragefloor_a .wp-block-group :last-child {
	margin-bottom: 0;
}

/* home_e */

.entry .home_e.is-layout-flex {
	background: rgba(201,41,38,0.1);
	margin: 0 5%;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 2em;
}
.entry .home_e.is-layout-flex .wp-block-image img {
	width: 100px;
}
.entry .home_e.is-layout-flex p {
	margin-bottom: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	margin-left: 1em;
	font-size: 2.1rem;
}

/* home_d */

.entry h2.home_d {
	padding: 22.5rem 3.2rem 3.2rem 5%;
	margin-right: 5%;
	margin-bottom: 3em;
	background-image: -moz-linear-gradient( left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%), url('images/bg_01.jpg');
	background-image: -webkit-linear-gradient( left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%), url('images/bg_01.jpg');
	background-image: linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%), url('images/bg_01.jpg');
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	-moz-border-radius: 0 1.5em 1.5em 0;
	-webkit-border-radius: 0 1.5em 1.5em 0;
	border-radius: 0 1.5em 1.5em 0;
	position: relative;
	overflow: hidden;
}
.entry h2.home_d:after {
	position: absolute;
	color: rgba(255,255,255,0.25);
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	left: 5%;
	bottom: 0.25em;
	font-size: 4.8em;
	line-height: 1.25;
	content: 'Products';
}

/* home_c */

.entry .home_c {
	margin: 0 5%;
	counter-reset: number;
}
.entry .home_c .wp-block-group {
	width: 49%;
	float: left;
	margin: 0 0 2em 0;
}
.entry .home_c .wp-block-group:nth-child(odd) {
	margin: 0 2% 2em 0;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container {
	border: 1px solid #ccc;
	padding: 2em 4em;
	-moz-border-radius: 0 3em 3em 3em;
	-webkit-border-radius: 0 3em 3em 3em;
	border-radius: 0 3em 3em 3em;
	counter-increment: number;
	position: relative;
	background: rgba(255,255,255,0.2);
	-webkit-backdrop-filter: blur(0.5em);
	backdrop-filter: blur(0.5em);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry .home_c .wp-block-group:hover > .wp-block-group__inner-container {
	background: rgba(201,41,38,0.05);
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container:before {
	content: counter(number);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	background-image: -moz-linear-gradient( left top, #ccc 50%, rgba(0,0,0,0) 50%);
	background-image: -webkit-linear-gradient( left to, #ccc 50%, rgba(0,0,0,0) 50%);
	background-image: linear-gradient(to right bottom, #ccc 50%, rgba(0,0,0,0) 50%);
	width: 2.5em;
	height: 2.5em;
	padding: 0.5em 0 0 0.5em;
	font-size: 2.4rem;
	font-family: "Antonio", sans-serif;
	font-weight: 500;
	color: #fff;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container h3 {
	margin-bottom: 0.5em;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container h3 a {
	text-decoration: none;
	color: inherit;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container h3 a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	background-color: transparent;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container ul {
	font-size: 0;
	font-weight: bold;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container ul li {
	font-size: 1.6rem;
	display: inline-block;
	padding: 0.25em 1em;
	color: #fff;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	margin: 0 0.5em 0.5em 0;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container ul li.green {
	background: #3CB371;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container ul li.orange {
	background: #D2691E;
}
.entry .home_c .wp-block-group > .wp-block-group__inner-container ul li.blue {
	background: #4682B4;
}

/* home_b */

.entry .home_b {
	gap: 0 3em;
	padding: 3em 0 3em 5%;
	background-image: -moz-linear-gradient( left, #FAF0E6 75%, rgba(255,255,255,0) 75%);
	background-image: -webkit-linear-gradient( left, #FAF0E6 75%, rgba(255,255,255,0) 75%);
	background-image: linear-gradient(to right, #FAF0E6 75%, rgba(255,255,255,0) 75%);
}
.entry .home_b figure.wp-block-image {
	min-width: 45%;
	position: relative;
}
.entry .home_b figure.wp-block-image img {
	width: 100%;
	-moz-border-radius: 4em 0 0 4em;
	-webkit-border-radius: 4em 0 0 4em;
	border-radius: 4em 0 0 4em;
}
.entry .home_b figure.wp-block-image figcaption {
	text-align: right;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	padding: 0 1em;
}
.entry .home_b .wp-block-group p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
}

/* home_a */

.entry .home_a > .wp-block-group__inner-container {
	padding: 15em 25% 15em 5%;
	text-shadow: 0 0 0.25em rgba(255,255,255,1), 0 0 0.5em rgba(255,255,255,1), 0 0 1em rgba(255,255,255,1), 0 0 2em rgba(255,255,255,1);
	/*
	background-image: -moz-linear-gradient( left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.85) 25%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.85) 25%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,0.85) 25%, rgba(255,255,255,0) 100%);
	*/
}
.entry .home_a > .wp-block-group__inner-container h2 {
	font-size: 4.8rem;
	margin-bottom: 0.5em;
}
.entry .home_a > .wp-block-group__inner-container h2 strong {
	color: #B22222;
}
.entry .home_a > .wp-block-group__inner-container p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-size: 2.1rem;
	margin-bottom: 0;
}
.entry .home_a > .wp-block-group__inner-container figure img {
	max-width: 360px;
}

/* company_c */

.entry figure.company_c.wp-block-table td {
	border: none;
	padding: 0.75em 1em;
}
.entry figure.company_c.wp-block-table table tr:nth-child(even) {
	background: rgba(0,0,0,0.05);
}
.entry figure.company_c.wp-block-table tr td:first-child {
	width: 7em;
	font-weight: bold;
}

/* company_b */

.entry figure.company_b.wp-block-table td {
	border: none;
	padding: 0.75em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.entry figure.company_b.wp-block-table tr td:first-child {
	border-bottom: 1px solid #C92629;
	width: 7em;
	font-weight: bold;
}

/* shadow */

.entry h2.shadow {
	position: relative;
	z-index: 1;
	padding-top: 3.5em;
	overflow: hidden;
}
.entry h2.shadow:after {
	position: absolute;
	z-index: -1;
	color: rgba(201,41,38,0.1);
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	left: 0;
	bottom: 0;
	font-size: 4.8em;
	line-height: 1.25;
	content: 'Shadow';
}
.entry h2.shadow.greeting:after {
	content: 'Greeting';
}
.entry h2.shadow.company:after {
	content: 'Company';
}
.entry h2.shadow.history:after {
	content: 'History';
}
.entry h2.shadow.aboutus:after {
	content: 'About Us';
}
.entry h2.shadow.information:after {
	content: 'Information';
}
.entry h2.shadow.result:after {
	content: 'Result';
}
.entry h2.shadow.figure:after {
	content: 'Figure';
}

/* company_a */

.entry .company_a {
	gap: 0 3em;
}
.entry .company_a.right {
	margin: 0 0 0 10%;
}
.entry .company_a.left {
	margin: 0 10% 0 0;
}
.entry .company_a figure.wp-block-image {
	min-width: 45%;
	position: relative;
}
.entry .company_a figure.wp-block-image img {
	width: 100%;
}
.entry .company_a figure.wp-block-image figcaption {
	position: absolute;
	bottom: 0.75em;
	text-align: center;
	width: 100%;
	font-family: "Antonio", sans-serif;
	font-weight: 500;
	font-size: 2.1rem;
}
.entry .company_a.right figure.wp-block-image img {
	-moz-border-radius: 4em 0 0 4em;
	-webkit-border-radius: 4em 0 0 4em;
	border-radius: 4em 0 0 4em;
}
.entry .company_a.left figure.wp-block-image img {
	-moz-border-radius: 0 4em 4em 0;
	-webkit-border-radius: 0 4em 4em 0;
	border-radius: 0 4em 4em 0;
}

/* contact_a */

.entry p.contact_a {
	background: rgba(201,38,41,0.5);
	text-align: center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 1em 2em;
	color: #fff;
}
.entry p.contact_a a {
	display: block;
	font-family: "Antonio", sans-serif;
	font-weight: 500;
	font-size: 3.6rem;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .05em;
}
.entry p.contact_a a:before {
	content: '.';
	font-size: 0;
	display: inline-block;
	width: 3.6rem;
	height: 5.4rem;
	background-image: url('images/icon_01.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	vertical-align: bottom;
}

/*-----------------------------------------------------
	section
------------------------------------------------------*/

/* recent */

#recent.entry {
	margin: 0 5% 10em 5%;
}
#recent.entry .post {
	position: relative;
	padding: 0.5em 0 0.5em 4em;
	margin: 0 0 2em 0.5em;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	border-left: 1px solid rgba(0,0,0,0.25);
}
#recent.entry .post:last-of-type {
	margin: 0 0 5em 0.5em;
}
#recent.entry .post a {
	color: #222;
}
#recent.entry .post time {
	font-size: 1.2rem;
	position: absolute;
	display: block;
	transform: rotate(0.25turn);
	transform-origin: 0 0;
	top: 0;
	left: 0.95em;
	font-family: "Antonio", sans-serif;
	font-weight: 400;
	background: #fff;
	padding-right: 0.25em;
}
#recent.entry .post .post-categories {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}
#recent.entry .post .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
#recent.entry .post h3 {
	margin-bottom: 0;
}
#recent.entry .post h3 sup {
	font-family: "Antonio", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #fff;
	background: #C92629;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0.5em;
	z-index: 1;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#recent.entry .post h3 sup:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	background-image: -moz-linear-gradient( left bottom, rgba(201,38,41,0) 50%, rgba(201,38,41,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(201,38,41,0) 50%, rgba(201,38,41,1) 50%);
	background-image: linear-gradient(to right top, rgba(201,38,41,0) 50%, rgba(201,38,41,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
#recent.entry .more a:after {
	content: "\f203";
}

/*-----------------------------------------------------
	widget
------------------------------------------------------*/

/*-----------------------------------------------------
	max-width: 1260px
------------------------------------------------------*/
@media only screen and (max-width: 1260px) {

	/* footer */

	footer .top .contact {
		width: auto;
		max-width: none;
	}

	/* hgroup */

	article > #hgroup {
		padding: 15em 2em;
	}

	/* archives */

	article > .archives {
		margin: 0 2em 10em 2em;
	}

	/* mailformpro */

	#mailformpro {
		margin-left: 2em;
		margin-right: 2em;
	}

	/* sign */

	#sign {
		background-size: 90% auto;
	}

	/* entry */

	.entry {
		margin: 0 2em 10em 2em;
	}

	/* heatpump_a */

	.entry .heatpump_a > .wp-block-group__inner-container {
		left: 2em;
		right: 2em;
	}
	.entry .heatpump_a > .wp-block-group__inner-container figure {
		max-width: 480px;
	}

	/* nonstoragefloor_b */

	.entry .nonstoragefloor_b {
		padding: 4em 2em;
	}

	/* storagefloor_b */

	.entry .storagefloor_b > .wp-block-group__inner-container {
		left: 2em;
	}

	/* storagefloor_a */

	.entry .storagefloor_a {
		padding: 4em 2em;
		margin: 0 2em 5em 2em;
	}

	/* snowmelting_a */

	.entry .snowmelting_a {
		margin: 0 2em;
	}

	/* hgroup_a */

	.entry .hgroup_a {
		margin: 0 0 10em 2em;
		padding: 10em 2em;
		background-size: auto, contain;
	}
	.entry .hgroup_a {
		background-image: -moz-linear-gradient(left, rgba(250,240,230,1) 50%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
		background-image: -webkit-linear-gradient(left, rgba(250,240,230,1) 50%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
		background-image: linear-gradient(to right, rgba(250,240,230,1) 50%, rgba(250,240,230,0) 100%), url('images/bg_03.jpg');
	}

	/* thermalstorage_b */

	.entry .thermalstorage_b {
		margin: 0 2em;
	}

	/* nonstoragefloor_a */

	.entry .nonstoragefloor_a {
		padding: 4em 2em;
	}

	/* home_e */

	.entry .home_e.is-layout-flex {
		margin: 0 2em;
	}

	/* home_d */

	.entry h2.home_d {
		padding: 22.5rem 3.2rem 3.2rem 3.2rem;
		margin-right: 3.2rem;
	}
	.entry h2.home_d:after {
		left: 3.2rem;
	}

	/* home_c */

	.entry .home_c {
		margin: 0 2em;
	}

	/* home_b */

	.entry .home_b {
		padding: 3em 0 3em 2em;
		background-image: -moz-linear-gradient( left, #FAF0E6 90%, rgba(255,255,255,0) 90%);
		background-image: -webkit-linear-gradient( left, #FAF0E6 90%, rgba(255,255,255,0) 90%);
		background-image: linear-gradient(to right, #FAF0E6 90%, rgba(255,255,255,0) 90%);
	}

	/* home_a */

	.entry .home_a > .wp-block-group__inner-container {
		padding: 15em 20% 15em 2em;
		/*
		background-image: -moz-linear-gradient( left, rgba(255,255,255,0) 10%, rgba(255,255,255,0.85) 10%, rgba(255,255,255,0) 100%);
		background-image: -webkit-linear-gradient( left, rgba(255,255,255,0) 10%, rgba(255,255,255,0.85) 10%, rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,0.85) 10%, rgba(255,255,255,0) 100%);
		*/
	}

	/* company_a */

	.entry .company_a.right {
		margin: 0 0 0 2em;
	}
	.entry .company_a.left {
		margin: 0 2em 0 0;
	}

}
/*-----------------------------------------------------
	Media Queries
------------------------------------------------------*/
@media print {

	header {
		position: absolute;
	}

}
/*-----------------------------------------------------
	Google Fonts
------------------------------------------------------*/
/*
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 300,400,500,700,900;
	font-family: "Antonio", sans-serif;
	font-weight: 100,200,300,400,500,600,700;
*/
