@charset "UTF-8";
/*!
Theme Name: Sunflower
Theme URI: https://wordpress.org/themes/sunflower/
Author: Webnist
Author URI: https://webni.st/
Description: Photography
Version: 0.71
License: GNU General Public License v2 or later
License URI: http://www.gnuｆ.org/licenses/gpl-2.0.html
Text Domain: sunflower
Domain Path: /languages/
Tags: Photography, custom-logo
*/
/*!-------------------------------------------------------------
>>> 1.0 Foundation
----------------------------------------------------------------
1.1 Normalize
1.2 font-face
1.3 body
--------------------------------------------------------------*/
/*!-------------------------------------------------------------
1.1 Normalize
Styles based on Normalize v7.0.0
License - MIT License
link - https://github.com/necolas/normalize.css
The file is read using wp_enqueue_style in functions/base/scripts-styles.php.
--------------------------------------------------------------*/
/*!-------------------------------------------------------------
1.2 font-face
--------------------------------------------------------------*/

@font-face {
	src:local("Yu Gothic Medium");
  font-family:"Yu Gothic";
  font-weight:100;
}

@font-face {
	src:local("Yu Gothic Medium");
  font-family:"Yu Gothic";
  font-weight:200;
}

@font-face {
	src:local("Yu Gothic Medium");
  font-family:"Yu Gothic";
  font-weight:300;
}

@font-face {
	src:local("Yu Gothic Medium");
  font-family:"Yu Gothic";
  font-weight:400;
}

@font-face {
	src:local("Yu Gothic Bold");
  font-family:"Yu Gothic";
  font-weight:700;
}

/*!-------------------------------------------------------------
1.4 html
--------------------------------------------------------------*/
html {
	font-size: 10px;
}

/*!-------------------------------------------------------------
1.4 Body
--------------------------------------------------------------*/
body {
	word-wrap: break-word;
	background-color: #fff;
	color: #333;
	font-family: "Yu Gothic","游ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}

/*!-------------------------------------------------------------
1.5 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	border-radius: 3px;
	background-color: #f1f1f1;
	color: #21759b;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	z-index: 7;
}

/*!-----
--------------------------------------------------------
1.6   Element
1.6.1 box-sizing
1.6.2 Link
1.6.3 Headline
1.6.4 image
--------------------------------------------------------------*/
/*! *** 1.6.1 box-sizing *** !*/
*,:after,:before {
	box-sizing: border-box;
}

/*! *** 1.6.2 Link *** !*/
a {
	color: #004fde;
	text-decoration: underline;
}

a:active,a:hover {
	color: #009cea;
	text-decoration: none;
}

/*! *** 1.6.3 Headline *** !*/
h1 {
	font-size: 3rem;
}

h1,h2 {
	font-weight: 700;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.6rem;
	font-weight: 700;
}

/*! *** 1.6.4 image *** !*/
img {
	max-width: 100%;
	height: auto;
}

/*!-------------------------------------------------------------
>>> 2.0 Layout
----------------------------------------------------------------
2.1 page
2.2 header
2.3 content
2.4 main
2.5 sidebar
2.6 footer
--------------------------------------------------------------*/
/*!-------------------------------------------------------------
2.1 page
--------------------------------------------------------------*/
#page {
	margin-top: 80px;
}

/*!-------------------------------------------------------------
2.2 header
--------------------------------------------------------------*/
#masthead {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 0 20px 0 10px;
	background-color: #fff;
	background-image: url(assets/images/header-line-01.png), url(assets/images/header-line-02.png);
	background-position: 0 100%;
	background-repeat: no-repeat, repeat-x;
	z-index: 4;
}

.admin-bar #masthead {
	top: 32px;
}

#masthead.scrolled,#masthead.scrollend {
	position: fixed;
}

#masthead.scrolled {
	animation: slideInDown .5s forwards linear;
}

#masthead.scrollend {
	animation: slideInUp .5s forwards linear;
}

#masthead .wrap {
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	padding-bottom: 16px;
}

/*!-------------------------------------------------------------
2.3 content
--------------------------------------------------------------*/
#content,#masthead .wrap {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

#content {
	position: relative;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*!-------------------------------------------------------------
