/*!
Theme Name:三基ルーバ 
Author: 大塚ビジネスサービス
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
	overflow-wrap: anywhere;
}
html {
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
optgroup,
textarea,
.sp-pcp-title
{
  font-family:"Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
.sp-pcp-title
{
  font-family:"Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif!important;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.eng {
    font-family: "", system-ui;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
		    font-family: 'Noto Serif JP', serif;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 10px 0 10px 0;
    text-align: left;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

li {
    margin-bottom: 10px;
}

dt {
    font-weight: 600;
    margin-bottom: 10px;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

figure {
    margin: 10px 0;
}

table {
    margin: 0px auto 0px;
    width: 100%;
    text-align: left;
}

/* Links
--------------------------------------------- */
a {
}

a:hover,
a:focus,
a:active {
    color: #c1c1c1;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 8px 5px;
    margin-bottom: 10px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

@media (max-width: 480px) {

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
        width: 100%;
        padding: 8px 8px;
    }

    form .telnam {
        width: 90px !important;
    }
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
    background: #333333;

}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media (min-width: 960px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        max-width: 1200px;
        width: 100%;
        text-align: center;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    max-width: 940px;
    margin: 60px auto;
    padding: 20px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 0px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0 0 3em;
    font-size: 16px;
    text-align: left;
    line-height: 1.5em;
    text-align: center;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.entry-content p {
    margin-bottom: 1.5em;
    padding-left: 2em;
}

.entry-content h3 {
    margin-left: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

@media (max-width: 480px) {
    .entry-content h2 {
        margin-left: 0em;
        font-size: 22px;
        margin-top: 60px;
        padding-top: 0px;
        letter-spacing: 1px;
    }
}

.entry-content h4 {
    padding-left: 1.5em;
}

html {
    font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
}

img {
    transition: 0.6s;
}

a:hover img {
    opacity: 0.8;
}

aside#secondary {
    padding: 0px;
    float: left;
    width: 26%;
    max-width: 300px;
    margin-top: 40px;
    background-color: #fff;
}

footer#colophon {
    display: block;
    float: none;
    clear: both;
    padding: 0px;
    text-align: center;
    max-width: 100%;
    margin: auto;
    padding-top: 0px;
    background: #efefef;
    color: #fff;
}

.footaddress {
    margin-top: 10px;
    font-size: 15px;
}

.footaddress .tel {
    font-size: 20px;
}

div#primary-menu {
    padding: 0px;
    margin: auto;
    max-width: 1200px;
}

.main-navigation li {
    position: relative;
    padding: 15px 5px;
    border-left: 1px solid #fff;
    width: 100%;
}

.site-info {
    font-size: 11px;
}

aside#secondary p {
    margin: 5px 0px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.menu-main-container {
    max-width: 1200px;
    margin: auto;
    padding: 0px;
}

#site-navigation .menu-main-container li:last-child {
    border-right: 1px solid #fff;
}

@media (max-width: 959px) {
    .main-navigation {
        padding: 10px;
    }

    .main-navigation li {
        border-left: inherit;
    }

    #site-navigation .menu-main-container li:last-child {
        border-right: inherit;
    }
}

body>footer>aside ul {
    float: left;
    width: 300px;
    padding: 10px;
}

@media (max-width: 959px) {
    main {
        display: block;
        padding: 20px;
        width: 100%;
        float: none;
        background-color: #fff;
    }

    aside#secondary {
        padding: 0px;
        float: none;
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
}

aside {
    margin: auto;
}

footer aside {
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
    padding: 0 20px;
    /* max-width: 1300px; */
    /* align-items: center; */
}

.itemlist {
    background-color: #ededed;
    padding: 5px;
    font-size: 1.2rem;
}

.breaditem {
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
}

p.site-description {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.site-info {
    font-size: 12px;
    clear: both;
    margin-bottom: 0px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    max-width: 100%;
    margin: auto;
    background: #154729;
}

footer ul.menu {
    /* width: 100%; */
    border-left: 1px solid #ababab;
    padding: 10px 20px;
}

footer #nav_menu-5 ul.menu {
    border-right: 1px solid #ababab;
}

@media (max-width: 959px) {
    footer ul {
        font-size: 1.4rem;
        margin: 10px 0px;
    }

    footer #nav_menu-5 ul.menu {
        border-right: inherit;
    }
}

#secondary .widget {
    margin: 0;
}

div#breadcrumb ul {
    list-style: none;
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
    font-size: 1.2rem;
}

div#breadcrumb ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
}

.breadarea {
    background-color: #fff;
    overflow: hidden;
    padding: 5px 0px;
}

.conbtn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    z-index: 10000;
}

.conbtn a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 480px) {
    h1.entry-title {
        font-size: 22px;
        margin: 0.67em 0;
    }

    .menu-main-container {
        max-width: 1200px;
        margin: auto;
        padding: 0px;
    }

    .conbtn {
    max-width: 140px;
    }
}

@media (max-width: 480px) {
    main {
        padding: 0px;
    }
}

.mainimage {
    margin: auto;
    display: block;
    width: 1160px;
    max-width: 100%;
    padding: 0px;
    line-height: 0px;
}

.headerimage {
    margin: auto;
    display: block;
    width: 1160px;
    max-width: 100%;
    padding: 0px;
    line-height: 0px;
}

@media (max-width: 960px) {
    .mainimage {
        padding: 0px;
    }

    .headerimage {
        padding: 0px;
    }
}

.entry-content h3 {
    margin-left: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .entry-content h3 {
        margin-left: 1rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 1.4;
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

body#tinymce {
    text-align: center;
}

h1 {
    font-size: 27px;
    margin: 0.67em 0;
    line-height: 1.4;
    font-weight: 400;
}

.entry-content h4 {
    padding-left: 0em;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.entry-content p {
    margin-bottom: 0;
    padding-left: 1em;
    font-size: 16px;
}

@media (max-width: 480px) {

    .entry-content p,
    .entry-content h4,
    h3,
    .entry-content h3 {
        padding-left: 0em;
        margin-left: 0rem;
    }
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.15;
    margin: 0 0 0 auto;
    padding: 10px;
    border: 1px solid #333;
}

@media (max-width: 960px) {
    .main-navigation ul {
        text-align: right;
    }
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: inherit;
    border-color: inherit;
    background: #2f7d3b;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 1.4em 2em 1.4em;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 10px;
    /* min-width: 260px; */
}

.conf button,
input[type="button"],
.conf input[type="reset"],
.conf input[type="submit"] {
    display: inline-block;
}

#global-navi {
    top: 0;
    right: 0px;
    width: 100%;
    margin: auto;
    padding-top: 0px;
}

#wrapper nav ul li {
    display: inline-block;
    font-size: 15px;
    padding: 0px;
    background: #ffffff;
    text-align: center;
    width: -webkit-fill-available;
}

#wrapper nav ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0px;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 400;
}

#wrapper nav ul li a:hover {
    color: #ccc;
    text-decoration: none;
    display: block;
    background: #ffffff;
}

#global-navi ul.menu {
    margin: 0px;
    display: flex;
    padding: 0px;
    flex-direction: row;
}


@media screen and (max-width: 960px) {
    #wrapper nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 240px;
        height: 100%;
        padding-top: 50px;
        background: #333;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2;
        opacity: 95%;
    }

    #global-navi ul.menu {
        margin: 0px;
        display: block;
        justify-content: stretch;
        padding: 0px;
    }

    #wrapper nav ul li {
        display: block;
        padding: 0px
    }

    #wrapper nav ul li a {
        text-decoration: none;
        color: #ddd
    }

    #wrapper .btn-gnavi {
        position: fixed;
        top: 35px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3000;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }

    #wrapper .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #b7b7b7;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }

    #wrapper .btn-gnavi span:nth-child(1) {
        top: 0
    }

    #wrapper .btn-gnavi span:nth-child(2) {
        top: 10px
    }

    #wrapper .btn-gnavi span:nth-child(3) {
        top: 20px
    }

    #wrapper .btn-gnavi.open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #wrapper .btn-gnavi.open span {
        background: #fff
    }

    #wrapper .btn-gnavi.open span {
        width: 24px;
    }

    #wrapper .contents section p {
        position: absolute;
        top: 50%;
        width: 30%;
        line-height: 1.4;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 6px #666
    }

    #wrapper .contents section:nth-child(odd) p {
        left: 10%
    }

    #wrapper .contents section:nth-child(even) p {
        right: 10%
    }
}

p.btn-gnavi {
    margin: 0px;
}

footer a:hover,
a:focus,
a:active {
    color: #929292;
}

.mainimage {
    margin: auto;
    display: block;
    width: 1360px;
    max-width: 100%;
    padding: 0px;
    line-height: 0px;
    background: #ccc;
}

.headerimage {
    margin: auto;
    display: block;
    width: 1360px;
    max-width: 100%;
    padding: 0px;
    line-height: 0px;
    background: #ccc;
}

.site {
    background-color: #ffffff;
}

.maxwide {
    padding: 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

aside#secondary {
    display: none;
}

main {
    display: block;
    width: 100%;
    float: none;
    background-color: inherit;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.main-container {
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0px 0px;
    clear: both;
    background: #ffffff;
    min-height: 540px;
}

.home .breadarea {
    display: none;
}

footer .menu a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    line-height: 32px;
    padding-left: 2px;
    font-weight: 400;
}

footer a:hover,
a:focus,
a:active {
    color: #dddddd;
}

footer ul.menu {
    /* width: 100%; */
    border-left: inherit;
    padding: 10px 0px 40px 110px;
}

footer #nav_menu-5 ul.menu {
    border-right: inherit;
}

p.site-description {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 0px;
    display: none;
}

footer ul.sub-menu {
    float: none;
    width: 100%;
    margin-left: 0em;
}

footer ul.sub-menu li {
    background: none;
    padding: 0px 5px;
}

.home footer.entry-footer {
    display: none;
}

.cont {
    text-align: center;
}

.cont p {
    padding: 0px;
    margin: 0px;
}

.contitle {
    font-size: 30px;
    font-weight: bold;
}

.telnum {
    font-size: 32px;
    font-weight: bold;
    color: #006837;
    margin-top: 15px;
}

.cont img {
    margin: 20px auto 80px;
}

.conarea.nlist {
    margin-bottom: 80px;
    padding: 170px 20px 60px;
}

a {
    color: #0085B2;
    text-decoration: underline;
}

.companyarea p {
    font-size: 15px;
}

td.lefttext {
    max-width: 500px;
    padding-right: 40px;
}

.subtitle {
    font-size: 30px;
    color: #009d3c;
    font-weight: bold;
    line-height: 1.4;
}

.conbutton {
    z-index: 20;
    position: fixed;
    top: 120px;
    right: 0;
}

.menuarea {
    max-width: 800px;
    margin: 5px 0 0 auto;
    padding: 0 20px;
    position: absolute;
    bottom: 4px;
    right: 0;
}

.breadarea {
    background-color: #fff;
    overflow: hidden;
    padding: 5px 0px;
    max-width: 100%;
    margin: auto;
}

div#breadcrumb ul {
    list-style: none;
    max-width: 1300px;
    margin: auto;
    padding: 5px 30px;
    font-size: 1.2rem;
}

.site-header {
    max-width: 100%;
    margin: auto;
    overflow: visible;
    padding-bottom: 0px;
}

.single header.entry-header {
    display: block;
    max-width: 940px;
    margin: auto;
}

.ptitle.conwide h1 {
    color: #fff;
    display: block;
    max-width: 620px;
    margin: auto;
    padding: 10px 10px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .ptitle.conwide h1 {
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .ptitle.conwide h1 {
        max-width: 320px;
        padding: 10px 10px;
    }
}

h2.maincopy {
    margin-bottom: 30px;
    margin-top: 15px;
}

/* 色の定義 */
.gold {
    color: #b98130;
    border: #b98130;
}

.pink {
    color: #e50012;
    border: #ee838f;
}

.darkpink {
    color: #cb6894;
    border: #cb6894;
}

.darkgreen {
    color: #0a5a30;
    border: #0a5a30;
}

.limegreen {
    color: #8caa26;
    border: #8caa26
}

.green {
    color: #00896e;
    border: #00896e;
}

.orange {
    color: #f6921e;
    border: #f6921e;
    0
}

.lightblue {
    color: #8abcd1;
    border: #8abcd1;
}

.navy {
    color: #005189;
    border: #163153;
}

.mainred {
    color: #c7161d;
    border: #c7161d;
}

.purple {
    color: #a06099;
    border: #a06099;
}

.gray {
    color: #a0a0a0;
    border: #a0a0a0;
}

.blue {
    color: #327AB4;
    border: #327AB4;
}

.black {
    color: #000000;
    border: #000000;
}

.green {
    color: #00623c;
    border: #00623c;
}

.white {
    color: #ffffff;
    border: #ffffff;
}

.darkpink {
    color: #cb6894;
    border: #cb6894;
}

.red {
    color: #ff0000;
    border: #ff0000;
}

.back-gold {
    background-color: #b98130
}

.back-pink {
    background-color: #ee838f;
}

.back-darkpink {
    background-color: #cb6894
}

.back-limegreen {
    background-color: #8caa26
}

.back-green {
    background-color: #00896e
}

.back-orange {
    background-color: #ef7a00
}

.back-lightblue {
    background-color: #8abcd1
}

.back-navy {
    background-color: #163153
}

.back-mainred {
    background-color: #b70000
}

.back-purple {
    background-color: #a06099
}

.back-gray {
    background-color: #a0a0a0
}

.back-lgray {
    background-color: #efefef
}

.back-blue {
    background-color: #0071bc
}

.back-black {
    background-color: #000000;
}

.back-green {
    background-color: #006837;
}

.back-darkpink {
    background-color: #cb6894
}


/* フォント */
.serif {
    font-family: 'Noto Serif JP', serif;
}

/* 余白設定 */
.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt200 {
    margin-top: 200px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

@media (max-width: 480px) {
    .mt50 {
        margin-top: 20px !important;
    }

    .mt100 {
        margin-top: 40px !important;
    }

    .mt150 {
        margin-top: 60px !important;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .mb20 {
        margin-bottom: 10px !important;
    }

    .mb50 {
        margin-bottom: 20px !important;
    }

    .mb100 {
        margin-bottom: 40px !important;
    }

    .mb150 {
        margin-bottom: 60px !important;
    }
}

.w600 {
    max-width: 600px;
    margin: auto;
}

.w700 {
    max-width: 700px;
    margin: auto;
}

.w800 {
    max-width: 800px;
    margin: auto;
}

.w1000 {
    max-width: 1000px;
    text-align: center;
    margin: auto;
}

.w1200 {
    max-width: 1200px;
    text-align: center;
    margin: auto;
}

.pd-width {
	padding:auto 40px;
}

.pd40 {
    padding: 40px;
}

@media (max-width: 480px) {
    .pd-m {
        padding: 40px 40px;
    }
}

/* 左右揃え */
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

/* フッター関連 */
footer ul.sub-menu li {
    background: none;
    padding: 0px 10px;
    font-weight: normal;
    margin-top: 2px;
}

/* フッターメニュー */
footer ul.menu {
    /* width: 100%; */
    border-left: inherit;
    padding: 5px 0;
    list-style: none;
    max-width: 200px;
    /* margin: auto; */
    /* width: 180px; */
}

footer ul li {
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

@media (max-width: 960px) {
    footer ul {
        list-style: none;
        text-align: left;
        font-size: 1.4rem;
        line-height: 180%;
        /* width: 100%; */
        margin: 0px auto 0px;
        padding: 0px;
        float: none;
        font-size: 18px;
    }

    ul.footmenu {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer aside {
        display: flex;
        margin-bottom: 0px;
        flex-wrap: wrap;
        max-width: 500px;
        padding: 0px 20px;
    }

    footer ul.menu {
        border-left: inherit;
        padding: 0px;
    }

    ul.submenu ul.footmenu li {
        margin-bottom: 0px;
    }

    .site-footer ul.sub-menu li {
        margin-bottom: 7px;
        margin-top: 10px;
    }
}

footer ul li {
    margin-bottom: 10px;
}

ul.footmenu li {
    padding-bottom: 6px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    /* border-right: 1px solid #aaa; */
}

footer ul.sub-menu li {
    background: none;
    padding: 0px;
    font-weight: normal;
    margin-top: 4px;
    border-bottom: initial;
    margin-bottom: 4px;
}

ul.footerbtn {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

/* テーブル */
table {
    border-collapse: collapse;
    /* 隣り合うセルの線を結合 */
}

table td {
    vertical-align: top;
    padding: 6px;
    border-bottom: 1px solid #ccc;
}

th {
    width: initial;
    vertical-align: top;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}

/*会社案内テーブル*/
table.company {
    margin: 80px auto;
    border-spacing: 0;
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
    max-width: 1000px;
}

table.company td {
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid #d1d1d1;
}

@media (max-width: 480px) {
    table.company td {
        letter-spacing: 0;
        font-size: 15px;
        display: block;
    }

    table.company th {
        width: 100%;
        vertical-align: top;
        display: block;
    }
}

table.company caption {
    text-align: left;
    font-size: 24px;
    padding-bottom: 20px;
}

table.companytable {
    max-width: 900px;
    text-align: left;
    margin: 100px auto;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

table.line {
    border-top: 1px solid #d8d8d8;
}

table.line td,
table.line th {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
}

#companytable th,
#companytable td {
    padding: 24px 10px;
    border: none;
}

#companytable th {
    width: 34%;
}

@media (max-width: 480px) {
    table.companytable {
        margin: 50px auto;
    }
}

table.companytable td,
table.companytable th {
    padding: 10px;
}

table.companytable ul {
    list-style: disc;
    padding-left: 1.5em;
}

table.companytable ul li {
    margin-bottom: 0.8em;
}

@media (max-width: 480px) {
    table.companytable th {
        width: 100px;
    }

    table.companytable td,
    table.companytable th {
        padding: 10px 4px;
        font-size: 13px;
        line-height: 1.4;
    }
}

#companytable tr {
    border-bottom: 1px solid #ddd;
}

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

    #companytable th,
    #companytable td {
        width: 100%;
        display: block;
    }

    #companytable th {
        width: 100%;
    }

    #companytable td {
        padding-top: 0;
    }
}

