@charset "UTF-8";
       html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}  body {
margin: 0;
opacity: 0;
transition: 0.5s;
min-height: 100vh;
}
body.visible {
opacity: 1;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
} [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}   body,
button,
input,
select,
optgroup,
textarea {
color: #333;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
font-size: 1rem;
line-height: 1.5;
}
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%;
} h3.greenmds {
margin: 0;
font-size: 1.6em;
font-weight: bold;
text-align: center;
color: #008866;
}
@media only screen and (min-width: 1201px) {
h3.greenmds br {
display: none;
}
} br.pcbr {
display: block;
}
br.spbr {
display: none;
}
@media only screen and (max-width: 768px) {
br.pcbr {
display: none;
}
br.spbr {
display: block;
}
} body {
background: #f6f6f6;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #008866;
transition: 0.3s;
}
a:visited {
color: #008866;
}
a:hover,
a:focus,
a:active {
color: #00C896;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a img {
transition: 0.3s;
}
a img:hover {
opacity: 0.7;
}
@media only screen and (min-width: 1201px) { a.telnumber {
pointer-events: none;
color: #333;
text-decoration: none;
}
a.telnumber-inquiry {
pointer-events: none;
color: #c70000;
text-decoration: none;
}
} 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 #ccc;
border-radius: 3px;
padding: 3px;
}
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%;
}  .site {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.site-main {
overflow: hidden;
} header.headerinfo {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 1200px;
margin: 15px auto 0;
}
header.headerinfo div.headerdescription {
width: 62%;
font-size: 0.8em;
}
header.headerinfo div.headertelfax {
font-size: 0.8em;
}
header.headerinfo div.headeraccess, header.headerinfo div.headerinquiry {
font-size: 0.9em;
line-height: 1em;
}
header.headerinfo div.headeraccess a, header.headerinfo div.headerinquiry a {
display: block;
padding: 0.3em 1em;
border-radius: 20px;
background-color: #00C896;
color: #fff;
text-decoration: none;
transition: 0.3s;
}
header.headerinfo div.headeraccess a:hover, header.headerinfo div.headerinquiry a:hover {
background-color: #008866;
}
@media only screen and (max-width: 768px) {
header.headerinfo {
display: none;
}
}
@media only screen and (max-width: 1200px) {
header.headerinfo {
display: none;
}
} div.stickyheader {
position: sticky;
top: 0;
height: 60px;
margin-top: 15px;
background: #fff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
z-index: 10000;
}
div.stickyheader div.headerlogowrap {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
max-width: 1200px;
height: 100%;
margin: 0 auto;
}
div.stickyheader div.headerlogowrap h1.headerlogo {
width: 15%;
height: 60px;
margin: 0;
padding: 0;
}
div.stickyheader div.headerlogowrap h1.headerlogo a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
div.stickyheader div.headerlogowrap h1.headerlogo a img {
display: block;
width: 100%;
min-width: 150px;
transition: 0.3s;
}
div.stickyheader div.headerlogowrap h1.headerlogo a:hover img {
opacity: 0.7;
}
div.stickyheader div.headerlogowrap ul.headernavi {
width: 70%;
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
div.stickyheader div.headerlogowrap ul.headernavi > li {
position: relative;
height: 60px;
font-size: 1em;
font-weight: bold;
line-height: 60px;
transition: 0.3s;
}
div.stickyheader div.headerlogowrap ul.headernavi > li a {
color: #333;
text-decoration: none;
transition: 0.3s;
}
div.stickyheader div.headerlogowrap ul.headernavi > li a:hover {
color: #00C896;
}
div.stickyheader div.headerlogowrap ul.headernavi > li::after {
position: absolute;
bottom: 0.7em;
left: 50%;
content: "";
width: 0;
height: 2px;
background-color: #00C896;
transition: 0.3s;
transform: translateX(-50%);
}
div.stickyheader div.headerlogowrap ul.headernavi > li:hover {
cursor: pointer;
color: #00C896;
}
div.stickyheader div.headerlogowrap ul.headernavi > li:hover::after {
width: 100%;
}
div.stickyheader div.headerlogowrap ul.headernavi > li ul.dropdwn_category {
display: none;
position: absolute;
width: 250px;
margin-left: -1rem;
padding: 1rem;
background: #fff;
list-style: none;
box-shadow: 0px 10px 7px -7px rgba(0, 0, 0, 0.1), 7px 7px 7px -7px rgba(0, 0, 0, 0.15), -7px 7px 7px -7px rgba(0, 0, 0, 0.15);
}
div.stickyheader div.headerlogowrap ul.headernavi > li ul.dropdwn_category li {
line-height: 1.8rem;
}
div.stickyheader div.headerlogowrap ul.headernavi > li ul.dropdwn_category li a {
display: block;
padding: 0.7rem 1rem;
margin-left: -5px;
margin-right: -5px;
margin-bottom: -5px;
display: block;
color: #333;
}
div.stickyheader div.headerlogowrap ul.headernavi > li ul.dropdwn_category li a:hover {
background-color: #BEEDE1;
}
div.stickyheader div.headerlogowrap ul.headernavi > li ul.dropdwn_category li a img {
max-width: 25px;
margin-right: 0.5em;
vertical-align: middle;
}
div.stickyheader div.headerlogowrap ul.headernavi > li ul.dropdwn_category li a i {
width: 2em;
}
div.spnavigation { display: none;
}
@media only screen and (max-width: 1200px) {
div.stickyheader {
position: sticky;
top: 0;
height: 60px;
margin-top: 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
z-index: 10000;
}
div.stickyheader div.headerlogowrap {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
max-width: initial;
width: 100%;
height: 100%;
margin: 0 auto;
}
div.stickyheader div.headerlogowrap h1.headerlogo {
width: 200px;
height: 60px;
margin: 0;
padding: 0 0 0 0.5em;
}
div.stickyheader div.headerlogowrap h1.headerlogo a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
div.stickyheader div.headerlogowrap h1.headerlogo a img {
display: block;
width: 100%;
min-width: 150px;
transition: 0.3s;
}
div.stickyheader div.headerlogowrap h1.headerlogo a:hover img {
opacity: 0.7;
}
div.stickyheader div.headerlogowrap ul.headernavi { display: none;
}
div.stickyheader div.headerlogowrap div.spnavigation { display: block;
height: 80%;
padding-right: 0.5em;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox {
display: none;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon {
cursor: pointer;
display: inline-block;
height: 50px;
position: relative;
width: 50px;
z-index: 100;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span {
background-color: #008866;
display: block;
height: 8%;
left: 50%;
margin: -8% 0 0 -42%;
position: absolute;
top: 50%;
transition: all 0.3s ease-in-out;
width: 84%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span::before, div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span::after {
-webkit-transform: rotate(0);
background: #008866;
content: "";
display: block;
height: 100%;
left: 50%;
margin: -8% 0 0 -50%;
position: absolute;
top: 100%;
transform: rotate(0);
transition: all 0.3s ease-in-out;
width: 100%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span::before {
margin-top: -38%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span::after {
margin-top: 19%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span {
background: rgba(51, 51, 51, 0);
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span::before,
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span::after {
content: "";
display: block;
height: 100%;
left: 50%;
margin: -8% 0 0 -42%;
position: absolute;
top: 50%;
width: 100%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span::before {
transform: rotate(-45deg);
background-color: #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span::after {
transform: rotate(45deg);
background-color: #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content {
width: 100%;
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 40;
width: 100%;
height: 100%;
background: #000;
padding: 1em;
color: #fff;
transition: all 0.3s ease-in-out 0s;
transform: translateY(-100%);
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 90%;
margin: 5em auto 0;
padding: 0;
list-style: none;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li {
margin: 0;
padding: 0;
width: 30%;
text-align: center;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li a {
display: block;
padding: 1em 0;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li:nth-child(1) a, div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li:nth-child(2) a, div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li:nth-child(3) a {
border-top: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-action {
display: block;
list-style: none;
width: 90%;
margin: 2em auto 0;
padding: 0;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-action li {
margin: 0;
padding: 0;
text-align: center;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-action li a {
display: block;
padding: 1em 0;
color: #fff;
text-decoration: none;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-action li a i {
margin-right: 0.5em;
font-size: 1.8em;
vertical-align: middle;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 90%;
margin: 5em auto 0;
padding: 0;
list-style: none;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub li {
margin: 0;
padding: 0;
width: 45%;
text-align: center;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub li a {
display: block;
padding: 1em 0;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub li:nth-child(1) a, div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub li:nth-child(2) a {
border-top: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-content {
transform: translateY(0);
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-close {
display: none;
position: fixed;
z-index: 39;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
transition: all 0.3s ease-in-out 0s;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-close {
display: block;
opacity: 0.3;
}
div.stickyheader div.headerlogowrap div.spnavigation #modal-content ul.modalnav-type {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 90%;
margin: 5em auto 0;
padding: 0;
list-style: none;
}
div.stickyheader div.headerlogowrap div.spnavigation #modal-content ul.modalnav-type li {
margin: 0;
padding: 0;
width: 30%;
text-align: center;
}
div.stickyheader div.headerlogowrap div.spnavigation #modal-content ul.modalnav-type li a {
display: block;
padding: 1em 0;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #modal-content ul.modalnav-type li:nth-child(1) a, div.stickyheader div.headerlogowrap div.spnavigation #modal-content ul.modalnav-type li:nth-child(2) a, div.stickyheader div.headerlogowrap div.spnavigation #modal-content ul.modalnav-type li:nth-child(3) a {
border-top: 1px solid #fff;
}
} @media only screen and (max-width: 768px) {
div.stickyheader {
position: sticky;
top: 0;
height: 60px;
margin-top: 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
z-index: 10000;
}
div.stickyheader div.headerlogowrap {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
max-width: initial;
width: 100%;
height: 100%;
margin: 0 auto;
}
div.stickyheader div.headerlogowrap h1.headerlogo {
width: 200px;
height: 60px;
margin: 0;
padding: 0 0 0 0.5em;
}
div.stickyheader div.headerlogowrap h1.headerlogo a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
div.stickyheader div.headerlogowrap h1.headerlogo a img {
display: block;
width: 100%;
min-width: 150px;
transition: 0.3s;
}
div.stickyheader div.headerlogowrap h1.headerlogo a:hover img {
opacity: 0.7;
}
div.stickyheader div.headerlogowrap ul.headernavi { display: none;
}
div.stickyheader div.headerlogowrap div.spnavigation { height: 80%;
padding-right: 0.5em;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox {
display: none;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon {
cursor: pointer;
display: inline-block;
height: 50px;
position: relative;
width: 50px;
z-index: 100;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span {
background-color: #008866;
display: block;
height: 8%;
left: 50%;
margin: -8% 0 0 -42%;
position: absolute;
top: 50%;
transition: all 0.3s ease-in-out;
width: 84%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span::before, div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span::after {
-webkit-transform: rotate(0);
background: #008866;
content: "";
display: block;
height: 100%;
left: 50%;
margin: -8% 0 0 -50%;
position: absolute;
top: 100%;
transform: rotate(0);
transition: all 0.3s ease-in-out;
width: 100%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span::before {
margin-top: -38%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-icon span::after {
margin-top: 19%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span {
background: rgba(51, 51, 51, 0);
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span::before,
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span::after {
content: "";
display: block;
height: 100%;
left: 50%;
margin: -8% 0 0 -42%;
position: absolute;
top: 50%;
width: 100%;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span::before {
transform: rotate(-45deg);
background-color: #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-icon span::after {
transform: rotate(45deg);
background-color: #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content {
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 40;
width: 100%;
height: 100%;
background: #000;
padding: 1em;
color: #fff;
transition: all 0.3s ease-in-out 0s;
transform: translateY(-100%);
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 90%;
margin: 3em auto 0;
padding: 0;
list-style: none;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li {
margin: 0;
padding: 0;
width: 45%;
text-align: center;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li a {
display: block;
padding: 0.7em 0;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li:nth-child(1) a, div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li:nth-child(2) a {
border-top: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-type li:nth-child(3) a {
border-top: 0;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-action {
display: block;
list-style: none;
width: 90%;
margin: 1em auto 0;
padding: 0;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-action li {
margin: 0;
padding: 0;
text-align: center;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-action li a {
display: block;
padding: 0.7em 0;
color: #fff;
text-decoration: none;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-action li a i {
margin-right: 0.5em;
font-size: 1.8em;
vertical-align: middle;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub {
display: block;
width: 90%;
margin: 1em auto 0;
padding: 0;
list-style: none;
border-top: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub li {
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub li a {
display: block;
padding: 0.7em 0;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub li:nth-child(1) a, div.stickyheader div.headerlogowrap div.spnavigation #drawer-content ul.modalnav-sub li:nth-child(2) a {
border-top: 0;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-content {
transform: translateY(0);
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-close {
display: none;
position: fixed;
z-index: 39;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
transition: all 0.3s ease-in-out 0s;
}
div.stickyheader div.headerlogowrap div.spnavigation #drawer-checkbox:checked ~ #drawer-close {
display: block;
opacity: 0.3;
}
}  div.telfaxfooter {
position: relative;
margin-top: auto;
}
div.telfaxfooter img.footerspimg {
position: absolute;
display: block;
height: 100%;
right: 0;
bottom: 0;
opacity: 0.15;
z-index: -10000;
}
div.telfaxfooter div.telfaxfooter-inner {
max-width: 1200px;
margin: 0 auto;
padding: 30px 0;
}
div.telfaxfooter div.telfaxfooter-inner p.telfaxfooter-comment {
margin: 1em 0;
text-align: center;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content {
max-width: 1000px;
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxno {
width: 35%;
font-size: 1.6em;
font-weight: bold;
line-height: 2em;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxno i {
width: 1.5em;
margin: 0 auto;
font-size: 1.1em;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail {
width: 35%;
font-weight: bold;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a {
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 0.8em;
background-color: #fff;
border: 2px solid #008866;
text-decoration: none;
color: #008866;
transition: 0.3s;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a div.tfm-paperplane {
width: 40%;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a div.tfm-paperplane i {
font-size: 2.2em;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a div.tfm-text {
width: 60%;
text-align: left;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a:hover {
background-color: #008866;
color: #fff;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxline {
width: 30%;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxline a {
display: block;
transition: 0.3s;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxline a img {
display: block;
width: 45%;
margin: 0 auto 0.3em;
transition: 0.3s;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxline a p {
margin: 0;
padding: 0;
text-align: center;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxline a:hover img {
opacity: 0.7;
}
div.telfaxfooter div.telfaxfooter-inner div.fraud-alert { width: 94%;
max-width: 1000px;
margin: 1rem auto 0;
padding: 1rem;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid #922;
background-color: rgba(255, 0, 0, 0.1);
}
div.telfaxfooter div.telfaxfooter-inner div.fraud-alert h4 {
margin: 0.5rem 0;
padding: 0;
border-radius: 3px;
font-size: 1.2rem;
font-weight: bold;
}
div.telfaxfooter div.telfaxfooter-inner div.fraud-alert h4 span {
padding: 0.5rem;
background-color: #f00;
color: #fff;
}
div.telfaxfooter div.telfaxfooter-inner div.fraud-alert p {
margin: 0.5rem 0 0;
padding: 0;
}
div.sfsiplus_footerLnk {
display: none;
}
@media only screen and (max-width: 1200px) {
div.telfaxfooter img.footerspimg {
height: 70%;
}
div.telfaxfooter div.telfaxfooter-inner {
max-width: 94%;
padding: 30px 0;
}
div.telfaxfooter div.telfaxfooter-inner p.telfaxfooter-comment {
margin: 1em 0;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content {
max-width: 100%;
}
} @media only screen and (max-width: 768px) {
div.telfaxfooter img.footerspimg {
height: 50%;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content {
max-width: 100%;
display: block;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxno {
width: 100%;
font-size: 1.4em;
line-height: 2em;
text-align: center;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail {
width: 100%;
margin-top: 1em;
font-weight: bold;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a {
justify-content: space-between;
padding: 0.8em;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a div.tfm-paperplane {
width: 18%;
text-align: right;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a div.tfm-paperplane i {
font-size: 1.8em;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a div.tfm-text {
width: 77%;
text-align: left;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxmail a div.tfm-text br {
display: none;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxline {
width: 100%;
margin-top: 1em;
}
div.telfaxfooter div.telfaxfooter-inner ul.telfaxfooter-content li.telfaxline a img {
width: 40%;
}
} footer.greenfooter {
padding: 30px 0;
background-color: #00C896;
}
footer.greenfooter div.greenfooter-inner {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
max-width: 1200px;
margin: 0 auto;
}
footer.greenfooter div.greenfooter-inner div.footeraddress {
width: 30%;
}
footer.greenfooter div.greenfooter-inner div.footeraddress img.footerlogoimg {
display: block;
max-width: 70%;
min-width: 50%;
}
footer.greenfooter div.greenfooter-inner div.footeraddress p {
margin: 1em 0 0;
color: #fff;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn {
max-width: 70%;
min-width: 50%;
margin-top: 1em;
line-height: 1em;
text-align: center;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn a {
display: block;
padding: 0.5em;
color: #fff;
text-decoration: none;
border: 1px solid #fff;
background-color: #00C896;
transition: 0.3s;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn a:hover {
color: #008866;
background-color: #fff;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink {
margin-top: 1em;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink ul {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink ul li a {
margin-right: 0.7em;
font-size: 1.5em;
color: #fff;
transition: 0.3s;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink ul li a:hover {
opacity: 0.7;
}
footer.greenfooter div.greenfooter-inner ul.footermenu {
width: 30%;
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer.greenfooter div.greenfooter-inner ul.footermenu li {
width: 100%;
font-size: 1em;
line-height: 1.5em;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer.greenfooter div.greenfooter-inner ul.footermenu li a {
display: block;
padding: 0.5em;
color: #fff;
text-decoration: none;
background-color: #00C896;
transition: 0.3s;
}
footer.greenfooter div.greenfooter-inner ul.footermenu li a:hover {
color: #008866;
background-color: #fff;
}
@media only screen and (max-width: 1200px) {
footer.greenfooter {
padding: 30px 0;
background-color: #00C896;
}
footer.greenfooter div.greenfooter-inner {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
max-width: initial;
width: 94%;
}
footer.greenfooter div.greenfooter-inner div.footeraddress {
width: 30%;
}
footer.greenfooter div.greenfooter-inner div.footeraddress img.footerlogoimg {
display: block;
max-width: 70%;
min-width: 50%;
}
footer.greenfooter div.greenfooter-inner div.footeraddress p {
margin: 1em 0 0;
color: #fff;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn {
max-width: 70%;
min-width: 50%;
margin-top: 1em;
line-height: 1em;
text-align: center;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn a {
display: block;
padding: 0.5em;
color: #fff;
text-decoration: none;
border: 1px solid #fff;
background-color: #00C896;
transition: 0.3s;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn a:hover {
color: #008866;
background-color: #fff;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink {
margin-top: 1em;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink a {
margin-right: 0.7em;
font-size: 1.5em;
color: #fff;
transition: 0.3s;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink a:hover {
opacity: 0.7;
}
footer.greenfooter div.greenfooter-inner ul.footermenu {
width: 30%;
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer.greenfooter div.greenfooter-inner ul.footermenu li {
width: 100%;
font-size: 1em;
line-height: 1.5em;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer.greenfooter div.greenfooter-inner ul.footermenu li a {
display: block;
padding: 0.5em;
color: #fff;
text-decoration: none;
background-color: #00C896;
transition: 0.3s;
}
} @media only screen and (max-width: 768px) {
footer.greenfooter {
padding: 30px 0 0;
background-color: #00C896;
}
footer.greenfooter div.greenfooter-inner {
display: block;
max-width: initial;
width: 94%;
}
footer.greenfooter div.greenfooter-inner div.footeraddress {
width: 100%;
}
footer.greenfooter div.greenfooter-inner div.footeraddress img.footerlogoimg {
display: block;
max-width: initial;
min-width: initial;
width: 50%;
}
footer.greenfooter div.greenfooter-inner div.footeraddress p {
margin: 1em 0 0;
color: #fff;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn {
max-width: initial;
min-width: initial;
width: 60%;
margin: 1em auto 0;
line-height: 1em;
text-align: center;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn a {
display: block;
padding: 0.5em;
color: #fff;
text-decoration: none;
border: 1px solid #fff;
background-color: #00C896;
transition: 0.3s;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footerinquirybtn a:hover {
color: #008866;
background-color: #fff;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink {
margin-top: 1em;
margin: 1em 0 0;
padding: 0.7em 0 1.2em;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink ul {
justify-content: space-around;
width: 80%;
margin: 0 auto;
}
footer.greenfooter div.greenfooter-inner div.footeraddress div.footersnslink ul li a {
margin: 0;
font-size: 1.5em;
}
footer.greenfooter div.greenfooter-inner ul.footermenu {
display: none;
}
}  .main-navigation {
display: block;
width: 100%;
}
.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;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.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%;
}   section.frontpage-itemlist {
margin: 3em 0;
}
section.frontpage-itemlist ul.itemlist {
width: 90%;
margin: 3em 0 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
opacity: 0;
transition: 0.5s;
transition-delay: 0.5s;
}
section.frontpage-itemlist ul.itemlist.visible {
opacity: 1;
margin-top: 0;
}
section.frontpage-itemlist ul.itemlist li {
width: 16.5%;
}
section.frontpage-itemlist ul.itemlist li a {
display: block;
width: 90%;
margin: 0 10% 10% 10%;
text-decoration: none;
color: #333;
}
section.frontpage-itemlist ul.itemlist li a div {
position: relative;
width: 100%;
background: #fff;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid #999;
}
section.frontpage-itemlist ul.itemlist li a div::before {
content: "";
display: block;
padding-top: 100%;
}
section.frontpage-itemlist ul.itemlist li a div img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
max-width: 75%;
max-height: 75%;
margin: 12.5%;
}
section.frontpage-itemlist ul.itemlist li a p {
margin: 0;
padding: 0.3em;
text-align: center;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper {
position: relative;
width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: nowrap;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper::after {
position: absolute;
top: 0;
width: calc((100vw - 1200px) / 2 + 1200px - 3em);
height: calc(100% - 3em);
margin: 6em calc(50% - 50vw) 0;
content: "";
z-index: -10000;
opacity: 0;
transition: 0.5s;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title {
width: 10%;
display: flex;
flex-wrap: nowrap;
margin-top: 3em;
padding: 0 1em;
box-sizing: border-box;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title.visible {
opacity: 1;
margin-top: 0;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title h3 {
margin: 0;
padding: 0;
font-size: 2.5em;
overflow: visible;
writing-mode: vertical-rl;
text-orientation: upright;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title p {
margin: 0;
padding: 0;
overflow: visible;
writing-mode: vertical-rl;
text-orientation: upright;
text-orientation: sideways;
}
section.frontpage-itemlist div.visible::after {
margin-top: 3em;
opacity: 1;
}
section.frontpage-itemlist div.printonpaper-wrapper {
flex-direction: row;
}
section.frontpage-itemlist div.printonpaper-wrapper::after {
left: 0;
background-color: #008866;
opacity: 0.2;
}
section.frontpage-itemlist div.printonpaper-wrapper div.fp-category-title-printonpaper h3 span {
color: #008866;
}
section.frontpage-itemlist div.printonpaper-wrapper ul.itemlist li a:hover {
color: #008866;
}
section.frontpage-itemlist div.printonpaper-wrapper ul.itemlist li a div {
border: 1px solid #008866;
}
section.frontpage-itemlist div.otherprinting-wrapper {
flex-direction: row-reverse;
}
section.frontpage-itemlist div.otherprinting-wrapper::after {
right: 0;
background-color: #C16294;
opacity: 0.2;
}
section.frontpage-itemlist div.otherprinting-wrapper div.fp-category-title-otherprinting h3 span {
color: #C16294;
}
section.frontpage-itemlist div.otherprinting-wrapper ul.itemlist li a:hover {
color: #C16294;
}
section.frontpage-itemlist div.otherprinting-wrapper ul.itemlist li a div {
border: 1px solid #C16294;
}
section.frontpage-itemlist div.promotional-giveaways-wrapper {
flex-direction: row;
}
section.frontpage-itemlist div.promotional-giveaways-wrapper::after {
left: 0;
background-color: #A2852E;
opacity: 0.2;
}
section.frontpage-itemlist div.promotional-giveaways-wrapper div.fp-category-title-promotional-giveaways h3 span {
color: #A2852E;
}
section.frontpage-itemlist div.promotional-giveaways-wrapper ul.itemlist li a:hover {
color: #A2852E;
}
section.frontpage-itemlist div.promotional-giveaways-wrapper ul.itemlist li a div {
border: 1px solid #A2852E;
}
section.frontpage-itemlist div.digital-production-wrapper {
flex-direction: row-reverse;
}
section.frontpage-itemlist div.digital-production-wrapper::after {
right: 0;
background-color: #2A49C6;
opacity: 0.2;
}
section.frontpage-itemlist div.digital-production-wrapper div.fp-category-title-digital-production h3 span {
color: #2A49C6;
}
section.frontpage-itemlist div.digital-production-wrapper ul.itemlist li a:hover {
color: #2A49C6;
}
section.frontpage-itemlist div.digital-production-wrapper ul.itemlist li a div {
border: 1px solid #2A49C6;
}
section.frontpage-itemlist div.fpothers-wrapper {
flex-direction: row;
}
section.frontpage-itemlist div.fpothers-wrapper::after {
left: 0;
background-color: #D84C19;
opacity: 0.2;
}
section.frontpage-itemlist div.fpothers-wrapper div.fp-category-title-fpothers h3 span {
color: #D84C19;
}
section.frontpage-itemlist div.fpothers-wrapper ul.itemlist li a:hover {
color: #D84C19;
}
section.frontpage-itemlist div.fpothers-wrapper ul.itemlist li a div {
border: 1px solid #D84C19;
}
@media only screen and (max-width: 1200px) {
section.frontpage-itemlist {
margin-top: 3em;
}
section.frontpage-itemlist ul.itemlist {
width: 83%;
margin: 3em 0 0;
}
section.frontpage-itemlist ul.itemlist.visible {
opacity: 1;
margin-top: 0;
}
section.frontpage-itemlist ul.itemlist li {
width: 20%;
}
section.frontpage-itemlist ul.itemlist li a {
width: 90%;
margin: 10%;
}
section.frontpage-itemlist ul.itemlist li a div img {
max-width: 80%;
margin: 10%;
}
section.frontpage-itemlist ul.itemlist li a p {
margin: 0;
padding: 0.3em;
font-size: 0.9em;
text-align: center;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper {
width: 100%;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper::after {
top: 0;
width: 100%;
height: 100%;
margin: 0;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title {
width: 15%;
padding: 0 1em;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title h3 {
font-size: 2.5em;
}
}
@media only screen and (max-width: 768px) {
section.frontpage-itemlist {
margin-top: 3em;
}
section.frontpage-itemlist ul.itemlist {
width: 94%;
margin: 3em auto 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
opacity: 0;
transition: 1s;
transition-delay: 0.5s;
}
section.frontpage-itemlist ul.itemlist.visible {
opacity: 1;
margin-top: 0;
}
section.frontpage-itemlist ul.itemlist li {
width: 33.3333333333%;
}
section.frontpage-itemlist ul.itemlist li a {
display: block;
width: 90%;
margin: 0 10% 10% 10%;
text-decoration: none;
}
section.frontpage-itemlist ul.itemlist li a div {
width: 100%;
background: #fff;
box-sizing: border-box;
border: 1px solid #999;
}
section.frontpage-itemlist ul.itemlist li a div img {
display: block;
max-width: 80%;
margin: 10%;
}
section.frontpage-itemlist ul.itemlist li a p {
margin: 0;
padding: 0.3em;
font-size: 0.9em;
text-align: center;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper {
width: 100%;
margin: 0 auto;
display: block;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper::after {
width: 100%;
height: calc(100% - 2em);
margin: 5em 0 0;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title {
width: 94%;
margin: 0 auto;
display: block;
padding: 0;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title h3 {
display: inline;
margin: 0;
padding: 0;
font-size: 2em;
overflow: visible;
writing-mode: horizontal-tb;
}
section.frontpage-itemlist div.frontpage-itemlist-wrapper div.frontpage-itemlist-category-title p {
display: inline;
margin: 0;
padding: 0;
overflow: visible;
writing-mode: horizontal-tb;
}
section.frontpage-itemlist div.visible::after {
margin-top: 2em;
}
} ul.homepost {
width: 900px;
margin: 1em auto 0;
padding: 0;
list-style: none;
border-top: 1px solid #aaa;
}
ul.homepost li {
margin: 0;
padding: 0.8em 0;
text-align: center;
border-bottom: 1px solid #aaa;
}
ul.homepost li p {
display: inline;
margin-right: 1em;
}
div.allposts {
margin: 3em auto 2em;
text-align: center;
}
div.allposts a {
padding: 2em;
background-color: #00C896;
font-weight: bold;
text-decoration: none;
color: #fff;
transition: 0.3s;
}
div.allposts a:hover {
cursor: pointer;
background: #008866;
}
@media only screen and (max-width: 1200px) {
ul.homepost {
width: 80%;
margin: 1em auto 0;
}
ul.homepost li {
padding: 0.8em 0;
}
}
@media only screen and (max-width: 768px) {
ul.homepost {
width: 94%;
margin: 1em auto 0;
}
ul.homepost li {
padding: 0.8em 0;
text-align: left;
}
}  section.whitebackwrap {
background-color: #fff;
padding: 3em 0;
}
section.graybackwrap {
background-color: #f6f6f6;
padding: 3em 0;
}
section.lgbackwrap {
background-color: #efebdd;
border-top: 1px solid #dcd6c0;
border-bottom: 1px solid #dcd6c0;
padding: 3em 0;
}
section.relatedproductswrap {
background-color: #DCEBED;
padding: 3em 0;
} section.printcontent-top {
position: relative;
padding-bottom: 3em;
}
section.printcontent-top div.contpage-title {
display: flex;
flex-direction: row-reverse;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
max-width: 1000px;
margin: 0 auto;
padding-top: 3em;
}
section.printcontent-top div.contpage-title img.contpage-titleimage {
display: block;
width: 180px;
margin-right: 1em;
z-index: -100;
}
section.printcontent-top div.contpage-title div.contpage-titletext {
margin-left: 1em;
}
section.printcontent-top div.contpage-title div.contpage-titletext h2 {
margin: 0;
font-size: 2.5em;
font-weight: bold;
text-shadow: 1px 1px 2px #f6f6f6, -1px 1px 2px #f6f6f6, 1px -1px 2px #f6f6f6, -1px -1px 2px #f6f6f6;
}
section.printcontent-top div.contpage-title div.contpage-titletext p {
margin: 1em 0 0;
text-shadow: 1px 1px 2px #f6f6f6, -1px 1px 2px #f6f6f6, 1px -1px 2px #f6f6f6, -1px -1px 2px #f6f6f6;
}
section.printcontent-top img.content-top-back { width: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0.1;
z-index: -1000;
}
@media only screen and (max-width: 1200px) {
section.printcontent-top div.contpage-title {
max-width: 94%;
}
section.printcontent-top div.contpage-title img.contpage-titleimage {
width: 25%;
}
section.printcontent-top div.contpage-title div.contpage-titletext {
margin-left: 1em;
}
section.printcontent-top div.contpage-title div.contpage-titletext h2 {
margin: 0;
font-size: 2.5em;
}
section.printcontent-top div.contpage-title div.contpage-titletext p {
margin: 1em 0 0;
}
} @media only screen and (max-width: 768px) {
section.printcontent-top div.contpage-title {
display: block;
max-width: 94%;
padding-top: 1.5em;
}
section.printcontent-top div.contpage-title img.contpage-titleimage {
width: 40%;
margin: 1em auto 0;
}
section.printcontent-top div.contpage-title div.contpage-titletext {
margin-left: 0;
}
section.printcontent-top div.contpage-title div.contpage-titletext h2 {
margin: 0;
font-size: 2.5em;
text-align: center;
}
section.printcontent-top div.contpage-title div.contpage-titletext p {
margin: 1em 0 0;
text-align: center;
}
}  ul.contpage-campaign {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
max-width: 1000px;
padding: 2em 0;
margin: 3em auto 0;
border-top: 1px solid #707070;
border-bottom: 1px solid #707070;
list-style: none;
}
ul.contpage-campaign li.special-price {
width: 6em;
height: 6em;
font-size: 1.3em;
font-weight: bold;
line-height: 6em;
text-align: center;
color: #fff;
background-color: #c70000;
border-radius: 3em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap {
width: 85%;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-title {
width: 25%;
font-size: 1.2em;
font-weight: bold;
text-align: center;
color: #00C896;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price {
width: 45%;
text-align: center;
white-space: nowrap;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price span.unit {
font-size: 2em;
margin-right: 1em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price span.price {
font-size: 3em;
font-weight: bold;
color: #c70000;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price div.price-taxincluded {
font-size: 1rem;
font-weight: normal;
text-align: center;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-subprice {
width: 30%;
padding: 0.5em;
border: 1px solid #707070;
font-size: 1.3em;
text-align: center;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-subprice strong {
font-weight: bold;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-subprice div.price-taxincluded {
font-size: 1rem;
}
@media only screen and (max-width: 1200px) {
ul.contpage-campaign {
max-width: 94%;
padding: 2em 0;
margin: 2em auto 0;
}
ul.contpage-campaign li.special-price {
width: 6em;
height: 6em;
font-size: 1.3em;
line-height: 6em;
border-radius: 3em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap {
width: 85%;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-title {
width: 25%;
font-size: 1.2em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price {
width: 45%;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price span.unit {
display: block;
font-size: 2em;
margin-right: 1em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price span.price {
display: block;
font-size: 3em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-subprice {
width: 30%;
padding: 0.5em;
font-size: 1.3em;
}
} @media only screen and (max-width: 768px) {
ul.contpage-campaign {
max-width: 94%;
padding: 1em 0;
margin: 1em auto 0;
}
ul.contpage-campaign li.special-price {
width: 5em;
height: 5em;
font-size: 1em;
line-height: 5em;
border-radius: 2.5em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap {
width: 70%;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right {
display: block;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-title {
width: 100%;
font-size: 1.2em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-title br {
display: none;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price {
width: 100%;
text-align: center;
white-space: normal;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price span.unit {
display: inline;
font-size: 1em;
margin-right: 1em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price span.price {
display: inline;
font-size: 2em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-price div.price-taxincluded {
margin-bottom: 0.5em;
}
ul.contpage-campaign li.contpage-campaign-right-wrap ul.contpage-campaign-right li.campaign-subprice {
width: 100%;
padding: 0.5em;
font-size: 1.3em;
text-align: center;
}
}  div.contpage-beforeafter {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
max-width: 1200px;
margin: 3em auto 0;
}
div.contpage-beforeafter dl {
position: relative;
width: 47%;
margin: 2em 0 0;
padding: 2em;
z-index: 1;
}
div.contpage-beforeafter dl dt {
margin: -1.7em 0 0;
font-size: 2.2em;
}
div.contpage-beforeafter dl.compare-beforebox {
background-color: #e6e6e6;
opacity: 0;
transition: 1s;
transition-delay: 0.5s;
}
div.contpage-beforeafter dl.compare-beforebox.visible {
opacity: 1;
}
div.contpage-beforeafter dl.compare-beforebox dd.beforeafter-icon {
position: absolute;
right: 2em;
top: 2em;
width: 20%;
z-index: -10;
}
div.contpage-beforeafter dl.compare-beforebox dd.beforeafter-icon img {
display: block;
width: 100%;
opacity: 10%;
}
div.contpage-beforeafter dl.compare-afterbox {
background-color: #FFE2E2;
opacity: 0;
transform: scale(1.3, 1.3);
transition: 1s;
transition-delay: 1.5s;
}
div.contpage-beforeafter dl.compare-afterbox.visible {
opacity: 1;
transform: none;
}
div.contpage-beforeafter dl.compare-afterbox dt {
color: #c70000;
}
div.contpage-beforeafter dl.compare-afterbox dd.beforeafter-icon {
position: absolute;
right: 2em;
top: 2em;
width: 25%;
z-index: -10;
}
div.contpage-beforeafter dl.compare-afterbox dd.beforeafter-icon img {
display: block;
width: 100%;
opacity: 60%;
}
div.contpage-beforeafter dl dd {
margin: 1em 0 0;
padding: 0;
}
div.contpage-beforeafter div.compare-rightarrow {
z-index: 100;
align-self: center;
font-size: 5em;
color: #008866;
opacity: 0;
transform: translateX(-10px);
transition: 1s;
transition-delay: 1s;
}
div.contpage-beforeafter div.compare-rightarrow.visible {
opacity: 1;
transform: none;
}
div.contpage-beforeafter div.compare-downarrow {
z-index: 100;
display: none;
opacity: 0;
transform: translateY(-10px);
transition: 1s;
transition-delay: 1s;
}
div.contpage-beforeafter div.compare-downarrow.visible {
opacity: 1;
transform: none;
}
ul.contpage-comparesupplement {
width: 1200px;
margin: 1em auto 0;
padding-left: 2em;
}
@media only screen and (max-width: 1200px) {
div.contpage-beforeafter {
max-width: 94%;
margin: 2em auto 0;
}
div.contpage-beforeafter dl {
width: 47%;
margin: 2em 0 0;
padding: 2em;
z-index: 1;
}
div.contpage-beforeafter dl dt {
margin: -1.7em 0 0;
font-size: 2.2em;
}
div.contpage-beforeafter dl dt br {
display: none;
}
div.contpage-beforeafter dl.compare-beforebox dd.beforeafter-icon {
position: absolute;
right: 2em;
top: 2em;
width: 20%;
z-index: -10;
}
div.contpage-beforeafter dl.compare-beforebox dd.beforeafter-icon img {
display: block;
width: 100%;
opacity: 10%;
}
div.contpage-beforeafter dl.compare-afterbox dt {
color: #c70000;
}
div.contpage-beforeafter dl.compare-afterbox dd.beforeafter-icon {
position: absolute;
right: 2em;
top: 2em;
width: 25%;
z-index: -10;
}
div.contpage-beforeafter dl.compare-afterbox dd.beforeafter-icon img {
display: block;
width: 100%;
opacity: 60%;
}
div.contpage-beforeafter dl dd {
margin: 1em 0 0;
padding: 0;
}
div.contpage-beforeafter dl dd br {
display: none;
}
div.contpage-beforeafter div.compare-rightarrow {
align-self: center;
font-size: 5em;
color: #008866;
}
ul.contpage-comparesupplement {
width: 94%;
margin: 1em auto 0;
padding-left: 2em;
}
} @media only screen and (max-width: 768px) {
div.contpage-beforeafter {
display: block;
max-width: 94%;
margin: 2em auto 0;
}
div.contpage-beforeafter dl {
position: relative;
width: 100%;
margin: 3em 0 0;
padding: 2em;
z-index: 1;
}
div.contpage-beforeafter dl dt {
margin: -2em 0 0;
font-size: 1.5em;
}
div.contpage-beforeafter dl dt br {
display: none;
}
div.contpage-beforeafter dl.compare-beforebox {
background-color: #e6e6e6;
}
div.contpage-beforeafter dl.compare-beforebox dd.beforeafter-icon {
position: absolute;
right: 2em;
top: 2em;
width: 20%;
z-index: -10;
}
div.contpage-beforeafter dl.compare-beforebox dd.beforeafter-icon img {
display: block;
width: 100%;
opacity: 10%;
}
div.contpage-beforeafter dl.compare-afterbox {
margin-top: 0.5em;
background-color: #FFE2E2;
transform: none;
}
div.contpage-beforeafter dl.compare-afterbox dt {
color: #c70000;
}
div.contpage-beforeafter dl.compare-afterbox dd.beforeafter-icon {
position: absolute;
right: 2em;
top: 2em;
width: 25%;
z-index: -10;
}
div.contpage-beforeafter dl.compare-afterbox dd.beforeafter-icon img {
display: block;
width: 100%;
opacity: 60%;
}
div.contpage-beforeafter dl dd {
margin: 1em 0 0;
padding: 0;
}
div.contpage-beforeafter dl dd br {
display: none;
}
div.contpage-beforeafter div.compare-rightarrow {
display: none;
}
div.contpage-beforeafter div.compare-downarrow {
display: block;
font-size: 3em;
text-align: center;
color: #008866;
}
ul.contpage-comparesupplement {
width: 94%;
}
}  dl.contpage-faqlist {
width: 1000px;
margin: 2em auto 0;
padding: 0;
border-bottom: 1px solid #aaa;
}
dl.contpage-faqlist dt {
margin: 0;
padding: 0.5em;
border-top: 1px solid #aaa;
background-color: #FFE2E2;
}
dl.contpage-faqlist dt::before {
content: "Q";
margin-right: 1em;
color: #c70000;
}
dl.contpage-faqlist dd {
margin: 0;
padding: 0.5em;
}
dl.contpage-faqlist dd::before {
content: "A";
margin-right: 1em;
color: #008866;
}
@media only screen and (max-width: 1200px) {
dl.contpage-faqlist {
width: 94%;
}
}  div.gototopbtn {
width: 15em;
max-width: 94%;
margin: 0 auto;
text-align: center;
font-weight: bold;
}
div.gototopbtn a {
display: block;
width: 100%;
padding: 2em 0;
text-decoration: none;
color: #fff;
background-color: #00C896;
transition: 0.3s;
}
div.gototopbtn a:hover {
background: #008866;
} .scrollfade {
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
.scrollfade.visible {
opacity: 1;
transform: none;
} ul.product-achievements {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 1200px;
margin: 0 auto;
padding: 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
ul.product-achievements.visible {
opacity: 1;
transform: none;
}
ul.product-achievements li {
width: 25%;
margin-top: 1.5em;
list-style: none;
}
ul.product-achievements li a {
display: block;
}
ul.product-achievements li a img {
display: block;
width: 90%;
margin: 0 auto;
box-sizing: border-box;
border: 1px solid #ccc;
}
ul.product-achievements li a p {
width: 90%;
margin: 0.3em auto 0;
padding: 0;
text-align: center;
}
@media only screen and (max-width: 1200px) {
ul.product-achievements {
width: 94%;
margin: 0 auto;
transform: none;
}
ul.product-achievements li {
width: 33%;
margin-top: 1.5em;
}
ul.product-achievements li a {
display: block;
}
ul.product-achievements li a img {
display: block;
width: 90%;
margin: 0 auto;
}
ul.product-achievements li a p {
width: 90%;
margin: 0.3em auto 0;
padding: 0;
text-align: center;
}
} @media only screen and (max-width: 768px) {
ul.product-achievements {
width: 94%;
margin: 0 auto;
transform: none;
}
ul.product-achievements li {
width: 50%;
margin-top: 1.5em;
}
ul.product-achievements li a {
display: block;
}
ul.product-achievements li a img {
display: block;
width: 90%;
margin: 0 auto;
}
ul.product-achievements li a p {
width: 90%;
margin: 0.3em auto 0;
padding: 0;
text-align: center;
}
}  ul.related-products {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1000px;
margin: 0 auto;
padding: 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
list-style: none;
}
ul.related-products.visible {
opacity: 1;
transform: none;
}
ul.related-products li {
width: 50%;
margin-top: 1em;
}
ul.related-products li a {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 95%;
margin: 0 auto;
padding: 1em;
box-sizing: border-box;
border: 1px solid #aaa;
text-decoration: none;
color: #333;
background: #fff;
}
ul.related-products li a:hover {
color: #008866;
border-color: #008866;
}
ul.related-products li a div.related-products-image {
width: 20%;
}
ul.related-products li a div.related-products-image img {
display: block;
width: 100%;
}
ul.related-products li a div.related-products-explanation {
width: 75%;
}
ul.related-products li a div.related-products-explanation h4 {
margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: bold;
}
ul.related-products li a div.related-products-explanation p {
margin: 0.5em 0 0;
padding: 0;
}
@media only screen and (max-width: 1200px) {
ul.related-products {
width: 94%;
}
ul.related-products li {
width: 50%;
margin-top: 1em;
}
ul.related-products li a {
width: 95%;
margin: 0 auto;
padding: 1em;
}
ul.related-products li a div.related-products-image {
width: 20%;
}
ul.related-products li a div.related-products-explanation {
width: 75%;
}
ul.related-products li a div.related-products-explanation h4 {
font-size: 1.2em;
}
ul.related-products li a div.related-products-explanation p {
margin: 0.5em 0 0;
}
} @media only screen and (max-width: 768px) {
ul.related-products {
display: block;
width: 94%;
}
ul.related-products li {
width: 100%;
margin-top: 1em;
}
ul.related-products li a {
width: 100%;
margin: 0 auto;
padding: 1em;
}
ul.related-products li a div.related-products-image {
width: 20%;
}
ul.related-products li a div.related-products-explanation {
width: 75%;
}
ul.related-products li a div.related-products-explanation h4 {
font-size: 1.2em;
}
ul.related-products li a div.related-products-explanation p {
margin: 0.5em 0 0;
}
}  div.order-process {
width: 1000px;
margin: 1em auto 0;
}
div.order-process dl.order-process-step {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 0;
padding: 0;
border: 1px solid #aaa;
background-color: #fff;
}
div.order-process dl.order-process-step dt {
display: flex;
align-items: center;
width: 20%;
margin: 0;
padding: 1em;
font-weight: bold;
color: #fff;
background-color: #008866;
}
div.order-process dl.order-process-step dt div {
vertical-align: middle;
}
div.order-process dl.order-process-step dt div span {
font-size: 2em;
margin-right: 0.5em;
vertical-align: middle;
}
div.order-process dl.order-process-step dd {
width: 80%;
margin: 0;
padding: 1em;
}
div.order-process div.order-process-downarrow {
text-align: center;
}
div.order-process .step1 {
opacity: 0;
transition: 1s;
}
div.order-process .step1.visible {
opacity: 1;
}
div.order-process .step2 {
opacity: 0;
transition: 1s;
transition-delay: 0.3s;
}
div.order-process .step2.visible {
opacity: 1;
}
div.order-process .step3 {
opacity: 0;
transition: 1s;
transition-delay: 0.6s;
}
div.order-process .step3.visible {
opacity: 1;
}
div.order-process .step4 {
opacity: 0;
transition: 1s;
transition-delay: 0.9s;
}
div.order-process .step4.visible {
opacity: 1;
}
div.order-process .step5 {
opacity: 0;
transition: 1s;
transition-delay: 1.2s;
}
div.order-process .step5.visible {
opacity: 1;
}
div.order-process .step6 {
opacity: 0;
transition: 1s;
transition-delay: 1.5s;
}
div.order-process .step6.visible {
opacity: 1;
}
div.order-process .step7 {
opacity: 0;
transition: 1s;
transition-delay: 1.8s;
}
div.order-process .step7.visible {
opacity: 1;
}
div.order-process .step8 {
opacity: 0;
transition: 1s;
transition-delay: 2.1s;
}
div.order-process .step8.visible {
opacity: 1;
}
@media only screen and (max-width: 1200px) {
div.order-process {
width: 94%;
margin: 1em auto 0;
}
div.order-process dl.order-process-step dt {
width: 28%;
margin: 0;
padding: 1em;
font-weight: bold;
color: #fff;
background-color: #008866;
}
div.order-process dl.order-process-step dt div {
vertical-align: middle;
}
div.order-process dl.order-process-step dt div span {
font-size: 2em;
margin-right: 0.5em;
vertical-align: middle;
}
div.order-process dl.order-process-step dd {
width: 72%;
}
} @media only screen and (max-width: 768px) {
div.order-process {
width: 94%;
margin: 1em auto 0;
}
div.order-process dl.order-process-step {
display: block;
}
div.order-process dl.order-process-step dt {
display: flex;
align-items: center;
width: 100%;
margin: 0;
padding: 0.5em;
}
div.order-process dl.order-process-step dt div {
vertical-align: baseline;
}
div.order-process dl.order-process-step dt div span {
font-size: 1em;
margin-right: 0.5em;
vertical-align: baseline;
}
div.order-process dl.order-process-step dd {
width: 100%;
padding: 0.5em;
}
div.order-process dl.order-process-step dd br {
display: none;
}
div.order-process div.order-process-downarrow {
text-align: center;
}
}  div.publish-notice-wrap {
width: 1200px;
margin: 0 auto;
}
div.publish-notice-wrap p.publish-notice-note {
width: 100%;
padding: 0.7em;
text-align: center;
border-radius: 0.3em;
background-color: #d9f7ef;
}
div.publish-notice-wrap h4.publish-notice-mds {
margin: 1em 0 0;
font-size: 1.25em;
font-weight: bold;
color: #008866;
}
div.publish-notice-wrap h4.publish-notice-mds::before {
content: "● ";
}
div.publish-notice-wrap ul.publish-notice-list {
margin: 0.5em 0 0;
}
div.publish-notice-wrap ul.publish-notice-list li span {
color: #c70000;
}
@media only screen and (max-width: 1200px) {
div.publish-notice-wrap {
width: 94%;
margin: 0 auto;
}
div.publish-notice-wrap p.publish-notice-note {
text-align: left;
}
div.publish-notice-wrap p.publish-notice-note br {
display: none;
}
div.publish-notice-wrap h4.publish-notice-mds {
margin: 1em 0 0;
font-size: 1.25em;
}
div.publish-notice-wrap ul.publish-notice-list {
margin: 0.5em 0 0;
}
}  h3.largelotprint-pricemds {
margin-top: 2em;
}
div.largelotprint-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.largelotprint-pricewrap.visible {
opacity: 1;
transform: none;
}
div.largelotprint-pricewrap h4 {
width: 200px;
margin: 0;
padding: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
font-size: 1em;
font-weight: normal;
text-align: center;
}
div.largelotprint-pricewrap h4 strong {
font-size: 5em;
font-weight: bold;
}
div.largelotprint-pricewrap h4.largelotprint-b4price {
background-color: #fff0d2;
}
div.largelotprint-pricewrap h4.largelotprint-b3price {
background-color: #e6f0ff;
}
div.largelotprint-pricewrap table.largelotprint-pricetable {
width: 800px;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetablemds {
background-color: #e3ffeb;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetablemds th {
width: 25%;
padding: 0.5em;
font-weight: bold;
text-align: center;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail th {
padding: 0.5em;
font-weight: bold;
text-align: center;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail td {
padding: 0.5em;
text-align: center;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail:nth-child(odd) {
background-color: #fff;
}
p.largelotprint-remark {
width: 1000px;
margin: 1em auto 0;
}
dl.largelotprint-orikomi {
width: 1000px;
margin: 1em auto 0;
padding: 1em;
background: #ffa;
}
dl.largelotprint-orikomi dt {
color: #c70000;
margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: bold;
}
dl.largelotprint-orikomi dd {
margin: 0;
padding: 0;
}
@media only screen and (max-width: 1200px) {
div.largelotprint-pricewrap {
width: 94%;
transform: none;
}
div.largelotprint-pricewrap h4 {
width: 20%;
}
div.largelotprint-pricewrap table.largelotprint-pricetable {
width: 80%;
}
p.largelotprint-remark {
width: 94%;
}
dl.largelotprint-orikomi {
width: 94%;
}
}
@media only screen and (max-width: 768px) {
div.largelotprint-pricewrap {
display: block;
width: 94%;
transform: none;
}
div.largelotprint-pricewrap h4 {
width: 100%;
border-bottom: 0;
text-align: center;
}
div.largelotprint-pricewrap h4 strong {
font-size: 1.2em;
}
div.largelotprint-pricewrap h4 br {
display: none;
}
div.largelotprint-pricewrap table.largelotprint-pricetable {
width: 100%;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetablemds {
display: none;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail {
border-top: 1px solid #aaa;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail th {
display: block;
background-color: #FFE2E2;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail td {
display: block;
padding: 0;
background-color: #fff;
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail td:nth-child(2)::before {
content: "片面（4色） ";
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail td:nth-child(3)::before {
content: "両面（4色×1色） ";
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail td:nth-child(4)::before {
content: "両面（4色×4色） ";
}
div.largelotprint-pricewrap table.largelotprint-pricetable tr.largelotprint-pricetabledetail:nth-child(odd) {
background-color: transparent;
}
p.largelotprint-remark {
width: 94%;
}
dl.largelotprint-orikomi {
width: 94%;
}
}  div.pamphletprice-wrap {
width: 1000px;
margin: 0 auto;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.pamphletprice-wrap.visible {
opacity: 1;
transform: none;
}
div.pamphletprice-wrap ul.pamphletprice-list {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
width: 100%;
margin: 1em 0 0;
padding: 1em;
background-color: #fff0dc;
border-radius: 3px;
list-style: none;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-image {
width: 12%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-image img {
display: block;
width: 100%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text {
width: 85%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-title {
width: 60%;
font-size: 2em;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-quantity {
width: 10%;
color: #ff9600;
border: 1px solid #ff9600;
background-color: #fff;
text-align: center;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-price {
width: 30%;
font-weight: bold;
text-align: right;
color: #c70000;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-price strong {
font-size: 2em;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-price div.price-taxincluded {
font-size: 1rem;
font-weight: normal;
color: #333;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-note {
width: 100%;
}
p.pamphlet-remark {
width: 1000px;
margin: 1em auto 0;
}
@media only screen and (max-width: 1200px) {
div.pamphletprice-wrap {
width: 94%;
transform: none;
}
div.pamphletprice-wrap ul.pamphletprice-list {
list-style: none;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-image {
width: 12%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-image img {
display: block;
width: 100%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text {
width: 85%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap {
width: 100%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-title {
width: 60%;
font-size: 2em;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-quantity {
width: 10%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-price {
width: 30%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-price strong {
font-size: 2em;
}
p.pamphlet-remark {
width: 94%;
}
}
@media only screen and (max-width: 768px) {
div.pamphletprice-wrap {
width: 94%;
transform: none;
}
div.pamphletprice-wrap ul.pamphletprice-list {
width: 100%;
margin: 1em 0 0;
padding: 1em;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-image {
width: 20%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text {
width: 75%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap {
display: block;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-title {
width: 100%;
font-size: 1.2em;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-quantity {
width: 30%;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-price {
width: 100%;
color: #c70000;
text-align: left;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-price strong {
font-size: 1.2em;
}
div.pamphletprice-wrap ul.pamphletprice-list li.pamphletprice-list-text ul.pamphletprice-list-text-wrap li.pamphletprice-list-text-price div.price-taxincluded {
display: inline;
}
p.pamphlet-remark {
width: 94%;
}
} h3.orih3title {
margin-top: 3em;
}
div.pamphlet-oriwrap {
width: 1000px;
margin: 0 auto;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.pamphlet-oriwrap.visible {
opacity: 1;
transform: none;
}
div.pamphlet-oriwrap p.pamphlet-oritext {
margin: 1em 0 0;
padding: 0;
}
div.pamphlet-oriwrap ul.pamphlet-orivarious {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
justify-content: space-between;
margin: 0;
padding: 0;
list-style: none;
}
div.pamphlet-oriwrap ul.pamphlet-orivarious li {
width: 16.6%;
}
div.pamphlet-oriwrap ul.pamphlet-orivarious li img {
display: block;
width: 90%;
margin: 1em auto 0;
}
div.pamphlet-oriwrap ul.pamphlet-orivarious li p {
margin: 0.5em 0 0;
padding: 0;
text-align: center;
}
@media only screen and (max-width: 1200px) {
div.pamphlet-oriwrap {
width: 94%;
transform: none;
}
}
@media only screen and (max-width: 768px) {
div.pamphlet-oriwrap {
width: 94%;
transform: none;
}
div.pamphlet-oriwrap ul.pamphlet-orivarious {
flex-wrap: wrap;
justify-content: flex-start;
}
div.pamphlet-oriwrap ul.pamphlet-orivarious li {
width: 33.3%;
}
div.pamphlet-oriwrap ul.pamphlet-orivarious li img {
width: 85%;
}
div.pamphlet-oriwrap ul.pamphlet-orivarious li p {
margin: 0;
}
} ul.digitalcatalog {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
padding: 0;
list-style: none;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
ul.digitalcatalog.visible {
opacity: 1;
transform: none;
}
ul.digitalcatalog li.digitalcatalog-image {
width: 25%;
}
ul.digitalcatalog li.digitalcatalog-image img {
display: block;
width: 100%;
}
ul.digitalcatalog li.digitalcatalog-text {
width: 70%;
}
@media only screen and (max-width: 1200px) {
ul.digitalcatalog {
width: 94%;
transform: none;
}
ul.digitalcatalog li.digitalcatalog-image {
width: 25%;
}
ul.digitalcatalog li.digitalcatalog-text {
width: 70%;
}
}
@media only screen and (max-width: 768px) {
ul.digitalcatalog {
display: block;
width: 94%;
transform: none;
}
ul.digitalcatalog li.digitalcatalog-image {
width: 100%;
}
ul.digitalcatalog li.digitalcatalog-image img {
display: block;
width: 70%;
margin: 0 auto;
}
ul.digitalcatalog li.digitalcatalog-text {
width: 100%;
margin-top: 0.5em;
}
} div.meishi-pricewrap {
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.meishi-pricewrap.visible {
opacity: 1;
transform: none;
}
div.meishi-pricewrap table.meishi-pricetable {
width: 100%;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetablemds {
background-color: #e3ffeb;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetablemds th {
width: 33.3%;
padding: 0.5em;
font-weight: bold;
text-align: center;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail th {
padding: 0.5em;
font-weight: normal;
text-align: center;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail th strong {
font-size: 1.2em;
font-weight: bold;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail td {
padding: 0.5em;
text-align: center;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail td strong {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail:nth-child(even) {
background-color: #f6f6f6;
}
p.meishi-remark {
width: 1000px;
margin: 1em auto 0;
}
dl.meishi-hosoku {
width: 1000px;
margin: 1em auto 0;
padding: 1em;
background: #ffa;
}
dl.meishi-hosoku dt {
color: #c70000;
margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: bold;
}
dl.meishi-hosoku dd {
margin: 0;
padding: 0;
}
dl.meishi-hosoku dd ul {
margin: 0;
padding-left: 2em;
} ul.meishi-yoko {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: flex-start;
width: 1200px;
margin: 0 auto;
padding: 0;
list-style: none;
}
ul.meishi-yoko li {
width: 20%;
margin-top: 1em;
}
ul.meishi-yoko li a {
display: block;
width: 95%;
margin: 0 auto;
}
ul.meishi-yoko li a img {
display: block;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
ul.meishi-yoko li a p {
margin: 0.3em 0 0;
text-align: center;
}
ul.meishi-tate {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: flex-start;
width: 1200px;
margin: 0 auto;
padding: 0;
list-style: none;
}
ul.meishi-tate li {
width: 12.5%;
margin-top: 1em;
}
ul.meishi-tate li a {
display: block;
width: 95%;
margin: 0 auto;
}
ul.meishi-tate li a img {
display: block;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
ul.meishi-tate li a p {
margin: 0.3em 0 0;
text-align: center;
}
a.meishisamplebtn {
padding: 0.5em;
background-color: #00c;
color: #fff;
font-weight: bold;
text-decoration: none;
line-height: 3em;
border-radius: 3px;
transition: 0.3s;
}
a.meishisamplebtn:hover {
background-color: #009;
color: #ff6;
}
div.meishiorderbtn {
width: 300px;
margin: 1em auto;
}
div.meishiorderbtn a {
display: block;
padding: 0.5em;
background-color: #00c;
color: #fff;
font-weight: bold;
text-decoration: none;
line-height: 3em;
text-align: center;
border-radius: 3px;
transition: 0.3s;
}
div.meishiorderbtn a:hover {
background-color: #009;
color: #ff6;
}
@media only screen and (max-width: 1200px) {
div.meishi-pricewrap {
width: 94%;
transform: none;
}
p.meishi-remark {
width: 94%;
}
dl.meishi-hosoku {
width: 94%;
}
ul.meishi-yoko { width: 94%;
}
ul.meishi-yoko li {
width: 25%;
}
ul.meishi-yoko li a {
width: 95%;
}
ul.meishi-tate {
width: 94%;
}
ul.meishi-tate li {
width: 16.6%;
}
ul.meishi-tate li a {
width: 90%;
}
}
@media only screen and (max-width: 768px) {
div.meishi-pricewrap {
width: 94%;
transform: none;
}
div.meishi-pricewrap table.meishi-pricetable {
width: 100%;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetablemds {
background-color: #e3ffeb;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetablemds th {
display: none;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail th {
display: block;
padding: 0.5em;
font-weight: normal;
text-align: center;
background-color: #FFE2E2;
border-top: 1px solid #aaa;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail th strong {
font-size: 1em;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail td {
display: block;
padding: 0.5em;
text-align: center;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail td.katamen-price::before {
content: "片面 ";
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail td.ryomen-price::before {
content: "両面 ";
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail td strong {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.meishi-pricewrap table.meishi-pricetable tr.meishi-pricetabledetail:nth-child(even) {
background-color: transparent;
}
div.meishi-pricewrap ul.shirtbrand {
width: 100%;
}
div.meishi-pricewrap ul.shirtbrand li {
width: 47%;
}
p.shirt-remark {
width: 94%;
}
dl.meishi-hosoku {
width: 94%;
}
ul.meishi-yoko { }
ul.meishi-yoko li {
width: 50%;
}
ul.meishi-yoko li a {
display: block;
width: 95%;
margin: 0 auto;
}
ul.meishi-yoko li a img {
display: block;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
ul.meishi-yoko li a p {
margin: 0.3em 0 0;
text-align: center;
}
ul.meishi-tate li {
width: 33.3%;
}
ul.meishi-tate li a {
display: block;
width: 95%;
margin: 0 auto;
}
ul.meishi-tate li a img {
display: block;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
ul.meishi-tate li a p {
margin: 0.3em 0 0;
text-align: center;
}
a.meishisamplebtn {
display: block;
margin-top: 0.5em;
padding: 0.5em;
text-align: center;
line-height: 1em;
}
div.meishiorderbtn {
width: 70%;
margin: 1em auto;
}
div.meishiorderbtn a {
padding: 0.5em;
line-height: 2em;
}
}  h3.envelope-type {
margin-top: 2em;
}
div.envelope-wrap {
width: 1000px;
margin: 0 auto;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.envelope-wrap.visible {
opacity: 1;
transform: none;
}
div.envelope-wrap ul.envelope-type-list {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
width: 100%;
margin: 1em 0 0;
padding: 1em;
background-color: #fff0dc;
border-radius: 3px;
list-style: none;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-image {
width: 12%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-image img {
display: block;
width: 100%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-subimage {
width: 12%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-subimage img {
display: block;
width: 100%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-text {
width: 70%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-text ul.envelope-list-text-wrap {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-text ul.envelope-list-text-wrap li.envelope-list-text-title {
font-size: 2em;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-text ul.envelope-list-text-wrap li.envelope-list-text-note {
width: 100%;
} div.envelope-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.envelope-pricewrap.visible {
opacity: 1;
transform: none;
}
div.envelope-pricewrap h4 {
display: flex;
justify-content: center;
align-items: center;
width: 200px;
margin: 0;
padding: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
font-size: 1em;
font-weight: normal;
text-align: center;
}
div.envelope-pricewrap h4.envelopetype-chou {
background-color: #fff0d2;
}
div.envelope-pricewrap h4.envelopetype-kaku {
background-color: #e6f0ff;
}
div.envelope-pricewrap h4.envelopetype-you {
background-color: #FFF0FF;
}
div.envelope-pricewrap h4 img {
display: block;
width: 80%;
}
div.envelope-pricewrap table.envelope-sizetable {
width: 800px;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetablemds {
background-color: #e3ffeb;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetablemds th {
width: 33%;
padding: 0.5em;
font-weight: bold;
text-align: center;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail th {
padding: 0.5em;
font-weight: bold;
text-align: center;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail td {
padding: 0.5em;
text-align: center;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail:nth-child(odd) {
background-color: #f6f6f6;
}
ul.envelope-sizeremark {
width: 1000px;
margin: 1em auto 0;
padding-left: 2em;
} div.envelope-pricemeyasu {
width: 1000px;
margin: 0 auto;
}
div.envelope-pricemeyasu img.envelope-pricechart {
display: block;
width: 100%;
}
div.envelope-pricemeyasu p.envelope-maker {
width: 100%;
margin: 1em auto 0;
padding: 1em;
background: #ffa;
color: #c70000;
font-weight: bold;
}
@media only screen and (max-width: 1200px) {
div.envelope-wrap { width: 94%;
transform: none;
}
div.envelope-wrap ul.envelope-type-list {
list-style: none;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-image {
width: 12%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-subimage {
width: 12%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-text {
width: 70%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-text ul.envelope-list-text-wrap li.envelope-list-text-title {
font-size: 2em;
}
div.envelope-pricewrap { width: 94%;
transform: none;
}
div.envelope-pricewrap h4 {
width: 20%;
}
div.envelope-pricewrap table.envelope-sizetable {
width: 80%;
}
ul.envelope-sizeremark {
width: 94%;
}
div.envelope-pricemeyasu { width: 94%;
}
}
@media only screen and (max-width: 768px) {
div.envelope-wrap { width: 94%;
transform: none;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-image {
width: 15%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-subimage {
width: 15%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-text {
width: 65%;
}
div.envelope-wrap ul.envelope-type-list li.envelope-type-list-text ul.envelope-list-text-wrap li.envelope-list-text-title {
font-size: 1.5em;
}
div.envelope-pricewrap { display: block;
width: 94%;
transform: none;
}
div.envelope-pricewrap h4 {
width: 100%;
padding: 0.5em 0;
border-bottom: 0;
}
div.envelope-pricewrap h4 img {
width: 20%;
}
div.envelope-pricewrap table.envelope-sizetable {
width: 100%;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetablemds {
display: none;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail {
border-top: 1px solid #aaa;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail th {
display: block;
background-color: #FFE2E2;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail td {
display: block;
padding: 0;
background-color: #fff;
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail td:nth-child(2)::before {
content: "寸法（横 × 縦） ";
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail td:nth-child(3)::before {
content: "主な用途：";
}
div.envelope-pricewrap table.envelope-sizetable tr.envelope-sizetabledetail:nth-child(odd) {
background-color: transparent;
}
} div.receipt-note {
box-sizing: border-box;
max-width: 1200px;
margin: 3em auto 0;
padding: 2em;
border: 10px solid #b8d0e5;
}
div.receipt-note p.receipt-fusei {
margin: 0;
padding: 0;
font-size: 1em;
}
div.receipt-note div.receipt-method h5 {
position: relative;
margin: 0;
padding: 1em 0 0.5em;
font-size: 1em;
font-weight: bold;
line-height: 1.5em;
}
div.receipt-note div.receipt-method h5::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
content: "";
background-image: repeating-linear-gradient(-45deg, #b8d0e5, #b8d0e5 1px, transparent 2px, transparent 5px);
background-size: 7px 7px;
backface-visibility: hidden;
}
div.receipt-note div.receipt-method ul {
display: flex;
align-items: stretch;
justify-content: space-between;
list-style: none;
margin: 1em 0 auto;
padding: 0;
}
div.receipt-note div.receipt-method ul li {
width: 33%;
}
div.receipt-note div.receipt-method ul li img {
box-sizing: border-box;
display: block;
width: 80%;
margin: 0 auto;
border: 1px solid #999;
border-radius: 300px;
}
div.receipt-note div.receipt-method ul li p {
margin: 0.5em 0 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
text-align: center;
}
@media only screen and (max-width: 1200px) {
div.receipt-note {
width: 94%;
margin: 3em auto 0;
padding: 2em;
border: 10px solid #b8d0e5;
}
div.receipt-note div.receipt-method h5 {
padding: 1em 0 0.5em;
font-size: 1em;
}
}
@media only screen and (max-width: 768px) {
div.receipt-note {
margin: 2em auto 0;
padding: 1em;
border: 5px solid #b8d0e5;
}
div.receipt-note div.receipt-method h5 {
padding: 1em 0 0.5em;
font-size: 1em;
text-align: center;
}
div.receipt-note div.receipt-method ul li {
width: 33%;
}
div.receipt-note div.receipt-method ul li img {
width: 90%;
}
} h3.poster-pricemds {
margin-top: 2em;
}
div.poster-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.poster-pricewrap.visible {
opacity: 1;
transform: none;
}
div.poster-pricewrap h4 {
display: flex;
justify-content: center;
align-items: center;
width: 300px;
margin: 0;
padding: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.poster-pricewrap h4.poster-bsize {
background-color: #ffffe6;
}
div.poster-pricewrap h4.poster-asize {
background-color: #f0ffff;
}
div.poster-pricewrap h4 img {
display: block;
width: 80%;
}
div.poster-pricewrap table.poster-pricetable {
width: 700px;
margin: 0;
border-collapse: collapse;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail th {
padding: 0.5em;
padding-left: 5em;
font-weight: normal;
text-align: left;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail th span {
font-size: 2.5em;
font-weight: bold;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail td {
padding: 0.5em;
padding-right: 5em;
text-align: right;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail td span {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail:nth-child(odd) {
background-color: #fff;
}
p.poster-remark {
width: 1000px;
margin: 1em auto 0;
}
@media only screen and (max-width: 1200px) {
div.poster-pricewrap {
width: 94%;
transform: none;
}
div.poster-pricewrap h4 {
width: 30%;
}
div.poster-pricewrap table.poster-pricetable {
width: 70%;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail th {
padding: 0.5em;
padding-left: 5em;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail th span {
font-size: 2.5em;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail td {
padding: 0.5em;
padding-right: 5em;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail td span {
font-size: 2em;
}
p.poster-remark {
width: 94%;
margin: 1em auto 0;
}
}
@media only screen and (max-width: 768px) {
div.poster-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 94%;
transform: none;
}
div.poster-pricewrap h4 {
width: 20%;
}
div.poster-pricewrap h4 img {
width: 90%;
}
div.poster-pricewrap table.poster-pricetable {
width: 80%;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail th {
padding: 0.5em;
font-weight: normal;
text-align: left;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail th span {
font-size: 1.3em;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail td {
padding: 0.5em;
text-align: right;
}
div.poster-pricewrap table.poster-pricetable tr.poster-pricetabledetail td span {
font-size: 1.5em;
}
p.poster-remark {
width: 94%;
margin: 1em auto 0;
}
} div.panel-explanation {
width: 500px;
margin: 0 auto;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.panel-explanation.visible {
opacity: 1;
transform: none;
}
div.panel-explanation img {
display: block;
width: 100%;
}
div.panel-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.panel-pricewrap.visible {
opacity: 1;
transform: none;
}
div.panel-pricewrap h4 {
display: flex;
justify-content: center;
align-items: center;
width: 300px;
margin: 0;
padding: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.panel-pricewrap h4.panel-bsize {
background-color: #ffffe6;
}
div.panel-pricewrap h4.panel-asize {
background-color: #f0ffff;
}
div.panel-pricewrap h4 img {
display: block;
width: 80%;
}
div.panel-pricewrap table.panel-pricetable {
width: 700px;
margin: 0;
border-collapse: collapse;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail th {
padding: 2.4em;
padding-left: 5em;
font-weight: normal;
text-align: left;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail th span {
font-size: 2.5em;
font-weight: bold;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail td {
padding: 0.5em;
padding-right: 5em;
text-align: right;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail td span {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail:nth-child(odd) {
background-color: #fff;
}
p.panel-remark {
width: 1000px;
margin: 1em auto 0;
}
@media only screen and (max-width: 1200px) {
div.panel-explanation {
width: 60%;
}
div.panel-pricewrap {
width: 94%;
transform: none;
}
div.panel-pricewrap h4 {
width: 30%;
}
div.panel-pricewrap h4 img {
width: 65%;
}
div.panel-pricewrap table.panel-pricetable {
width: 70%;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail th {
padding: 1.5em;
padding-left: 5em;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail th span {
font-size: 2.5em;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail td {
padding: 0.5em;
padding-right: 5em;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail td span {
font-size: 2em;
}
p.panel-remark {
width: 94%;
margin: 1em auto 0;
}
}
@media only screen and (max-width: 768px) {
div.panel-explanation {
width: 94%;
}
div.panel-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 94%;
transform: none;
}
div.panel-pricewrap h4 {
width: 20%;
}
div.panel-pricewrap h4 img {
width: 75%;
}
div.panel-pricewrap table.panel-pricetable {
width: 80%;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail th {
padding: 0.5em;
font-weight: normal;
text-align: left;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail th span {
font-size: 1.3em;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail td {
padding: 0.5em;
text-align: right;
}
div.panel-pricewrap table.panel-pricetable tr.panel-pricetabledetail td span {
font-size: 1.5em;
}
p.panel-remark {
width: 94%;
margin: 1em auto 0;
}
} h3.signboard-kiseihin-mds {
margin-top: 2em;
}
ul.signboard-sample {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 700px;
margin: 1em auto 0;
padding: 0;
list-style: none;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
ul.signboard-sample.visible {
opacity: 1;
transform: none;
}
ul.signboard-sample li {
width: 45%;
}
ul.signboard-sample li a {
display: block;
width: 100%;
}
ul.signboard-sample li a img {
display: block;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}
@media only screen and (max-width: 1200px) {
ul.signboard-sample {
width: 80%;
transform: none;
}
}
@media only screen and (max-width: 768px) {
ul.signboard-sample {
width: 94%;
transform: none;
}
ul.signboard-sample li {
width: 48%;
}
} h3.ecobag-mds {
margin-top: 2em;
}
div.ecobag-catalog {
width: 94%;
max-width: 1200px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.ecobag-catalog.visible {
opacity: 1;
transform: none;
}
div.ecobag-catalog p {
margin: 1em auto 0;
padding: 0;
font-size: 1.2em;
text-align: center;
}
div.ecobag-catalog ul.ecobag-catalog-list {
width: 100%;
max-width: 1200px;
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}
div.ecobag-catalog ul.ecobag-catalog-list li {
width: calc((100% - 3rem) / 3);
margin: 1.5rem 0 0;
padding: 1rem;
box-sizing: border-box;
text-align: center;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 5px;
}
div.ecobag-catalog ul.ecobag-catalog-list li h4 {
margin: 0;
padding: 0.5rem 0;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
border-radius: 3px;
}
div.ecobag-catalog ul.ecobag-catalog-list li h4.thin-cotton {
background: #EDEFD5;
}
div.ecobag-catalog ul.ecobag-catalog-list li h4.thick-cotton {
background: #F4D2C3;
}
div.ecobag-catalog ul.ecobag-catalog-list li h4.folding-bag {
background: #CAEDE0;
}
div.ecobag-catalog ul.ecobag-catalog-list li h4.jute-bag {
background: #EADFC1;
}
div.ecobag-catalog ul.ecobag-catalog-list li h4.sdgs-bag {
background: #C2D2E4;
}
div.ecobag-catalog ul.ecobag-catalog-list li h4.non-woven-fabric {
background: #ddd;
}
div.ecobag-catalog ul.ecobag-catalog-list li img.ecobag-image {
display: block;
width: 100%;
margin: 1rem 0 0;
border-radius: 3px;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-size {
margin: 0.5rem 0 0;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-printcolor {
margin: 0.5rem 0 0;
padding: 0.3rem;
background: #f6f6f6;
border-radius: 3px;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-price {
margin-top: 0.5rem;
text-align: center;
color: #ED2298;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-price span.ecobag-quantity {
font-size: 1.1rem;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-price span.ecobag-quantity strong {
font-size: 1.3rem;
font-weight: bold;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-price span.ecobag-individualprice {
margin-left: 1rem;
font-size: 1.1rem;
font-weight: bold;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-price span.ecobag-individualprice strong {
font-size: 1.7rem;
}
@media only screen and (max-width: 1200px) {
div.ecobag-catalog {
transform: none;
}
div.ecobag-catalog ul.ecobag-catalog-list li {
width: calc((100% - 1.5rem) / 2);
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-price {
margin-top: 0.5rem;
text-align: center;
color: #ED2298;
}
}
@media only screen and (max-width: 768px) {
div.ecobag-catalog {
width: 94%;
transform: none;
}
div.ecobag-catalog ul.ecobag-catalog-list {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
div.ecobag-catalog ul.ecobag-catalog-list li {
width: 100%;
margin: 1.5rem 0 0;
padding: 1rem;
border: 1px solid #ccc;
}
div.ecobag-catalog ul.ecobag-catalog-list li h4 {
font-size: 1rem;
}
div.ecobag-catalog ul.ecobag-catalog-list li img.ecobag-image {
width: 75%;
margin: 1rem auto 0;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-size {
margin: 0.5rem 0 0;
}
div.ecobag-catalog ul.ecobag-catalog-list li div.ecobag-price {
margin-top: 0.5rem;
}
div.ecobag-catalog p {
font-size: 1em;
}
} h3.shirt-pricemds span {
font-size: 1rem;
font-weight: normal;
}
div.shirt-pricewrap {
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.shirt-pricewrap.visible {
opacity: 1;
transform: none;
}
div.shirt-pricewrap table.shirt-pricetable {
width: 100%;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetablemds {
background-color: #e3ffeb;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetablemds th {
width: 33.3%;
padding: 0.5em;
font-weight: bold;
text-align: center;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail th {
padding: 0.5em;
font-weight: normal;
text-align: center;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail td {
padding: 0.5em;
text-align: center;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail td strong {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail:nth-child(even) {
background-color: #f6f6f6;
}
div.shirt-pricewrap ul.shirtbrand {
display: flex;
align-items: center;
justify-content: space-between;
width: 400px;
margin: 1em auto 0;
padding: 0;
list-style: none;
}
div.shirt-pricewrap ul.shirtbrand li {
width: 45%;
}
div.shirt-pricewrap ul.shirtbrand li img {
display: block;
width: 100%;
border: 1px solid #ccc;
}
p.shirt-remark {
width: 1000px;
margin: 1em auto 0;
}
div.shirt-sample {
display: flex;
align-items: center;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.shirt-sample.visible {
opacity: 1;
transform: none;
}
div.shirt-sample img.shirt_printsize {
display: block;
width: 70%;
}
div.shirt-sample a.t-shirt-sample {
display: block;
width: 25%;
}
div.shirt-sample a.t-shirt-sample img {
display: block;
width: 100%;
}
ul.shirtprint-note {
width: 1000px;
margin: 1em auto 0;
padding-left: 2em;
}
@media only screen and (max-width: 1200px) {
div.shirt-pricewrap {
width: 94%;
transform: none;
}
p.shirt-remark {
width: 94%;
}
div.shirt-sample {
width: 94%;
transform: none;
}
ul.shirtprint-note {
width: 94%;
}
}
@media only screen and (max-width: 768px) {
div.shirt-pricewrap {
width: 94%;
transform: none;
}
div.shirt-pricewrap table.shirt-pricetable {
width: 100%;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetablemds {
background-color: #e3ffeb;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetablemds th {
display: none;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail th {
display: block;
padding: 0.5em;
font-weight: normal;
text-align: center;
background-color: #FFE2E2;
border-top: 1px solid #aaa;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail td {
display: block;
padding: 0.5em;
text-align: center;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail td.tshirt-price::before {
content: "Tシャツ ";
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail td.poloshirt-price::before {
content: "ポロシャツ ";
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail td strong {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.shirt-pricewrap table.shirt-pricetable tr.shirt-pricetabledetail:nth-child(even) {
background-color: transparent;
}
div.shirt-pricewrap ul.shirtbrand {
width: 100%;
}
div.shirt-pricewrap ul.shirtbrand li {
width: 47%;
}
p.shirt-remark {
width: 94%;
}
div.shirt-sample {
width: 94%;
transform: none;
}
div.shirt-sample img.shirt_printsize {
width: 70%;
}
div.shirt-sample a.t-shirt-sample {
width: 25%;
}
ul.shirtprint-note {
width: 94%;
}
} div.flagpricelist-wrap {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
width: 1200px;
margin: 0 auto;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.flagpricelist-wrap.visible {
opacity: 1;
transform: none;
}
div.flagpricelist-wrap div.ijflag-pricewrap {
width: 47%;
margin: 1em 0 0;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable {
width: 100%;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable tr.ijflag-pricetablemds {
background-color: #e3ffeb;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable tr.ijflag-pricetablemds th {
width: 50%;
padding: 0.5em;
font-weight: bold;
text-align: center;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable tr.ijflag-pricetablemds th span {
padding: 0.5em;
color: #fff;
background-color: #008866;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable tr.ijflag-pricetabledetail th {
padding: 0.5em;
font-size: 1.5em;
font-weight: normal;
text-align: center;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable tr.ijflag-pricetabledetail td {
padding: 0.5em;
text-align: center;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable tr.ijflag-pricetabledetail td strong {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable tr.ijflag-pricetabledetail:nth-child(even) {
background-color: #f6f6f6;
}
div.flagpricelist-wrap div.silkflag-pricewrap {
width: 47%;
margin: 1em 0 0;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable {
width: 100%;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetablemds {
background-color: #e3ffeb;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetablemds th {
width: 33.3%;
padding: 0.5em;
font-weight: bold;
text-align: center;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetablemds th span {
padding: 0.5em;
color: #fff;
background-color: #c70000;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetabledetail th {
padding: 0.5em;
font-size: 1.5em;
font-weight: normal;
text-align: center;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetabledetail td {
padding: 0.5em;
text-align: center;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetabledetail td strong {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetabledetail:nth-child(even) {
background-color: #f6f6f6;
}
p.flag-remark {
width: 1200px;
margin: 1em auto 0;
}
p.flag-remark strong {
font-weight: bold;
}
dl.flag-subitem {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
width: 1200px;
margin: 0 auto;
padding: 1em;
background: #ffa;
}
dl.flag-subitem dt {
width: 100%;
color: #c70000;
margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: bold;
}
dl.flag-subitem dd {
margin: 0;
padding: 0;
}
dl.flag-subitem dd.flag-subitem-text {
width: 70%;
}
dl.flag-subitem dd.flag-subitem-image {
width: 30%;
}
dl.flag-subitem dd.flag-subitem-image img {
display: block;
width: 100%;
}
@media only screen and (max-width: 1200px) {
div.flagpricelist-wrap {
width: 94%;
transform: none;
}
div.flagpricelist-wrap div.ijflag-pricewrap {
width: 48%;
}
div.flagpricelist-wrap div.silkflag-pricewrap {
width: 48%;
}
dl.flag-subitem {
width: 94%;
}
dl.flag-subitem dd.flag-subitem-text {
width: 70%;
}
dl.flag-subitem dd.flag-subitem-image {
width: 30%;
}
p.flag-remark {
width: 94%;
margin: 1em auto 0;
}
}
@media only screen and (max-width: 768px) {
div.flagpricelist-wrap {
display: block;
width: 94%;
transform: none;
}
div.flagpricelist-wrap div.ijflag-pricewrap {
width: 100%;
margin: 1em 0 0;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable {
width: 100%;
}
div.flagpricelist-wrap div.ijflag-pricewrap table.ijflag-pricetable tr.ijflag-pricetabledetail td strong {
font-size: 1.5em;
}
div.flagpricelist-wrap div.silkflag-pricewrap {
width: 100%;
margin: 1em 0 0;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable {
width: 100%;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetablemds {
background-color: #e3ffeb;
}
div.flagpricelist-wrap div.silkflag-pricewrap table.silkflag-pricetable tr.silkflag-pricetabledetail td strong {
font-size: 1.5em;
}
dl.flag-subitem {
display: block;
width: 94%;
}
dl.flag-subitem dd.flag-subitem-text {
width: 100%;
}
dl.flag-subitem dd.flag-subitem-image {
width: 100%;
}
dl.flag-subitem dd.flag-subitem-image img {
display: block;
width: 80%;
margin: 0.5em auto 0;
}
} div.calendar-ohayameni {
width: 800px;
margin: 2em auto 0;
padding: 0.5em;
background-color: #c70000;
color: #fff;
font-size: 1.1em;
text-align: center;
border-radius: 30px;
}
div.calendar-specwrap {
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.calendar-specwrap.visible {
opacity: 1;
transform: none;
}
div.calendar-specwrap div.calendar-sampleimage {
width: 100%;
}
div.calendar-specwrap div.calendar-sampleimage img {
display: block;
width: 100%;
}
div.calendar-specwrap table.calendar-spectable {
margin: 1.5em 0 0;
border-collapse: collapse;
border-top: 1px solid #ccc;
}
div.calendar-specwrap table.calendar-spectable tr {
border-bottom: 1px solid #ccc;
}
div.calendar-specwrap table.calendar-spectable tr th {
padding: 0.3em;
font-weight: normal;
white-space: nowrap;
}
div.calendar-specwrap table.calendar-spectable tr td {
padding: 0.3em;
padding-left: 1.5em;
}
div.calendar-specwrap table.calendar-spectable tr td strong {
font-weight: bold;
color: #c70000;
}
ul.calendar-pricesample {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1000px;
margin: 0 auto;
padding: 0;
list-style: none;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
ul.calendar-pricesample.visible {
opacity: 1;
transform: none;
}
ul.calendar-pricesample li {
width: 49%;
margin: 1em 0 0;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
ul.calendar-pricesample li img {
display: block;
width: 100%;
}
p.calendar-pricesupplement {
width: 1000px;
margin: 1em auto 0;
padding: 0;
}
@media only screen and (max-width: 1200px) {
div.calendar-ohayameni {
width: 94%;
}
div.calendar-specwrap {
width: 94%;
transform: none;
}
ul.calendar-pricesample {
width: 94%;
transform: none;
}
ul.calendar-pricesample li {
width: 49%;
margin: 1em 0 0;
}
p.calendar-pricesupplement {
width: 94%;
}
}
@media only screen and (max-width: 768px) {
div.calendar-ohayameni {
width: 94%;
}
div.calendar-specwrap {
width: 94%;
transform: none;
}
ul.calendar-pricesample {
display: block;
width: 94%;
transform: none;
}
ul.calendar-pricesample li {
width: 100%;
}
p.calendar-pricesupplement {
width: 94%;
}
} section.bcs-calendar-overview div.bcs-calendar-overview-inner {
width: 94%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-mainimg {
width: 30%;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-mainimg img {
display: block;
width: 100%;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont {
width: 65%;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-text {
margin: 0;
padding: 0;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-text li {
margin: 0 0 0.5em 1.5em;
padding: 0;
font-size: 1.5rem;
font-weight: bold;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-calimg {
margin: 3rem 0 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-calimg li {
width: 24%;
margin: 0;
padding: 0;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-calimg li img {
display: block;
width: 100%;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
section.bcs-calendar-overview div.bcs-calendar-overview-inner {
margin: 0 auto;
flex-direction: column;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-mainimg {
width: 50%;
margin: 0 auto;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont {
width: 100%;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-text {
margin: 0;
padding: 0;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-text li {
margin: 0 0 0.5em 1.5em;
padding: 0;
font-size: 1.1rem;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-calimg {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
section.bcs-calendar-overview div.bcs-calendar-overview-inner div.bcs-calendar-overview-cont ul.bcs-calendar-overview-calimg li {
width: 48%;
margin-top: 3.76vw;
padding: 0;
}
}
section.bcs-calendar-color div.bcs-calendar-color-inner {
width: 94%;
max-width: 1200px;
margin: 2rem auto 0;
}
section.bcs-calendar-color div.bcs-calendar-color-inner ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
}
section.bcs-calendar-color div.bcs-calendar-color-inner ul li {
width: 23%;
margin: 0;
padding: 0;
}
section.bcs-calendar-color div.bcs-calendar-color-inner ul li img {
display: block;
width: 100%;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
section.bcs-calendar-color div.bcs-calendar-color-inner ul li p {
margin: 0.5rem 0 0;
padding: 0;
text-align: center;
}
@media only screen and (max-width: 768px) {
section.bcs-calendar-color div.bcs-calendar-color-inner {
margin: 1rem auto 0;
}
section.bcs-calendar-color div.bcs-calendar-color-inner ul {
margin: 0;
padding: 0;
flex-wrap: wrap;
align-items: stretch;
}
section.bcs-calendar-color div.bcs-calendar-color-inner ul li {
width: 48%;
margin-top: 3.76vw;
padding: 0;
}
section.bcs-calendar-color div.bcs-calendar-color-inner ul li p {
margin: 0.3rem 0 0;
font-size: 0.9rem;
}
}
section.bcs-calendar-original div.bcs-calendar-original-inner {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 94%;
max-width: 1200px;
margin: 1rem auto 0;
padding: 3rem;
box-sizing: border-box;
background-color: #FFFCDB;
border-radius: 5px;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt {
width: 40%;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl {
margin: 0;
padding: 0;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dt {
margin: 0 0 1em;
padding: 0;
font-size: 1.35rem;
font-weight: bold;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dd {
margin: 0.5em 0 0 2.3em;
padding: 0;
font-size: 1.2rem;
font-weight: bold;
text-indent: -1.3em;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dd span {
margin-right: 0.3em;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dd.bcsco-txt-ex1 {
color: #5F67AE;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dd.bcsco-txt-ex2 {
color: #6EBA44;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dd.bcsco-txt-ex3 {
color: #E85298;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dd.bcsco-txt-ex4 {
color: #F0831E;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-image {
width: 55%;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-image img {
display: block;
width: 100%;
border: 1px solid #999;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
section.bcs-calendar-original div.bcs-calendar-original-inner {
flex-direction: column-reverse;
margin: 1rem auto 0;
padding: 1rem;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt {
width: 100%;
margin-top: 1rem;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl {
margin: 0;
padding: 0;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dt {
margin: 0 0 0.5em;
padding: 0;
font-size: 1.1rem;
font-weight: bold;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dd {
margin: 0.3em 0 0 2.3em;
padding: 0;
font-size: 1rem;
text-indent: -1.3em;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-txt dl dd span {
margin-right: 0.3em;
}
section.bcs-calendar-original div.bcs-calendar-original-inner div.bcsco-image {
width: 100%;
}
}
section.bcs-calendar-price div.bcs-calendar-price100 {
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: baseline;
width: -moz-fit-content;
width: fit-content;
max-width: 1200px;
margin: 1rem auto 0;
}
section.bcs-calendar-price div.bcs-calendar-price100 div.bcp100 {
margin: 0 0.3rem;
font-size: 1.5rem;
font-weight: bold;
}
section.bcs-calendar-price div.bcs-calendar-price100 div.bcp100taxin {
margin: 0 0.3rem;
font-size: 2.8rem;
font-weight: bold;
color: #c00;
}
section.bcs-calendar-price div.bcs-calendar-price100 div.bcp100taxin span {
font-size: 1rem;
font-weight: normal;
}
section.bcs-calendar-price ul.bcs-calendar-spec {
width: -moz-fit-content;
width: fit-content;
max-width: 1200px;
margin: 1rem auto 0;
padding: 0.5rem 2rem;
background-color: #fff;
}
section.bcs-calendar-price ul.bcs-calendar-spec li {
width: -moz-fit-content;
width: fit-content;
margin: 0.3rem 0 0 1.5em;
padding: 0;
}
@media only screen and (max-width: 768px) {
section.bcs-calendar-price div.bcs-calendar-price100 {
flex-direction: column;
width: 94%;
margin: 1rem auto 0;
}
section.bcs-calendar-price div.bcs-calendar-price100 div.bcp100 {
margin: 0 auto;
font-size: 1.2rem;
}
section.bcs-calendar-price div.bcs-calendar-price100 div.bcp100taxin {
margin: 0 auto;
font-size: 2rem;
}
section.bcs-calendar-price ul.bcs-calendar-spec {
width: 94%;
margin: 0.5rem auto 0;
padding: 0.5rem;
}
section.bcs-calendar-price ul.bcs-calendar-spec li {
width: 100%;
margin: 0.3rem 0 0 1.5em;
padding: 0;
}
} h3.towel-pricemds span {
font-size: 1rem;
font-weight: normal;
}
div.towel-pricewrap {
width: 1000px;
margin: 1em auto 0;
}
div.towel-pricewrap table.towel-pricetable {
width: 100%;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #aaa;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetablemds {
background-color: #e3ffeb;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetablemds th {
width: 33.3%;
padding: 0.5em;
font-weight: bold;
text-align: center;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail th {
padding: 0.5em;
font-weight: normal;
text-align: center;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail th span {
margin-left: 1em;
background-color: #c70000;
color: #fff;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail th div.towelname strong {
font-weight: bold;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail td {
padding: 0.5em;
text-align: center;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail td strong {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail td div.sptowelorigin {
display: none;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail:nth-child(even) {
background-color: #f6f6f6;
}
p.towel-remark {
width: 1000px;
margin: 1em auto 0;
}
dl.towel-note {
width: 1000px;
margin: 1em auto 0;
padding: 1em;
background: #ffa;
}
dl.towel-note dt {
color: #c70000;
margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: bold;
}
dl.towel-note dd {
margin: 0;
padding: 0;
}
p.towelnoshi {
width: 1000px;
margin: 0 auto;
text-align: center;
}
img.towelnoshi {
display: block;
width: 500px;
margin: 1em auto 0;
}
@media only screen and (max-width: 1200px) {
div.towel-pricewrap {
width: 94%;
transform: none;
}
p.towel-remark {
width: 94%;
}
dl.towel-note {
width: 94%;
}
p.towelnoshi {
width: 94%;
}
img.towelnoshi {
width: 60%;
}
}
@media only screen and (max-width: 768px) {
div.towel-pricewrap {
width: 94%;
transform: none;
}
div.towel-pricewrap table.towel-pricetable {
width: 100%;
border-bottom: 1px solid #aaa;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetablemds {
display: none;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail th {
display: block;
padding: 0.5em;
border-top: 1px solid #aaa;
background-color: #FFE2E2;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail td {
display: block;
padding: 0.5em;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail td strong {
font-size: 2em;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail td.towel-totalprice::before {
content: "合計 ";
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail td div.sptowelorigin {
display: block;
width: 40%;
margin: 0.5rem auto 0;
padding: 0.3rem;
color: #000;
background: #e3ffeb;
border: 1px solid #00C896;
border-radius: 3px;
}
div.towel-pricewrap table.towel-pricetable tr.towel-pricetabledetail:nth-child(even) {
background-color: transparent;
}
p.towel-remark {
width: 94%;
}
dl.towel-note {
width: 94%;
}
p.towelnoshi {
width: 94%;
}
img.towelnoshi {
width: 80%;
}
} div.check-on-the-safety {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
width: 94%;
max-width: 1200px;
margin: 2rem auto 0;
}
div.check-on-the-safety div.check-on-the-safety-inner {
width: 47%;
}
div.check-on-the-safety div.check-on-the-safety-inner h4 {
margin: 0;
padding: 0.5em 0;
background-color: #FDD000;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
border-radius: 5px;
}
div.check-on-the-safety div.check-on-the-safety-inner p {
margin: 0;
padding: 1em 0;
}
div.check-on-the-safety div.check-on-the-safety-inner img {
display: block;
width: 100%;
}
p.towel-color-notice {
margin: 0;
padding: 1em 0 0;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
color: #00ADA9;
}
@media only screen and (max-width: 768px) {
div.check-on-the-safety {
flex-direction: column;
margin: 0 auto;
}
div.check-on-the-safety div.check-on-the-safety-inner {
width: 100%;
margin: 2rem 0 0;
}
div.check-on-the-safety div.check-on-the-safety-inner h4 {
margin: 0;
padding: 0.5em 0;
background-color: #FDD000;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
border-radius: 5px;
}
div.check-on-the-safety div.check-on-the-safety-inner p {
margin: 0;
padding: 1em 0;
}
div.check-on-the-safety div.check-on-the-safety-inner img {
display: block;
width: 100%;
}
p.towel-color-notice {
margin: 0;
padding: 1em 0 0;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
color: #00ADA9;
}
}
div.costowel-spec {
width: 94%;
max-width: 1200px;
margin: 3rem auto 0;
padding: 3rem 0 0;
border-top: 1px solid #00C896;
}
div.costowel-spec img.costowel-image {
display: block;
width: 100%;
max-width: 800px;
margin: 0 auto;
}
div.costowel-spec div.costowel-spec-inner {
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: stretch;
margin: 2rem 0 0;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 50%;
padding: 2rem;
box-sizing: border-box;
border-radius: 5px 0 0 5px;
background-color: #FAE7E8;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price h4 {
margin: 0;
padding: 0;
font-size: 1.3rem;
font-weight: bold;
text-align: center;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul {
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: baseline;
list-style: none;
margin: 1rem 0 0;
padding: 0;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li {
margin: 0;
padding: 0;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li.ct-quantity {
font-weight: bold;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li.ct-price {
margin: 0 0.5rem;
font-size: 2.2rem;
font-weight: bold;
color: #c00;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li.ct-price span {
font-size: 1rem;
font-weight: normal;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li.ct-unitprice {
font-weight: bold;
color: #c00;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price p {
margin: 0.7rem 0 0;
padding: 0;
text-align: center;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-order {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 50%;
padding: 2rem;
box-sizing: border-box;
border-radius: 0 5px 5px 0;
background-color: #DCEBED;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-order h4 {
margin: 0;
padding: 0;
font-size: 1.3rem;
font-weight: bold;
text-align: center;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-order ul {
margin: 1rem 0 0;
padding: 0;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-order ul li {
margin: 0 0 0 2rem;
padding: 0;
}
@media only screen and (max-width: 768px) {
div.costowel-spec {
margin: 2rem auto 0;
padding: 2rem 0 0;
}
div.costowel-spec img.costowel-image {
margin: 0 auto;
}
div.costowel-spec div.costowel-spec-inner {
flex-direction: column;
margin: 2rem 0 0;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price {
display: block;
width: 100%;
padding: 1rem;
border-radius: 5px;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price h4 {
margin: 0;
padding: 0;
font-size: 1.2rem;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul {
flex-direction: column;
margin: 1rem 0 0;
padding: 0;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li {
width: 100%;
margin: 0;
padding: 0;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li.ct-quantity {
text-align: center;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li.ct-price {
margin: 0;
font-size: 1.8rem;
text-align: center;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price ul li.ct-unitprice {
text-align: center;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-price p {
margin: 0.7rem 0 0;
padding: 0;
text-align: left;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-order {
display: block;
width: 100%;
margin-top: 1rem;
padding: 1rem;
border-radius: 5px;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-order h4 {
margin: 0;
padding: 0;
font-size: 1.2rem;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-order ul {
margin: 1rem 0 0;
padding: 0;
}
div.costowel-spec div.costowel-spec-inner div.costowel-spec-order ul li {
margin: 0 0 0 2rem;
padding: 0;
}
} h3.pocket-tissue-pricemds {
margin-top: 2em;
}
div.pocket-tissue-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.pocket-tissue-pricewrap.visible {
opacity: 1;
transform: none;
}
div.pocket-tissue-pricewrap h4 {
display: flex;
justify-content: center;
align-items: center;
width: 400px;
margin: 0;
padding: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
background-color: #ffffe6;
}
div.pocket-tissue-pricewrap h4 img {
display: block;
width: 80%;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable {
width: 600px;
margin: 0;
border-collapse: collapse;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail th {
padding: 0.5em;
padding-left: 5em;
font-weight: normal;
text-align: left;
font-size: 1.8em;
font-weight: bold;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td {
padding: 0.5em;
padding-right: 5em;
text-align: right;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td span {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td.pocket-tissue-details {
text-align: left;
padding: 0.5em 0.5em 0.5em 5em;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td.pocket-tissue-details h5 {
font-size: 1rem;
font-weight: bold;
line-height: 1.5em;
margin: 0;
padding: 0;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td.pocket-tissue-details ul {
margin: 0 0 0.5em 0;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td.pocket-tissue-details div.pocket-tissue-betto {
color: #c70000;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail:nth-child(odd) {
background-color: #fff;
}
p.pocket-tissue-remark {
width: 1000px;
margin: 1em auto 0;
}
@media only screen and (max-width: 1200px) {
div.pocket-tissue-pricewrap {
width: 94%;
}
div.pocket-tissue-pricewrap h4 {
width: 40%;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable {
width: 60%;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail th {
padding: 0.5em;
padding-left: 5em;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail th span {
font-size: 2.5em;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td {
padding: 0.5em;
padding-right: 5em;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td span {
font-size: 2em;
}
p.pocket-tissue-remark {
width: 94%;
margin: 1em auto 0;
}
}
@media only screen and (max-width: 768px) {
div.pocket-tissue-pricewrap {
display: block;
width: 94%;
}
div.pocket-tissue-pricewrap h4 {
width: 100%;
border-bottom: 0;
}
div.pocket-tissue-pricewrap h4 img {
width: 40%;
margin: 0.5em auto;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable {
width: 100%;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail th {
padding: 0.5em 0.5em 0.5em 1em;
font-size: 1.5em;
font-weight: normal;
text-align: left;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td {
padding: 0.5em 1em 0.5em 0.5em;
text-align: right;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td span {
font-size: 1.5em;
}
div.pocket-tissue-pricewrap table.pocket-tissue-pricetable tr.pocket-tissue-pricetabledetail td.pocket-tissue-details {
padding: 0.5em;
}
p.pocket-tissue-remark {
width: 94%;
margin: 1em auto 0;
}
} div.wetwipespec-wrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 2em auto;
padding: 2em 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.wetwipespec-wrap.visible {
opacity: 1;
transform: none;
}
div.wetwipespec-wrap div.wetwipespec-image {
width: 40%;
}
div.wetwipespec-wrap div.wetwipespec-image img {
display: block;
width: 90%;
}
div.wetwipespec-wrap table.wetwipespec-detail {
width: 60%;
border-collapse: collapse;
}
div.wetwipespec-wrap table.wetwipespec-detail tr th {
padding: 0.5em 1em 0.5em 0.5em;
white-space: nowrap;
font-weight: bold;
text-align: left;
vertical-align: top;
}
div.wetwipespec-wrap table.wetwipespec-detail tr td {
padding: 0.5em;
vertical-align: top;
}
div.wetwipequality-wrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 0 auto;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.wetwipequality-wrap.visible {
opacity: 1;
transform: none;
}
div.wetwipequality-wrap div.wetwipequality-image {
width: 20%;
}
div.wetwipequality-wrap div.wetwipequality-image img {
display: block;
width: 90%;
}
div.wetwipequality-wrap ul.wetwipequality-detail {
width: 80%;
margin: 0;
list-style-type: "※ ";
}
div.wetwipequality-wrap ul.wetwipequality-detail li {
font-size: 0.9em;
line-height: 1.8em;
}
@media only screen and (max-width: 1200px) {
div.wetwipespec-wrap {
width: 94%;
margin: 2em auto;
padding: 2em 0;
}
div.wetwipespec-wrap div.wetwipespec-image {
width: 40%;
}
div.wetwipespec-wrap div.wetwipespec-image img {
width: 90%;
}
div.wetwipespec-wrap table.wetwipespec-detail {
width: 60%;
}
div.wetwipespec-wrap table.wetwipespec-detail tr th {
padding: 0.5em 1em 0.5em 0.5em;
}
div.wetwipequality-wrap {
width: 94%;
margin: 0 auto;
}
div.wetwipequality-wrap div.wetwipequality-image {
width: 20%;
}
div.wetwipequality-wrap div.wetwipequality-image img {
width: 90%;
}
div.wetwipequality-wrap ul.wetwipequality-detail {
width: 80%;
}
}
@media only screen and (max-width: 768px) {
div.wetwipespec-wrap {
display: block;
width: 94%;
margin: 2em auto;
padding: 2em 0;
}
div.wetwipespec-wrap div.wetwipespec-image {
width: 50%;
margin: 0 auto;
}
div.wetwipespec-wrap div.wetwipespec-image img {
width: 100%;
}
div.wetwipespec-wrap table.wetwipespec-detail {
width: 100%;
margin-top: 0.5em;
}
div.wetwipespec-wrap table.wetwipespec-detail tr th {
padding: 0.5em 1em 0.5em 0.5em;
}
div.wetwipequality-wrap {
display: block;
width: 94%;
margin: 0 auto;
}
div.wetwipequality-wrap div.wetwipequality-image {
width: 30%;
margin: 0 auto;
}
div.wetwipequality-wrap div.wetwipequality-image img {
width: 100%;
}
div.wetwipequality-wrap ul.wetwipequality-detail {
width: 100%;
margin-top: 0.5em;
}
} h3.lamination-pricemds {
margin-top: 2em;
}
div.lamination-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.lamination-pricewrap.visible {
opacity: 1;
transform: none;
}
div.lamination-pricewrap h4 {
display: flex;
justify-content: center;
align-items: center;
width: 300px;
margin: 0;
padding: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.lamination-pricewrap h4.lamination-bsize {
background-color: #ffffe6;
}
div.lamination-pricewrap h4.lamination-asize {
background-color: #f0ffff;
}
div.lamination-pricewrap h4 img {
display: block;
width: 80%;
}
div.lamination-pricewrap table.lamination-pricetable {
width: 700px;
margin: 0;
border-collapse: collapse;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail th {
padding: 0.5em;
padding-left: 5em;
font-weight: normal;
text-align: left;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail th span {
font-size: 2.5em;
font-weight: bold;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail td {
padding: 0.5em;
padding-right: 5em;
text-align: right;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail td span {
font-size: 2em;
font-weight: bold;
color: #c70000;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail:nth-child(odd) {
background-color: #fff;
}
p.lamination-remark {
width: 1000px;
margin: 1em auto 0;
}
ul.lamination-precautions {
width: 1000px;
margin: 0 auto;
padding: 0 0 0 2em;
}
dl.lamination-yokujitsu {
width: 1000px;
margin: 1em auto 0;
padding: 1em;
background: #ffa;
}
dl.lamination-yokujitsu dt {
color: #c70000;
margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: bold;
}
dl.lamination-yokujitsu dd {
margin: 0;
padding: 0;
}
@media only screen and (max-width: 1200px) {
div.lamination-pricewrap {
width: 94%;
transform: none;
}
div.lamination-pricewrap h4 {
width: 30%;
}
div.lamination-pricewrap table.lamination-pricetable {
width: 70%;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail th {
padding: 0.5em;
padding-left: 5em;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail th span {
font-size: 2.5em;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail td {
padding: 0.5em;
padding-right: 5em;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail td span {
font-size: 2em;
}
p.lamination-remark {
width: 94%;
margin: 1em auto 0;
}
ul.lamination-precautions {
width: 94%;
padding: 0 0 0 2em;
}
dl.lamination-yokujitsu {
width: 94%;
margin: 1em auto 0;
padding: 1em;
}
}
@media only screen and (max-width: 768px) {
div.lamination-pricewrap {
display: flex;
align-items: stretch;
justify-content: space-between;
width: 94%;
transform: none;
}
div.lamination-pricewrap h4 {
width: 20%;
}
div.lamination-pricewrap h4 img {
width: 90%;
}
div.lamination-pricewrap table.lamination-pricetable {
width: 80%;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail th {
padding: 0.5em;
font-weight: normal;
text-align: left;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail th span {
font-size: 1.3em;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail td {
padding: 0.5em;
text-align: right;
}
div.lamination-pricewrap table.lamination-pricetable tr.lamination-pricetabledetail td span {
font-size: 1.5em;
}
p.lamination-remark {
width: 94%;
margin: 1em auto 0;
}
ul.lamination-precautions {
width: 94%;
margin: 0 auto;
padding: 0 0 0 2em;
}
dl.lamination-yokujitsu {
width: 94%;
margin: 1em auto 0;
padding: 1em;
}
} h3.roundfan-specmds {
margin-top: 2em;
}
div.roundfan-specwrap {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.roundfan-specwrap.visible {
opacity: 1;
transform: none;
}
div.roundfan-specwrap div.roundfan-sampleimage {
width: 300px;
}
div.roundfan-specwrap div.roundfan-sampleimage img {
display: block;
width: 100%;
}
div.roundfan-specwrap div.roundfan-sizeimage {
width: 700px;
padding-left: 3em;
}
div.roundfan-specwrap div.roundfan-sizeimage img {
display: block;
width: 100%;
}
div.roundfan-specwrap table.roundfan-spectable {
margin: 1.5em 0 0;
border-collapse: collapse;
border-top: 1px solid #ccc;
}
div.roundfan-specwrap table.roundfan-spectable tr {
border-bottom: 1px solid #ccc;
}
div.roundfan-specwrap table.roundfan-spectable tr th {
padding: 0.3em;
font-weight: normal;
white-space: nowrap;
}
div.roundfan-specwrap table.roundfan-spectable tr td {
padding: 0.3em;
padding-left: 1.5em;
}
@media only screen and (max-width: 1200px) {
div.roundfan-specwrap {
width: 94%;
margin: 1em auto 0;
transform: none;
}
div.roundfan-specwrap div.roundfan-sampleimage {
width: 30%;
}
div.roundfan-specwrap div.roundfan-sizeimage {
width: 70%;
padding-left: 3em;
}
}
@media only screen and (max-width: 768px) {
div.roundfan-specwrap {
width: 94%;
margin: 1em auto 0;
transform: none;
}
div.roundfan-specwrap div.roundfan-sampleimage {
width: 30%;
}
div.roundfan-specwrap div.roundfan-sizeimage {
width: 70%;
padding-left: 1em;
}
} h3.lighter-specmds {
margin-top: 2em;
}
div.lighter-specwrap {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.lighter-specwrap.visible {
opacity: 1;
transform: none;
}
div.lighter-specwrap div.lighter-sample1 {
width: 41%;
}
div.lighter-specwrap div.lighter-sample1 img {
display: block;
width: 100%;
}
div.lighter-specwrap div.lighter-sample2 {
width: 55%;
}
div.lighter-specwrap div.lighter-sample2 img {
display: block;
width: 100%;
}
div.lighter-specwrap table.lighter-spectable {
margin: 1.5em 0 0;
border-collapse: collapse;
border-top: 1px solid #ccc;
}
div.lighter-specwrap table.lighter-spectable tr {
border-bottom: 1px solid #ccc;
}
div.lighter-specwrap table.lighter-spectable tr th {
padding: 0.3em;
font-weight: normal;
white-space: nowrap;
}
div.lighter-specwrap table.lighter-spectable tr td {
padding: 0.3em;
padding-left: 1.5em;
}
@media only screen and (max-width: 1200px) {
div.lighter-specwrap {
width: 94%;
transform: none;
}
}  h3.oyaishi-coaster-mds {
margin-top: 2em;
}
div.oyaishi-coaster-tokucho {
width: 800px;
margin: 1em auto 0;
opacity: 0;
transition: 1s;
}
div.oyaishi-coaster-tokucho.visible {
opacity: 1;
}
div.oyaishi-coaster-tokucho p {
width: 100%;
margin: 0.5em 0 0;
padding: 0;
}
div.oyaishi-coaster-tokucho img {
display: block;
width: 100%;
margin: 0.5em 0 0;
}
@media only screen and (max-width: 1200px) {
div.oyaishi-coaster-tokucho {
width: 80%;
}
}
@media only screen and (max-width: 768px) {
div.oyaishi-coaster-tokucho {
width: 94%;
dding: 0;
}
} div.namepen-explanation-wrap {
width: 94%;
max-width: 1000px;
margin: 3rem auto 0;
}
div.namepen-explanation-wrap img {
display: block;
width: 100%;
}
div.namepen-explanation-wrap p {
text-align: center;
}
div.namepen-explanation-wrap ul {
width: -moz-fit-content;
width: fit-content;
margin: 1rem auto;
padding: 0;
list-style: none;
font-size: 1.3rem;
line-height: 1.8em;
}
div.namepen-explanation-wrap ul li {
margin: 0;
padding: 0;
color: mediumblue;
}
ul.namepenimage {
width: 94%;
max-width: 1200px;
margin: 3rem auto 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
}
ul.namepenimage li {
width: 24%;
margin: 0;
padding: 0;
}
ul.namepenimage li img {
display: block;
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
}
ul.namepenimage li div {
margin-top: 0.5rem;
text-align: center;
}
ul.recommended-namepen {
width: 94%;
max-width: 1000px;
margin: 3rem auto 0;
padding: 0;
list-style: none;
border-bottom: 1px solid #ccc;
}
ul.recommended-namepen li {
margin: 0;
padding: 1.5rem 0;
border-top: 1px solid #ccc;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
ul.recommended-namepen li img {
display: block;
width: 30%;
}
ul.recommended-namepen li div.recnmpen-spec {
width: 65%;
}
ul.recommended-namepen li div.recnmpen-spec h4 {
margin: 0;
padding: 0;
font-size: 1.4rem;
line-height: 1.5em;
font-weight: normal;
}
ul.recommended-namepen li div.recnmpen-spec div.price-includes {
width: -moz-fit-content;
width: fit-content;
margin-top: 1.5rem;
padding: 0.3rem;
border: 1px solid #666;
border-radius: 3px;
}
ul.recommended-namepen li div.recnmpen-spec div.recnmpen-price {
margin-top: 0.5rem;
font-size: 1.3rem;
font-weight: bold;
}
ul.recommended-namepen li div.recnmpen-spec div.recnmpen-price span {
font-size: 0.9rem;
font-weight: normal;
}
div.namepen-otheritem {
width: 94%;
max-width: 1000px;
margin: 2rem auto 0;
}
div.namepen-otheritem p {
text-align: center;
}
div.namepen-otheritem p.yajirushi {
font-size: 1.5rem;
color: firebrick;
}
div.namepen-otheritem ul {
width: -moz-fit-content;
width: fit-content;
margin: 1rem auto;
padding: 0;
list-style: none;
font-size: 1.2rem;
line-height: 1.8em;
}
div.namepen-otheritem ul li {
margin: 0;
padding: 0;
color: firebrick;
}
div.external-link-btn {
margin: 2rem auto 0;
}
div.external-link-btn a {
display: block;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
padding: 1em 2em;
font-size: 1.3rem;
font-weight: bold;
text-decoration: none;
color: #fff;
border: 1px solid #005709;
border-radius: 5px;
background: #005709;
background: linear-gradient(to bottom right, #12d657 0%, #005709 100%);
transition: 0.3s;
}
div.external-link-btn a:hover {
filter: brightness(130%);
}
@media only screen and (max-width: 768px) {
div.namepen-explanation-wrap {
margin: 2rem auto 0;
}
div.namepen-explanation-wrap p {
text-align: left;
}
div.namepen-explanation-wrap ul {
margin: 1rem auto;
padding: 0;
font-size: 1.1rem;
line-height: 1.8em;
}
div.namepen-explanation-wrap ul li {
margin: 0;
padding: 0;
}
ul.namepenimage {
margin: 1rem auto 0;
padding: 0;
flex-wrap: wrap;
}
ul.namepenimage li {
width: 48%;
margin: 1.5rem 0 0;
padding: 0;
}
ul.namepenimage li div {
margin-top: 0.3rem;
text-align: center;
}
ul.recommended-namepen {
margin: 2rem auto 0;
padding: 0;
}
ul.recommended-namepen li {
margin: 0;
padding: 1rem 0;
flex-direction: column;
}
ul.recommended-namepen li img {
width: 50%;
margin: 0 auto;
}
ul.recommended-namepen li div.recnmpen-spec {
margin-top: 0.5rem;
width: 100%;
}
ul.recommended-namepen li div.recnmpen-spec h4 {
margin: 0;
padding: 0;
font-size: 1.1rem;
line-height: 1.5em;
text-align: center;
}
ul.recommended-namepen li div.recnmpen-spec div.price-includes {
margin: 1rem auto 0;
padding: 0.3rem;
}
ul.recommended-namepen li div.recnmpen-spec div.recnmpen-price {
margin-top: 0.5rem;
font-size: 1rem;
text-align: center;
}
ul.recommended-namepen li div.recnmpen-spec div.recnmpen-price span {
font-size: 0.9rem;
}
div.namepen-otheritem {
margin: 2rem auto 0;
}
div.namepen-otheritem p {
text-align: left;
}
div.namepen-otheritem p.yajirushi {
font-size: 1.5rem;
text-align: center;
}
div.namepen-otheritem ul {
width: 100%;
margin: 1rem auto;
padding: 0;
font-size: 1rem;
line-height: 1.5em;
}
div.namepen-otheritem ul li {
margin: 0;
padding: 0;
}
div.external-link-btn {
margin: 1rem auto 0;
}
div.external-link-btn a {
max-width: 94%;
margin: 0 auto;
padding: 1em 1.5em;
font-size: 1.1rem;
}
} h3.clearfile-specmds {
margin-top: 2em;
}
div.clearfile-specwrap {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
width: 1000px;
margin: 1em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
div.clearfile-specwrap.visible {
opacity: 1;
transform: none;
}
div.clearfile-specwrap div.clearfile-sampleimage {
width: 300px;
}
div.clearfile-specwrap div.clearfile-sampleimage a img {
display: block;
width: 100%;
}
div.clearfile-specwrap table.clearfile-spectable {
width: 650px;
margin: 0;
border-collapse: collapse;
border-top: 1px solid #ccc;
}
div.clearfile-specwrap table.clearfile-spectable tr {
border-bottom: 1px solid #ccc;
}
div.clearfile-specwrap table.clearfile-spectable tr th {
padding: 0.3em;
font-weight: normal;
white-space: nowrap;
}
div.clearfile-specwrap table.clearfile-spectable tr td {
padding: 0.3em;
padding-left: 1.5em;
}
@media only screen and (max-width: 1200px) {
div.clearfile-specwrap {
width: 94%;
transform: none;
}
div.clearfile-specwrap div.clearfile-sampleimage {
width: 30%;
}
div.clearfile-specwrap table.clearfile-spectable {
width: 65%;
}
div.clearfile-specwrap table.clearfile-spectable tr {
border-bottom: 1px solid #ccc;
}
div.clearfile-specwrap table.clearfile-spectable tr th {
padding: 0.3em;
}
div.clearfile-specwrap table.clearfile-spectable tr td {
padding: 0.3em;
padding-left: 1.5em;
}
}
@media only screen and (max-width: 768px) {
div.clearfile-specwrap {
display: block;
width: 94%;
margin: 1em auto 0;
transform: none;
}
div.clearfile-specwrap div.clearfile-sampleimage {
width: 80%;
margin: 0 auto;
}
div.clearfile-specwrap table.clearfile-spectable {
width: 100%;
margin: 1em 0 0;
border-top: 0;
}
div.clearfile-specwrap table.clearfile-spectable tr {
border-bottom: 0;
}
div.clearfile-specwrap table.clearfile-spectable tr th {
padding: 0;
}
div.clearfile-specwrap table.clearfile-spectable tr td {
padding: 0 0 0 1em;
}
} section.invoicesystem {
padding: 3rem 0;
background: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2023/01/invoice_back.png) repeat;
}
section.invoicesystem div.invoicestamp-inner {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 94%;
max-width: 1200px;
margin: 0 auto;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-headline {
width: 70%;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-headline h3 {
margin: 0;
padding: 0;
font-size: 1.8rem;
font-weight: bold;
color: #0068b7;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-headline p {
margin: 2rem 0 0;
font-size: 1.1rem;
line-height: 1.8em;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-illust {
width: 25%;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-illust img {
display: block;
width: 100%;
}
section.invoicesystem div.invoicesystem-commentary {
width: 94%;
max-width: 1200px;
margin: 3rem auto 0;
}
section.invoicesystem div.invoicesystem-commentary div.invoicesystem-commentary-pc img {
display: block;
width: 100%;
}
section.invoicesystem div.invoicesystem-commentary div.invoicesystem-commentary-sp {
display: none;
}
@media only screen and (max-width: 768px) {
section.invoicesystem {
padding: 3rem 0;
}
section.invoicesystem div.invoicestamp-inner {
flex-direction: column-reverse;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-headline {
width: 100%;
margin-top: 1rem;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-headline h3 {
margin: 0;
padding: 0;
font-size: 1.3rem;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-headline p {
margin: 1rem 0 0;
font-size: 1rem;
line-height: 1.8em;
}
section.invoicesystem div.invoicestamp-inner div.invoicestamp-illust {
width: 45%;
margin: 0 auto;
}
section.invoicesystem div.invoicesystem-commentary {
margin: 0 auto;
}
section.invoicesystem div.invoicesystem-commentary div.invoicesystem-commentary-pc {
display: none;
}
section.invoicesystem div.invoicesystem-commentary div.invoicesystem-commentary-sp {
display: block;
}
section.invoicesystem div.invoicesystem-commentary div.invoicesystem-commentary-sp img {
display: block;
width: 100%;
margin: 1.5rem 0 0;
}
section.invoicesystem div.invoicesystem-commentary div.invoicesystem-commentary-sp div.invoice-number {
margin: 1.5rem 0 0;
padding: 0.7rem;
background-color: #fff;
border: 1px solid #e5004f;
border-radius: 4px;
box-sizing: border-box;
}
}
div.invoice-stamptype-pc {
width: 94%;
max-width: 1200px;
margin: 3rem auto 0;
}
div.invoice-stamptype-pc img {
display: block;
width: 100%;
}
div.invoice-stamptype-sp {
display: none;
}
div.invoice-inquirybtn {
width: 94%;
max-width: 600px;
margin: 5rem auto 3rem;
}
div.invoice-inquirybtn a {
display: block;
width: 100%;
padding: 2rem;
background-color: #00C896;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #fff;
border-radius: 3px;
transition: 0.3s;
}
div.invoice-inquirybtn a:hover {
background: #008866;
}
@media only screen and (max-width: 768px) {
div.invoice-stamptype-pc {
display: none;
}
div.invoice-stamptype-sp {
display: block;
width: 94%;
margin: 1.5rem auto 0;
}
div.invoice-stamptype-sp img {
display: block;
width: 100%;
margin-top: 1.5rem;
}
} div.webdesign-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
margin: -1em auto 0;
}
div.webdesign-wrap > div {
position: relative;
overflow: hidden;
width: calc(50% - 1.5em);
margin-top: 3em;
padding: 2em;
box-sizing: border-box;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
div.webdesign-wrap > div::before {
position: absolute;
right: 0;
top: 0;
font-size: 28em;
line-height: 1em;
color: rgba(255, 255, 255, 0.5);
}
div.webdesign-wrap div.web-templateplan {
background-color: #E8E7FE;
border-color: #C4C1F5;
border-radius: 3px;
}
div.webdesign-wrap div.web-templateplan h3 {
color: #251D8F;
}
div.webdesign-wrap div.web-templateplan::before {
content: "①";
}
div.webdesign-wrap div.web-designplan {
background-color: #D0F5DE;
border-color: #BAF5D3;
border-radius: 3px;
}
div.webdesign-wrap div.web-designplan h3 {
color: #126939;
}
div.webdesign-wrap div.web-designplan::before {
content: "①";
}
div.webdesign-wrap div.web-update {
background-color: #F5EDCB;
border-color: #F5EAB5;
border-radius: 3px;
}
div.webdesign-wrap div.web-update h3 {
color: #8F7C15;
}
div.webdesign-wrap div.web-update::before {
content: "②";
}
div.webdesign-wrap div.web-lpdesign {
background-color: #FFE8E6;
border-color: #F5C1BC;
border-radius: 3px;
}
div.webdesign-wrap div.web-lpdesign h3 {
color: #802017;
}
div.webdesign-wrap div.web-lpdesign::before {
content: "④";
}
div.webdesign-wrap h3 {
position: relative;
margin: 0;
padding: 0;
font-size: 1.3em;
font-weight: bold;
line-height: 1.3em;
z-index: 999;
}
div.webdesign-wrap div.web-price {
position: relative;
margin: 1em 0 0;
padding: 0.5em 0;
font-weight: bold;
color: #900;
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
z-index: 999;
}
div.webdesign-wrap div.web-price span {
font-size: 0.9em;
font-weight: normal;
}
div.webdesign-wrap p {
position: relative;
margin: 1em 0 0;
padding: 0;
line-height: 1.8em;
z-index: 999;
}
p.web-remark {
max-width: 1200px;
margin: 2em auto 0;
}
@media only screen and (max-width: 1200px) {
div.webdesign-wrap {
display: block;
width: 94%;
margin: -1em auto 0;
}
div.webdesign-wrap > div {
width: 100%;
margin-top: 2em;
padding: 2em;
}
div.webdesign-wrap > div::before {
right: 0;
top: 0;
font-size: 28em;
line-height: 1em;
}
div.webdesign-wrap h3 {
font-size: 1.3em;
line-height: 1.3em;
}
div.webdesign-wrap div.web-price {
margin: 1em 0 0;
padding: 0.5em 0;
}
div.webdesign-wrap div.web-price span {
font-size: 0.9em;
}
div.webdesign-wrap p {
margin: 1em 0 0;
padding: 0;
line-height: 1.8em;
}
p.web-remark {
width: 94%;
margin: 1.5em auto 0;
}
} div.photoplan-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
margin: -0.5em auto 0;
}
div.photoplan-wrap > div {
position: relative;
overflow: hidden;
width: calc(25% - 1em);
margin-top: 1.5em;
padding: 1.5em;
box-sizing: border-box;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
border-radius: 3px;
}
div.photoplan-wrap div.photo-classification {
background-color: #E8E7FE;
border-color: #C4C1F5;
}
div.photoplan-wrap div.photo-classification h3 {
color: #251D8F;
}
div.photoplan-wrap div.photo-classification img.photoplanimg {
display: block;
width: 100%;
margin-top: 1em;
border: 1px solid #fff;
}
div.photoplan-wrap div.photo-classification ul {
margin: 1em 0 0;
padding: 0 0 0 1.5em;
}
div.photoplan-wrap div.photo-subprice {
background-color: #F5EDCB;
border-color: #F5EAB5;
}
div.photoplan-wrap div.photo-subprice h3 {
color: #8F7C15;
}
div.photoplan-wrap h3 {
position: relative;
margin: 0;
padding: 0;
font-size: 1.3em;
font-weight: bold;
line-height: 1.3em;
z-index: 999;
}
div.photoplan-wrap div.web-price {
position: relative;
margin: 1em 0 0;
padding: 0.5em 0;
font-weight: bold;
color: #900;
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
z-index: 999;
}
div.photoplan-wrap div.web-price span {
font-size: 0.9em;
font-weight: normal;
}
div.photoplan-wrap p {
position: relative;
margin: 1em 0 0;
padding: 0;
line-height: 1.8em;
z-index: 999;
}
div.photosample__wrap {
width: 94%;
max-width: 1200px;
margin: 1.5rem auto 0;
}
div.photosample__wrap h1.entry-title {
display: none;
}
div.photosample__wrap div.post-thumbnail {
display: none;
}
div.photoplan-event {
width: 94%;
max-width: 1200px;
margin: 1em auto 0.5em;
padding: 1.5em;
box-sizing: border-box;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
border-radius: 3px;
background-color: #E8E7FE;
border-color: #C4C1F5;
}
@media only screen and (max-width: 1200px) {
div.photoplan-wrap {
display: flex;
width: 94%;
margin: -0.5em auto 0;
}
div.photoplan-wrap > div {
position: relative;
overflow: hidden;
width: calc(50% - 1em);
margin-top: 2em;
padding: 1.5em;
box-sizing: border-box;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
div.photoplan-wrap div.photo-classification ul {
margin: 1em 0 0;
padding: 0 0 0 1.5em;
}
div.photoplan-wrap h3 {
margin: 0;
padding: 0;
font-size: 1.3em;
line-height: 1.3em;
}
div.photoplan-wrap div.web-price {
margin: 1em 0 0;
padding: 0.5em 0;
}
div.photoplan-wrap div.web-price span {
font-size: 0.9em;
}
div.photoplan-wrap p {
margin: 1em 0 0;
padding: 0;
line-height: 1.8em;
}
}
@media only screen and (max-width: 768px) {
div.photoplan-wrap {
display: block;
}
div.photoplan-wrap > div {
width: 100%;
margin-top: 1.5em;
padding: 1.5em;
box-sizing: border-box;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
div.photoplan-wrap div.photo-classification img.photoplanimg {
margin-top: 1em;
}
div.photoplan-wrap div.photo-classification ul {
margin: 1em 0 0;
padding: 0 0 0 1.5em;
}
div.photoplan-wrap h3 {
margin: 0;
padding: 0;
font-size: 1.3em;
line-height: 1.3em;
}
div.photoplan-wrap div.web-price {
margin: 1em 0 0;
padding: 0.5em 0;
}
div.photoplan-wrap div.web-price span {
font-size: 0.9em;
}
div.photoplan-wrap p {
margin: 1em 0 0;
padding: 0;
line-height: 1.8em;
}
} div.movie-overview {
max-width: 1200px;
margin: 2em auto 0;
font-size: 1.2em;
line-height: 1.8em;
text-align: center;
}
div.movie-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
margin: -1em auto 0;
}
div.movie-wrap > div {
position: relative;
overflow: hidden;
width: calc(50% - 1.5em);
margin-top: 3em;
padding: 2em;
box-sizing: border-box;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
div.movie-wrap div.movie-basiccharge {
background-color: #E8E7FE;
border-color: #C4C1F5;
border-radius: 3px;
}
div.movie-wrap div.movie-basiccharge h3 {
color: #251D8F;
}
div.movie-wrap div.movie-option {
background-color: #D0F5DE;
border-color: #BAF5D3;
border-radius: 3px;
}
div.movie-wrap div.movie-option h3 {
color: #126939;
}
div.movie-wrap div.movie-deliverymethod {
background-color: #F5EDCB;
border-color: #F5EAB5;
border-radius: 3px;
}
div.movie-wrap div.movie-deliverymethod h3 {
color: #8F7C15;
}
div.movie-wrap div.movie-remarks {
background-color: #FFE8E6;
border-color: #F5C1BC;
border-radius: 3px;
}
div.movie-wrap div.movie-remarks h3 {
color: #802017;
}
div.movie-wrap h3 {
position: relative;
margin: 0;
padding: 0;
font-size: 1.3em;
font-weight: bold;
line-height: 1.3em;
z-index: 999;
}
div.movie-wrap ul.moviebullet {
margin: 1em 0 0;
padding: 0;
border-top: 1px dashed #999;
}
div.movie-wrap ul.moviebullet li {
margin: 0;
padding: 0.5em 0;
line-height: 1.5em;
list-style: inside;
border-bottom: 1px dashed #999;
}
div.movie-wrap ul.moviebullet li div.movieptice {
display: inline;
margin-left: 1em;
font-weight: bold;
color: #900;
}
div.movie-wrap ul.moviebullet li div.movieptice span {
font-weight: normal;
}
div.movie-wrap p {
position: relative;
margin: 1em 0 0;
padding: 0;
line-height: 1.5em;
}
@media only screen and (max-width: 1200px) {
div.movie-overview {
width: 94%;
margin: 2em auto 0;
font-size: 1rem;
text-align: left;
}
div.movie-wrap {
width: 94%;
margin: -1em auto 0;
}
div.movie-wrap > div {
width: calc(50% - 1em);
margin-top: 2em;
padding: 1.5em;
}
div.movie-wrap h3 {
font-size: 1.3em;
line-height: 1.3em;
}
div.movie-wrap ul.moviebullet {
margin: 1em 0 0;
padding: 0;
}
div.movie-wrap ul.moviebullet li {
margin: 0;
padding: 0.5em 0;
line-height: 1.5em;
}
div.movie-wrap p {
position: relative;
margin: 1em 0 0;
padding: 0;
line-height: 1.5em;
}
}
@media only screen and (max-width: 768px) {
div.movie-wrap {
display: block;
width: 94%;
margin: -1em auto 0;
}
div.movie-wrap > div {
width: 100%;
margin-top: 1.5em;
padding: 1.5em;
}
div.movie-wrap h3 {
font-size: 1.3em;
line-height: 1.3em;
}
div.movie-wrap ul.moviebullet {
margin: 1em 0 0;
padding: 0;
}
div.movie-wrap ul.moviebullet li {
margin: 0;
padding: 0.5em 0;
line-height: 1.5em;
}
} h3.greenmds span {
font-size: 1rem;
margin-left: 1rem;
color: #333;
font-weight: normal;
}
div.papersizewrap {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
div.papersizewrap div.papersizelist, div.papersizewrap div.envelopesizelist {
width: 47%;
margin-bottom: 2rem;
}
div.papersizewrap div.papersizelist table, div.papersizewrap div.envelopesizelist table {
margin: 1em 0 0;
padding: 0;
border: 0;
border-top: 1px solid #bbb;
border-bottom: 1px solid #bbb;
background-color: #fff;
box-sizing: border-box;
border-collapse: collapse;
border-spacing: 0;
}
div.papersizewrap div.papersizelist table tr:nth-child(even), div.papersizewrap div.envelopesizelist table tr:nth-child(even) {
background-color: #e2fff8;
}
div.papersizewrap div.papersizelist table tr td, div.papersizewrap div.envelopesizelist table tr td {
padding: 0.5em;
font-size: 1.3em;
text-align: center;
}
div.papersizewrap div.papersizelist table tr td:nth-child(1), div.papersizewrap div.envelopesizelist table tr td:nth-child(1) {
width: 40%;
font-weight: bold;
}
div.papersizewrap div.papersizelist table tr td:nth-child(2), div.papersizewrap div.envelopesizelist table tr td:nth-child(2) {
width: 60%;
}
div.papersizewrap div.papersizelist table tr td span, div.papersizewrap div.envelopesizelist table tr td span {
display: block;
font-size: 0.9rem;
font-weight: normal;
}
ul.papersize-link {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1200px;
margin: 0 auto;
padding: 0;
list-style: none;
}
ul.papersize-link li {
margin: 0 0.5em;
padding: 0;
font-weight: bold;
}
ul.papersize-link li a {
display: block;
padding: 2em;
background-color: #00C896;
text-decoration: none;
color: #fff;
border: 1px solid #008866;
border-radius: 3px;
transition: 0.3s;
}
ul.papersize-link li a:hover {
background: #008866;
}
@media only screen and (max-width: 1200px) {
div.papersizewrap {
max-width: 94%;
margin: 0 auto;
}
div.papersizewrap div.papersizelist, div.papersizewrap div.envelopesizelist {
width: 47%;
margin-bottom: 2rem;
}
ul.papersize-link {
align-items: stretch;
width: 94%;
margin: 0 auto;
}
ul.papersize-link li {
width: 48%;
margin-bottom: 0.7em;
text-align: center;
}
ul.papersize-link li a {
padding: 1em;
}
}
@media only screen and (max-width: 768px) {
div.papersizewrap {
display: block;
}
div.papersizewrap div.papersizelist, div.papersizewrap div.envelopesizelist {
width: 100%;
margin-bottom: 2rem;
}
ul.papersize-link {
display: block;
width: 94%;
}
ul.papersize-link li {
width: 100%;
margin: 0 0 0.7em;
text-align: center;
}
ul.papersize-link li a {
padding: 1em;
}
} div.parallax {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 300px;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center -290px;
background-size: contain;
}
div.parallax h2 {
margin: 0;
padding: 0;
text-align: center;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 3px, rgba(0, 0, 0, 0.7) -1px 1px 3px, rgba(0, 0, 0, 0.7) 1px -1px 3px, rgba(0, 0, 0, 0.7) -1px -1px 3px;
font-size: 3em;
}
div.parallax p {
margin-top: 1em;
padding: 0;
text-align: center;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 3px, rgba(0, 0, 0, 0.7) -1px 1px 3px, rgba(0, 0, 0, 0.7) 1px -1px 3px, rgba(0, 0, 0, 0.7) -1px -1px 3px;
font-size: 1.25em;
}
@media only screen and (min-width: 769px) {
div.parallax h2 br, div.parallax p br {
display: none;
}
}
@media only screen and (max-width: 1200px) {
div.parallax h2 {
font-size: 3em;
}
div.parallax p {
margin-top: 1em;
font-size: 1.25em;
}
} @media only screen and (max-width: 768px) {
div.parallax {
min-height: 200px;
background-size: 100%;
}
div.parallax h2 {
font-size: 2em;
}
div.parallax p {
margin-top: 0;
font-size: 1em;
}
}  div.purpose-index-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2020/07/purpose-index-title.jpg);
background-position: center -350px;
}
@media only screen and (max-width: 1200px) {
div.purpose-index-title {
background-position: center -150px;
}
} @media only screen and (max-width: 768px) {
div.purpose-index-title {
background-position: center 30px;
}
}  div.purpose-store-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2020/07/purpose-store-title.jpg);
background-position: center -290px;
}
@media only screen and (max-width: 1200px) {
div.purpose-store-title {
background-position: center -200px;
}
} @media only screen and (max-width: 768px) {
div.purpose-store-title {
background-position: center 60px;
}
}  div.print-on-paper-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2021/02/print-on-paper-title.jpg);
background-position: center -290px;
}
@media only screen and (max-width: 1200px) {
div.print-on-paper-title {
background-position: center -200px;
}
} @media only screen and (max-width: 768px) {
div.print-on-paper-title {
background-position: center 60px;
}
}  div.other-printing-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2021/02/other-printing-title.jpg);
background-position: center -290px;
}
@media only screen and (max-width: 1200px) {
div.other-printing-title {
background-position: center -200px;
}
} @media only screen and (max-width: 768px) {
div.other-printing-title {
background-position: center 60px;
}
}  div.promotional-giveaways-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2021/02/promotional-giveaways-title.jpg);
background-position: center -290px;
}
@media only screen and (max-width: 1200px) {
div.promotional-giveaways-title {
background-position: center -200px;
}
} @media only screen and (max-width: 768px) {
div.promotional-giveaways-title {
background-position: center 60px;
}
}  div.digital-production-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2021/02/digital-production-title.jpg);
background-position: center -290px;
}
@media only screen and (max-width: 1200px) {
div.digital-production-title {
background-position: center -200px;
}
} @media only screen and (max-width: 768px) {
div.digital-production-title {
background-position: center 60px;
}
}  div.others-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2021/02/others_title.jpg);
background-position: center -290px;
}
@media only screen and (max-width: 1200px) {
div.others-title {
background-position: center -200px;
}
} @media only screen and (max-width: 768px) {
div.others-title {
background-position: center 60px;
}
}  section.promotion-index {
padding: 3em 0;
}
section.promotion-index ul.promotion-index-itemwrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1000px;
margin: 0 auto;
padding: 0;
list-style: none;
}
section.promotion-index ul.promotion-index-itemwrap li.promotion-index-itembox {
width: 48%;
margin-top: 2em;
font-size: 1.1em;
font-weight: bold;
text-align: center;
opacity: 0;
transform: translateY(30px);
transition: 1s;
}
section.promotion-index ul.promotion-index-itemwrap li.promotion-index-itembox.visible {
opacity: 1;
transform: none;
}
section.promotion-index ul.promotion-index-itemwrap li.promotion-index-itembox a {
display: block;
transition: 0.3s;
}
section.promotion-index ul.promotion-index-itemwrap li.promotion-index-itembox a img {
display: block;
width: 100%;
margin-bottom: 0.3em;
box-shadow: RGBa(0, 0, 0, 0.3) 0 0 5px;
}
section.promotion-index ul.promotion-index-itemwrap li.promotion-index-itembox a:hover img {
box-shadow: #008866 0 0 5px;
}
@media only screen and (max-width: 1200px) {
section.promotion-index {
padding: 3em 0;
}
section.promotion-index ul.promotion-index-itemwrap {
width: 94%;
}
section.promotion-index ul.promotion-index-itemwrap li.promotion-index-itembox {
width: 48%;
margin-top: 2em;
font-size: 1.1em;
}
} @media only screen and (max-width: 768px) {
section.promotion-index {
padding: 2em 0 3em;
}
section.promotion-index ul.promotion-index-itemwrap {
display: block;
width: 94%;
}
section.promotion-index ul.promotion-index-itemwrap li.promotion-index-itembox {
width: 100%;
margin-top: 2em;
font-size: 1.1em;
}
}  section.promotion-item {
padding: 3em 0;
}
section.promotion-item ul.promotion-itemwrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1200px;
margin: 0 auto;
padding: 0;
list-style: none;
transition: 0.3s;
}
section.promotion-item ul.promotion-itemwrap a {
display: block;
width: 48%;
margin-bottom: 40px;
color: #333;
text-decoration: none;
}
section.promotion-item ul.promotion-itemwrap a:hover {
opacity: 0.7;
}
section.promotion-item ul.promotion-itemwrap a:hover li.promotion-itembox {
box-shadow: #008866 0 0 5px;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox {
height: 100%;
padding: 20px;
background: #fff;
box-shadow: RGBa(0, 0, 0, 0.5) 0 0 5px;
opacity: 0;
transform: translateY(30px);
transition: 1s;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox.visible {
opacity: 1;
transform: none;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 100%;
margin: 0;
padding: 0;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dt.promotion-itemimage {
width: 30%;
margin: 0;
padding: 0;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dt.promotion-itemimage img {
display: block;
width: 100%;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle {
width: 65%;
margin: 0;
padding: 0;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle h4 {
margin: 0;
padding: 0;
font-size: 1.55em;
font-weight: bold;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle div.promotion-itemmeyasu {
margin-top: 1em;
padding: 0.5em;
line-height: 1em;
color: #fff;
background: #00C896;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle div.promotion-itemprice {
margin-top: 0.5em;
font-size: 1.2em;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle div.promotion-itemprice span {
margin-left: 0.5rem;
font-weight: bold;
color: #c70000;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox p.promotion-itemdescription {
margin: 1em 0 0;
padding: 1em 0 0;
border-top: 1px solid #ccc;
}
@media only screen and (min-width: 769px) {
section.promotion-item div.promotion-item-linkbtn {
display: none;
}
}
@media only screen and (max-width: 1200px) {
section.promotion-item ul.promotion-itemwrap {
width: 94%;
}
section.promotion-item ul.promotion-itemwrap a {
width: 48%;
margin-bottom: 40px;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox {
padding: 20px;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl {
width: 100%;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dt.promotion-itemimage {
width: 30%;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle {
width: 65%;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle h4 {
font-size: 1.55em;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle div.promotion-itemmeyasu {
margin-top: 1em;
padding: 0.5em;
line-height: 1em;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle div.promotion-itemprice {
margin-top: 0.5em;
font-size: 1.2em;
}
}
@media only screen and (max-width: 768px) {
section.promotion-item {
padding: 2em 0;
}
section.promotion-item ul.promotion-itemwrap {
display: block;
width: 94%;
}
section.promotion-item ul.promotion-itemwrap a {
display: block;
width: 100%;
margin-bottom: 1.5em;
}
section.promotion-item ul.promotion-itemwrap a:hover li.promotion-itembox {
box-shadow: RGBa(0, 0, 0, 0.3) 0 0 3px;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox {
padding: 20px;
background: #fff;
box-shadow: RGBa(0, 0, 0, 0.3) 0 0 3px;
opacity: 0;
transform: translateY(30px);
transition: 1s;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox.visible {
opacity: 1;
transform: none;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 100%;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dt.promotion-itemimage {
width: 30%;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle {
width: 65%;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle h4 {
font-size: 1.1em;
font-weight: bold;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle div.promotion-itemmeyasu {
margin-top: 1em;
padding: 0.5em;
line-height: 1em;
color: #fff;
background: #00C896;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox dl dd.promotion-itemtitle div.promotion-itemprice {
margin-top: 0.5em;
font-size: 1.1em;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox p.promotion-itemdescription br {
display: none;
}
section.promotion-item ul.promotion-itemwrap a li.promotion-itembox div.promotion-item-linkbtn {
width: 60%;
margin: 0.5em auto 0;
padding: 0.5em;
line-height: 1em;
text-align: center;
color: #fff;
background-color: #c70000;
border-radius: 30px;
}
}  ul.purpose-blog-achievements {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 1200px;
margin: 0 auto;
padding: 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
ul.purpose-blog-achievements.visible {
opacity: 1;
transform: none;
}
ul.purpose-blog-achievements li {
width: 25%;
margin-top: 1.5em;
list-style: none;
}
ul.purpose-blog-achievements li a {
display: block;
position: relative;
width: 90%;
margin: 0 auto;
}
ul.purpose-blog-achievements li a:first-child::before {
content: "";
display: block;
padding-top: 100%;
}
ul.purpose-blog-achievements li a:first-child img {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-o-object-fit: cover;
object-fit: cover;
box-sizing: border-box;
border: 1px solid #ccc;
}
ul.purpose-blog-achievements li p {
width: 90%;
margin: 0 auto;
padding: 0;
}
@media only screen and (max-width: 1200px) {
ul.purpose-blog-achievements {
width: 94%;
transform: none;
}
ul.purpose-blog-achievements li {
width: 33.3%;
margin-top: 1.5em;
}
} @media only screen and (max-width: 768px) {
ul.purpose-blog-achievements {
width: 94%;
transform: none;
}
ul.purpose-blog-achievements li {
width: 50%;
margin-top: 1.5em;
}
}  section.messege404 {
margin: 8em 0;
}
section.messege404 p.comment404 {
margin: 3em 0;
text-align: center;
line-height: 1.8em;
}
section.sidebar404 section.widget {
width: 1200px;
margin: 0 auto;
}
section.sidebar404 section.widget ul.menu {
width: 1100px;
margin: 0 auto;
padding: 0;
list-style: none;
line-height: 2.5em;
}
section.sidebar404 section.widget ul.menu > li {
margin-top: 1em;
}
section.sidebar404 section.widget ul.menu > li a {
display: block;
padding: 0 1em;
background: #e6e6e6;
border-radius: 3px;
}
section.sidebar404 section.widget ul.menu > li ul.sub-menu {
list-style: none;
}
section.sidebar404 section.widget ul.menu > li ul.sub-menu li {
border-bottom: 1px dashed #ccc;
}
section.sidebar404 section.widget ul.menu > li ul.sub-menu li a {
display: block;
background: #fff;
}
@media only screen and (max-width: 1200px) {
section.messege404 p.comment404 {
width: 94%;
margin: 3em auto;
}
section.messege404 p.comment404 br {
display: none;
}
section.sidebar404 section.widget {
width: 94%;
}
section.sidebar404 section.widget ul.menu {
width: 100%;
line-height: 2.5em;
}
section.sidebar404 section.widget ul.menu > li {
margin-top: 1em;
}
section.sidebar404 section.widget ul.menu > li a {
padding: 0 1em;
}
} div.blog_wrap {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 1200px;
margin: 2em auto;
}
div.blog_wrap main.site-main {
width: 65%;
}
div.blog_wrap main.site-main header.entry-header h1, div.blog_wrap main.site-main header.entry-header h2 {
position: relative;
line-height: 1.4;
padding: 0.25em 1em;
display: inline-block;
font-size: 2.5em;
color: #00C896;
}
div.blog_wrap main.site-main header.entry-header h1::before, div.blog_wrap main.site-main header.entry-header h1::after, div.blog_wrap main.site-main header.entry-header h2::before, div.blog_wrap main.site-main header.entry-header h2::after {
content: "";
width: 1em;
height: 1.7em;
position: absolute;
display: inline-block;
}
div.blog_wrap main.site-main header.entry-header h1::before, div.blog_wrap main.site-main header.entry-header h2::before {
border-left: solid 2px #00C896;
border-top: solid 2px #00C896;
top: 0;
left: 0;
}
div.blog_wrap main.site-main header.entry-header h1::after, div.blog_wrap main.site-main header.entry-header h2::after {
border-right: solid 2px #00C896;
border-bottom: solid 2px #00C896;
bottom: 0;
right: 0;
}
div.blog_wrap main.site-main header.entry-header h1 a, div.blog_wrap main.site-main header.entry-header h2 a {
text-decoration: none;
color: #00C896;
}
div.blog_wrap main.site-main header.entry-header div.entry-meta {
font-style: italic;
color: navy;
}
div.blog_wrap main.site-main div.entry-content h2, div.blog_wrap main.site-main div.entry-content h3, div.blog_wrap main.site-main div.entry-content h4, div.blog_wrap main.site-main div.entry-content h5 {
margin: 2em 0 0.5em;
}
div.blog_wrap main.site-main div.entry-content h2 {
color: #008866;
border-bottom: 2px dashed #008866;
}
div.blog_wrap main.site-main div.entry-content p, div.blog_wrap main.site-main div.entry-content li {
line-height: 1.8em;
}
div.blog_wrap main.site-main div.entry-content ul, div.blog_wrap main.site-main div.entry-content ol {
margin-left: 1em;
}
div.blog_wrap main.site-main nav.post-navigation {
padding: 2em;
box-sizing: border-box;
border-radius: 3px;
background: #fff;
box-shadow: RGBa(0, 0, 0, 0.1) 0 0 5px;
}
div.blog_wrap main.site-main nav.post-navigation div.nav-links {
display: block;
}
div.blog_wrap main.site-main nav.post-navigation div.nav-links div.nav-next {
margin-top: 1em;
}
div.blog_wrap aside.widget-area {
width: 28%;
}
@media only screen and (max-width: 1200px) {
div.blog_wrap {
width: 94%;
margin: 2em auto;
}
div.blog_wrap main.site-main {
width: 65%;
}
div.blog_wrap aside.widget-area {
width: 28%;
}
}
@media only screen and (max-width: 768px) {
div.blog_wrap {
display: block;
width: 94%;
margin: 2em auto;
}
div.blog_wrap main.site-main {
width: 100%;
}
div.blog_wrap main.site-main header.entry-header h1, div.blog_wrap main.site-main header.entry-header h2 {
line-height: 1.4;
padding: 0.25em 1em;
font-size: 2em;
}
div.blog_wrap main.site-main header.entry-header h1::before, div.blog_wrap main.site-main header.entry-header h1::after, div.blog_wrap main.site-main header.entry-header h2::before, div.blog_wrap main.site-main header.entry-header h2::after {
content: "";
width: 1em;
height: 1.7em;
}
div.blog_wrap main.site-main header.entry-header h1 a, div.blog_wrap main.site-main header.entry-header h2 a {
text-decoration: none;
color: #00C896;
}
div.blog_wrap aside.widget-area {
width: 100%;
}
} img.size-post-thumbnail {
display: block;
width: 300px;
}
@media only screen and (max-width: 1200px) {
img.size-post-thumbnail {
width: 50%;
}
}
@media only screen and (max-width: 768px) {
img.size-post-thumbnail {
width: 50%;
margin: auto;
}
} nav.pagination {
width: 100%;
background: #FFE2E2;
border-radius: 3px;
}
nav.pagination ul.page-numbers {
display: flex;
flex-wrap: nowrap;
justify-content: center;
width: 100%;
margin: 0;
padding: 1.5em;
list-style: none;
}
nav.pagination ul.page-numbers li {
margin-left: 0.5em;
}
nav.pagination ul.page-numbers li:first-child {
margin: 0;
}
nav.pagination ul.page-numbers li a.page-numbers {
padding: 0.7em;
background: #fff;
border: 1px solid #ccc;
font-size: 1.1em;
text-decoration: none;
}
nav.pagination ul.page-numbers li a.page-numbers:hover {
background: #008866;
color: #fff;
}
nav.pagination ul.page-numbers li span.current {
padding: 0.7em;
background: #00C896;
border: 1px solid #ccc;
font-size: 1.1em;
font-weight: bold;
color: #fff;
}
nav.pagination ul.page-numbers li span.dots {
padding: 0.7em;
font-size: 1.1em;
}
@media only screen and (max-width: 1200px) {
nav.pagination ul.page-numbers {
padding: 1em;
}
nav.pagination ul.page-numbers li {
margin-left: 0.3em;
}
nav.pagination ul.page-numbers li:first-child {
margin: 0;
}
nav.pagination ul.page-numbers li a.page-numbers {
padding: 0.5em;
font-size: 1em;
}
nav.pagination ul.page-numbers li span.current {
padding: 0.5em;
font-size: 1em;
}
nav.pagination ul.page-numbers li span.dots {
padding: 0;
font-size: 1em;
}
} aside.widget-area h2.widget-title {
position: relative;
margin-top: 2em;
padding: 0.6em;
background: #FFE2E2;
border-radius: 3px;
font-size: 1.2em;
}
aside.widget-area h2.widget-title:after {
position: absolute;
content: "";
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #FFE2E2;
width: 0;
height: 0;
}
aside.widget-area section.widget_search form.search-form input.search-field {
padding: 0.5em;
border: 2px solid #008866;
}
aside.widget-area section.widget_search form.search-form input.search-submit {
padding: 0.5em;
border: 2px solid #008866;
}
aside.widget-area section.widget_recent_entries ul, aside.widget-area section.widget_categories ul {
margin: 0;
padding: 0 0 0 2em;
list-style: none;
}
aside.widget-area section.widget_recent_entries ul li, aside.widget-area section.widget_categories ul li {
position: relative;
margin-top: 0.5em;
}
aside.widget-area section.widget_recent_entries ul li::before, aside.widget-area section.widget_categories ul li::before {
font-family: FontAwesome;
content: "\f138";
position: absolute;
left: -1.5em;
color: #008866;
}
aside.widget-area section.widget_archive ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
padding: 0 0 0 2em;
list-style: none;
}
aside.widget-area section.widget_archive ul li {
position: relative;
width: 50%;
margin-top: 0.5em;
}
aside.widget-area section.widget_archive ul li::before {
font-family: FontAwesome;
content: "\f138";
position: absolute;
left: -1.5em;
color: #008866;
}  div.about-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2020/07/about-title.jpg);
background-position: center -290px;
}
@media only screen and (max-width: 1200px) {
div.about-title {
background-position: center -100px;
}
} @media only screen and (max-width: 768px) {
div.about-title {
background-position: center 60px;
}
}  div.companytable-wrap {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 1000px;
margin: 2em auto 0;
}
div.companytable-wrap div.company-overview-logo {
width: 200px;
opacity: 0;
transform: translateX(-5em);
filter: blur(10px);
transition: 1s;
transition-delay: 0.5s;
}
div.companytable-wrap div.company-overview-logo img {
display: block;
width: 100%;
}
div.companytable-wrap div.company-overview-logo.visible {
opacity: 1;
transform: none;
filter: none;
}
div.companytable-wrap table.companytable {
width: 750px;
margin: 0;
border-collapse: collapse;
border-bottom: 1px solid #ccc;
opacity: 0;
transform: translateX(5em);
transition: 1s;
}
div.companytable-wrap table.companytable.visible {
opacity: 1;
transform: none;
}
div.companytable-wrap table.companytable tr {
border-top: 1px solid #ccc;
}
div.companytable-wrap table.companytable tr th {
width: 25%;
padding: 1em;
background-color: rgba(0, 136, 102, 0.1);
}
div.companytable-wrap table.companytable tr td {
width: 75%;
padding: 1em;
}
@media only screen and (max-width: 1200px) {
div.companytable-wrap {
width: 94%;
}
div.companytable-wrap div.company-overview-logo {
width: 20%;
transform: none;
}
div.companytable-wrap table.companytable {
width: 75%;
transform: translateY(3em);
}
} @media only screen and (max-width: 768px) {
div.companytable-wrap {
display: block;
width: 94%;
margin: 1em auto 0;
}
div.companytable-wrap div.company-overview-logo {
width: 30%;
margin: 0 auto;
transform: none;
}
div.companytable-wrap table.companytable {
width: 100%;
margin: 1em 0 0;
border-collapse: collapse;
border: 1px solid #ccc;
border-top: 0;
transform: translateY(3em);
}
div.companytable-wrap table.companytable tr {
border-top: 1px solid #ccc;
}
div.companytable-wrap table.companytable tr th {
display: block;
width: 100%;
padding: 0.5em;
text-align: left;
}
div.companytable-wrap table.companytable tr td {
display: block;
width: 100%;
padding: 0.5em;
}
}  section.management-guidelines ul {
width: -moz-fit-content;
width: fit-content;
max-width: 1200px;
margin: 2rem auto 0;
padding: 0;
box-sizing: border-box;
}
section.management-guidelines ul li {
margin: 0.8em 0 0　2em;
padding: 0;
font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
section.management-guidelines ul {
width: 94%;
margin: 1rem auto 0;
padding: 0 0 0 2em;
}
section.management-guidelines ul li {
margin: 0.8em 0 0　2em;
padding: 0;
font-size: 1.1rem;
}
} table.companyhistorytable {
width: 1000px;
margin: 2em auto 0;
border-collapse: collapse;
border-bottom: 1px solid #ccc;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
table.companyhistorytable.visible {
opacity: 1;
transform: none;
}
table.companyhistorytable tr {
border-top: 1px solid #ccc;
}
table.companyhistorytable tr th {
width: 25%;
padding: 1em;
background-color: rgba(0, 136, 102, 0.1);
text-align: right;
}
table.companyhistorytable tr td {
width: 75%;
padding: 1em;
}
@media only screen and (max-width: 1200px) {
table.companyhistorytable {
width: 94%;
}
} @media only screen and (max-width: 768px) {
table.companyhistorytable {
width: 94%;
border: 1px solid #ccc;
border-top: 0;
}
table.companyhistorytable tr {
border-top: 1px solid #ccc;
}
table.companyhistorytable tr th {
display: block;
width: 100%;
padding: 0.5em;
text-align: left;
}
table.companyhistorytable tr td {
display: block;
width: 100%;
padding: 0.5em;
}
}  section.company-accessmap {
padding-bottom: 0;
}
section.company-accessmap div.company-accessmap {
width: 1000px;
margin: 2em auto 0;
}
section.company-accessmap div.company-accessmap p strong {
font-weight: bold;
color: #c70000;
}
section.company-accessmap iframe.company-googlemap {
display: block;
width: 100%;
height: 450px;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
section.company-accessmap iframe.company-googlemap.visible {
opacity: 1;
transform: none;
}
@media only screen and (max-width: 1200px) {
section.company-accessmap div.company-accessmap {
width: 94%;
}
section.company-accessmap iframe.company-googlemap {
display: block;
width: 100%;
height: 400px;
}
} @media only screen and (max-width: 768px) {
section.company-accessmap iframe.company-googlemap {
display: block;
width: 100%;
height: 350px;
}
}  section.company-guidance div.photo-guidance {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 1000px;
margin: 2em auto 0;
opacity: 0;
transform: translateY(3em);
transition: 1s;
}
section.company-guidance div.photo-guidance.visible {
opacity: 1;
transform: none;
}
section.company-guidance div.photo-guidance div.guideimage {
width: 45%;
}
section.company-guidance div.photo-guidance div.guideimage a img {
display: block;
width: 100%;
}
section.company-guidance div.photo-guidance div.guideimage p {
margin: 0.3em 0 0;
}
section.company-guidance div.photo-guidance div.guidearrow-right {
width: 10%;
text-align: center;
}
section.company-guidance div.photo-guidance div.guidearrow-right i {
padding-top: 150px;
font-size: 3em;
color: #008866;
}
section.company-guidance div.photo-guidance div.guidearrow-lowerleft {
width: 100%;
margin: 1em 0;
text-align: center;
}
section.company-guidance div.photo-guidance div.guidearrow-lowerleft i {
font-size: 3em;
color: #008866;
transform: rotate(135deg);
}
@media only screen and (max-width: 1200px) {
section.company-guidance div.photo-guidance {
width: 94%;
}
section.company-guidance div.photo-guidance div.guidearrow-right i {
padding-top: 120px;
}
} @media only screen and (max-width: 768px) {
section.company-guidance div.photo-guidance {
display: block;
width: 94%;
margin: 2em auto 0;
}
section.company-guidance div.photo-guidance div.guideimage {
width: 100%;
}
section.company-guidance div.photo-guidance div.guidearrow-right {
width: 100%;
margin: 0.5em 0;
}
section.company-guidance div.photo-guidance div.guidearrow-right i {
padding-top: 0;
font-size: 2em;
transform: rotate(90deg);
}
section.company-guidance div.photo-guidance div.guidearrow-lowerleft {
width: 100%;
margin: 0.5em 0;
}
section.company-guidance div.photo-guidance div.guidearrow-lowerleft i {
font-size: 2em;
transform: rotate(90deg);
}
}  section.sdgs-leadin {
width: min(94%, 1000px);
margin: 0 auto;
}
section.sdgs-leadin h3 {
margin: 0;
font-size: 1.5rem;
font-weight: 600;
text-align: center;
}
section.sdgs-leadin img {
display: block;
margin: 1.5rem auto;
width: clamp(200px, 50%, 400px);
}
section.sdgs-leadin p {
margin: 1rem 0 0;
padding: 0;
}
div.sdgscont__box {
width: min(94%, 1000px);
margin: 3rem auto 0;
padding: 3rem;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
}
div.sdgscont__box-inner {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
}
div.sdgscont__txtbox {
width: 60%;
}
div.sdgscont__txtbox h4 {
margin: 0;
font-size: 1.2rem;
font-weight: 600;
color: #008866;
}
div.sdgscont__txtbox h4 span {
display: inline-block;
width: 2em;
aspect-ratio: 1;
margin-right: 0.5em;
padding: 0.5em 0 0 0.5em;
line-height: 1;
color: #fff;
background: #008866;
border-radius: 50%;
}
div.sdgscont__txtbox p.sdgscont__lead {
margin: 1.5rem 0 0;
}
div.sdgscont__txtbox ul {
margin: 1.5rem 0 0;
padding: 0 0 0 2em;
}
div.sdgscont__txtbox p.sdgscont__detail {
margin: 1.5rem 0 0;
padding: 1.5rem 0 0;
border-top: 1px solid #ccc;
}
div.sdgscont__imgbox {
width: 35%;
}
div.sdgscont__imgbox img {
display: block;
width: 100%;
}
div.sdgscont__link {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}
div.sdgscont__link a {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
width: calc(50% - 0.75rem);
margin-top: 1.5rem;
padding: 0.5rem;
box-sizing: border-box;
text-decoration: none;
background-color: #eee;
border: 1px solid #eee;
border-radius: 5px;
transition: 0.3s;
}
div.sdgscont__link a img {
display: block;
width: min(200px, 20%);
border: 1px solid #fff;
}
div.sdgscont__link a dl {
margin: 0 0 0 1rem;
padding: 0;
}
div.sdgscont__link a dl dt {
margin: 0;
padding: 0;
font-weight: 600;
}
div.sdgscont__link a dl dd {
margin: 0;
padding: 0;
}
div.sdgscont__link a:hover {
background-color: #fff;
border-color: #00C896;
}
div.sdgsinquiry {
width: min(20em, 30%);
margin: 3rem auto 0;
}
div.sdgsinquiry a {
display: block;
padding: 2rem;
font-size: 1.1em;
font-weight: 600;
text-align: center;
text-decoration: none;
color: #fff;
background: #00C896;
border-radius: 3px;
transition: 0.3s;
}
div.sdgsinquiry a:hover {
background: #008866;
}
@media only screen and (max-width: 768px) {
section.sdgs-leadin h3 {
font-size: 1.3rem;
text-align: left;
}
div.sdgscont__box {
width: min(94%, 1000px);
margin: 2rem auto 0;
padding: 1rem;
}
div.sdgscont__box-inner {
flex-direction: column-reverse;
}
div.sdgscont__txtbox {
width: 100%;
}
div.sdgscont__txtbox h4 {
margin-top: 1.5rem;
font-size: 1.2rem;
}
div.sdgscont__txtbox h4 span {
width: 1.5em;
margin-right: 0.25em;
padding: 0.25em 0 0 0.25em;
}
div.sdgscont__imgbox {
width: 75%;
margin: 0 auto;
}
div.sdgscont__link {
flex-direction: column;
}
div.sdgscont__link a {
width: 100%;
margin-top: 1rem;
padding: 0.5rem;
}
div.sdgsinquiry {
width: min(20em, 94%);
margin: 2rem auto 0;
}
div.sdgsinquiry a {
padding: 2rem;
}
}  div.inquiry-title {
background-image: url(https://nissei-kikaku.co.jp/nissei2020/wp-content/uploads/2020/07/inquiry-title.jpg);
background-position: center -210px;
} div.fraud-alert {
width: 94%;
max-width: 1000px;
margin: 1rem auto 0;
padding: 1rem;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid #922;
background-color: rgba(255, 0, 0, 0.1);
}
div.fraud-alert h4 {
margin: 0.5rem 0;
padding: 0;
border-radius: 3px;
font-size: 1.2rem;
font-weight: bold;
}
div.fraud-alert h4 span {
padding: 0.5rem;
background-color: #f00;
color: #fff;
}
div.fraud-alert p {
margin: 0.5rem 0 0;
padding: 0;
} div.inquiry-mailform {
width: 1000px;
margin: 2em auto 0;
}
div.inquiry-mailform p {
margin: 0;
}
div.inquiry-mailform table.inquiry-mailformtable {
width: 100%;
margin: 1em auto 0;
}
div.inquiry-mailform table.inquiry-mailformtable tr th {
padding: 0.5em;
width: 25%;
text-align: left;
}
div.inquiry-mailform table.inquiry-mailformtable tr th span.hissu {
color: red;
}
div.inquiry-mailform table.inquiry-mailformtable tr td {
padding: 0.5em;
width: 75%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input {
padding: 0.5em;
border-radius: 3px;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.your-name {
width: 50%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.company {
width: 70%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.your-email {
width: 70%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.telno {
width: 50%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.postalcode {
width: 30%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.address {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td select.inquirytitle {
padding: 0.5em;
}
div.inquiry-mailform table.inquiry-mailformtable tr td textarea.inquirycontent {
width: 100%;
height: 12em;
padding: 0.5em;
border-radius: 3px;
}
div.inquiry-mailform div.hissucomment {
width: 1000px;
margin: 0.5em auto 0;
color: red;
}
div.inquiry-mailform div.submitbtn {
width: 1000px;
margin: 1em auto 0;
text-align: center;
}
div.inquiry-mailform div.submitbtn input {
padding: 2em;
background-color: #00C896;
font-weight: bold;
color: #fff;
transition: 0.3s;
}
div.inquiry-mailform div.submitbtn input:hover {
cursor: pointer;
background: #008866;
} ul.inquiry-telfaxnumber {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
width: 1000px;
margin: 2em auto 0;
padding: 0;
list-style: none;
}
ul.inquiry-telfaxnumber li {
width: 50%;
font-size: 1.5em;
text-align: center;
}
ul.inquiry-telfaxnumber li strong {
font-size: 1.2em;
}
ul.inquiry-telfaxnumber li strong.inquiry-telno {
color: #c70000;
}
ul.inquiry-telfaxnumber li strong.inquiry-faxno {
color: #00C896;
}
ul.inquiry-telfaxnumber li p {
margin: 0.5em 0 0;
font-size: 1rem;
}
div.inquiry-draft {
width: 1000px;
margin: 2em auto 0;
}
div.inquiry-draft img {
display: block;
width: 60%;
}
div.inquiry-draft p {
margin: 0.5em 0 0;
}
div.inquiry-faxstimate {
width: 1000px;
margin: 2em auto 0;
}
div.inquiry-faxstimate p {
margin: 0;
}
div.inquiry-privacypolicy {
width: 1000px;
margin: 2em auto 0;
}
div.inquiry-privacypolicy p {
margin: 0;
}
div.inquiry-privacypolicy dl {
margin: 1em 0 0;
}
div.inquiry-privacypolicy dl dt {
margin: 0.5em 0 0;
}
div.inquiry-privacypolicy dl dd {
margin: 0;
padding: 0 0 0 2em;
}
div.inquiry-privacypolicy dl dd ul {
margin: 0;
padding: 0 0 0 2em;
}
@media only screen and (max-width: 1200px) {
div.inquiry-title {
background-position: center -100px;
} div.inquiry-mailform {
width: 94%;
}
div.inquiry-mailform table.inquiry-mailformtable {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr th {
padding: 0.5em;
width: 25%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td {
padding: 0.5em;
width: 75%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input {
padding: 0.5em;
border-radius: 3px;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.your-name {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.company {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.your-email {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.telno {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.postalcode {
width: 50%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.address {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td select.inquirytitle {
padding: 0.5em;
}
div.inquiry-mailform table.inquiry-mailformtable tr td textarea.inquirycontent {
width: 100%;
height: 12em;
padding: 0.5em;
}
div.inquiry-mailform div.hissucomment {
width: 100%;
margin: 0.5em auto 0;
color: red;
}
div.inquiry-mailform div.submitbtn {
width: 100%;
margin: 1em auto 0;
}
div.inquiry-mailform div.submitbtn input {
padding: 2em;
} ul.inquiry-telfaxnumber {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
width: 94%;
margin: 2em auto 0;
}
ul.inquiry-telfaxnumber li {
width: 50%;
font-size: 1.5em;
}
ul.inquiry-telfaxnumber li strong {
font-size: 1.2em;
}
div.inquiry-draft {
width: 94%;
margin: 2em auto 0;
}
div.inquiry-draft img {
display: block;
width: 60%;
}
div.inquiry-faxstimate {
width: 94%;
margin: 2em auto 0;
}
div.inquiry-privacypolicy {
width: 94%;
margin: 2em auto 0;
}
} @media only screen and (max-width: 768px) {
div.inquiry-title {
background-position: center 30px;
} div.inquiry-mailform {
width: 94%;
margin: 2em auto 0;
}
div.inquiry-mailform table.inquiry-mailformtable {
width: 100%;
margin: 1em auto 0;
}
div.inquiry-mailform table.inquiry-mailformtable tr th {
display: block;
padding: 0.5em 0 0;
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td {
display: block;
padding: 0 0 0.5em;
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input {
padding: 0.5em;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.your-name {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.company {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.your-email {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.telno {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.postalcode {
width: 50%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td input.address {
width: 100%;
}
div.inquiry-mailform table.inquiry-mailformtable tr td select.inquirytitle {
padding: 0.5em;
}
div.inquiry-mailform table.inquiry-mailformtable tr td textarea.inquirycontent {
width: 100%;
height: 12em;
padding: 0.5em;
}
div.inquiry-mailform div.hissucomment {
width: 100%;
margin: 0.5em auto 0;
color: red;
}
div.inquiry-mailform div.submitbtn {
width: 100%;
margin: 1em auto 0;
text-align: center;
}
div.inquiry-mailform div.submitbtn input {
padding: 2em;
background-color: #00C896;
font-weight: bold;
color: #fff;
transition: 0.3s;
}
div.inquiry-mailform div.submitbtn input:hover {
cursor: pointer;
background: #008866;
} ul.inquiry-telfaxnumber {
display: block;
width: 94%;
margin: 2em auto 0;
padding: 0;
list-style: none;
}
ul.inquiry-telfaxnumber li {
width: 100%;
font-size: 1.5em;
text-align: center;
}
ul.inquiry-telfaxnumber li strong {
font-size: 1.2em;
}
ul.inquiry-telfaxnumber li p {
margin: 0 0 1em;
font-size: 1rem;
}
div.inquiry-draft {
width: 94%;
margin: 2em auto 0;
}
div.inquiry-draft img {
width: 100%;
}
div.inquiry-draft p {
margin: 0.5em 0 0;
}
div.inquiry-faxstimate {
width: 94%;
margin: 2em auto 0;
}
div.inquiry-privacypolicy {
width: 94%;
margin: 2em auto 0;
}
div.inquiry-privacypolicy p {
margin: 0;
}
div.inquiry-privacypolicy dl {
margin: 1em 0 0;
}
div.inquiry-privacypolicy dl dt {
margin: 0.5em 0 0;
}
div.inquiry-privacypolicy dl dd {
margin: 0;
padding: 0;
}
div.inquiry-privacypolicy dl dd ul {
margin: 0;
padding: 0;
}
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .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;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
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;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}