2.4 main
2.4.1 home-content-section
--------------------------------------------------------------*/
/*! *** 2.4 main *** !*/
#main {
	-ms-flex-order: 2;
	order: 2;
	width: calc( 100% - 200px);
	max-width: 1030px;
	margin: 0;
	padding: 20px 10px 0 20px;
	padding-bottom: 90px;
}

/*! *** 2.4.1 home-content-section *** !*/
.home-content-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*!-------------------------------------------------------------
2.5 sidebar
--------------------------------------------------------------*/
#sidebar {
	position: relative;
	-ms-flex-order: 1;
	order: 1;
	width: 200px;
	background-color: #f4f4f4;
	z-index: 3;
}

/*!-------------------------------------------------------------
2.6 footer
--------------------------------------------------------------*/
#colophon {
	background-color: #c02;
}

#colophon .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1366px;
	height: 36px;
	margin: 0 auto;
	padding: 0 20px;
}

/*!-------------------------------------------------------------
>>> 3.0 object
----------------------------------------------------------------
3.1 component
3.1.1 Buttons
3.2 Project
3.2.1 Topics Slider
3.2.2 How Nice
3.3 Utility
3.3.1 Animation
--------------------------------------------------------------*/
/*!-------------------------------------------------------------
3.1.1 Buttons
--------------------------------------------------------------*/
.sf-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 15px auto 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
}

.sf-btn,.sf-btn a {
	width: 180px;
	height: 40px;
}

.sf-btn a {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.sf-btn a .sfsvg {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}

.sf-btn a:hover {
	border-color: #ddd;
	color: #999;
}

.sf-btn a:hover .sfsvg {
	fill: #999;
}

.more-links {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	margin: 11px 0 10px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	text-align: right;
}

.more-links a {
	color: #333;
	text-decoration: none;
}

.more-links a .sfsvg {
	fill: #333;
}

.more-links a:hover {
	color: #999;
}

.more-links a:hover .sfsvg {
	fill: #999;
}

/*!-------------------------------------------------------------
3.1.2 Label
--------------------------------------------------------------*/
.label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 24px;
	font-size: 1.2rem;
	line-height: 1;
}

.label-new {
	background-color: #fff;
	color: #c02;
}

.label-emergency {
	background-color: red;
	color: #fff;
}

.label-important {
	border: 2px solid #c02;
	background-color: #fff;
	color: #c02;
}

.label-maintenance {
	display: -ms-flexbox;
	display: flex;
	width: 140px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #666;
}

.single .entry-header .label {
	width: auto;
	height: auto;
	font-size: 2rem;
}

.single .entry-header .label-maintenance {
	width: 164px;
	height: 22px;
	margin-left: 30px;
	color: #333;
	font-size: 1.4rem;
	font-weight: 700;
}

.search .entry-header .label-new {
	margin-left: 13px;
	font-size: 1.4rem;
	font-weight: 700;
}

/*!-------------------------------------------------------------
3.1.3 SVG
--------------------------------------------------------------*/
#svg-icon-set {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.sfsvg {
	fill: #666;
}

path.border,path.button {
	fill: #fff;
}

path.border {
	fill-rule: evenodd;
	stroke: #999;
}

path.emboss {
	fill: #d8d8d8;
	fill-rule: evenodd;
}

path.check {
	fill: #bf051f;
	fill-rule: evenodd;
}

.sfsvg-arrow {
	fill: #333;
}

.sfsvg-compliance,.sfsvg-home,.sfsvg-library,.sfsvg-manual,.sfsvg-news,.sfsvg-sales-support {
	fill: #999;
}

.sfsvg-check-off,.sfsvg-check-on {
	width: 18px;
	height: 18px;
}

.sfsvg-corporate {
	fill: #fff;
	width: 278px;
	height: 12px;
}

.sfsvg-close,.sfsvg-search {
	width: 12px;
	height: 12px;
}

.sfsvg-arrow {
	width: 11px;
	height: 11px;
}

.sfsvg-like {
	width: 14px;
	height: 14px;
}

.sfsvg-scroll-arrow {
	width: 60px;
	height: 60px;
}

.sfsvg-compliance,.sfsvg-home,.sfsvg-library,.sfsvg-manual,.sfsvg-news,.sfsvg-sales-support {
	width: 16px;
	height: 16px;
}