ul {
    list-style: disc;
    padding-left: 0px;
}
}


@media (max-width: 960px) {
    .widget {
        margin: 0 0 0 0px;
    }
}

/* footer sp menu */
ul.footerspmenu {
    width: 40%;
}

.spmenu {
    clear: both;
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 680px;
    gap: 0px;
    justify-content: space-evenly;
}

ul.footerspmenu.fm01 {
    width: 52%;
}

ul.footerspmenu.fm02 {
    width: 29%;
}

ul.footerspmenu {}

ul.footerspmenu a {
    font-size: 13px;
}

@media (max-width: 961px) {
    .pc {
        display: none;
    }
}

@media (min-width: 960px) {
    .sp {
        display: none;
    }
}

@media (max-width: 768px) {
    footer a {
        font-size: 13px;
    }

    .site-info {
    }
}

ul.footerspmenu li {
    line-height: 1.4;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    ul.fmenusub li {
        float: none;
        margin: 0px 5px 0px;
        text-align: center;
    }

    ul.fmenusub {
        clear: both;
        float: none;
        display: flex;
        margin: auto;
        width: 100%;
        max-width: 480px;
        margin-top: 10px;
        gap: 10px;
        justify-content: center;
    }

    .t-left.formarea p {
        font-size: 17px;
    }
}

footer.entry-footer {
}

/* フォーム関連 */
form a {
    color: #0081cc;
    text-decoration: none;
}

.mw_wp_form h4 {
    padding-left: 0px;
    margin-bottom: 0px;
}

.mw_wp_form p {
    font-weight: 400;
    margin-top: 10px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px;
}

.mw_wp_form {
    max-width: 800px;
    margin: 100px auto;
}

.mw_wp_form_confirm p {
    padding-left: 0.5em;
}

form {
    text-align: left;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 76px;
}

.entry-content .post-password-form p {
    padding-left: 0px;
    margin-left: 0px;
}

.mw_wp_form input[type="file"] {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
}

.mw_wp_form {
    max-width: 600px;
}

.post-password-form input[type="submit"] {
    margin: 40px auto 30px;
}

.entry-content form h3 {
    margin-left: 0;
    font-size: 18px;
    border-bottom: initial;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.conf input.return {
    border: inherit;
    border-color: inherit;
    background: #c4c4c4;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 1em 3em 1em;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 20px auto 0px;
    max-width: 160px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 480px) {
    .mw_wp_form {
        margin: 20px auto 50px;
    }

    .entry-meta {
        max-width: 900px;
        margin: 5px 0px;
    }

    .conf input.return {
        border: inherit;
        border-color: inherit;
        background: #c4c4c4;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1;
        padding: 1em 3em 1em;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        display: block;
        margin: 20px auto 0px;
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }
}

/* 投稿の日付を非表示　必要に応じて */
.entry-meta {
    display: none;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: none;
}

/* フッター社名 */
.cname {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: contents;
}

.footercomp {
    line-height: 1.5;
    padding-top: 0px;
    display: block;
    float: none;
    clear: both;
}

.footaddress .tel {
    font-size: 22px;
    padding-top: 10px;
}

.footaddress .tel a {
    font-size: 22px;
}

/* 見出し */
h1 {
    font-size: 36px;
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

/* メイン */
main {
    padding: 0px;
}

@media screen and (max-width: 480px) {
    main {
        padding: 0px 20px 0px;
    }
}

@media (max-width: 768px) {
    .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }
}

.wp-show-posts-entry-header {
    margin: 0 0 0em;
    padding: 0;
    text-align: left;
}

.wp-show-posts-entry-header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column-reverse;
    gap: 2px;
}

.wp-show-posts-meta a,
.wp-show-posts-meta a:visited {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.wp-show-posts-entry-meta {
    font-size: 16px;
    width: initial;
}

/* 見出し */
.entry-content h3 {
    margin-left: 0rem;
    border-bottom: initial;
    padding-bottom: 0px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

.flexitem.job h4 {
    padding: 5px;
    padding-bottom: 4px;
    margin-bottom: 5px;
    letter-spacing: 4px;
    margin-top: 10px;
    background: #f0f0f0;
}

/* ボタン */
.button03 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #2285b1;
    font-size: 18px;
    border: 2px solid #2285b1;
}

.button03 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #2285b1;
    border-right: 3px solid #2285b1;
    transform: rotate(45deg);
}

.button03 a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #a0c4d3;
}

.button03 a:hover::after {
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
}

@media (max-width: 480px) {
    .backabout .textarea {
        background: #fff;
        margin: 80px 40px 80px 100px;
        max-width: initial;
        margin-left: 160px;
        padding: 40px;
        text-align: justify;
    }
}

/* フォームボタン */
.button007 a {
    background: initial;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #000;
    text-decoration: none;
}

.button007 a:hover {
    background: #ffffff;
    color: #000000;
}

.button007 {
    margin: 30px auto 0;
}

/* 新着情報 */
.newslist ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 20px;
}

.newslist-date {
    display: block;
    float: left;
    width: 150px;
}

.newslist li {
    margin: 0;
    border-bottom: 1px #ccc solid;
    padding: 10px 0px 8px;
}

.newslist-all {
    text-align: right;
    border-top: inherit;
    padding-top: 0px;
}

.newslist {
    max-width: 900px;
    margin: 0px auto 80px;
    text-align: left;
    padding-left: 0;
}

@media (max-width: 960px) {
    .headcontact {
        display: none;
    }

    main {
        padding: 0px;
    }
}

table.newsarea {
    max-width: 1000px;
    margin: 70px auto 50px;
}

.nlistarea li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    padding-top: 10px;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
}

a.alllist {
    display: block;
    margin: 0px 0px 0px auto;
    width: 150px;
    text-align: right;
    color: #333;
}

.nlistarea ul {
    margin-bottom: 0px;
}

span.newsdate {
    margin-right: 10px;
}

@media (max-width: 991px) {
    ul#lcp_instance_0 {
        margin: 0 10px;
    }

    .nlistarea ul {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    span.newsdate {
        display: block;
    }
}

/* 全幅の画像 */
.conwide.belt {
    background: #ccc url(https://snooker.or.jp/jsaweb/wp-content/uploads/2024/10/belt.jpg)no-repeat 50%;
    height: 330px;
    background-size: cover;
}

@media screen and (max-width: 480px) {
    .conwide.belt {
        height: 200px;
    }
}

/* メインビジュアルテキスト */

.maintext {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 5rem;
    letter-spacing: 0.1em;
    max-width: 800px;
    text-shadow: 0 0 20px #000000, -2px 2px 19px #000000, 2px -2px 19px #000000, -2px -2px 20px #000000;
    width: 90%;
    color: #fff;
}

/* お問い合わせエリア */
.conwide.conarea.pd-m {
    background: #efefef;
    text-align: center;
}

@media (max-width: 768px) {

    .conwide.conarea,
    .conwide.businessarea {
        margin-left: -40px;
        margin-right: -40px;
        padding: 80px 0px;
    }

    .conwide.conarea {
        margin-left: -40px;
        margin-right: -40px;
        padding: 40px 0px 40px;
    }
}

.conarea h2.backtitle {
    font-size: 42px;
    margin-bottom: 0px;
    margin-top: 0;
    font-family: 'Teko', sans-serif;
}

/* メニュー位置調整 */
.menu-main-container {
    max-width: 80%;
    margin: 0;
    display: inline-block;
    padding: 0px 20px 25px 30px;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.menu-main-container ul.sub-menu {
    position: absolute;
    display: none;
    z-index: 100;
    background: #fff;
    width: 300px;
    margin-left: 0px;
    padding-left: 0;
    text-align: left;
    transition: all 0.3s;
}

@media (max-width: 960px) {
    ul.sub-menu {
        position: initial;
        display: block;
        margin-left: 0px;
        text-align: left;
    }
}

/* オンマウスでサブメニューを表示 */
.menu-item-has-children:hover .sub-menu {
    display: block;
}

#wrapper nav ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 0px;
    background: #ffffff;
    text-align: center;
    display: block;
    text-align: left;
}

#global-navi ul.menu {
    margin: 0px;
    display: flex;
    padding: 0px;
    /* width: 864px; */
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 95px;
    align-content: center;
    align-items: flex-end;
}

#wrapper nav ul li ul li {
    text-align: left;
    padding: 5px 10px;
}

#wrapper nav ul li {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
    background: #ffffff;
    text-align: center;
    width: 106px;
}

@media (max-width: 960px) {
    #wrapper nav ul li {
        text-align: left;
        padding-left: 1em;
        width: 240px;
        margin-bottom: 0px;
    }

    #wrapper nav ul li ul li {
        text-align: left;
        padding: 0px 6px 0 0px;
    }
}

@media screen and (max-width: 960px) {
    .site-branding img {
        max-width: 270px;
    }

    #wrapper nav ul li a {
        color: #333333;
        text-decoration: none;
        display: block;
        padding: 4px 5px;
    }

    #wrapper nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 240px;
        height: 100%;
        padding-top: 50px;
        background: #ffffff;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2;
        opacity: 95%;
    }

    .menu-main-container {
        max-width: inherit;
        margin: inherit;
        padding: inherit;
        display: inherit;
        float: none;
    }

    #wrapper nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        padding-top: 60px;
        background: #ffffff;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2000;
        opacity: 100%;
    }

    #global-navi ul.menu {
        margin: 0px;
        display: block;
        justify-content: stretch;
        padding: 0px;
        width: inherit;
    }
}

#wrapper .btn-gnavi.open span {
    background: #666666;
}

@media (max-width: 768px) {
    .entry-content p {
        font-size: 16px;
    }
}

/* グローバルメニュー */
div#primary-menu ul {
    display: flex;
    flex-direction: row;
}

div#primary-menu ul.children {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

/* 会社案内テーブル */

table.companyp {
    text-align: left;
    font-size: 20px;
    border: 1px solid #ba8230;
}

table.companyp td {
    border: 1px solid #ba8230;
    padding: 8px 40px;
}

table.companyp td.title {
    background: #ba8230;
    color: #ffffff;
    font-size: 27px;
    text-align: center;
}

@media (max-width: 768px) {}

table.companyp {
    font-size: 13px;
}

table.companyp td {
    padding: 8px 8px;
}

table.companyp td.title {
    font-size: 18px;
}

.casearea .wp-caption .wp-caption-text {
    margin-bottom: 0;
    max-width: 100%;
    font-size: 14px;
    max-width: 255px;
    margin: 10px auto;
}

.entry-content h2.maincopy {
    margin-bottom: 20px;
    margin-top: 20px;
}
}

/* 投稿ページ */
.single .entry-content {
    margin-top: 150px;
    margin-bottom: 150px;
}

.single .entry-content {
    text-align: justify;
    font-weight: 400;
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.single .entry-content p {
    margin-bottom: 2em;
    margin-left: 2em;
}

.blog-single {
    text-align: left;
}

.blog-single h5 {
    margin-top: 100px;
    margin-bottom: 0px;
}

.single header.entry-header h1 {
    font-size: 32px;
    font-weight: bold;
}

.conwide.pagehead.single {
    padding: 50px 240px;
    margin-bottom: 0px;
    /* margin-left: -210px; */
    /* margin-right: -210px; */
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    background: #1a3988;
    color: #fff;
    background-size: cover;
}

@media (max-width: 960px) {
    .conwide.pagehead.single {
        padding: 50px 240px 50px;
        margin-bottom: 0;
        margin-left: -210px;
        margin-right: -210px;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        color: #fff;
    }
}

@media (max-width: 480px) {
    .conwide.pagehead.single {
        padding: 40px 210px 40px;
        background-position-y: 40%;
    }
}

@media (max-width: 480px) {
    .single header.entry-header h1 {
        font-size: 24px;
        font-weight: bold;
        padding: 0px 20px;
    }
}

.single .entry-content p {
    margin-bottom: 1em;
    margin-left: 0em;
}

.single header.entry-header {
    display: block;
    max-width: 100%;
    margin: auto;
}

/* リード文 */
.lead {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
}

.lead.left.pd-m {
    padding: 20px 40px;
}

/* スマホ時に改行非表示 */

@media (min-width: 520px) {
    br.sp {
        display: none;
    }
}

/* メインビジュアル */
.conwide.mainimg {
    padding: 0;
}

.conwide.mainimg.sp {
    margin-top: 150px;
}

@media (max-width: 960px) {
    .conwide.mainimg.sp {
        margin-top: 0px;
    }
}

/* 初期設定 */

/* 余白設定 */
.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt20 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt200 {
    margin-top: 200px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

@media (max-width: 480px) {
    .mt50 {
        margin-top: 50px !important;
    }

    .mt100 {
        margin-top: 60px !important;
    }

    .mt150 {
        margin-top: 60px !important;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .mb20 {
        margin-bottom: 10px !important;
    }

    .mb50 {
        margin-bottom: 20px !important;
    }

    .mb100 {
        margin-bottom: 40px !important;
    }

    .mb150 {
        margin-bottom: 60px !important;
    }
}

.w600 {
    max-width: 600px !important;
    margin: auto;
}

.w800 {
    max-width: 800px !important;
    margin: auto;
}

.w900 {
    max-width: 900px !important;
    text-align: center;
    margin: auto;
}

.w1000 {
    max-width: 1000px !important;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.w1300 {
    max-width: 1300px !important;
    text-align: center;
    margin: auto;
    padding: 0px 20px 0px;
}

.w1600 {
    max-width: 1600px !important;
    text-align: center;
    margin: auto;
}

.pd-m {
    padding: 40px 40px;
}

.pd40 {
    padding: 40px;
}

@media (max-width: 520px) {
    .pd-m {
        padding: 10px 20px;
    }
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}


/* ここからサイト別css */

.description {
    display: none;
}

@media (max-width: 960px) {
    .site-branding {
        padding: 12px 20px 0px;
        width: 100%;
        max-width: initial;
        margin: 0px;
        position: relative;
        float: left;
        text-align: left;
    }

    .entry-content h2.toph2 {
        margin-top: 0px;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
        font-size: 13px;
        margin-bottom: 0px;
    }

    .site-header {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
}

@media (max-width: 960px) {
    .menu-main-container ul.sub-menu {
        position: initial;
        display: block;
        z-index: 100;
        background: #fff;
        width: 300px;
        margin-left: 5px;
        padding-left: 0;
        text-align: left;
    }
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: block;
}

@media (min-width: 961px) {
    #wrapper nav ul li {
        font-size: 16px;
        padding: 0px;
        background: #ffffff;
        text-align: center;
        width: auto;
        margin: 0px 12px;
        transition: all 0.3s;
    }

    #global-navi ul.menu {
        margin: 0px;
        padding: 0px;
        flex-wrap: wrap;
        justify-content: flex-end;
        height: 42px;
        align-content: flex-end;
    }
}

.entry-content p.center {
    text-align: center;
    margin: auto;
    margin-bottom: 0.8em;
}

.flexitem {
    max-width: 100%;
}

select {
    margin-bottom: 10px;
    width: 96%;
    max-width: 360px;
}

.titlesub {
    font-size: 21px;
    color: #0071bc;
    margin-top: 10px;
    letter-spacing: 2px;
}

.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
    padding: 6px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
    padding: 6px;
}

span.nav-subtitle {
    display: block;
}

ul.line li {
    position: relative;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
}

ul.line {
    padding-left: 20px;
}

ul.line li:not(:first-child)::after {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    left: -18px;
    width: 10px;
    height: 1px;
    background-color: #3c71bd;
}

ul.line li:first-child {
    margin-left: -20px;
}

.nav-links a {
    color: #333;
    font-weight: 400;
}

span.nav-title {
    font-weight: bold;
}

body#tinymce h2, .entry-content h2 {
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 36px;
    margin: 10px auto 20px;
    color: #333333;
    letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
}

@media (max-width: 520px) {
    .entry-content h2 {
        font-size: 24px;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

span.e-title {
    font-size: 28px;
}

.site-header {}

.loginmenu {
    position: absolute;
    z-index: 10000;
    right: 0;
    top: -16px;
}

.site-header {
    position: relative;
}

@media (max-width: 1220px) {
    .menu-main-container {
        padding: 0px 20px 30px 35px;
    }
}

@media (max-width: 960px) {
    .loginmenu {
        display: none;
    }

    .site-header {
        height: auto;
        position: relative;
    }

    .menu-main-container {
        max-width: inherit;
        margin: inherit;
        padding: inherit;
        display: inherit;
        float: none;
        padding: 20px;
        position: initial;
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .entry-content {
        padding-top: 60px;
    }

    .home .entry-content {
        padding-top: 0px;
    }

    #wpsm_accordion_127 {
        margin: 0px auto;
    }
}

.conwide.underredline {
    border-bottom: 40px solid #b70000;
    padding: 0;
}

.conwide.pagehead {
    margin-bottom: 5%;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}

/* 追加 */
.site-branding {
    padding: 0px 10px 0px 20px;
    width: 80%;
    max-width: 300px;
    margin: 0px;
    position: relative;
    float: left;
    z-index: 2000;
}

.single .site-branding {
    padding: 0px 10px 0px 20px;
}

.maintitle {
    font-size: 18px;
    letter-spacing: 6px;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0;
}

ul.children {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.entry-content p {
    padding-left: 0em;
    margin: 0;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 16px;
}

.site-header {
    height: 115px;
    top: 0;
    z-index: 10000;
    background: #ffffff;
    max-width: 1300px;
    /* display: flex; */
    flex-direction: column;
    position: relative;
}

@media (max-width: 960px) {
    section#nav_menu-5 {
        padding-left: 0px;
    }

    section#nav_menu-3 {
        padding-left: 0px;
    }
}

.maintitle-s {
    font-size: 20px;
    margin: 40px 20px;
}

@media (max-width: 480px) {
    p.site-description {
        display: none;
    }

    .site-header {
        height: 76px;
    }

    .sidetitle {
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
    }

    .business .sidetitle {
        display: none;
    }

    .site-branding {
        padding: 0px 10px 0px 0px;
    }

    .entry-content .backabout .textarea h2 {
        margin-top: 20px;
        line-height: 1.4;
        letter-spacing: 1px;
        font-size: 20px;
        margin: 0;
        margin-bottom: 20px;
    }

    .maintitle-m {
        font-size: 24px;
        line-height: 1.4;
    }

    @media (max-width: 480px) {

        button,
        input[type="button"],
        input[type="reset"],
        input[type="submit"] {
            border: inherit;
            border-color: inherit;
            background: #2f7d3b;
            color: rgba(0, 0, 0, 0.8);
            line-height: 1;
            padding: 20px;
            color: #fff;
            cursor: pointer;
            font-size: 18px;
            text-align: center;
            display: block;
            margin: 20px auto 0px;
            /* width: 80%; */
            /* min-width: 240px; */
            /* max-width: 260px; */
        }
    }

    footer ul {
        font-size: 16px;
    }

    .entry-content {
        padding-top: 10px;
        padding: 0px;
    }
}

@media (min-width: 961px) {
    #wrapper nav ul li {
        font-size: 16px;
        padding: 0px;
        background: initial;
        text-align: center;
        width: auto;
        margin: 0px 10px;
        transition: all 0.3s;
        letter-spacing: 1px;
        transition: background-color 0.5s;
    }
    }

    #global-navi ul.menu {
        margin: 0px;
        padding: 0px;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        align-content: center;
        padding-right: 20px;
        display: flex;
        flex-direction: row;
        transition: background-color 0.5s;
        padding-top: 0;
    }
    }
}

