@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
{
margin: 0;
padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}


/* ========================================
    全体設定
========================================= */
* {
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    line-height: normal;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.7;
}

p {
    font-size: 16px;
    font-weight: 500;
}

/* ========================================
    スマホ一応対応
========================================= */
@media print,
screen and (max-width:739px) {
    html {
        display: block;
        margin: 8px;
    }

    body {
        display: block;
        padding: 0px;
        width: 1200px;
        height: auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }
}

/* ========================================
    ヘッダー
========================================= */
#header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1% 0 4%;
    min-height: 100px;
}

#header .hdr_pc {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .hdr_pc .hdr_left {
    padding: 24px 0 26px;
}

#header .hdr_pc .hdr_right .dropmenu {
    display: flex;
}

#header .hdr_pc .hdr_right .dropmenu li {
    text-align: center;
    position: relative;
}

#header .hdr_pc .hdr_right .dropmenu li a,
#header .hdr_pc .hdr_right .dropmenu li p {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding: 22px 26.5px 21px;
}

#header .hdr_pc .hdr_right .dropmenu li span {
    color: #0f4c75;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

#header .hdr_pc .hdr_right .dropmenu li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #0f4c75;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#header .hdr_pc .hdr_right .dropmenu li a:hover::after {
    transform: scale(1, 1);
}

#header .hdr_pc .hdr_right .dropmenu li p:hover {
    cursor: pointer;
}

#header .hdr_pc .hdr_right .dropmenu li ul {
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 9999;
    visibility: hidden;
    perspective: 400px;
}

#header .hdr_pc .hdr_right .dropmenu li:hover ul {
    visibility: visible;
}



/* ========================================
    メイン画像
========================================= */
.keyimg img {
    width: 100%;
}


/* ========================================
    お知らせ
========================================= */
#notice,
#equipment,
#product_greybg,
#recruit,
#privacy,
#printer,
#eco,
#hygiene,
#contact_form {
    padding: 80px 0;
}

h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #0f4c75;
    padding-bottom: 30px;
}

.description {
    /*text-align: center;*/
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.newsDl {
    display: flex;
    border-bottom: 1px dotted;
    padding: 20px 0;
}

.news_content {
    border: 1px solid #cccccc;
    height: 400px;
    padding: 20px 80px;
    overflow-y: scroll;
}

.news_content dt,
.news_content dd {
    font-size: 16px;
    font-weight: 500;
}

.news_content dd b {
    font-weight: bold;
}

.news_content dt {
    min-width: 160px;
}

.news_content a,
#copyright a,
#eco a {
    font-size: 16px;
    color: #007ad2;
    font-weight: bold;
}

.partner_link:hover {
    color: #007ad2;

}

/* ========================================
    製品
========================================= */
#product {
    background-color: #e2e9ee;
    padding: 80px 0;

}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #007ad2;
    padding-bottom: 10px;
}

.product-txt {
    padding: 30px 5px;
    text-align: center;
    /*background: #fff;*/
}

.product-img {
    height: 300px;
    background: #fff;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail {
    background: #fff;
    display: block;
    padding: 20px 20px;
    margin: 40px auto 80px;
    width: 220px;
    font-size: 18px;
    font-weight: bold;
    color: #007ad2;
    text-align: center;
    border: 1px solid #007ad2;
}

.vc_single_image-wrapper {
    position: relative;
    height: 300px;
}

.vc_single_image-wrapper .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* ========================================
    環境衛生製品
========================================= */
#hygiene {
    background-color: #e2e9ee;
}

/*--------------------------------------------
        お問合せ
--------------------------------------------*/

#contact {
    padding: 160px 15%;
    background-image: url(../images/contact_bg.png);
    background-size: cover;
}

#contact ul {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 8% 8% 8% 0%;
    align-items: center;
}

#contact ul li {
    text-align: center;
    width: 49%;
}

#contact ul li dl dt.con {
    font-size: 4rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 32px;
    font-family: 'Noto Sans';
    letter-spacing: 2px;
    position: relative;

}

#contact ul li dl dt.con span {
    font-size: 16px;
    display: block;
    line-height: 2;
    margin-top: -9px;
    font-weight: 500;
}

#contact ul li dl dt.con:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #0f4c75;
}

#contact ul li dl dt:before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(../images/tel.png) no-repeat;
    background-size: contain;
}

#contact ul li dl dd {
    font-size: 16px;
    font-weight: 500;
}