/*!-------------------------------------------------------------
3.1.4 Header
3.1.4.1 site-logo
3.1.4.2 corporate-logo
3.1.4.3 Search
3.1.4.4 Close
--------------------------------------------------------------*/
/*! *** 3.1.3.1 site-logo *** !*/
.site-logo {
	width: 260px;
	height: 40px;
	margin: 0;
	margin-right: auto;
	overflow: hidden;
}

.site-logo a {
	display: block;
	padding-top: 40px;
	background: url(assets/images/site-logo.png) no-repeat;
}

/*! *** 3.1.3.2 corporate-logo *** !*/
.corporate-logo {
	width: 208px;
	height: 34px;
	margin: 0;
	overflow: hidden;
}

.corporate-logo a {
	display: block;
	padding-top: 34px;
	background: url(assets/images/corporate-logo.png) no-repeat;
}

/*! *** 3.1.3.3 Search *** !*/
.search-button {
	margin-top: 10px;
	margin-left: 50px;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}

.search-button[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-button svg {
	margin-right: 11px;
}

/*! *** 3.1.3.4 Close *** !*/
.site-close {
	margin-top: 10px;
	margin-left: 63px;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}

.site-close[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.site-close svg {
	margin-right: 14px;
}

/*!-------------------------------------------------------------
3.1.5 Global Navigation
--------------------------------------------------------------*/

.primary-menu,.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 200px;
	width: 278px;
	height: 100%;
	background-color: #fff;
}

.sub-menu.active {
	display: block;
}

.parent-item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 59px;
	padding: 0 0 0 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #eee;
	background-color: #f4f4f4;
	color: #333;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
}

.parent-item a .sfsvg {
	fill: #999;
	margin-right: 16px;
}

.parent-item a:hover {
	color: #c02;
}

.parent-item a:hover .sfsvg {
	fill: #c02;
}

.parent-item.current-menu-item>a,.parent-item.current-post-ancestor>a,.parent-item.current-stock-ancestor>a {
	border-bottom: 2px solid #ddd;
	background-color: #fff;
	color: #c02;
}

.parent-item.current-menu-item>a .sfsvg,.parent-item.current-post-ancestor>a .sfsvg,.parent-item.current-stock-ancestor>a .sfsvg {
	fill: #c02;
}

.parent-item.active>a {
	border-bottom: 2px solid #ddd;
	background-color: #fff;
	color: #c02;
}

.parent-item.active>a .sfsvg {
	fill: #c02;
}

.parent-item.uncurrent a {
	border-bottom: 2px solid #eee;
	background-color: #f4f4f4;
	color: #333;
}

.parent-item.uncurrent a .sfsvg {
	fill: #999;
}

.parent-item.uncurrent a:hover {
	color: #c02;
}

.parent-item.uncurrent a:hover .sfsvg {
	fill: #c02;
}

.children-item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 59px;
	padding: 0 6px 0 20px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
}

.children-item a .sfsvg {
	fill: #999;
	margin-right: 0;
	margin-left: auto;
}

.children-item a:hover {
	color: #c02;
}

.children-item.current-menu-item a,.current-menu-parent>a {
	border-bottom: 2px solid #ddd;
	background-color: #fff;
	color: #c02;
}

.current-menu-parent>a .sfsvg {
	fill: #c02;
}

/*!-------------------------------------------------------------
3.1.6 Archives
3.1.6.1 Header
3.1.6.1 Posts
3.1.6.2 Search
--------------------------------------------------------------*/
/*! *** 3.1.6.1 Header *** !*/
.archive-header {
	margin-top: 50px;
}

.archive-header h2 {
	margin: 0;
	color: #333;
	font-size: 3rem;
	font-weight: 700;
}