ul.sub-menu {
    position: absolute;
    display: none;
    z-index: 100;
    width: 300px;
    margin-left: 0px;
    padding-left: 0;
    text-align: left;
    transition: all 0.3s;
}

ul.sub-menu {
    position: absolute;
    padding-left: initial;
    display: none;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    transition: all 0.3s;
    background: initial;
    padding: 0px 0px;
    background: #fff;
    animation-name: fadein;
    animation-duration: 3s;
    margin-top: 0px;
    margin-top: 20px;
}

#wrapper nav ul li a:hover {
    color: #8a8a8a;
    text-decoration: none;
    display: block;
    background: #ffffff;
    border-bottom: initial;
    animation-name: fadein;
    animation-duration: 3s;
}

#wrapper nav ul li a: {
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: 1px solid #ffffff00;
}

.site-footer ul.sub-menu {
    display: block;
}

.site-footer ul.sub-menu {
    display: block;
    position: relative;
    padding-left: 0;
    margin-top: 14px;
    list-style: none;
    margin-top: 0px;
}

.site-footer .menu-item-has-children:hover .sub-menu {
    display: block;
    background: initial;
    padding: initial;
    padding-left: 0;
    margin-top: 0px;
}

.conwide.mainarea {
    position: relative;
    background: #aaa url()no-repeat bottom;
    min-height: 90vh;
    background-size: cover;
}

p {
    margin: 0;
}
@media screen and (max-width: 960px){
.site-footer .menu-item-has-children:hover .sub-menu {
    margin-top: 20px;
}
}
@media (max-width: 480px) {
    .conwide.mainarea {
        position: relative;
        background: #efefef;
        background: url()no-repeat bottom;
        min-height: 340px;
        background-size: cover;
    }

    .site-branding {
        /* max-width: 360px; */
        /* width: 80%; */
    }

    .site-branding img {
        max-width: 230px;
    }

    #wrapper .btn-gnavi {
        top: 25px;
    }

    footer#colophon {
        padding: 0px;
        padding-top: 50px;
        overflow: hidden;
    }

    .maintext h2 {
        font-family: 'Noto Serif JP';
        font-weight: 600;
        font-size: 2.4rem;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .conwide.conarea,
    .conwide.businessarea {
        margin-left: -40px;
        margin-right: -40px;
        padding: 40px 0px;
    }

    .conwide.conarea {
        margin-left: -40px;
        margin-right: -40px;
        padding: 20px 0px 80px;
    }

    .home .site-branding {
        padding: 0px 10px 0px 0px;
    }
}

.conwide.glay {
    background: #efefef;
}

/* メイン画像 */
.conwide.mainimgarea img {
    width: 100%;
}

/* NEWS */
.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    flex: 0 0 auto;
    object-fit: initial !important;
    width: 100% !important;
    border: 1px solid #ccc;
}

.wp-show-posts .wp-show-posts-entry-title a {
    margin: 0;
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}

.kijititle {
    text-align: right;
    margin-bottom: 10px;
}

.wp-show-posts-image {
    margin-bottom: 5px;
}

@media (max-width: 960px) {
    .wp-show-posts-columns {
        padding: 20px !important;
    }

    .catarea {
        padding: 30px;
    }

    .wpsp-col-4 {
        width: 50%;
    }

    .wp-show-posts .wp-show-posts-entry-title a {
        margin: 0;
        color: #000;
        font-size: 18px;
        text-decoration: underline;
    }
}

@media screen and (max-width: 480px) {
    .catarea {
        padding: 40px;
    }

    .btnarea {
        display: flex;
        /* max-width: 1229px; */
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .wp-show-posts .wp-show-posts-entry-title a {
        font-size: 16px;
        text-decoration: underline;
    }

    .wp-show-posts-meta a,
    .wp-show-posts-meta a:visited {
        color: #333;
        text-decoration: none;
        font-size: 15px;
    }

    .wp-show-posts-columns:not(.wp-show-posts-masonry) {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
    }
}

/* フッターメニュー */
ul.footmenu {
    display: flex;
    /* gap: 0; */
    color: #000;
    list-style: none !important;
    width: 98%;
    flex-direction: row;
    padding: 20px 10px 10px;
    overflow: visible;
    /* max-width: 1200px; */
    position: relative;
    align-items: flex-start;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
}
@media screen and (max-width: 480px){
ul.footmenu {
    display: flex;
    gap: 0px;
    color: #000;
    list-style: none !important;
    width: 100%;
    flex-direction: column;
    padding: 5px 10px;
    overflow: hidden;
    max-width: 1300px;
    align-content: center;
    align-items: center;
}
}

@media screen and (max-width: 960px) {
    footer ul.menu {
        /* width: 90%; */
        border-left: inherit;
        padding: 0px 0;
    }
}


ul li.underline a {
    display: block;
    padding-bottom: 6px;
}

ul li.underline ul.sub-menu li a {
    border-bottom: initial;
    display: block;
}

.wp-show-posts-terms a {
    background: #ff0000;
    padding: 2px 6px;
    color: #fff;
    width: 160px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
}

.wp-show-posts-columns .wp-show-posts-inner {
    flex: 1;
    position: relative;
}


/* フッター */
.footer-undermenu {
    font-size: 14px;
    margin-top: 50px;
    text-align: left;
    max-width: 90%;
    margin: auto;
}

.footer-undermenu a {
    color: #fff;
    text-decoration: none;
}

/* 背景固定 */
.p-container {
    position: relative;
    height: 300px;
}

.p-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
}

.p-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('https://snooker.or.jp/jsaweb/wp-content/uploads/2024/10/belt-2.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

h2.wsp-pages-title {
    display: none;
}

.page .entry-content {
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
    margin: auto;
}

.entry-content h3 {
    margin-left: 0rem;
    border-bottom: initial;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

@media screen and (max-width: 480px) {
    .entry-content h3 {
        font-size: 20px;
        margin-top: 20px;
    }
}

.single img {
    margin-top: 0;
    margin-bottom: 0;
}

.post-thumbnail {
    display: none;
}

.archive .entry-content {
    text-align: left;
    display: none;
}

.archive h2.entry-title {
    font-size: 20px;
    margin-left: 30px;
}

/* アーカイブページ */
.archive .site-main {
    margin: 100px auto;
    width: 90%;
}

.archive main {
    padding: 5% 8% 5%;
}

.archive .main-container {
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0px 0px;
    clear: both;
    background: #efefef;
    min-height: 540px;
}

.archive .site-main {
    margin: 100px auto;
    width: 90%;
    background: #fff;
    max-width: 1100px;
}

.archive header.entry-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #ccc;
}

.archive .entry-meta {
    display: block;
}

.archive h2.entry-title {
    font-size: 16px;
    margin-left: 30px;
    font-weight: 400;
}

time.entry-date.published {
    font-weight: 400;
}

.archive h1.page-title {
    font-size: 24px;
		    font-family: 'Noto Serif JP', serif;

}

span.posted-on a {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 960px) {
    .archive header.entry-header {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-end;
        border-bottom: 1px solid #ccc;
    }

    .archive h2.entry-title {
        font-size: 16px;
        margin-left: 0px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 480px) {
    .conwide {
        margin-left: -30px;
        margin-right: -30px;
    }

    .wp-show-posts-inner {
        margin: 0 0 3em 0 !important;
    }

    .catbtn a {
        color: #ffffff;
    }

    img.btnimg {
        padding: 0 30px;
    }
}

.entry-content .btnarea p {
    margin-bottom: 0;
}

.entry-content .btnarea a {
    text-decoration: none;
    display: contents;
}

.catbtn a {
    display: contents;
    color: #fff;
    text-decoration: none;
}

.mw-wp-form__buttons {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.backbtn button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #aaa;
}

@media screen and (max-width: 480px) {
    dd {
        margin: 0 0em 1.5em;
    }

    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        margin: 0 0 1.5em;
        margin: 60px auto;
        padding: 10px;
    }
}

/* 960px以上で表示 */
@media screen and (min-width: 961px) {
    .sp960 {
        display: none;
    }
		#wrapper nav ul li.sp960 {
    display: none;
}
}

/* 960px未満で表示 */
@media screen and (max-width: 960px) {
    .pc960 {
        display: none;
    }
}

/* メタスライダー */
.metaslider .flexslider {
    margin: 0 0 0px !important;
}

/* 新規追加 */

:root {
    /* Brand */
    --brand-navy: #071e55;
    --brand-blue: #1a3986;
    --brand-accent: #ffa300;
    --brand-danger: #e50602;

    /* UI Gray */
    --gray-text: #cbcbcb;
    --gray-bg: #f3f3f3;

    /* Common */
    --text-primary: #071e55;
    --text-light: #cbcbcb;
    --bg-light: #f3f3f3;
}

.right-text {
    text-align: right;
}

.wide img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .spleft {
        text-align: left;
    }
}

.lefttext {
    text-align: justify;
}

span.spbig {
    font-size: 52px;
}

h2.fronttitle.nb.eng.sub.center {
    color: #ffffff33;
    margin: 0 auto;
    font-size: 66px;
    line-height: 1;
}

h2.fronttitle.nb.main.center {
    margin-top: -50px;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    h2.fronttitle.nb.main.center {
        margin-top: 0px;
        color: #ffffff;
    }

    h2.fronttitle.nb.eng.sub.center {
        color: #ffffff33;
        margin: 0 auto;
        font-size: 30px;
        line-height: 1;
    }
}

.site-footer ul.sub-menu li {
    font-size: 18px;
    color: #ff0000;
}

.site-footer ul.sub-menu li a {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    .widget.widget_block.widget_media_image {
        width: 100%;
        margin-bottom: 20px;
    }

    .site-footer ul.sub-menu {
        list-style: none;
        margin: 0px auto 0;
        padding: 0px;
        max-width: 1060px;
        margin-top: 20px;
    }
}

.site-footer ul.sub-menu li {
    position: relative;
    margin: 0;
    /* 行間調整 */
}

@media screen and (max-width: 960px) {
    .site-info {
        font-size: 12px;
        clear: both;
         8px;
        text-align: center;
        max-width: 100%;
        margin: auto;
    }
    .widget.widget_block.widget_media_image {
        width: 100%;
        margin-bottom: 0px;
    }
    footer .menu a {
        color: #000;
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        padding-left: 2px;
        font-weight: 400;
        border-bottom: 1px solid #8f8f8f;
        display: block;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .site-footer ul.sub-menu li a {
        border-bottom: initial;
    }
}

.fbc-page .fbc-wrap .fbc-items {
    background-color: #edeff0;
    padding-left: 3%;
}

img.alignnone.size-full.wp-image-3399 {
    max-width: 300px;
}

/* 2026追加 */

.conwide.mainimgarea {
    position: relative;
}

.maincopy {
    position: absolute;
    width: 100%;
    top: 28%;
}

/* 外側エリア（レイアウト用） */
.para-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: clamp(400px, 50vw, 700px); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* 背景写真だけのレイヤー */
.para-bg {
  position: absolute;
  inset: -15% 0; /* 少し上下に余裕を持たせるとズレても隙間が出にくい */
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/back_intro.jpg"); /* 差し替え */
  background-size: cover;
  background-position: center center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.para-bg {
  position: absolute;
  inset: -15% 0; /* 少し上下に余裕を持たせるとズレても隙間が出にくい */
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/back_intro.jpg"); /* 差し替え */
  background-size: cover;
  background-position: center center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.para-bg.support {
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/back_support.jpg"); /* 差し替え */
}

/* テキストや中身 */
.para-content h2 {
    font-size: 24px;
}
.small_entitle {
    font-weight: bold;
    font-size: 16px;
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/air.png) no-repeat center bottom;
    padding-bottom: 14px;
    text-align: center;
}
.fsbig {
    font-size: 40px;
}

h2.serif.fsbig.green {
    font-size: 40px;
    color: #23683f;
}

/* お知らせエリア */
span.date {
    display: block;
}
li.listing-item {
    display: flex;
    flex-direction: column-reverse;
    max-width: 900px;
    font-size: 18px;
}
.newsarea {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
}
.newstitle {
    text-align: left;
    width: 190px;
}

.newscontents {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

li.listing-item a {
    color: #333;
    text-decoration: none;
}
li.listing-item a:hover {
    color: #aaa;
    text-decoration: none;
}

/* 指定どおり：newsarchive a */
.newsarchive a{
  font-size: 15px;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* 「>」と文字の間隔 */
}

/* 「>」マーク */
.newsarchive a::before{
  content: ">";
  display: inline-block;
  line-height: 1;
}

/* 任意：ホバー */
.newsarchive a:hover{
  text-decoration: underline;
}
.newsarchive {
    width: 150px;
}

.newsarchive {
  align-self: flex-end; /* この要素だけ下揃え */
}
/* 外側エリア（レイアウト用） */
.para-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: clamp(400px, 60vw, 800px); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 120px 20px;
}

/* 背景写真だけのレイヤー */
.para-bg {
  position: absolute;
  inset: -15% 0; /* 少し上下に余裕を持たせるとズレても隙間が出にくい */
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/back_intro.jpg"); /* 差し替え */
  background-size: cover;
  background-position: center center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.para-bg {
  position: absolute;
  inset: -15% 0; /* 少し上下に余裕を持たせるとズレても隙間が出にくい */
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/back_intro.jpg"); /* 差し替え */
  background-size: cover;
  background-position: center center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.para-bg.support {
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/back_support.jpg"); /* 差し替え */
}

.para-bg.support.normal {
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/belt_back01-scaled.jpeg) no-repeat center;
    background-size: cover;
}
.para-bg.support.labo {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/back_labo.jpg);
}
.para-bg.support.philosophy {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/back_philosophy.jpg);
}


/* テキストや中身 */
.para-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  background: #ffffffe8;
  width: 90%;
  max-width: 1000px;
  padding: 80px 40px;
  color: #000;
  text-align: center;
}

.para-content p {
    font-size: 20px;
}
.para-content h2 {
    font-size: 36px;
}
.small_entitle {
    font-weight: bold;
    font-size: 14px;
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/air.png) no-repeat center bottom;
    padding-bottom: 14px;
    text-align: center;
}
.fsbig {
    font-size: 40px;
}

h2.serif.fsbig.green {
    font-size: 40px;
    color: #23683f;
}

/* お知らせエリア */
span.date {
    display: block;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 16px;
}
li.listing-item {
    display: flex;
    flex-direction: column-reverse;
    max-width: 900px;
    font-size: 18px;
    text-align: justify;
    width: 100%;
    gap: 5px;
}
.newsarea {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
    padding: 80px 50px;
    justify-content: space-between;
    max-width: 1270px;
    margin: auto;
}
.newstitle {
    text-align: left;
    width: 320px;
}

.newstitle .small_entitle {
    text-align: left;
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/air.png) no-repeat left bottom;
    background-size: 80px;
}
.newscontents {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    width: 96%;
}

li.listing-item a {
    color: #333;
    text-decoration: none;
}
li.listing-item a:hover {
    color: #aaa;
    text-decoration: none;
}



/* 指定どおり：newsarchive a */
.newsarchive a{
  font-size: 15px;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* 「>」と文字の間隔 */
}

/* 「>」マーク */
.newsarchive a::before{
  content: ">";
  display: inline-block;
  line-height: 1;
}

/* 任意：ホバー */
.newsarchive a:hover{
  text-decoration: underline;
}
.newsarchive {
    width: 150px;
    text-align: right;
}

@media screen and (max-width: 960px){
.newsarea {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    flex-direction: column;
    padding-top: 60px;
}
.newstitle {
    text-align: left;
    width: initial;
}
.newstitle .small_entitle {
    text-align: center;
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/air.png) no-repeat center bottom;
    background-size: 80px;
}
.entry-content h2.ntitle {
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 24px;
    margin: 10px auto 0px;
    color: #333333;
    letter-spacing: 4px;
    text-align: left;
}
li.listing-item a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}
.newscontents {
    border-left: initial;
    padding-left: 0;
}
.maincopy {
    position: absolute;
    width: 100%;
    top: 32%;
    left: 4%;
    max-width: 654px;
    padding-right: 10%;
}
.para-content p {
    font-size: 16px;
}
h2.serif.fsbig.green {
    font-size: 30px;
    color: #23683f;
}
}

/* =========================
  Main Menu Banner
========================= */
.mainmenuban{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 0;            /* 画像のように隙間不要なら0 */
  overflow: hidden;  /* 端のズームはみ出し対策 */
}