#contact ul li dl dt {
    font-size: 4rem;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 7%;
    color: #333;
}

#contact ul li dl dt span {
    font-size: 1rem;
    display: block;
}

#contact ul li dl dd a {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #0f4c75;
    color: #fff;
    padding: 6% 0;
    font-size: 20px;
}

#contact ul li dl dd a:hover {
    opacity: 0.7;
}

#contact ul li .ct_right {
    padding-left: 60px;
}

#contact ul li .ct_left {
    border-right: 1px solid #7f7e7e;
}

/*--------------------------------------------
		Footer / フッター
--------------------------------------------*/

#footer {
    width: 100%;
}

#footer .ftr_pc {
    padding: 60px 3%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer .ftr_pc .ftr_logo {
    margin-bottom: 10px;
}

#footer .ftr_right ul {
    display: flex;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}

#footer .ftr_right ul li {
    margin-right: 30px;
}

#footer .ftr_right ul li:last-child {
    margin-right: 0;
}

#footer .ftr_right ul li a {
    font-weight: bold;
    display: block;
}

#footer .ftr_right ul li a:hover {
    color: #0f4c75;
}

#footer .ftr_right ul.snsArea {
    justify-content: flex-end;
    margin-bottom: 0;
}

#footer .ftr_right ul.snsArea li {
    margin-right: 20px;
}

#footer .ftr_right ul.snsArea li:last-child {
    margin: 0;
}

#footer .ftr_right ul.snsArea li a {
    padding: 0;
}

#footer .ftr_right ul.snsArea img {
    width: 35px;
}

#footer #copyright {
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
    background-color: #f5f5f5;
}

#footer .ftr_access {
    font-size: 16px;
    font-weight: 500;
}

#footer #copyright a,
#eco a {
    text-decoration: underline;
}

/*--------------------------------------------
        成形加工製品
--------------------------------------------*/
.ttl_bg {
    background-color: #0f4c75;
    padding: 68px;
}

.ttl_bg {
    display: flex;
}

.ttl_bg h2 {
    font-size: 40px;
    color: #fff;
    margin: auto;
    padding-bottom: 0;
    letter-spacing: 3px;
}

.left_ttl {
    font-size: 30px;
    color: #0f4c75;
    font-weight: bold;
    padding-bottom: 30px;
}

.left_ttl span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
}

table {
    width: 100%;
}

table th {
    background-color: #e2e9ee;
    width: 22%;
    padding: 14px 0 14px 0;
    border-top: 1px dotted #7f7e7e;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
}

tr:last-child th,
td {
    border-bottom: 1px dotted #7f7e7e;
}

table td {
    padding: 14px 0 14px 60px;
    border-top: 1px dotted #7f7e7e;
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;
}

#product_greybg {
    background: #f5f5f5;
}

.margin-btt {
    margin-bottom: 24px;
}

.sngl {
    background: #fff;
    height: 451px;
}

.primary-color {
    color: #0f4c75;
    font-weight: bold;
}



/*--------------------------------------------
        会社概要
--------------------------------------------*/
#greeting {
    font-size: 16px;
    padding-top: 80px;
}

#greeting p {
    font-weight: 500;
}

.signature {
    font-size: 22px;
    font-family: HG行書体;
    font-weight: bold;
    color: #333;
}

.border-btt {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 54px;
}

.timeline {
    list-style: none;
    padding-top: 54px;
}

.timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
    display: flex;
}

.timeline p {
    margin-top: 40px;
}

.timeline-date {
    width: 20%;
    /*float: left;*/
    margin-top: 20px;
}

.timeline-content {
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 50px;
    width: 80%;
}

.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #007ad2;
    position: absolute;
    left: 235px;
    top: 48px;
    border-radius: 100%;
}

.text-center {
    text-align: center;
}

@media print,
screen and (max-width:1024px) {
    .timeline-content:before {
        left: 193px;
    }
}

/*--------------------------------------------
        採用サイト
--------------------------------------------*/
#recruit02 {
    padding: 0 0 80px 0;
}

.recruit_desc {
    padding: 0 180px;
}

.recruit_desc b,
#printer b,
#eco b,
#greeting b {
    font-weight: bold;
    font-size: 18px;
}

.recruit_desc p {
    padding-top: 40px;
}

.table_red {
    color: #940606;
    font-weight: bold;
}

b {
    font-weight: bold;
}