/*! *** 3.1.6.1 Posts *** !*/
.posts-record,.posts-stock {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.posts-record thead tr,.posts-stock thead tr {
	border-top: 1px dotted #999;
}

.posts-record tbody tr,.posts-stock tbody tr {
	border-top: 1px solid #fff;
	background-color: #f4f4f4;
}

.posts-record tbody tr:nth-child(odd),.posts-stock tbody tr:nth-child(odd) {
	background-color: #eee;
}

.posts-record tbody tr.sticky,.posts-stock tbody tr.sticky {
	background-color: #fed4d4;
}

.posts-record tbody tr.sticky:hover,.posts-stock tbody tr.sticky:hover {
	background-color: #fdeeee;
}

.posts-record tbody tr:hover,.posts-stock tbody tr:hover {
	background-color: #fff;
}

.posts-record tbody tr:hover a,.posts-stock tbody tr:hover a {
	color: #009cea;
	text-decoration: none;
}

.posts-record tbody tr a,.posts-stock tbody tr a {
	color: #004fde;
	text-decoration: underline;
}

.posts-record th,.posts-stock th {
	padding: 4px 0;
	color: #666;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

.posts-record td,.posts-stock td {
	padding: 11px 0;
	border: none;
}

.posts-record td p,.posts-stock td p {
	margin: 0;
}

.posts-record .entry-date,.posts-stock .entry-date {
	color: #333;
	font-size: 1.4rem;
}

.posts-record th:first-of-type {
	width: 80px;
	padding-left: 10px;
}

.posts-record th:nth-of-type(3) {
	width: 90px;
	padding-left: 20px;
}

.posts-record th:nth-of-type(4) {
	width: 123px;
}

.posts-record th:nth-of-type(5) {
	width: 107px;
	padding-right: 20px;
	text-align: right;
}

.posts-record th:nth-of-type(6) {
	width: 70px;
	padding-right: 10px;
	text-align: right;
}

.posts-record td:first-of-type {
	padding-left: 10px;
	vertical-align: top;
}

.posts-record td:nth-of-type(2) {
	vertical-align: top;
}

.posts-record td:nth-of-type(3) {
	padding-left: 20px;
}

.posts-record td:nth-of-type(5) {
	padding-right: 20px;
	text-align: right;
}

.posts-record td:nth-of-type(6) {
	padding-right: 10px;
	text-align: right;
}

.posts-record .entry-private-date {
	color: #666;
	font-size: 1.2rem;
}

.posts-record .entry-doc-numbe,.posts-record .nice-count {
	color: #333;
	font-size: 1.4rem;
}

.posts-stock {
	margin-top: 17px;
}

.posts-stock td:first-of-type,.posts-stock th:first-of-type {
	padding-left: 10px;
}

.posts-stock td:nth-of-type(2),.posts-stock th:nth-of-type(2) {
	width: 100px;
}

.posts-stock td:nth-of-type(3),.posts-stock th:nth-of-type(3) {
	width: 134px;
}

.posts-stock td:nth-of-type(4),.posts-stock th:nth-of-type(4) {
	width: 116px;
}

.posts-stock .units {
	color: #333;
	font-size: 1.4rem;
}

/*! *** 3.1.6.2 Search *** !*/
.search-post {
	padding: 0 10px 15px;
	border-top: 1px solid #ccc;
}

.search-post:last-of-type {
	border-bottom: 1px solid #ccc;
}

/*! *** 3.1.6.2.1 Header *** !*/
.search-post .entry-header {
	margin-top: 15px;
}

.search-post .entry-header .entry-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	color: #004fde;
	font-size: 2rem;
	font-weight: 400;
}

.search-post .entry-header .entry-title a {
	color: #004fde;
}

.search-post .entry-header .entry-title a:hover {
	text-decoration: none;
}

.search-post .entry-header .entry-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.search-post .entry-header .entry-date {
	margin: 0;
	font-size: 1.2rem;
}

.search-post .entry-header .entry-date span {
	margin-right: 10px;
	padding: 4px 7px;
	background-color: #f4f4f4;
	color: #333;
	font-weight: 700;
}

.search-post .entry-header .entry-category {
	margin: 0 0 0 38px;
	padding: 4px 15px;
	border: 1px solid #999;
	font-size: 1.2rem;
	line-height: 1;
}

/*! *** 3.1.6.2 Summary *** !*/
.entry-summary {
	margin-top: 20px;
	color: #333;
	font-size: 1.4rem;
}

.entry-summary p {
	margin: 0;
}

.entry-summary mark {
	background-color: transparent;
	font-weight: 700;
}

/*!-------------------------------------------------------------
3.1.7 Pagination
--------------------------------------------------------------*/
.archive-navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.archive-navigation-top {
	margin: 70px 0 20px;
}

.search .archive-navigation-top {
	margin-top: 30px;
}

.archive-navigation-bottom {
	margin: 13px 0 0;
}

.archive-navigation .post-count {
	margin: 0;
	color: #333;
	font-size: 1.4rem;
	font-weight: 700;
}

.archive-navigation .post-count span {
	margin: 0 2px 0 8px;
	color: #c02;
	font-size: 2.4rem;
}

.archive-navigation .post-display-number {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 58px;
}

.archive-navigation .post-display-number p {
	margin: 0;
	color: #333;
	font-size: 1.4rem;
	font-weight: 700;
}

.archive-navigation .post-display-number p.number {
	margin-left: 20px;
}

.archive-navigation .post-display-number span {
	color: #be001b;
}

.archive-navigation .post-display-number a {
	color: #333;
	font-weight: 400;
}

.archive-navigation .navigation {
	margin-left: auto;
}

.archive-navigation .nav-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.archive-navigation .nav-links .page-numbers {
	margin: 0 10px;
	color: #333;
}

.archive-navigation .nav-links .current {
	color: #c02;
}

.archive-navigation .nav-links .prev {
	margin-left: 0;
}

.archive-navigation .nav-links .prev svg {
	margin-right: 10px;
	transform: rotateY(180deg);
}

.archive-navigation .nav-links .next {
	margin-right: 0;
}

.archive-navigation .nav-links .next svg {
	margin-right: -5px;
	margin-left: 10px;
}

/*!-------------------------------------------------------------
3.1.8 Single
3.1.8.1 Header
3.1.8.2 Contents
3.1.8.3 Footer
--------------------------------------------------------------*/
.single article.post {
	margin-top: 36px;
}

/*! *** 3.1.8.1 Header *** !*/
.single .entry-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single .entry-header .entry-title {
	max-width: 740px;
	margin: 0;
	color: #333;
	font-size: 3rem;
	font-weight: 700;
}

.single .entry-header .entry-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 200px;
	margin-top: 6px;
}