/* 横並び：3等分 */
.mainmenuban__item{
  position: relative;
  flex: 1 1 0;
  min-height: 240px;          /* 高さはお好みで調整 */
  display: flex;
  align-items: flex-end;
  padding: 22px 22px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

/* 背景画像（ズーム用）：擬似要素に持たせる */
.mainmenuban__item::before{
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform .35s ease;
  z-index: 0;
}

/* 文字の可視性UP：下部グラデーション */
.mainmenuban__item::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.25) 35%,
    rgba(0,0,0,0) 70%
  );
  z-index: 1;
}

/* hoverで背景ズーム */
.mainmenuban__item:hover::before{
  transform: scale(1.08);
}

/* タイトル */
.mainmenuban__title{
  position: relative;
  z-index: 2;
  font-size: 28px;       /* 画像に近いサイズ感 */
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
}

/* 右下の矢印アイコン */
.mainmenuban__arrow{
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/allow01.png"); /* arrow01の拡張子に合わせて変更 */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
  opacity: .95;
}

/* 背景画像の割当 */
.mainmenuban__item--01::before{ background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/image01.jpg"); }
.mainmenuban__item--02::before{ background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/image02.jpg"); }
.mainmenuban__item--03::before{ background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/02/image03n.jpg"); }

/* 960px以下で縦並び */
@media (max-width: 960px){
  .mainmenuban{
    flex-direction: column;
  }

  .mainmenuban__item{
    min-height: 240px; /* 縦並び時に少し低くしたい場合 */
  }
}

/* 外枠（背景：白 90%透過） */
.sp-links {
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 16px;
}

/* 横並びコンテナ */
.sp-links__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}

.labo .sp-links__inner {
    max-width: initial;
    margin: 0 auto;
    display: block;
    gap: 24px;
}

/* カード（全体リンク） */
.sp-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  padding: 18px 18px;
  border-radius: 8px;
  flex-direction: column;
}

/* アイコン */
.sp-card__icon {
  height: 80px;          /* ← 統一したい高さ */
  width: auto;           /* 横幅は自動 */
  object-fit: contain;   /* 縦横比維持 */
  display: block;
}

/* テキスト */
.sp-card__text {
  flex: 1;
  min-width: 0;
}

.sp-card__lead {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.3;
}

.sp-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

/* ボタン */
.sp-card__btn {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 18px 54px 18px 18px; /* 右に矢印分の余白 */
  border-radius: 10px;
  background: #0b6b3a; /* 例：濃いグリーン */
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  min-width: 230px;
  justify-content: center;
}

/* ボタン内テキスト */
.sp-card__btnText {
  display: inline-block;
  padding-left: 36px;
}

/* 矢印（テキストではなく画像 allow02.png） */
.sp-card__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  right: 16px;                 /* 初期位置（少し内側） */
  transition: right .5s ease;   /* 1秒で移動 */
  background: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/01/allow02.png") no-repeat center / contain;
  background-size: 8px;
}

/* ホバーで矢印を最右へ（ボタン内の右端寄せ） */
.sp-card__btn:hover .sp-card__arrow {
  right: 10px;
}

a.sp-card__btn {
    text-decoration: none;
}
/* 960px以下で縦並び */
@media (max-width: 960px) {
  .sp-links__inner {
    flex-direction: column;
  }
}

img.wp-image-192 {
    max-width: 300px;
}

ul#menu-footermenu01 {
    display: flex;
    /* width: 280px; */
    flex-direction: column;
}
ul.footmenu a {
    text-decoration: none;
    color: #000;
}
p.sp-card__lead {
    font-size: 16px;
    margin-bottom: 0;
}
ul#menu-footermenu01 {
    display: flex;
    flex-direction: column;
    max-width: 190px;
}
@media screen and (max-width: 960px){
	ul#menu-footermenu01 {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    /* width: 90%; */
}
	ul#menu-footermenu01 li a {
	        margin: 0px auto;
}
ul.footmenu li {
    border-right: initial;
}
.para-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 50px 20px;
}
.para-content {
    width: 95%;
    padding: 30px;
    padding-top: 60px;
}
.site-header {
    height: 115px;
    top: 0;
    z-index: 10000;
    background: #ffffff;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
}	
ul#menu-footermenu01 {
    display: flex;
    /* width: 460px; */
    flex-direction: column;
}
}
ul.pplink {
    list-style: none;
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
    flex-direction: row;
    /* width: 100%; */
    /* position: absolute; */
    margin: 0;
    gap: 30px;
    align-items: flex-end;
    position: absolute;
    bottom: -70px;
    right: 0px;
}

ul.footmenu li:last-child {
  border-right: none;
  margin-top: 0px;
}
ul.pplink li {
    border-right: initial;
    margin-top: 10px;
}
.w1300.copyarea {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
}

.w1300.copyarea img {
    max-width: 600px;
}
h2.xl {
    font-size: 36px;
}
@media screen and (max-width: 480px) {
    .para-content {
        width: 95%;
        padding: 20px;
        text-align: justify;
    }
    .site-header {
        height: 90px;
    }
h2.serif.fsbig.green {
    letter-spacing: 0px;
}
.entry-content p.center {
    text-align: left;
}
.para-content h2 {
    text-align: center;
}
img.wp-image-192 {
    max-width: 240px;
}
ul.footmenu li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    padding: 0px 0px;
    letter-spacing: 2px;
    border-right: initial;
    margin: auto;
    margin-bottom: 10px;
    width: 80%;
}
ul.pplink li {
    padding: 0 8px;
}
.menu-footermenu01-container {
    width: 340px;
}
ul.footmenu li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    padding: 0px 0px;
    letter-spacing: 2px;
    border-right: initial;
    margin: auto;
    margin-bottom: 10px;
}
ul.pplink li {
    padding: 0 8px;
}
.menu-footermenu01-container,.menu-footermenu02-container {
    width: 340px;
}
ul.pplink li {
    padding: 0 8px;
    text-align: center;
}
ul.pplink {
    list-style: none;
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
    flex-direction: column;
    width: 330px;
    gap: 0;
}
    ul#menu-footermenu01 {
        /* display: flex; */
        /* flex-direction: column; */
        /* max-width: 380px; */
        /* margin-top: 0px; */
    }
.small_entitle {
    margin-top: 0px;
}
/* コピーライト */
.w1300.copyarea {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}
.conwide.mainimgarea img {
    width: 90%;
}
}

.floating-banner{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
    width: 160px;
  /* 初期は非表示 */
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.floating-banner.is-visible{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  width: 150px;
}

.floating-banner__link{
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: initial;
}

.floating-banner__img{
  display: block;
  width: 160px;     /* 好きに調整 */
  height: auto;
}


/* スマホは少し小さくする */
@media (max-width: 480px){
  .floating-banner{
    right: 4px;
    bottom: 4px;
  }
  .floating-banner__img{
    width: 120px;
  }
.floating-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    width: 120px;
}
}

.top-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 400;
  justify-content: flex-end;
  position: absolute;
  top: 26px;
  right: 50px;
}

.top-link {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.top-link:hover {
  text-decoration: none;
}

.top-sep {
  color: #000;
  font-size: 16px;
}

.mail-link {
  gap: 6px;
}

.mail-icon {
  width: 30px;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px){
.top-links {
    display: none;
}
#global-navi ul.menu {
    padding-top: 220px;
}
}
.floating-banner{
  position: fixed;
  right: 0px;
  bottom: 115px;
  z-index: 9999;

  /* 初期は右側に隠しておく（ひょこっと感） */
  opacity: 0;
  transform: translateX(34px); /* ←ここで“隠れ具合”調整 */
  pointer-events: none;
  transition: opacity .15s ease, transform .25s ease;
  will-change: transform, opacity;
}
@media screen and (max-width: 960px){
.floating-banner {
    position: fixed;
    right: 5px;
    bottom: 114px;
}
}

.floating-banner.is-visible{
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* reset-ish */
.about * { box-sizing: border-box; }
.about img { max-width: 100%; height: auto; display: block; }

.about{
  width: 100%;
  padding: 0; /* セクション上下余白は好みで調整 */
  background: #fff;
}

/* 中身（背景を除いた部分）の最大幅1360px */
.about__inner{
  margin: 0 auto;
  padding: 0 24px; /* 端の安全余白 */
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 0; /* 重ねるのでgapは0にしておく */
  position: relative;
  max-width: 1400px;
}

/* 各カラム */
.about__col{
  position: relative;
}

/* パネル共通 */
.about__panel{
  position: relative;
  z-index: 1;
}

/* ===== 背景だけ左右いっぱいに伸ばす =====
   left(グレー)は左端まで、right(白)は右端まで伸ばす */
.about__panel--gray::before,
.about__panel--white::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* 左グレー背景 */
.about__panel--gray{
  padding: 60px;
}
.about__panel--gray::before{
  left: -9999px;
  right: -300px; /* ← ここを追加／変更 */
  background: #f2f2f2;
}

/* 左を右より80px高くする（左だけ下方向に+80px確保） */
.about__panel--gray{
  padding-bottom: 60px;
  padding-right: 180px;
  /* min-height: 500px; */
}

/* 右白背景（写真まわり padding60px 指定） */
.about__panel--white{
  padding: 60px;
}
.about__panel--white::before{
  left: 0;
  right: -9999px; /* 画面右端まで伸ばす */
  background: #fff;
}


/* ===== 少し重ねる =====
   右を少し左に寄せて、少し下げる（好みで数値調整OK） */
.about__col--photo{
  margin-left: -100px; /* 横方向の重なり */
  margin-top: 80px;   /* 縦方向の重なり */
  z-index: 2;
}

/* 写真 */
.about__photo{
  width: 100%;
  margin-bottom: 0px;
}
.about__photo img{
  width: 100%;
  aspect-ratio: 16 / 12; /* ダミー画像でも安定させる（不要なら削除OK） */
  object-fit: cover;
  background: #ddd; /* 画像読み込み前の見え方 */
}

/* 見出しあしらい（ダミー） */
.about__eyebrow{
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
}
.about__title{
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.about__title::after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  background: #8cc8ff; /* ダミー色 */
  border-radius: 999px;
}

/* キャッチ */
.entry-content p.about__catch{
  margin: 0 0 24px;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #333;
  margin-top: 40px;
}

/* 見出し以外の本文は16px */
.about__body{
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  text-align: justify;
}
.about__body p{
  margin: 0 0 14px;
}

/* ===== 960px以下で縦一列 ===== */
@media (max-width: 1200px){
  .about__inner{
    grid-template-columns: 1fr;
    width: 100%;
  }

  /* 重なり解除 */
  .about__col--photo{
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    padding-top: 30px;
  }

  /* 背景の伸ばし方はそのままでOKだが、
     縦並び時に違和感が出る場合は余白を調整 */
  .about__panel--gray{
    padding: 48px 24px;
    padding-bottom: 60px; /* 80px差は維持 */
  }
  .about__panel--white{
    padding: 24px; /* モバイルは60だと大き過ぎるなら調整OK */
  }

  .about__catch{
    font-size: 40px;
  }
}
.about__col.about__col--text {
    text-align: left;
}
@media screen and (max-width: 960px) {
    .newstitle .small_entitle.left {
        text-align: left;
        background-size: 80px;
        background-position-x: left;
    }
}

@media (max-width: 480px) {
    .about__panel--gray {
        padding: 20px 10px;
        padding-bottom: 20px;
    }
	    .about__panel--white {
        padding: 0px;
    }
.entry-content p.about__catch {
    margin: 0 0 24px;
    font-size: 42px;
    margin-top: 40px;
}
    .newsarea {
        padding-top: 10px;
    }
.about__photo {
    width: 100%;
    margin-bottom: 40px;
}
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.site-branding img {
    max-width: 140px;
    padding: 16px;
}
@media screen and (max-width: 480px){
	.site-branding img {
    max-width: 100px;
    padding: 10px;
}
}
}
img.wp-image-272 {
    max-width: 120px;
}

.wp-block-group__inner-container.is-layout-constrained.wp-container-core-group-is-layout-07b51d56.wp-block-group-is-layout-constrained {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-start;
    gap: 25px;
    /* width: 680px; */
    /* margin: 0px 0px 25px auto; */
    padding: 0;
    /* border-radius: 10px; */
    /* border: 1px solid #ccc; */
    /* background: linear-gradient(180deg, #f4f4f4 0%, #e9e9e9 40%, #dcdcdc 100%); */
    /* position: absolute; */
    /* right: 0; */
    /* bottom: -40px; */
    /* z-index: 1000; */
    justify-content: flex-end;
}

@media screen and (max-width: 960px){
.wp-block-group__inner-container.is-layout-constrained.wp-container-core-group-is-layout-07b51d56.wp-block-group-is-layout-constrained {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    margin: 30px auto;
    padding: 0px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 40px;
    position: initial;
}
}
.square-movie {
  width: 100%;
  height: auto;
  display: block;
}

/* 480px以下 */
@media screen and (max-width: 480px) {
  .square-movie {
    aspect-ratio: 1.1 / 0.9;   /* 正方形 */
    object-fit: cover;     /* はみ出し部分をトリミング */
    width: 100%;
    height: auto;
  }
}
footer aside {
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
    padding: 10px 20px 10px;
    /* max-width: 1360px; */
    align-content: center;
    align-items: center;
    position: relative;
}

/* 低炭素バナー */
.lowcarbon-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1000px;
  width: 100%;
  padding: 28px 40px;
  border: 2px solid #1f8f43;
  box-sizing: border-box;
  text-decoration: none;
  background: #ffffff;
}

.lowcarbon-banner__icon {
  width: 140px;
  height: auto;
  flex: 0 0 auto;
}

.lowcarbon-banner__text {
  flex: 1;
  color: #1f8f43;
  line-height: 1.4;
}

.lowcarbon-banner__en,
.lowcarbon-banner__ja {
  display: block;
}

.lowcarbon-banner__en {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.lowcarbon-banner__ja {
  font-size: 16px;
  font-weight: 600;
}

.lowcarbon-banner__arrow {
  width: 110px;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 960px) {
  .lowcarbon-banner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 24px 20px;
  }

  .lowcarbon-banner__icon {
    width: 120px;
  }

  .lowcarbon-banner__arrow {
    width: 80px;
  }
}
.read {
    font-size: 20px;
    /* text-align: justify; */
}

.company-table {
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
}

.company-table th,
.company-table td {
  padding: 40px 16px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.noborder.company-table th, .noborder.company-table td {
    padding: 40px 16px;
    border-bottom: initial;
    vertical-align: top;
}
.company-table th {
  width: 240px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 4px;
  min-width: 160px;
}

/* レスポンシブ（縦並び） */
@media (max-width: 960px) {
  .company-table,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table th {
    padding-bottom: 6px;
    border-bottom: none;
  }

  .company-table td {
    padding-top: 0;
    margin-bottom: 16px;
  }
}

.whiteback {
    background: #ffffff;
}

.iso_flex {
  display: flex;
  gap: 24px;
  max-width: 100%;
}

.iso_flex .wp-caption {
  flex: 1;
  text-align: center;
}

.iso_flex img {
  width: 100%;
  height: auto;
}

/* レスポンシブ */
@media (max-width: 960px) {
  .iso_flex {
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table th {
    width: auto;      /* これを追加 */
    padding-bottom: 6px;
    border-bottom: none;
    padding-top: 10px;
  }

  .company-table td {
    width: auto;      /* 念のため追加してもOK */
    padding-top: 0;
    margin-bottom: 5px;
    padding-bottom: 15px;
  }
}

.lowcarbon-banner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px;
  max-width: 1000px;
  width: 100%;
  padding: 28px 40px;
  border: 2px solid #279247;
  box-sizing: border-box;
  text-decoration: none;
  background: #ffffff;
}

.lowcarbon-banner span {
  display: block !important;
  width: auto !important;
  max-width: none !important;
}

.lowcarbon-banner__icon,
.lowcarbon-banner__arrow {
  flex: 0 0 auto;
}

.lowcarbon-banner__text {
  flex: 1 1 auto;
  color: #279247;
  line-height: 1.4;
}

.lowcarbon-banner__en,
.lowcarbon-banner__ja {
  display: block;
}

.lowcarbon-banner__en {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.lowcarbon-banner__ja {
  font-size: 24px;
  font-weight: 600;
}

.lowcarbon-banner__icon img {
  display: block;
  height: auto;
  max-width: 150px;
}

.lowcarbon-banner__arrow img {
  display: block;
  width: 110px;
  height: auto;
}

.lowcarbon-banner p {
  margin: 0;
}

@media (max-width: 960px) {
  .lowcarbon-banner {
    flex-direction: column !important;
    text-align: center;
    padding: 24px 20px;
    gap: 20px;
    width: 100%;
    margin: 20px auto;
  }

  .lowcarbon-banner__icon img {
    /* width: 120px; */
  }

  .lowcarbon-banner__arrow img {
    width: 80px;
  }
}
.lowcarbon-banner__arrow img {
  display: block;
  width: 110px;
  height: auto;
  transition: transform 0.35s ease;
}

.lowcarbon-banner:hover .lowcarbon-banner__arrow img {
  transform: translateX(15px);
}
table.company-table {
    margin-top: 0;
}

.security-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 640px;
  margin: auto;
  margin-top: 50px;
}

.security-action__badge {
  flex: 0 0 150px;
}

.security-action__badge img {
  display: block;
  width: 170px;
  height: auto;
}

.security-action__content {
  flex: 1;
  max-width: 700px;
}

.security-action__text {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  text-align: left;
}

.security-action__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 620px;
  padding: 10px 28px 10px 34px;
  background: #efefef;
  border: 1px solid #c8c8c8;
  border-radius: 9999px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
  margin: 0;
}

.security-action__button:hover {
  opacity: 0.8;
}

.security-action__button-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}

.security-action__pdf-icon {
  display: block;
  width: 73px;
  height: auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 960px) {
  .security-action {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .security-action__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .security-action__text {
    margin: 0 0 20px;
    text-align: left;
  }

  .security-action__button {
    width: 100%;
    max-width: 620px;
  }
}

.project-references-block {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  box-sizing: border-box;
}

.project-references-block__head {
  flex: 0 0 360px;
}

.project-references-block__head-inner {
  display: block;
}

.project-references-block__image {
  margin-bottom: 24px;
}

.project-references-block__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 280px;
}