.single .entry-header .entry-data {
	padding-top: 9px;
	border-top: 2px solid #ccc;
}

.single .entry-header .entry-data,.single .entry-header .entry-doc-numbe {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.single .entry-header .entry-doc-numbe {
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	font-size: 1.6rem;
	text-align: right;
}

.single .entry-header .entry-doc-numbe span {
	margin-right: 5px;
	padding: 4px 11px;
	background-color: #666;
	color: #fff;
	font-size: 1.2rem;
}

.single .entry-header .units {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	font-size: 1.4rem;
}

.single .entry-header .units span {
	margin-right: 10px;
	padding: 4px 5px 3px;
	background-color: #f4f4f4;
	color: #333;
	font-weight: 700;
}

.single .entry-header .entry-date {
	margin: 0;
	font-size: 1.4rem;
}

.single .entry-header .entry-date.entry-date-published,.single .entry-header .entry-date.entry-date-updated {
	margin-left: 20px;
}

.single .entry-header .entry-date span {
	margin-right: 10px;
	padding: 4px 5px 3px;
	background-color: #f4f4f4;
	color: #333;
	font-weight: 700;
}

/*! *** 3.1.8.2 Contents *** !*/
.entry-content {
	width: 799px;
	margin: 43px auto 0;
  /*!-------------------------------------------------------------
Entry　Content Element
--------------------------------------------------------------*/
  /*!-------------------------------------------------------------
3.2.7 Related Links
--------------------------------------------------------------*/
}

.entry-content .note {
	color: #f6f;
}

.entry-content ul {
	margin: 25px 0 0;
	padding-left: 28px;
}

.entry-content ul li {
	position: relative;
	margin-top: 28px;
	list-style-type: none;
	counter-increment: cnt;
}

.entry-content ul li:first-line {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 52px;
}

.entry-content ul li:before {
	display: marker;
	margin-right: .5em;
	margin-left: -1.4em;
	font-size: 2rem;
	font-weight: 700;
	content: counter(cnt) ".";
}

.entry-content ul ul {
	margin-top: 0;
	padding-left: 44px;
}

.entry-content ul ul li {
	margin-top: 2px;
	counter-increment: ccnt;
}

.entry-content ul ul li:before,.entry-content ul ul li:first-line {
	font-size: 1.6rem;
	font-weight: 400;
}

.entry-content ul ul li:before {
	margin-right: .4em;
	margin-left: -2.1em;
	content: "(" counter(ccnt) ") ";
}

.entry-content ul ul ul {
	padding-left: 25px;
}

.entry-content ul ul ul li {
	counter-increment: cccnt;
}

.entry-content ul ul ul li:before {
	font-size: 1.6rem;
	font-weight: 400;
	content: attr(data-item);
}

.entry-content table {
	margin-top: 25px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.entry-content table td {
	padding: 4px 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

.entry-content .image-set {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 25px;
}

.entry-content .image-set figure {
	margin: 0 0 0 20px;
}

.entry-content .image-set figure:first-of-type {
	margin-left: 0;
}

.entry-content .related-links {
	margin-top: 50px;
	background-color: #f3f2eb;
}

.entry-content .related-links h2 {
	margin: 0;
	padding: 8px 15px;
	background-color: #e7e5d6;
	color: #333;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1;
}

.entry-content .related-links ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

.entry-content .related-links li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-top: 30px;
}

.entry-content .related-links li:first-of-type {
	margin-top: 0;
}

.entry-content .related-links li:before {
	content: none;
}

.entry-content .related-links svg {
	margin-right: 4px;
}
/*! *** 3.1.8.3 Footer *** !*/

.entry-footer,.entry-footer aside:nth-of-type(2) {
	margin-top: 90px;
}
/*!-------------------------------------------------------------
3.1.9 Footer
3.1.9.1 corporate-title
3.1.9.2 Copyright
--------------------------------------------------------------*/
/*! *** 3.1.9.1 corporate-title *** !*/

/*! *** 3.1.9.2 Copyright *** !*/
.copyright,.corporate-title {
	margin: 0;
}

.copyright small {
	color: #fff;
	font-size: 1rem;
}

/*!-------------------------------------------------------------
3.1.10 Overlay
--------------------------------------------------------------*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}

.overlay-active .overlay {
	display: block;
	z-index: 2;
}

.overlay-search .overlay {
	z-index: 5;
}
/*!-------------------------------------------------------------
3.2.1 Topics Slider
--------------------------------------------------------------*/
.topics-slider {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	width: 520px;
	height: 180px;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list,.topics-slider {
	position: relative;
	overflow: hidden;
}

.slick-list {
	display: block;
}

.slick-list:focus {
	outline: none;
}

.slick-track {
	display: -ms-flexbox;
	display: flex;
}

.slick-slide a,.slick-slide img {
	display: block;
}

.slick-arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	padding: 0;
	transform: translateY(-50%);
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	z-index: 1;
}

.slick-arrow span {
	display: block;
}

.slick-arrow svg {
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 9px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	filter: url(#drop-shadow);
}

.slick-arrow.slick-prev {
	transform: translateY(-50%) rotateY(180deg);
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-dots {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slick-dots li {
	width: 19px;
	height: 19px;
	margin: 4px;
}

.slick-dots li.slick-active button {
	background-color: #c02;
}

.slick-dots button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 9px;
	height: 9px;
	margin: 5px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 100%;
	outline: none;
	background-color: #999;
	text-indent: -99999em;
	cursor: pointer;
}

/*!-------------------------------------------------------------
3.2.2 Search Form
--------------------------------------------------------------*/
.search-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding: 10px;
	border-radius: 4px;
	background-color: #f3f2eb;
}

.search-form .search-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: calc( 100% - 60px);
	padding: 10px;
	border: 1px solid #666;
	border-right: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #333;
	font-size: 1.4rem;
}

.search-form .search-field:placeholder-shown {
	color: #999;
}

.search-form .search-field::-webkit-input-placeholder {
	color: #999;
}

.search-form .search-field:-moz-placeholder,.search-form .search-field::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.search-form .search-field:-ms-input-placeholder {
	color: #999;
}

.search-form .search-submit {
	display: block;
	width: 60px;
	border: none;
	border-bottom: 2px solid #97000e;
	border-radius: 0 5px 5px 0;
	outline: none;
	background-color: #be001b;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
}

.search-form .search-submit[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-form .search-submit span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-form .search-submit[disabled] {
	border-color: #666;
	background-color: #aaa;
	cursor: default;
}

.search-form fieldset {
	width: 100%;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	border: none;
}

.search-form fieldset label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0 0 10px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
}

.search-form fieldset .checkbox {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 3px;
	overflow: hidden;
}

.search-form fieldset .checkbox span {
	display: block;
	width: 36px;
	height: 18px;
	overflow: hidden;
}

.search-form fieldset [type=checkbox] {
	display: none;
}

.search-form fieldset [type=checkbox]:checked~.sfsvg-check-on {
	margin-left: -18px;
}

.search-form fieldset svg {
	float: left;
}

.search-form fieldset .terms-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.search-form legend {
	width: 100%;
	background-color: #e7e5d6;
	font-weight: 700;
}

.search-form legend div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 31px;
	padding: 3px 10px;
}

.search-form legend label {
	width: auto;
	margin: 0;
	float: none;
}

.home-content-section .search-form {
	width: calc( 100% - 520px);
	max-width: 450px;
}

.home-content-section .search-form fieldset .terms-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home-content-section .search-form fieldset .terms-box label {
	width: calc( 33.33333% - 10px);
	margin-left: 10px;
}

.home-content-section .search-form fieldset .terms-box label:nth-of-type(5) {
	width: auto;
}

.search-form-section .search-form fieldset .terms-box {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.search-form-section {
	margin-top: 30px;
}

/*!-------------------------------------------------------------
3.2.3 Site Search Box
--------------------------------------------------------------*/
.site-search-box {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 304px;
	background-color: #fff;
	z-index: 6;
}

.admin-bar .site-search-box {
	top: 32px;
}

.site-search-box.active {
	display: -ms-flexbox;
	display: flex;
}

.site-search-box div {
	position: relative;
	max-width: 800px;
}

.site-search-box h2 {
	margin: 0;
}

.site-search-box .site-search-box-close {
	position: absolute;
	top: 7px;
	right: 0;
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}

.site-search-box .site-search-box-close[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.site-search-box .search-form {
	margin-top: 33px;
}

/*!-------------------------------------------------------------
3.2.4 Front Posts
--------------------------------------------------------------*/
.front-posts-box {
	margin-top: 22px;
}

.front-posts-tabs {
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ccc;
}

.front-posts-tabs button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 36px;
	margin-right: 3px;
	padding: 0;
	border: 1px solid #eee;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	outline: none;
	background-color: #eee;
	color: #666;
	cursor: pointer;
}

.front-posts-tabs button span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 30px;
}

.front-posts-tabs button.active,.front-posts-tabs button:first-of-type {
	border-color: #ccc;
	background-color: #fff;
	color: #c02;
	cursor: default;
}

.front-posts-tabs button.passive {
	border-color: #eee;
	background-color: #eee;
	color: #666;
}

.front-posts-tabs button:hover {
	color: #c02;
}

.posts-tabs {
	display: none;
}

.posts-tabs.maintenance,.posts-tabs.stock {
	margin-top: 39px;
}

.posts-tabs.active {
	display: block;
}

/*!-------------------------------------------------------------
3.2.5 KHM 15
--------------------------------------------------------------*/
.khm-15 {
	line-height: 1;
}

.khm-15 ul {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.khm-15 li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 1.4rem;
}

.khm-15 li,.khm-15 li a {
	color: #333;
}

.khm-15 li svg {
	margin-right: 5px;
	margin-left: 8px;
}

/*!-------------------------------------------------------------
3.2.6 How Nice
--------------------------------------------------------------*/
.how-nice {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0 0;
	cursor: pointer;
}

.how-nice.count-up {
	cursor: wait;
}

.how-nice svg {
	margin-right: 5px;
}

.how-nice .nice-count {
	margin-left: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}

/*!-------------------------------------------------------------
3.2.8 Related Files
--------------------------------------------------------------*/
.related-files h2 {
	margin: 0;
	padding: 2px 10px;
	border-left: 4px solid #c02;
	color: #c02;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

.related-files table {
	width: 100%;
	margin-top: 19px;
	border: none;
	border-collapse: collapse;
}

.related-files thead tr {
	border-top: 1px dotted #999;
}

.related-files tbody tr {
	border-top: 1px solid #fff;
	background-color: #f4f4f4;
}

.related-files tbody tr:nth-child(odd) {
	background-color: #eee;
}

.related-files th {
	padding: 5px 0;
	color: #666;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

.related-files th:first-of-type {
	padding-left: 10px;
}

.related-files th:nth-of-type(3) {
	width: 115px;
	padding-right: 10px;
}

.related-files td {
	padding: 10px 0;
	color: #333;
	font-size: 1.4rem;
}

.related-files td:first-of-type {
	padding-left: 10px;
}

.related-files td:nth-of-type(3) {
	width: 115px;
	padding-right: 10px;
}

.related-files a {
	color: #004fde;
	font-size: 1.6rem;
	text-decoration: underline;
}

/*!-------------------------------------------------------------
3.2.9 Revision History
--------------------------------------------------------------*/
.revision-history h2 {
	margin: 0;
	padding: 2px 10px;
	border-left: 4px solid #c02;
	color: #c02;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

.revision-history table {
	width: 100%;
	margin-top: 30px;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}

.revision-history tbody tr {
	border-top: 1px solid #ccc;
}

.revision-history th {
	padding: 5px 0;
	color: #666;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

.revision-history th:first-of-type {
	width: 65px;
	padding-left: 10px;
}

.revision-history th:nth-of-type(2) {
	width: 178px;
}

.revision-history th:nth-of-type(3) {
	width: 70px;
}

.revision-history th:nth-of-type(4) {
	padding-right: 10px;
}

.revision-history td {
	padding: 13px 0;
	color: #333;
	font-size: 1.4rem;
}

.revision-history td:first-of-type {
	width: 65px;
	padding-left: 10px;
}

.revision-history td:nth-of-type(2) {
	width: 178px;
}

.revision-history td:nth-of-type(3) {
	width: 70px;
}

.revision-history td:nth-of-type(4) {
	padding-right: 10px;
}

.revision-history p {
	margin: 0;
}

/*!-------------------------------------------------------------
3.2.10 Go To Top
--------------------------------------------------------------*/
.go-to-top {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
	position: fixed;
	bottom: 50px;
	width: 60px;
	height: 60px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

.go-to-top.show {
	display: block;
	animation: show .3s linear 0s;
}

.go-to-top.hidden {
	display: none;
	animation: hidden .3s linear 0s;
}
/*!-------------------------------------------------------------
3.3.1 Animation
--------------------------------------------------------------*/
@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		transform: translateZ(0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes hidden {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.test {
	position: relative;
}

.test:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: red;
	content: "";
}

@media only screen and (max-width:1024px) {
	#page {
		min-width: 1024px;
	}

	#masthead {
		min-width: 1024px;
	}

	.single .entry-header .entry-title {
		max-width: 619px;
	}
}

@media (-webkit-min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx),only screen and (-webkit-min-device-pixel-ratio:2) {
	#masthead {
		background-image: url(assets/images/header-line-01-ratio.png), url(assets/images/header-line-02-ratio.png);
		background-size: 751px 16px, 79px 16px;
	}

	.site-logo a {
		background-image: url(assets/images/site-logo-ratio.png);
		background-size: 260px 40px;
	}

	.corporate-logo a {
		background-image: url(assets/images/corporate-logo-ratio.png);
		background-size: 208px 34px;
	}
}

@media only screen and (min-width:1290px) {
	#content {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#main {
		margin-left: 60px;
	}
}

@media only screen and (max-width:1174px) {
	#main {
		width: calc( 100% - 175px);
	}

	#sidebar {
		width: 175px;
	}

	.sub-menu {
		left: 175px;
	}

	.home-content-section .search-form fieldset {
		margin-top: 6px;
	}

	.home-content-section .search-form fieldset .terms-box label {
		width: calc( 50% - 10px);
		margin-top: 12px;
	}

	.home-content-section .search-form fieldset .terms-box label:first-of-type,.home-content-section .search-form fieldset .terms-box label:nth-of-type(2) {
		margin-top: 9px;
	}

	.home-content-section .search-form fieldset .terms-box label:nth-of-type(5) {
		width: auto;
	}
}

@media only screen and (max-width:1365px) {
	.go-to-top {
		display: none !important;
	}
}