.project-references-block__title-wrap {
  text-align: left;
}

.project-references-block__en {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #222;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.project-references-block__jp {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: #111;
}

.project-references-block__list {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.project-reference-item {
  padding: 0 0 22px;
  margin: 0 0 22px;
  border-bottom: 1px solid #c9c9c9;
}

.project-reference-item__name {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}

.project-reference-item__meta {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}

.project-reference-item__label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 22px;
  padding: 0 10px;
  background: #5f97a6;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}

.project-reference-item__value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 960px) {
  .project-references-block {
    flex-direction: column;
    gap: 36px;
  }

  .project-references-block__head {
    flex: none;
  }

  .project-references-block__head-inner {
    display: flex;
    align-items: flex-start;
    gap: 28px;
  }

  .project-references-block__image {
    flex: 0 0 52%;
    margin-bottom: 0;
  }

  .project-references-block__title-wrap {
    flex: 1 1 auto;
    padding-top: 2px;
  }

  .project-references-block__jp {
    font-size: 26px;
  }

  .project-reference-item__name {
    font-size: 24px;
  }

  .project-reference-item__value {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .project-references-block__head-inner {
    display: block;
  }

  .project-references-block__image {
    margin-bottom: 20px;
  }

  .project-references-block__jp {
    font-size: 22px;
  }

  .project-reference-item__name {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .project-reference-item__meta {
    gap: 10px;
  }

  .project-reference-item__label {
    min-width: 50px;
    height: 28px;
    font-size: 14px;
  }

  .project-reference-item__value {
    font-size: 15px;
  }
}
h3.project-reference-item__name {
    border-bottom: initial;
    margin-bottom: 10px;
    font-size: 20px;
}
.left.small_entitle {
    text-align: left;
    background-position-x: left;
}
.left.small_entitle {
    font-size: 13px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-tabs li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.category-tabs li a:hover {
}

ul.category-tabs li {
    flex: 1.1;
    flex: 1 1;
    order: -1;
    min-width: 260px;
    padding: 1rem;
    border-radius: 5px;
    background-color: #2f7d3b;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    min-height: 1rem;
    display: flex;
}
ul.category-tabs li:hover {
    background: #22622c;
}

/* csr指針 */

.sustainability-block {
  background: #fff;
  padding: 40px 40px;
  max-width: 1000px;
  margin: auto;
  text-align: left;
  margin-bottom: 40px;
}

.sustainability-block__inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

.sustainability-block__top {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 36px;
}

.sustainability-block__heading {
  flex: 0 0 240px;
}

.sustainability-block__number {
  font-size: 66px;
  line-height: 1;
  font-weight: 300;
  color: #2f9a55;
  margin-bottom: 16px;
}

.sustainability-block__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
}

.sustainability-block__text {
  flex: 1 1 auto;
  border-left: 1px solid #ccc;
  padding-left: 36px;
  color: #111;
}

.sustainability-block__text p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.sustainability-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: justify;
}

.sustainability-block__list li {
  position: relative;
  margin: 0 0 0px;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.sustainability-block__list li:last-child {
  margin-bottom: 0;
}

.sustainability-block__list li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2f9a55;
  transform: translateY(-50%);
}

.sustainability-block__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px){
.sustainability-block__top {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 36px;
    flex-direction: column;
}
.sustainability-block__heading {
    flex: 0 0 60px;
}
}

@media screen and (max-width: 480px) {
  .sustainability-block {
    padding: 28px 16px;
  }

  .sustainability-block__top {
    display: block;
    margin-bottom: 24px;
  }

  .sustainability-block__heading {
    margin-bottom: 20px;
  }

  .sustainability-block__number {
    font-size: 7.8rem;
    margin-bottom: 10px;
  }

  .sustainability-block__title {
    font-size: 1.4rem;
  }

  .sustainability-block__text {
    border-left: 1px solid #ccc;
    padding-left: 18px;
  }

  .sustainability-block__text p {
    line-height: 1.8;
    text-align: justify;
  }

  .sustainability-block__list li {
    line-height: 1.8;
  }
}

.gothic,.gochic{
  font-family:"Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif!important;
}

td .iso_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

td .iso_flex .wp-caption {
  /* width: calc(50% - 10px) !important; */
  max-width: calc(50% - 10px);
  box-sizing: border-box;
  margin: 0;
}

td .iso_flex img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  td .iso_flex .wp-caption {
    /* width: 100% !important; */
    max-width: 100%;
  }
}

.normal.para-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: clamp(200px, 60vw, 400px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.conwide.green-back {
    background: #25883e;
}

.pd-m.inner-white {
    background: #fff;
}

.read.serif.mb50.csr-title {
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/csrback.png)no-repeat center center;
    min-height: 300px;
    padding-top: 80px;
    font-size: 32px;
}

.csr_v {
  max-width: 1100px;
  margin: 0 auto;
}

.csr_v__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
  max-width: 1200px;
  margin: auto;
}

.csr_v__item--reverse {
  flex-direction: row-reverse;
}

/* 01の基本 */
.csr_v__text {
  width: 50%;
  text-align: left;
}

.csr_v__img {
  width: 58%;
  text-align: center;
}

.csr_v__img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.csr_v__en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #2e7d32;
  margin-bottom: 10px;
  font-weight: 600;
}

.csr_v__text h2 {
  font-size: 42px;
  margin: 0 0 20px;
  font-weight: 500;
}

.csr_v__text p {
  line-height: 1.8;
  margin: 0;
  font-size: 18px;
}

/* 02だけ右端に寄せる */
.csr_v__item--reverse .csr_v__img {
  width: 50%;
}

.csr_v__item--reverse .csr_v__text {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  flex: 0 0 auto;
  text-align: left;
}

/* SP */
@media screen and (max-width: 960px) {
  .csr_v__item,
  .csr_v__item--reverse {
    flex-direction: column-reverse;
    gap: 30px;
    text-align: center;
    display: flex;
    margin-bottom: 80px;
  }

  .csr_v__text,
  .csr_v__img,
  .csr_v__item--reverse .csr_v__text,
  .csr_v__item--reverse .csr_v__img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    flex: none;
    text-align: center;
  }
.csr_cards__text {
    text-align: center;
}
}

.csr_cards {
  max-width: 1100px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.csr_cards__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding-top: 34px;
}

.csr_cards__inner {
  width: 100%;
  height: 100%;
  min-height: 370px;
  padding: 72px 28px 32px;
  border: 1px solid #2f9e44;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.csr_cards__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  z-index: 2;
}

.csr_cards__num img {
  display: block;
  width: 100%;
  height: auto;
}

.csr_cards__icon {
  width: 240px;
  margin: 0 auto 28px;
  text-align: center;
}

.csr_cards__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.csr_cards__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  color: #2f9e44;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .csr_cards {
    width: 100%;
    margin: 100px auto;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }

  .csr_cards__item {
    width: 100%;
    max-width: 100%;
  }

  .csr_cards__inner {
    width: 100%;
    min-height: auto;
  }
.csr_cards__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  color: #2f9e44;
  text-align: center;
}
}

@media screen and (max-width: 520px) {
  .csr_cards {
    margin: 70px auto;
    gap: 24px;
  }

  .csr_cards__inner {
    padding: 64px 20px 24px;
  }

  .csr_cards__num {
    width: 62px;
  }

  .csr_cards__icon {
    width: 180px;
    margin: 0 auto 20px;
  }

  .csr_cards__text {
    font-size: 20px;
    line-height: 1.7;
  }
.csr_cards__text {
    text-align: center!important;
}
}

.sdgs_table {
  width: 100%;
  border-top: 1px solid #cfcfcf;
  margin-top: 50px;
}

.sdgs_table__row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid #cfcfcf;
}

.sdgs_table__icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* 共通テキスト */
.sdgs_txt {
  margin: 0;
  color: #111;
}

h3.sdgs_txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
}

p.sdgs_txt {
  font-size: 16px;
  line-height: 1.9;
}

/* ▼SP */
@media screen and (max-width: 520px) {
  .sdgs_table__row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 0;
  }

  .sdgs_table__icon {
    text-align: center;
  }

  .sdgs_table__icon img {
    width: 70%;
    margin: 0 auto;
  }

  h3.sdgs_txt {
    font-size: 18px;
  }

  p.sdgs_txt {
    font-size: 14px;
  }
}

/* SDGs見出しを消す */
h3.sdgs_txt {
    display: none;
}

.project-references-table-wrap {
  margin-top: 40px;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 960px){
.project-references-table-wrap {
    margin-top: 10px;
}
}

.project-references-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.project-references-table tr {
  border-bottom: 1px solid #d7d7d7;
}

.project-references-table th,
.project-references-table td {
  vertical-align: middle;
  padding: 10px 0;
}

.project-references-table th {
  width: 74%;
  padding-right: 40px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
}

.project-references-table td {
  width: 57%;
}

.project-references-table__meta {
  position: relative;
  padding-left: 68px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.project-references-table__meta + .project-references-table__meta {
  margin-top: 5px;
  margin-bottom: 0px;
}

.project-references-table__meta::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  min-width: 50px;
  height: 24px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #76b8c8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

.project-references-table__meta--design::before {
  content: "設計";
}

.project-references-table__meta--build::before {
  content: "施工";
}

@media screen and (max-width: 900px) {
  .project-references-table th {
    width: 38%;
    padding-right: 24px;
    font-size: 19px;
  }

  .project-references-table td {
    width: 62%;
  }

  .project-references-table__meta {
    padding-left: 68px;
    font-size: 14px;
  }
}

@media screen and (max-width: 520px) {
  .project-references-table,
  .project-references-table tbody,
  .project-references-table tr,
  .project-references-table th,
  .project-references-table td {
    display: block;
    width: 100%;
  }

  .project-references-table {
    border-bottom: 1px solid #d7d7d7;
  }

  .project-references-table tr {
    border-bottom: none;
  }

  .project-references-table th,
  .project-references-table td {
    padding: 0;
  }

  .project-references-table th {
    padding: 22px 0 14px;
    font-size: 18px;
    line-height: 1.5;
  }

  .project-references-table td {
    padding: 0 0 22px;
  }

  .project-references-table__meta {
    padding-left: 66px;
    font-size: 14px;
    line-height: 1.8;
  }

  .project-references-table__meta::before {
    top: 2px;
    min-width: 52px;
    height: 26px;
    font-size: 13px;
  }
}
table.project-references-table th {
    border: initial;
}

.works-tabs {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.works-tabs__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* =========================
   tab menu
========================= */
.works-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.works-tabs__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 16px 20px;
  border-radius: 4px;
  background: #b3b3b3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease, opacity 0.25s ease;
  box-sizing: border-box;
}

.works-tabs__label:hover {
  opacity: 0.9;
}

/* 最後の「空港」を横一列 */
.works-tabs__label--full {
  grid-column: 1 / -1;
}

/* active color */
#works-tab-01:checked ~ .works-tabs__nav label[for="works-tab-01"],
#works-tab-02:checked ~ .works-tabs__nav label[for="works-tab-02"],
#works-tab-03:checked ~ .works-tabs__nav label[for="works-tab-03"],
#works-tab-04:checked ~ .works-tabs__nav label[for="works-tab-04"],
#works-tab-05:checked ~ .works-tabs__nav label[for="works-tab-05"],
#works-tab-06:checked ~ .works-tabs__nav label[for="works-tab-06"],
#works-tab-07:checked ~ .works-tabs__nav label[for="works-tab-07"] {
  background: #2f7d3b;
}

/* =========================
   contents
========================= */
.works-tabs__contents {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}

.works-tabs__panel {
  display: none;
}

.works-tabs__panel-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
}

.works-tabs__panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

/* checked panel */
#works-tab-01:checked ~ .works-tabs__contents .works-tabs__panel--01,
#works-tab-02:checked ~ .works-tabs__contents .works-tabs__panel--02,
#works-tab-03:checked ~ .works-tabs__contents .works-tabs__panel--03,
#works-tab-04:checked ~ .works-tabs__contents .works-tabs__panel--04,
#works-tab-05:checked ~ .works-tabs__contents .works-tabs__panel--05,
#works-tab-06:checked ~ .works-tabs__contents .works-tabs__panel--06,
#works-tab-07:checked ~ .works-tabs__contents .works-tabs__panel--07 {
  display: block;
}

/* =========================
   responsive
========================= */
@media screen and (max-width: 900px) {
  .works-tabs__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .works-tabs__label {
    min-height: 66px;
    font-size: 15px;
  }

  .works-tabs__label--full {
    grid-column: 1 / -1;
  }

  .works-tabs__contents {
    padding: 28px 24px;
  }
}

@media screen and (max-width: 520px) {
  .works-tabs__nav {
    grid-template-columns: 1fr;
  }

  .works-tabs__label,
  .works-tabs__label--full {
    grid-column: auto;
    min-height: 58px;
    padding: 14px 16px;
    font-size: 15px;
  }

  .works-tabs__contents {
    padding: 22px 18px;
  }

  .works-tabs__panel-title {
    font-size: 20px;
  }

  .works-tabs__panel p {
    font-size: 15px;
    line-height: 1.8;
  }
}
.sonota {
    margin-bottom: 15px;
}
span.lowcarbon-banner__ja.xl {
    font-size: 25px;
}

/* タッチ端末（iOS / Android）ではfixedを無効化 */
@media (hover: none) and (pointer: coarse) {
    .conwide.pagehead.single {
        background-attachment: scroll;
    }
}

/* レスポンシブ */
@media (max-width: 960px) {
    .conwide.pagehead.single {
        padding: 40px 30px;
        margin-left: 0;
        margin-right: 0;
    }
}

/* FAQページ */
.faq_radio {
  max-width: 1100px;
  margin: 0 auto;
}

.faq_radio__item {
  margin-top: 16px;
}

.faq_radio__item input {
  display: none;
}

.faq_radio__question {
  width: 100%;
  padding: 22px 28px;
  background: #fff;
  color: #555;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.faq_radio__q {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
  color: #8fbdb3;
  font-family: serif;
}

.faq_radio__text {
  flex: 1 1 auto;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  font-weight: 600;
}

.faq_radio__icon {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.faq_radio__icon::before,
.faq_radio__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #666;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.faq_radio__icon::before {
  width: 18px;
  height: 1px;
}

.faq_radio__icon::after {
  width: 1px;
  height: 18px;
}

.faq_radio__answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 34px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  text-align: justify;
}

.faq_radio__answer p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
}

.faq_radio__answer p + p {
  margin-top: 10px;
}

/* 開いている時 */
.faq_radio__item input:checked + .faq_radio__question {
  background: #2f7d3b;
  color: #fff;
}

.faq_radio__item input:checked + .faq_radio__question .faq_radio__q {
  color: #fff;
}

.faq_radio__item input:checked + .faq_radio__question .faq_radio__icon::before,
.faq_radio__item input:checked + .faq_radio__question .faq_radio__icon::after {
  background: #fff;
}

.faq_radio__item input:checked + .faq_radio__question .faq_radio__icon::after {
  opacity: 0;
}

.faq_radio__item input:checked ~ .faq_radio__answer {
  max-height: 2000px;
  padding: 20px 34px 30px;
  text-align: justify;
}

@media (max-width: 767px) {
  .faq_radio__question {
    padding: 18px;
    gap: 12px;
  }

  .faq_radio__q {
    font-size: 20px;
  }

  .faq_radio__text {
    font-size: 16px;
    line-height: 1.7;
  }

  .faq_radio__answer {
    padding: 0 20px;
    text-align: justify;
  }

  .faq_radio__item input:checked ~ .faq_radio__answer {
    padding: 16px 20px 20px;
    text-align: justify;
  }

  .faq_radio__answer p {
    font-size: 15px;
    line-height: 1.9;
  }
}

.catalog_cards {
  /* max-width: 1000px; */
  /* margin: 0 auto; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 48px 20px; */
}

.catalog_cards__item {
  /* width: calc((100% - 66px) / 3); */
  /* background: initial; */
  /* text-decoration: none; */
  /* color: #111; */
  /* display: flex; */
  /* flex-direction: column; */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.catalog_cards__item:hover {
  opacity: 0.8;
}

.catalog_cards__image {
    padding: 0;
    position: relative;
}

.catalog_cards__image img {
  /* display: block; */
  /* width: 100%; */
  /* height: auto; */
  /* aspect-ratio: 3 / 4.2; */
  /* object-fit: cover; */
  /* background: #fff; */
  /* border: 1px solid #cccccc; */
  /* max-width: 240px; */
  /* margin: auto; */
}

.catalog_cards__body {
  /* padding: 10px 20px 10px; */
  /* background: initial; */
  /* flex: 1 1 auto; */
}

.catalog_cards__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.catalog_cards__text {
  /* margin: 8px 0 0; */
  /* font-size: 14px; */
  /* line-height: 1.6; */
  /* color: #222; */
}

.catalog_cards__footer {
  background: #1f9440;
  color: #fff;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.catalog_cards__download {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.catalog_cards__pdf {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.catalog_cards__pdf img {
  display: block;
  width: 54px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .catalog_cards__item {
    width: calc((100% - 22px) / 2);
  }
}

@media screen and (max-width: 520px) {
  .catalog_cards {
    gap: 10px 10px;
    width: 96%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .catalog_cards__item {
    width: calc((100% - 15px) / 1);
  }

  .catalog_cards__image {
    padding: 0px;
  }

  .catalog_cards__body {
    padding: 6px;
    margin-bottom: 20px;
  }

  .catalog_cards__footer {
    padding: 10px 14px;
  }

  .catalog_cards__title {
    font-size: 16px;
  }

  .catalog_cards__text {
    font-size: 12px;
  }

  .catalog_cards__download {
    font-size: 14px;
  }

  .catalog_cards__pdf img {
    width: 60px;
  }
}
h3.catalog_cards__title {
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
}
p.catalog_cards__text {
    /* margin-bottom: 0; */
}
.faq_radio__answer h4 {
    margin-bottom: 0;
    margin-top: 40px;
    text-align: left;
}

.flexbox.faq {
  display: flex;
  gap: 20px; /* お好みで調整 */
}

.flexbox.faq .flexitem {
  flex: 1 1 0;
}

.flexbox.faq .flexitem img {
  width: 100%;
  height: auto;
  display: block;
}

/* 520px以下で縦並び */
@media (max-width: 520px) {
  .flexbox.faq {
    flex-direction: column;
  }
}

.product-links {
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-link-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}

.product-link-item:nth-child(odd) {
  background: #efefef;
}

.product-link-item:nth-child(even) {
  background: #ffffff;
}

.product-link-item__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px;
  min-height: 500px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.product-link-item__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 60px;
}

.product-link-item__image {
  flex: 0 0 40%;
  max-width: 430px;
}

.product-link-item__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 340px;
}

.product-link-item__content {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.product-link-item__catch {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #333333;
}

.product-link-item__title {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  color: #222222;
}

.product-link-item__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #555555;
}

.product-link-item__arrow {
  flex: 0 0 auto;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-link-item__arrow img {
  display: block;
  /* width: 33px; */
  height: auto;
  transition: transform 0.4s ease;
  opacity: 0.4;
}

.product-link-item:hover .product-link-item__arrow img {
  transform: translateX(15px);
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .product-link-item__inner {
    padding: 32px 24px;
    min-height: 260px;
    gap: 24px;
  }

  .product-link-item__main {
    gap: 32px;
  }

  .product-link-item__catch {
    font-size: 18px;
  }

  .product-link-item__title {
    font-size: 28px;
  }

  .product-link-item__text {
    font-size: 15px;
  }
}
h3.product-link-item__title {
    font-size: 36px;
    margin-top: 0;
}

p.product-link-item__catch {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #25883e;
    letter-spacing: 4px;
}
@media screen and (max-width: 960px) {
  .product-link-item__inner {
    min-height: auto;
    padding: 48px 20px 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .product-link-item__main {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 520px;
  }

  .product-link-item__image {
    flex: none;
    width: 100%;
    max-width: 320px;
  }

  .product-link-item__content {
    width: 100%;
    text-align: left;
  }

  .product-link-item__catch {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .product-link-item__title {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .product-link-item__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .product-link-item__arrow {
    width: 28px;
    margin: 0 10px 0 auto;
  }

  .product-link-item__arrow img {
    width: 48px;
  }

  .product-link-item:hover .product-link-item__arrow img {
    transform: translateX(10px);
  }
}
.product-link-item__image img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center; /* 中央基準 */
  transition: transform 0.4s cubic-bezier(.4,0,.2,1);
}

.product-link-item:hover .product-link-item__image img {
  transform: scale(0.95);
}

.test_flow {
  max-width: 1000px;
  margin: 0 auto;
}

.test_flow__item {
  position: relative;
  background: #ffffff;
  padding: 34px 36px;
  margin-bottom: 28px;
}

.test_flow__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 28px solid #b8c8b8;
}

.test_flow__item--last::after {
  display: none;
}

.test_flow__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.test_flow__text {
  flex: 1 1 auto;
  min-width: 0;
}

.test_flow__num {
  margin-bottom: 18px;
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  color: #1f8a43;
  font-family: serif;
}

.test_flow__main {
  margin: 0;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 600;
  color: #111;
}

.test_flow__note {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #111;
}

.test_flow__image {
  flex: 0 0 330px;
  max-width: 330px;
}

.test_flow__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .test_flow__item {
    padding: 24px 20px;
    margin-bottom: 22px;
    max-width: 600px;
    margin: auto;
  }

  .test_flow__item::after {
    bottom: -22px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid #b8c8b8;
  }

  .test_flow__inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 20px;
  }

  .test_flow__image {
    flex: none;
    max-width: 100%;
  }

  .test_flow__num {
    margin-bottom: 12px;
    font-size: 56px;
  }

  .test_flow__main {
    font-size: 22px;
  }

  .test_flow__note {
    font-size: 16px;
  }
}

.test_flow__text {
  text-align: left;
}

.test_flow__main,
.test_flow__note,
.test_flow__num {
  text-align: left;
}

@media screen and (max-width: 520px) {
  .test_flow__text {
    text-align: left;
  }

  .test_flow__main,
  .test_flow__note,
  .test_flow__num {
    text-align: left;
  }
}
p.test_flow__main {
    font-size: 18px;
    font-weight: 600;
}

.labo_cards {
  width: 100%;
  padding: 56px 20px;
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/back_labo02.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.labo_cards__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 70px;
  background: rgba(255, 255, 255, 0.72);
  box-sizing: border-box;
}

.labo_cards__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.labo_cards__item {
  width: calc((100% - 72px) / 4);
}

.labo_cards__image {
  line-height: 0;
}

.labo_cards__image img {
  display: block;
  width: 100%;
  height: auto;
}

.labo_cards__text {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  color: #111;
  text-align: left;
}

@media screen and (max-width: 520px) {
  .labo_cards__inner {
    padding: 40px 32px;
  }

  .labo_cards__item {
    width: calc((100% - 24px) / 2);
  }
}

@media screen and (max-width: 520px) {
  .labo_cards {
    padding: 28px 30px;
  }

  .labo_cards__inner {
    padding: 24px 16px;
  }

  .labo_cards__grid {
    gap: 18px;
  }

  .labo_cards__item {
    width: 100%;
  }

  .labo_cards__text {
    margin-top: 10px;
    font-size: 15px;
  }
}
p.labo_cards__text {
    line-height: 1.4;
    padding-top: 10px;
	font-size:15px;
}
.breath-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f1f1f1 url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/back_bless.png) top center no-repeat;
    color: #333;
    background-size: contain;
}

.breath-hero__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 20px 90px;
  min-height: 400px;
  text-align: center;
  z-index: 1;
}

/* 上部テキスト */
.breath-hero__lead {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* 製品画像 */
.breath-hero__image-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.breath-hero__product {
  display: block;
  width: min(420px, 72vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
}

/* 下部テキスト */
.breath-hero__bottom {
  position: relative;
  z-index: 2;
}

.breath-hero__sub {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #25883e;
}

.breath-hero__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 960px) {
  .breath-hero__inner {
    padding: 34px 20px 32px;
    min-height: 340px;
  }

  .breath-hero__inner::before {
    width: 170%;
    height: 140px;
    top: 8px;
  }

  .breath-hero__lead {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .breath-hero__product {
    width: min(340px, 74vw);
  }

  .breath-hero__title {
    font-size: 32px;
  }
.labo_cards__item {
    width: 45%;
}
	.labo_cards__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
.w1000.whiteback.pd-m {
    padding: 20px;
    width: 100%;
}
}

@media screen and (max-width: 520px) {
  .breath-hero__inner {
    padding: 48px 20px 48px;
    min-height: auto;
  }

  .breath-hero__inner::before {
    width: 190%;
    height: 90px;
    top: 10px;
    opacity: 0.10;
  }

  .breath-hero__lead {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .breath-hero__image-wrap {
    margin-bottom: 14px;
  }

  .breath-hero__product {
    width: min(280px, 78vw);
  }

  .breath-hero__sub {
    font-size: 20px;
  }

  .breath-hero__title {
    font-size: 24px;
  }
}

p.breath-hero__lead {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
}

.breath-hero__title.gochic {
    color: #333;
    font-size: 42px;
}

p.breath-hero__sub {
    font-size: 20px;
    font-weight: 600;
}

.breath-hero__bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.conwide.glay.model {
    background: #efefef url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/back_03.png)no-repeat right top;
}

.model h4 {
    border: none;
}
h2.model_main {
    font-size: 42px;
}

h2.model_sub {
    font-size: 20px;
}

h3.model {
    text-align: left;
    border-bottom: 1px solid #aaa;
    margin-top: 50px;
}

.bl_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.bl_table td {
  width: 50%;
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: bottom;
  vertical-align: top;
}

.bl_table img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .bl_table,
  .bl_table tbody,
  .bl_table tr,
  .bl_table td {
    display: block;
    width: 100%;
  }

  .bl_table td {
    padding: 10px 0;
  }
.home .newstitle .small_entitle {
    text-align: left;
    background-position-x: left;
}
    .home .newsarea {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 30px 30px;
        justify-content: space-between;
        max-width: 1300px;
        margin: auto;
        flex-direction: column;
        padding-top: 60px;
    }
	.labotext {
    text-align: justify;
}
.labo_cards__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 70px 0px;
    background: rgba(255, 255, 255, 0.72);
    box-sizing: border-box;
}
.test_flow__item.aos-init.aos-animate {
    margin-bottom: 30px;
}
}

.conwide.pagehead.single {
    position: relative;
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/greenback_B.jpg) bottom center no-repeat;
    height: 260px;
    z-index: 0;
    background-size: cover;
}
/* テーブルの下線 */
table.bl_table td {
    border: none;
}
@media screen and (max-width: 520px){
.about__body {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}
.para-content h2 {
    font-size: 28px;
}
.conwide.pagehead.single {
    height: initial;
}
h2.xl.aos-init.aos-animate {
    font-size: 24px;
}
p.product-link-item__catch {
    font-size: 18px;
}
h3.product-link-item__title {
    font-size: 32px;
    margin-top: 0;
}
    p.breath-hero__lead {
        font-size: 24px;
        line-height: 1.4;
    }
.breath-hero__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
h2.ntitle.prod {
    text-align: center;
    margin-bottom: 20px;
}
.newstitle .small_entitle.left {
    text-align: center;
    background-position-x: center;
}
.entry-content h2.ntitle {
    text-align: center;
}
.conwide.glay.model {
    background: #efefef url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/back_philosophy.jpg) no-repeat right top;
    background-size: 79%;
}
h2.model_main {
    font-size: 32px;
}
.conwide.glay {
    background: #efefef;
    padding: 20px 40px;
}
.test_flow {
    width: 84%;
}
.conwide.green-back {
    padding: 20px 20px;
    margin: 0px;
}
.read.serif.mb50.csr-title {
    min-height: 300px;
    padding-top: 100px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
}
.csr_v__text p {
    line-height: 1.8;
    margin: 0;
    font-size: 18px;
    text-align: justify;
}
.conwide.glay.pd-m.csr {
    padding: 30px 50px;
}
.read {
    font-size: 20px;
    text-align: justify;
}
.csr_v__text h2 {
    font-size: 36px;
}
.w800.whiteback.pd-m.mt50.mb100.left {
    width: 95%;
    padding: 40px 20px;
}
.works-tabs {
    width: 90%;
}
.project-references-block__head h2 {
    font-size: 24px;
}
}
.forminator-error-message {
    color: #ff0000;
}
.sp-pcp-post-details-content {
    display: flex;
    flex-direction: column-reverse;
}

.sp-pcp-col-xs-1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}


.sps-list-layout .sp-pcp-post.left-thumb .sp-pcp-post-details {
    max-width: 100%;
}

.conwide.pagehead.single::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(101 255 143 / 13%);
    z-index: 1;
}

.conwide.pagehead.single > * {
    position: relative;
    z-index: 2;
}

h2.sustainability-block__title {
    font-size: 24px;
}

/* カタログのボタン */
.catalog_cards__footer {
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 0;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid #999999;
}
@media screen and (max-width: 960px){
	ul.sub-menu {
    position: revert;
    padding-left: initial;
    display: block;
    margin-top: 0;
}
}
dov.site-infotext {
    max-width: 1360px;
    margin: auto;
    display: block;
}

section#block-13 {
    /* position: absolute; */
    /* right: 0px; */
    /* top: 30px; */
    /* z-index: 1000; */
    display: none;
}

.wp-block-group__inner-container.is-layout-constrained.wp-container-core-group-is-layout-07b51d56.wp-block-group-is-layout-constrained {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 960px){
	ul.footmenu {
    display: flex;
    gap: 0px;
    color: #000;
    list-style: none !important;
    width: 100%;
    flex-direction: column;
    padding: 5px 10px;
    overflow: hidden;
    /* max-width: 1420px; */
    align-items: center;
}
section#block-13 {
    position: initial;
    right: 80px;
    top: 30px;
}
ul.pplink {
    justify-content: center;
}
.menu-item-has-children:hover .sub-menu {
    margin-top: 20px;
}
.site-footer ul.sub-menu {
    margin-top: 20px;
}
}
ul.footmenu a:hover {
    text-decoration: none;
    color: #939393;
}

span.lowcarbon-banner__arrow.pdf img {
    max-width: 70px;
}


#global-navi .menu-item-has-children:hover .sub-menu {
    display: block;
    margin-top: 0px;
}
@media screen and (max-width: 960px){
	footer ul.menu {
    width: 460px;
}
}
@media screen and (max-width: 480px){
.floating-banner {
	        display: none;
    position: fixed;
    right: 0px;
    bottom: 215px;
    z-index: 9999;
    opacity: 0;
    transform: translateX(34px);
    pointer-events: none;
    transition: opacity .15s ease, transform .25s ease;
    transition-behavior: normal, normal;
    transition-duration: 0.15s, 0.25s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    transition-property: opacity, transform;
    will-change: transform, opacity;
}
footer ul.menu {
    width: 340px;
}
ul#menu-footermenu01 {
    /* display: flex; */
    /* width: 380px; */
    /* flex-direction: column; */
}
}
/* ジャスティファイ */
.just {
    text-align: justify;
}
section#block-16 {
    display: flex;
    align-items: flex-end;
    min-height: 174px;
    flex: 1.5;
    justify-content: flex-end;
}

section#nav_menu-10, section#nav_menu-11, section#nav_menu-12 {flex: 0.5;}

/* 納入実績 */

.record {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 36px;
  max-width: 900px;
  margin: auto;
  text-align: left;
}

.record__card {
  position: relative;
  background: #fff;
  padding: 28px 32px;
  min-height: 128px;
}

.record__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 18px solid #eee;
  border-right: 18px solid transparent;
}

.record__title {
  margin: 0 0 16px;
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.record__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.record__list li {
  position: relative;
  padding-left: 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}

.record__list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 11px;
  height: 11px;
  background: #1f8f49;
  border-radius: 50%;
}
.record__card h3 {
    margin-bottom: 5px;
}
@media (max-width: 960px) {
  .record {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .record__card {
    padding: 24px;
  }

  .record__title {
    font-size: 18px;
  }
}

/* 製品詳細ページメイン画像 */
.breath-hero__image-wrap img {
    max-width: 300px;
    padding: 20px;
    opacity: 0.5;
}

/* 納入実績 */
.record {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 50px;
}

.record__item {
  width: calc((100% - 108px) / 7);
  border-bottom: 4px solid #cccccc;
  transition: border-color 0.3s ease;
}

.record__link {
  min-height: 120px;
  padding: 12px 0 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.3s ease;
  font-size: 13px;
}

.record__link:hover {
  opacity: 0.7;
}

.record__item:hover {
	  border-bottom: 4px solid #12a037;
}

.record__link img {
  width: 64px;
  height: auto;
  margin-bottom: 2px;
  display: block;
}

.record__link span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: #999999;
}

/* 960px以下 */
@media screen and (max-width: 960px) {
  .record {
    flex-wrap: wrap;
    gap: 20px 16px;
  }

  .record__item {
    width: calc((100% - 32px) / 3);
  }
}

/* 480px以下 */
@media screen and (max-width: 480px) {
  .record {
    gap: 16px 12px;
  }

  .record__item {
    width: calc((100% - 12px) / 2);
  }

  .record__link {
    min-height: 110px;
  }

  .record__link img {
    width: 40px;
  }

  .record__link span {
    font-size: 13px;
  }
}

h2.record-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 40px;
    padding: 0;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    color: #666666;
    max-width: 1000px;
    margin: auto;
    border-bottom: 1px solid #aaa;
    padding-bottom: 6px;
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.record-title img {
  width: 56px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.record-title span {
  display: block;
}

/* タブレット */
@media screen and (max-width: 960px) {
  .record-title {
    gap: 14px;
    font-size: 32px;
  }

  .record-title img {
    width: 48px;
  }
}

/* スマホ */
@media screen and (max-width: 590px) {
  .record-title {
    gap: 10px;
    font-size: 24px;
  }

  .record-title img {
    width: 120px;
  }
}
.record-card-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
}

.record-card {
  width: calc((100% - 18px) / 2);
  background: #ffffff;
  padding: 28px 34px 26px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

.record-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #eeeeee transparent transparent transparent;
}

.record-card h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #555555;
  padding-right: 80px;
}

.record-card p {
  margin: 4px 0 0;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

.record-card p::before {
  content: "";
  width: 12px;
  height: 12px;
  /* background: #1f9442; */
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.45em;
}

.record-card p span {
  font-weight: 600;
}

/* 590px以下で1列 */
@media screen and (max-width: 590px) {
  .record-card-list {
    display: block;
  }
	
  .record-card {
    width: 100%;
    padding: 24px 22px 22px;
  }

  .record-card + .record-card {
    margin-top: 16px;
  }

  .record-card h3 {
    font-size: 18px;
  }

  .record-card p {
    font-size: 13px;
  }
}
.rec-pagetop {
    text-align: right;
    max-width: 1000px;
    margin: auto;
    margin-top: 15px;
}

.rec-pagetop img {
    max-width: 120px;
}

.record-card p::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/map.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0.35em;
}

.record-card {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.record-card::after {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/rec_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.4;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.rec-02 .record-card::after {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/rec_02.png);
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
}
.rec-03 .record-card::after {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/rec_03.png);
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
}
.rec-04 .record-card::after {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/rec_04.png);
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
}
.rec-05 .record-card::after {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/rec_05.png);
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
}
.rec-06 .record-card::after {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/rec_06.png);
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
}
.rec-07 .record-card::after {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/rec_07.png);
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
}

@media screen and (max-width: 590px) {
h2.record-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 40px;
    padding: 0;
    line-height: 1.2;
    color: #666666;
    max-width: 1000px;
    margin: auto;
    border-bottom: initial;
    padding-bottom: 6px;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 30px;
    flex-direction: column;
}
}

.conwide.pagehead.single {
    position: relative;
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/greenback_B.jpg) bottom center no-repeat;
    z-index: 0;
    background-size: cover;
    padding: 30px;
}
.page h1.entry-title {
    display: none;
}
.breadarea {
    background-color: #fdfdfd;
    overflow: hidden;
    padding: 5px 0px;
    max-width: 100%;
    margin: auto;
    border-bottom: 1px solid #cccccc;
}

/* 製品一覧 */
.conwide.prodback {
    background: #efefef url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/back_prolist.png) no-repeat right top;
    background-size: 500px;
}
.prod-card-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 36px 40px;
}

@media screen and (max-width: 480px) {
	.conwide.prodback {
    background: #efefef url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/back_prolist.png) no-repeat right top;
    background-size: 50%;
}
}

.prod-card {
  position: relative;
  width: calc((100% - 40px) / 2);
  min-height: 255px;
  background: #fff;
  padding: 32px 30px 28px;
  box-sizing: border-box;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
  text-align: left;
}

.prod-card__icon {
  position: absolute;
  top: 36px;
  right: 34px;
  width: 128px;
  height: auto;
  opacity: 0.8;
  pointer-events: none;
  max-height: 70px;
  width: auto;
}

.prod-card .prod-card__label {
  margin: 0 0 8px;
  color: #168844;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.prod-card h3 {
  margin: 0 0 24px;
  color: #333;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.prod-card__text {
  margin: 0 0 38px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
}

.prod-card__link {
  position: absolute;
  right: 30px;
  bottom: 24px;
  color: #168844;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.prod-card__link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/05/qarrow_prod.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  vertical-align: -4px;
}

.prod-card__link:hover {
  opacity: 0.75;
}

@media (max-width: 960px) {
  .prod-card-wrap {
    gap: 28px;
  }

  .prod-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .prod-card {
    min-height: auto;
    padding: 26px 22px 64px;
  }

  .prod-card__icon {
    top: 38px;
    right: 22px;
    max-height: 50px;
  }

  .prod-card h3 {
    font-size: 24px;
  }

  .prod-card__text {
    font-size: 14px;
  }
}

.breath-hero.sanki {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #aaa url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/main_prod_pc-1.jpg) center bottom;
    color: #333;
    background-size: contain;
    min-height: 200px;
    padding: 0px;
    background-size: cover;
}

.breath-hero.sanki.ace {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #c47a32 url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/main_prod_pc_02.jpg) center bottom;
    color: #333;
    background-size: contain;
    min-height: 200px;
    padding: 0px;
    background-size: cover;
}
.breath-hero.sanki.sky {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f1f1f1 url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/main_prod_pc_03.jpg) bottom center no-repeat;
    color: #333;
    background-size: contain;
    min-height: 200px;
    padding: 0px;
    background-size: cover;
}
.breath-hero.sanki.bleath {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f1f1f1 url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/main_prod_pc_04.jpg) bottom center no-repeat;
    color: #333;
    background-size: contain;
    min-height: 200px;
    padding: 0px;
    background-size: cover;
}
.breath-hero.sanki.cross {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f1f1f1 url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/main_prod_pc_05.jpg) bottom center no-repeat;
    color: #333;
    background-size: contain;
    min-height: 200px;
    padding: 0px;
    background-size: cover;
}

.lead-l {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
}

.image-grid-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.image-grid-list li {
  width: calc((100% - 48px) / 3);
}

.image-grid-list img {
  display: block;
  width: 100%;
  height: auto;
}

/* 960px以下：2列 */
@media screen and (max-width: 960px) {
  .image-grid-list li {
    width: calc((100% - 24px) / 2);
  }
}

/* 520px以下：1列 */
@media screen and (max-width: 520px) {
  .image-grid-list {
    gap: 16px;
  }

  .image-grid-list li {
    width: 100%;
  }
}

.image-grid-2col {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.image-grid-2col li {
  width: calc((100% - 24px) / 2);
}

.image-grid-2col img {
  display: block;
  width: 100%;
  height: auto;
}

/* 520px以下：1列 */
@media screen and (max-width: 520px) {
  .image-grid-2col {
    gap: 16px;
  }

  .image-grid-2col li {
    width: 100%;
  }
}

.garrari-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.garrari-box {
  width: 50%;
}

.garrari-box figure {
  margin: 0 0 24px;
}

.garrari-box img {
  display: block;
  width: 100%;
  height: auto;
}

.garrari-box h3 {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.garrari-box p {
  margin: 0;
  line-height: 2;
}

/* 960px以下 */
@media screen and (max-width: 960px) {
  .garrari-wrap {
    display: block;
  }
  .garrari-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .garrari-box:last-child {
    margin-bottom: 0;
  }
}
h3.m-size {
    font-size: 32px;
}
.prod-card-wrap.prod h3 {
    margin-bottom: 0px;
}
.prod-card-wrap.prod p {
    margin-top: 20px;
    margin-bottom: 0px;
}

/* サイトマップ */

.site-map-nav {
  background: initial;
  padding: 50px 30px;
}

.site-map-nav__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.site-map-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
}

.site-map-nav__item {
  list-style: none;
}

.site-map-nav__main {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
  color: #1a3988;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}

.site-map-nav__sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1em;
}

.site-map-nav__sub-list li {
  margin-bottom: 10px;
}

.site-map-nav__sub-list li a {
  text-decoration: none;
  position: relative;
  color: #333;
  font-weight: 400;
}

@media (max-width: 960px) {
  .site-map-nav__list {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

@media screen and (max-width: 480px) {
h3.m-size {
    font-size: 24px;
}
.breath-hero__title.gochic {
    color: #333;
    font-size: 36px;
}
	.garrari-box h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.lead-l {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    padding: 10px 20px;
}
}
@media screen and (min-width: 481px) {
	.sp480{
		display:none;
	}

}
.single .conwide.pagehead.single {
    min-height: 200px;
}
footer.entry-footer {
    padding: 20px;
    max-width: 900px;
    margin: auto;
}

.breath-wrap{
    max-width:1000px;
    margin:auto;
    display:flex;
    gap:50px;
    align-items:flex-start;
}

.breath-img{
    width:42%;
}

.breath-img img{
    width:100%;
    display:block;
}

.breath-content{
    flex:1;
}

.breath-feature{
    display:flex;
    gap:15px;
    margin:0 0 35px;
    padding:0;
    list-style:none;
}

.breath-feature li{
    flex:1;
    border:1px solid #3b9a52;
    color:#228a43;
    text-align:center;
    font-weight:bold;
    font-size: 24px;
    padding:12px 10px;
    line-height:1.2;
}

.breath-check{
    border-bottom:2px solid #3b9a52;
    padding:0 0 18px;
    margin:0 0 25px;
}

.breath-check p{
    margin:0;
    font-size:20px;
    font-weight:bold;
    color:#333;
    line-height:1.5;
    position:relative;
    padding-left: 40px;
}

.breath-check p::before{
    content:"✓";
    position:absolute;
    left:0;
    top: -7px;
    color:#2d9447;
    font-size:42px;
    line-height:1;
}

.breath-check span{
    color:#228a43;
    font-size:56px;
    line-height:1;
    font-family: 'Oswald';
}

.breath-info{
    display:flex;
    gap:30px;
    align-items:flex-start;
    margin-top:50px;
}

.breath-text{
    flex:1;
}

.breath-text h3{
    margin:0 0 20px;
    padding-bottom:10px;
    border-bottom:2px solid #3b9a52;
    color:#228a43;
    font-size: 28px;
    line-height:1.4;
}

.breath-text p{
    margin:0;
    font-size:18px;
    line-height:2;
    color:#333;
    line-height: 1.6;
}

.breath-pdf{
    width:150px;
    flex-shrink:0;
}

.breath-pdf a{
    text-decoration:none;
}

.breath-pdf img{
    width:100%;
    display:block;
    margin-bottom:10px;
}

.breath-pdf span{
    display:block;
    color:#228a43;
    font-weight:bold;
    text-align:center;
    font-size:16px;
}

/* =========================
   responsive
========================= */

@media screen and (max-width:960px){

    .breath-wrap{
        flex-direction:column;
        gap:35px;
    }

    .breath-img{
        width:100%;
    }

    .breath-feature{
        flex-direction:column;
        gap:10px;
    }

    .breath-feature li{
        font-size:22px;
    }

    .breath-check p{
        font-size:18px;
        padding-left:40px;
    }

    .breath-check p::before{
        font-size:34px;
    }

    .breath-check span{
        font-size:42px;
    }

    .breath-info{
        flex-direction:column;
    }

    .breath-text h3{
        font-size:26px;
    }

    .breath-pdf{
        width:140px;
    }
}
.breath-content {
    text-align: left;
}
span.greenmid {
    color: #228a43;
    font-size: 34px;
    line-height: 1;
}
.breath-pdf {
    margin: auto;
}
span.p-main {
    color: #333;
    font-size: 20px;
}
.imgborder img {
    border: 1px solid #000;
}

.conwide.prod_imfo_back img {
    width: 100%;
}

.panf_dl img {
    max-width: 350px;
}

.conwide.prod_imfo_back {
    position: relative;
}

.panf_dl {
    position: absolute;
    right: 6%;
    bottom: 3%;
    width: 40%;
}

.pagetitle {
    position: absolute;
    top: 20%;
    left: 16%;
}
/* 文字色白 */
.white.left {
    color: #fff;
}

.prod_intro{
	max-width:1200px;
	margin:0 auto;
	padding: 80px 20px 20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:80px;
}

.prod_intro__image{
	width:48%;
}

.prod_intro__image img{
	width:100%;
	height:auto;
	display:block;
}

.prod_intro__content{
	width:52%;
	text-align: left;
}

.prod_intro__title{
	font-size:clamp(30px,3vw,48px);
	line-height:1.5;
	font-weight:700;
	margin:0 0 40px;
	letter-spacing:0.04em;
	color:#222;
}

.prod_intro__text{
	font-size:16px;
	line-height:2.2;
	font-weight:500;
	color:#333;
	margin:0;
}

@media screen and (max-width:960px){

	.prod_intro{
		flex-direction:column;
		gap:40px;
		padding: 60px 30px;
	}

	.prod_intro__image,
	.prod_intro__content{
		width:100%;
	}

	.prod_intro__title{
		margin-bottom:24px;
	}
}
.para-bg.support.prod {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/prod_wide_img.jpg);
}
.para-section.prod {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: clamp(400px, 60vw, 800px); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 200px 20px;
}

/* 製品カード型 */

.slprod-wrap,
.slprod-wrap *,
.slprod-wrap *::before,
.slprod-wrap *::after {
  box-sizing: border-box !important;
}

.slprod-wrap {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.slprod-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 56px 28px !important;
  align-items: stretch !important;
}

.slprod-item {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.slprod-en {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.03em !important;
  text-align: left !important;
}

.slprod-card {
  width: 100% !important;
  height: 100% !important;
  min-height: 440px !important;
  position: relative !important;
  background: #fff !important;
  box-shadow: 0 0 12px rgba(0,0,0,0.14) !important;
  padding: 0 0 80px !important;
  overflow: hidden !important;
}

.slprod-label {
  width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 90px 0 18px !important;
  display: flex !important;
  align-items: center !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto 100% !important;
}

.slprod-title,
.slprod-card > h3 {
  margin: 0 !important;
  padding: 24px 28px 22px !important;
  color: #111 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

.slprod-photo {
  width: 100% !important;
  display: block !important;
  margin: 0 auto 0px !important;
  padding: 0 !important;
}

.slprod-photo img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.slprod-text,
.slprod-card > p {
  margin: 0 !important;
  padding: 0 28px !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  text-align: left !important;
}

.slprod-more {
  width: 90px !important;
  position: absolute !important;
  right: 18px !important;
  bottom: 0px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.slprod-more img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.color-blue .slprod-en { color: #1d5cb3 !important; }
.color-blue .slprod-label { background-color: #1d5cb3 !important; }

.color-orange .slprod-en { color: #d96d00 !important; }
.color-orange .slprod-label { background-color: #d96d00 !important; }

.color-sky .slprod-en { color: #2d9cdb !important; }
.color-sky .slprod-label { background-color: #2d9cdb !important; }

.color-green .slprod-en { color: #3a7f45 !important; }
.color-green .slprod-label { background-color: #3a7f45 !important; }

.color-gray .slprod-en { color: #8b959c !important; }
.color-gray .slprod-label { background-color: #8b959c !important; }

@media screen and (max-width: 960px) {
  .slprod-wrap {
    padding: 0 30px !important;
  }

  .slprod-list {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .slprod-card {
    height: auto !important;
    min-height: auto !important;
  }
}

.conwide.pd-m.prod_back {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #efe8db 100%
  );
}
.slprod-label {
  position: relative;
  overflow: hidden;
}

.slprod-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/prod_plus.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  opacity: 0.35;
  pointer-events: none;
}
p.slprod-en {
    font-family: 'Oswald';
}
h2.prod_intro__title {
    font-family: 'Noto Sans JP';
    font-weight: 400;
}
h2.white.left.prod {
    font-size: 42px;
}
.small_entitle.mt50.white.left.prod {
    font-size: 16px;
}


@media screen and (max-width: 480px) {
	.pagetitle {
    position: absolute;
    top: 0%;
    left: 12%;
}
.panf_dl {
    position: absolute;
    right: 6%;
    bottom: -25%;
    width: 60%;
}
}
.sp-pcp-section a,
.smart-post-show a,
.post-carousel a {
  pointer-events: none !important;
  cursor: default !important;
}

span.big_en {
    font-family: 'Oswald';
    font-size: 72px;
}

/* 製品タイプ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

.sl-products {
  background: #f2eee6;
  padding: 40px 20px;
  text-align: center;
}

.sl-products-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 60px 60px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
}

.sl-products-title {
    margin: 0 0 50px;
    padding-bottom: 28px;
    border-bottom: 2px solid #cfcfcf;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.sl-products-title span {
  font-size: 56px;
  font-weight: 700;
  font-family: 'Oswald';
}

.sl-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 50px;
}

.sl-product-card {
  width: calc((100% - 60px) / 2);
  text-align: center;
  box-sizing: border-box;
}

.sl-product-card img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 20px;
}

.sl-product-card h3 {
  margin: 0 0 16px;
  color: #1e5aa8;
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.sl-product-card p {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 960px) {
  .sl-products-inner {
    padding: 40px 24px 50px;
  }

  .sl-products-list {
    flex-direction: column;
    gap: 55px;
  }

  .sl-product-card {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .sl-products {
    padding: 24px 12px;
  }

  .sl-products-inner {
    padding: 32px 16px 40px;
  }

  .sl-products-title {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .sl-products-title span {
    font-size: 52px;
    display: block;
  }

  .sl-product-card h3 {
    font-size: 42px;
  }

  .sl-product-card p {
    font-size: 13px;
  }
}

.intro-feature {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}

.intro-feature-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.intro-feature-item {
  position: relative;
  width: 50%;
  padding: 0 45px;
  text-align: center;
  box-sizing: border-box;
}

.intro-feature-item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 130px;
  background: #333;
  transform: translateY(-50%);
}

.intro-feature-item img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* 960px以下のレスポンシブ */
@media screen and (max-width: 960px) {
  .intro-feature {
    padding: 32px 20px;
  }

  .intro-feature-inner {
    flex-direction: column;
    gap: 32px;
  }

  .intro-feature-item {
    width: 100%;
    padding: 0;
  }

  .intro-feature-item:first-child::after {
    display: none;
  }
}
.prod_introback {
    background: #f0e9dd;
    padding-top: 100px;
    padding-bottom: 100px;
}
.card1200 {
    background: #fff;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
.shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
}
h2.mincho {
    font-size: 32px;
    font-family: 'Noto Serif JP';
}
/* 違います */
.prod-diff {
  width: 100%;
  padding: 20px 0px;
  box-sizing: border-box;
}

.prod-diff-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.prod-diff-card {
  position: relative;
  width: calc((100% - 60px) / 2);
  box-sizing: border-box;
}

.prod-diff-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .prod-diff-inner {
    flex-direction: column;
    gap: 40px;
  }

  .prod-diff-card {
    width: 100%;
  }
}
.prod-main {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}

.prod-main-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.prod-main-image {
  width: calc((100% - 40px) / 2);
  box-sizing: border-box;
}

.prod-main-image img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  .prod-main {
    padding: 32px 20px;
  }

  .prod-main-inner {
    flex-direction: column;
    gap: 30px;
  }

  .prod-main-image {
    width: 100%;
  }
footer ul.menu {
    max-width: 100%;
}
ul#menu-footermenu01 {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
}
.para-bg.support.prod.sanki {
    background-image: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/obi_prod.jpeg);
}

.prod-link-list,
.prod-link-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prod-link-list,
.prod-link-list *,
.prod-link-list *::before,
.prod-link-list *::after {
  box-sizing: border-box;
}

.prod-link-list {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.prod-link-item {
  width: 100%;
}

.prod-link-card {
  display: block;

  background: #fff;
  color: #111;
  text-decoration: none;

  overflow: hidden;

  box-shadow: 0 0 10px rgba(0,0,0,0.18);

  transition: opacity 0.3s ease;
}

.prod-link-card:hover {
  opacity: 0.85;
}

.prod-link-head {
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Oswald';
}

.prod-link-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background-image: url("https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/06/prod_plus.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  opacity: 0.35;
}

.prod-link-body {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px 26px;
  flex-direction: column;
}

.prod-link-text {
  flex: 1;
}

.prod-link-text p {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.prod-link-text h3 {
  margin: 0;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.prod-link-body img {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
  flex-shrink: 0;
  opacity: 0.65;
}


/* blue */

.color-blue .prod-link-head {
  background-color: #1d5cb3;
}

.color-blue .prod-link-text p {
  color: #1d5cb3;
}


/* orange */

.color-orange .prod-link-head {
  background-color: #d96d00;
}

.color-orange .prod-link-text p {
  color: #d96d00;
}


/* sky */

.color-sky .prod-link-head {
  background-color: #2d9cdb;
}

.color-sky .prod-link-text p {
  color: #2d9cdb;
}


/* green */

.color-green .prod-link-head {
  background-color: #3a7f45;
}

.color-green .prod-link-text p {
  color: #3a7f45;
}


/* gray */

.color-gray .prod-link-head {
  background-color: #8b959c;
}

.color-gray .prod-link-text p {
  color: #8b959c;
}


/* レスポンシブ */

@media screen and (max-width: 960px) {

  .prod-link-list {
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
    .prod-link-body {
        min-height: 130px;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 20px 18px 20px;
        flex-direction: column-reverse;
        align-items: center;
    }
	.prod-link-body img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    flex-shrink: 0;
    opacity: 0.65;
}
.prod-link-detail p {
    font-size: 15px;
    text-align: center;
}
.prod-diff-inner.aos-init.aos-animate img {
    max-width: 460px;
    padding: 10px;
    margin: auto;
}
}
.prod-main-image {
    padding: 20px;
}
@media screen and (max-width: 480px) {
.para-section.prod {
    padding: 110px 20px;
}
	.prod-main-image{
		padding:0;
	}
.lowcarbon-banner__ja {
    font-size: 20px;
    font-weight: 600;
}
.prod-link-text {
    flex: 1;
    text-align: center;
}
.prod-link-text p {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.prod-link-detail p {
    font-size: 15px;
    text-align: justify;
}
}
.prod-link-head{
	font-size:20px;
}
/* Smart Post 画像の高さを揃える */
.smart-post-block img,
.smart-post-item .post-thumbnail img {
    width: 100%;
    height: 250px; /* お好みの高さ（px）に変更してください */
    object-fit: cover; /* 画像の縦横比を維持し、はみ出た部分をトリミング */
}
.pcp-carousel-wrapper .sp-pcp-carousel {
    padding-bottom: 0px;
    padding-top: 0px;
}
.sl-products-list.center {
    display: flex;
    justify-content: center;
}

.panf_dl a:hover img {
    opacity: initial;
}

.center .sl-product-card {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (min-width: 961px) {
.flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.breath-check {
    flex: 1;
}
}

.center .sl-product-card img {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 20px;
}

.breath .sl-product-card h3 {
    color: #3d7a45;
}
.ace .sl-product-card h3 {
    color: #d86f0b;
}
.sky .sl-product-card h3 {
    color: #0099df;
}
.cross .sl-product-card h3 {
    color: #858585;
}
h2.sl-products-title {
    font-family: 'Noto Sans JP';
}

.prod-link-card {
  display: block;
  background: #fff;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.18);
  transition: opacity 0.3s ease;
}

.prod-link-detail {
  padding: 0 28px 24px;
}

.prod-link-detail p {
  margin: 0 0 18px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  text-align: justify;
}

.prod-link-more {
  display: block;
  width: 72px;
  margin-left: auto;
}

.prod-link-more img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 960px) {
.prod-link-detail p {
    margin: 0 0 18px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
}
.prod-link-text p {
    text-align: center;
}
}
.prod-link-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.prod-link-detail {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 28px 24px;
}

.prod-link-detail p {
  margin: 0;
}

.prod-link-more {
  width: 100px;
  display: block;
  margin-top: auto;
  margin-left: auto;
  padding-top: 20px;
}

@media screen and (max-width: 510px) {
    .entry-content .catalog_cards__body h3 {
        font-size: 20px;
        margin-top: 5px;
    }
	p.catalog_cards__text {
    margin-bottom: 0;
    font-size: 13px;
		line-height:1.4;
}
.catalog_cards__footer {
    background: #ffffff;
    color: #000000;
    padding: 8px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-radius: 0;
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
    border: initial;
    flex-direction: column;
}
}
.card1000 {
    background: #fff;
    padding: 20px;
    max-width: 1000px;
    margin: auto;
    width: 100%;
}
@media screen and (min-width: 961px) {
.card1000 {
    background: #fff;
    padding: 60px;
    max-width: 1000px;
    margin: auto;
    width: 100%;
	}
}
/* カタログ */
.catalog_cards__image {
    /* padding: 0px 20px; */
    /* border: initial; */
}

.download-btn img {
    max-width: 120px;
    padding: 8px;
}
.download-btn {
    margin-bottom: 30px;
    border: 1px solid #ff0000;
    max-width: 240px;
    margin: 10px auto;
    width: 100%;
    height: 44px;
}


.dl_catalog {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 60px;
}

.dl_catalog__item {
  text-align: center;
}

.dl_catalog__image img {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.dl_catalog__body {
  margin-top: 16px;
}

.dl_catalog__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.dl_catalog__text {
  margin: 4px 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.dl_catalog__btn {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  transition: opacity 0.2s ease;
}

.dl_catalog__btn:hover {
  opacity: 0.75;
}

.dl_catalog__btn img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* =========================
960px以下：2列
========================= */

@media screen and (max-width: 960px) {

  .dl_catalog {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 32px;
    padding: 0 24px;
  }

}

/* =========================
520px以下：1列
========================= */

@media screen and (max-width: 520px) {

  .dl_catalog {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0 20px;
  }

}
.download-btn {
    margin-bottom: 30px;
    border: 1px solid #ff0000;
    max-width: 240px;
    margin: 10px auto;
    width: 100%;
    height: 44px;
}

.page li.listing-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.home.page li.listing-item {
    border-bottom: initial;
    padding-bottom: initial;
}

/* アーカイブのページネーション */
span.page-numbers {
    background: #ffffff;
    padding: 4px;
    width: 24px;
    height: 10px;
    display: inline-table;
    margin: 0px;
    color: #333;
    text-align: center;
}

a.page-numbers {
    background: #adadad;
    padding: 4px;
    width: 24px;
    height: 10px;
    display: inline-table;
    margin: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

span.page-numbers.current {
    background: #185818;
    color: #fff;
}
a.next.page-numbers,a.prev.page-numbers {
    background: initial;
    color: #333;
    width: 80px;
}
.nav-links {
    border-top: initial;
    padding-top: 0px;
    font-size: 14px;
    /* text-align: center; */
    margin-top: 20px;
}

.conwide.pagehead.single {
    position: relative;
    background: url(https://www.sanki-louver.co.jp/slweb/wp-content/uploads/2026/03/greenback_B.jpg) bottom center no-repeat;
    z-index: 0;
    background-size: cover;
    padding: 0 30px;
    height: 30px;
}
@media screen and (max-width: 1300px) {
    .pagetitle {
        position: absolute;
        top: 10%;
        left: 60px;
    }
}

@media screen and (max-width: 960px) {
	.pagetitle {
    position: absolute;
    top: 20%;
    left: 50px;
}
}
@media screen and (max-width: 480px) {
    .pagetitle {
        top: 10px;
        left: 50px;
    }
    .panf_dl {
        position: absolute;
        right: 6%;
        bottom: -10%;
        width: 60%;
    }
	.small_entitle.mt50.white.left.prod.aos-init.aos-animate {
    margin-top: 30px !important;
}
}

/* Forminator ラジオボタン体裁調整 */
.forminator-ui .forminator-field-radio {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 28px !important;
  align-items: center !important;
}

.forminator-ui .forminator-radio {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  line-height: 1.6 !important;
  white-space: nowrap !important;
}

.forminator-ui .forminator-radio input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
}

.forminator-ui .forminator-radio .forminator-radio-bullet {
  position: relative !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border: 1px solid #333 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.forminator-ui .forminator-radio input[type="radio"]:checked + .forminator-radio-bullet::after,
.forminator-ui .forminator-radio input[type="radio"]:checked ~ .forminator-radio-bullet::after {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  left: 4px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #333 !important;
}

.forminator-ui .forminator-radio span:not(.forminator-radio-bullet) {
  margin: 0 !important;
}
/* ラジオボタンを正円に */
.forminator-ui .forminator-radio .forminator-radio-bullet {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}

/* 選択時の黒丸 */
.forminator-ui .forminator-radio input[type="radio"]:checked + .forminator-radio-bullet::after,
.forminator-ui .forminator-radio input[type="radio"]:checked ~ .forminator-radio-bullet::after {
  top: 5px !important;
  left: 5px !important;
  width: 8px !important;
  height: 8px !important;
}

/* 項目間を1文字程度空ける */
.forminator-ui .forminator-field-radio {
  display: flex !important;
  flex-wrap: wrap !important;
  column-gap: 1em !important;
  row-gap: 0.5em !important;
}

/* ラジオと文字の間隔 */
.forminator-ui .forminator-radio {
  gap: 0.4em !important;
}
.forminator-ui .forminator-field-radio {
  column-gap: 2em !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet {
    margin-left: 0.8em !important;
}

@media screen and (max-width: 520px) {
  .forminator-ui .forminator-field-radio {
    display: block !important;
  }

  .forminator-ui .forminator-radio {
    display: flex !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 521px) {
	h2.white.left.prod {
    font-size: 56px;
}
}
.dl_catalog__image img {
    border: 1px solid #efefef;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.support_area {
  display: flex;
  gap: 20px;
}

.support_area > div {
  flex: 1;
  min-width: 0;
}

.support_area .lowcarbon-banner {
  height: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .support_area {
    flex-direction: column;
  }
}
.support_area .lowcarbon-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    max-width: 1000px;
    width: 100%;
    padding: 28px 10px;
    border: 2px solid #1f8f43;
    box-sizing: border-box;
    text-decoration: none;
    background: #ffffff;
    flex-direction: column;
}
ul.sub-menu {
    text-indent: 0.6em;
}
.dl_catalog__body {
    border-bottom: 1px solid #aaa;
    padding-bottom: 40px;
    width: 90%;
    margin: auto;
}

/* カード型テスト */
.prod-link-list{
	max-width:1200px !important;
	margin: 0 auto 100px !important;
	padding:0 !important;
	list-style:none !important;
	display:flex !important;
	flex-wrap:wrap !important;
	gap:30px !important;
	align-items:stretch !important;
}

.prod-link-item{
	width:calc((100% - 60px) / 3) !important;
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;

	display:flex !important;
}

.prod-link-card{
	width:100% !important;
	background:#fff !important;

	box-shadow:0 10px 30px rgba(0,0,0,.08) !important;

	display:flex !important;
	flex-direction:column !important;

	height:100% !important;
	overflow:hidden !important;
}

/* ヘッダー */

.prod-link-head{
	color:#fff !important;
	font-size:22px !important;
	font-weight:700 !important;
	letter-spacing:.05em !important;
	line-height:1.4 !important;
	padding: 9px 20px !important;
}

/* 色 */

.color-blue .prod-link-head{
	background:#1e5aa8 !important;
}

.color-orange .prod-link-head{
	background:#e88a27 !important;
}

.color-sky .prod-link-head{
	background:#3daedb !important;
}

.color-green .prod-link-head{
	background:#1ea85b !important;
}

.color-gray .prod-link-head{
	background:#6b6b6b !important;
}

/* 本文 */

.prod-link-body{
	display:flex !important;
	align-items:center !important;
	justify-content:space-between !important;
	padding:25px !important;
	gap: 10px !important;
}

.prod-link-text{
	flex:1 !important;
}

.prod-link-text p{
	margin:0 0 5px !important;
	font-size:15px !important;
	line-height:1.6 !important;
}

.prod-link-text h3{
	margin:0 !important;
	font-size:30px !important;
	font-weight:700 !important;
	line-height:1.4 !important;
}

.prod-link-body img{
	width: 80% !important;
	height:auto !important;
	display:block !important;
	margin: auto;
}

/* 説明 */

.prod-link-detail{
	padding:0 25px 25px !important;

	display:flex !important;
	flex-direction:column !important;

	flex:1 !important;
}

.prod-link-detail p{
	margin:0 0 20px !important;
	font-size:14px !important;
	line-height:1.9 !important;
}

/* MORE */

.prod-link-more{
	display:block !important;
	margin-top:auto !important;
	text-align:right !important;
}

.prod-link-more img{
	width:110px !important;
	height:auto !important;
	transition:.3s !important;
}

.prod-link-more:hover img{
	opacity:.7 !important;
}

/* =========================
   TABLET
========================= */

@media screen and (max-width:960px){

	.prod-link-item{
		width:calc((100% - 30px) / 2) !important;
	}

	.prod-link-text h3{
		font-size:26px !important;
	}

}

/* =========================
   SP
========================= */

@media screen and (max-width: 680px){

	.prod-link-list{
		display:block !important;
		padding:0 20px !important;
		width: 90%;
	}

	.prod-link-item{
		width:100% !important;
		margin-bottom:30px !important;
	}

	.prod-link-body{
		display:block !important;
		text-align: center;
	}

	.prod-link-body img{
		width:100% !important;
		margin-top:20px !important;
		margin: auto;
	}

	.prod-link-text h3{
		font-size:24px !important;
	}

	.prod-link-head{
		font-size:18px !important;
	}

}
/* フォーム */
.forminator-row.forminator-row-last {
    text-align: center!important;
}
button.forminator-button.forminator-button-submit.form-submit {
    padding: 20px !important;
    min-width: 200px !important;
    font-weight: 900;
}

span.forminator-required {
    display: none !important;
}
span#forminator-radiogroup-radio-1-6a34c194860a4-label {
    margin-bottom: 10px!important;
}
.catban {
    max-width: 700px;
    margin: 80px auto 40px;
    width: 100%;
}
/* 
.prod-link-detail p {
    text-align: justify;
}
.prod-link-text p {
    text-align: center;
} */

table.bl_table h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 24px;
}
@media screen and (max-width: 960px) {
table.bl_table h3 {
    font-size: 32px;
	}}
@media screen and (max-width: 480px) {
table.bl_table h3 {
    font-size: 24px;
	}
h2.mincho {
    font-size: 28px;
}}

.cataban img {
    max-height: 150px;
    width: auto;
}

.catalog_dl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-sizing: border-box;
}

.catalog_dl__content {
  flex: 1;
  order: 1;
  text-align: left;
}

.catalog_dl__image {
  width: 216px;
  flex: 0 0 216px;
  order: 2;
}

.catalog_dl__image img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.catalog_dl__label {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #222;
}

.catalog_dl__label::first-letter {
  color: #3cac82;
}

.catalog_dl__title {
  margin: 0 0 24px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #1f2023;
}

.catalog_dl__text {
  margin: 0 0 34px;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #222;
}

.catalog_dl__button {
  display: inline-block;
  max-width: 265px;
}

.catalog_dl__button img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 960px) {
  .catalog_dl {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 40px 20px;
    text-align: center;
  }

  .catalog_dl__image {
    order: 1;
    width: 220px;
    flex: none;
  }

  .catalog_dl__content {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .catalog_dl__text {
    font-size: 16px;
  }
}

body#tinymce h2.catalog_dl__title, h2.catalog_dl__title {
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 42px;
}

p.catalog_dl__label {
    letter-spacing: 7px;
    font-size: 20px;
    font-weight: 600;
}

p.catalog_dl__text {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 520px) {
  .catalog_dl {
    padding: 32px 16px;
  }

  .catalog_dl__label {
    font-size: 16px;
    letter-spacing: 0.14em;
  }

  .catalog_dl__title {
    font-size: 34px;
  }

  .catalog_dl__image {
    width: 180px;
  }

  .pc_only {
    display: none;
  }
}
.catalog_dl__label {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #222;
}

.catalog_dl__label span {
  color: #3cac82;
}
.catalog_dl__image {
  flex: 0 0 200px;
}

.catalog_dl__image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin-left: auto; /* 右寄せ */
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 960px) {
  .catalog_dl__image {
    width: 220px;
    flex: none;
  }

  .catalog_dl__image img {
    max-width: 220px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 520px) {
  .catalog_dl {
    padding: 32px 16px;
  }

  .catalog_dl__label {
    font-size: 16px;
    letter-spacing: 0.14em;
  }

  .catalog_dl__title {
    font-size: 34px;
  }

  .catalog_dl__image {
    width: 180px;
  }

  .pc_only {
    display: none;
  }
}
.labo_cards.catdlcover {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #dddddd 100%);
}

.lowcarbon-banner {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.lowcarbon-banner__icon,
.lowcarbon-banner__text,
.lowcarbon-banner__arrow {
  display: block;
}

.lowcarbon-banner__en,
.lowcarbon-banner__ja {
  display: block;
}
.prod-link-card,
.prod-link-head,
.prod-link-body,
.prod-link-text,
.prod-link-label,
.prod-link-title,
.prod-link-image {
  display: block;
}

.prod-link-card {
  text-decoration: none;
}

.prod-link-body {
  display: flex;
  align-items: center;
}

.prod-link-image img {
  display: block;
  width: 100%;
  height: auto;
}

.prod-link-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}

.prod-link-item {
  margin: 0;
  padding: 0;
}

.prod-link-card {
  display: block;
  background: #fff;
  min-height: 295px;
  text-decoration: none;
  color: #111;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.prod-link-head {
  display: block;
  position: relative;
  padding: 9px 20px 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-family: 'Oswald';
}

.color-blue .prod-link-head {
  background: #1f5fae;
}

.color-orange .prod-link-head {
  background: #f08a20;
}

.color-sky .prod-link-head {
  background: #38add2;
}

.color-green .prod-link-head {
  background: #2fa85b;
}

.color-gray .prod-link-head {
  background: #666;
}

.prod-link-body {
  display: block;
  padding: 28px 24px 30px;
  text-align: center;
}

.prod-link-text {
  display: block;
}

.prod-link-label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.prod-link-title {
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  color: #111;
}

.color-blue .prod-link-label {
  color: #1f5fae;
}

.color-orange .prod-link-label {
  color: #df6f00;
}

.color-sky .prod-link-label {
  color: #2ba8d1;
}

.color-green .prod-link-label {
  color: #2f9d5a;
}

.color-gray .prod-link-label {
  color: #777;
}

.prod-link-image {
  display: block;
  width: 112%;
  max-width: 240px;
  margin: 10px auto 0;
  opacity: 1;
}

.prod-link-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding-right: 20px;
}

.prod-link-card:hover {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .prod-link-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (max-width: 520px) {
  .prod-link-list {
    grid-template-columns: 1fr;
  }

  .prod-link-card {
    min-height: 260px;
  }

  .prod-link-title {
    font-size: 26px;
  }
}
footer.entry-footer {
    padding: 20px;
    max-width: 900px;
    margin: auto;
    display: none;
}