@charset "UTF-8";

/*
    color: #3E3A39;
*/

body {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    color: #3E3A39;
    background-color: #F5FFFA;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
h2, h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html {
    font-size: 16px;
    line-height: 2.0;
    word-wrap: break-word;
}
@media screen and (max-width: 960px) {
    html {
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {
    html {
        font-size: 14px;
    }
}

a,
a:visited,
a:hover {
    color: #008080;
}
a:hover {
    color: #008B8B;
}


/* LAYOUT */

#header {
    position: relative;
    margin: 0 auto 0 auto;
    max-width: 1140px;
    text-align: left;
}
#header:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.main-container {
    position: relative;
    top: 0;
    left: 0;
}
.home .main-container {
    padding-top: 80px;
}
.main-section {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    padding: 10px 20px 20px 20px;
    text-align: left;
}
.home .main-section {
    margin-top: 0;
}
.main-section:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.section {
    max-width: 1200px;
    margin: 90px auto;
    text-align: left;
}
.section.hi-m {
    margin: 140px auto;
}
.section.first-section {
    margin-top: 0;
}
.section-780 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.section:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
@media screen and (max-width: 600px) {
    .section {
        margin: 70px auto;
    }
    .section.hi-m {
        margin: 90px auto;
    }
}


@media screen and (min-width: 600px) {
    /* PC */
    #main {
        float: left;
        width: 70%;
        margin-top: 0;
    }
    #sidebar {
        float: left;
        width: 30%;
        box-sizing: border-box;
        padding: 0 0 30px 40px;
        margin-top: 0;
    }
}

/* PAGETOP */

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#pagetop a,
#pagetop a:visited,
#pagetop a:hover {
    text-decoration: none;
    padding: 10px 14px 14px 14px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    display: block;
    opacity: 1.0;
    line-height: 1.0;
}
#pagetop a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media print {
    #pagetop {
        display: none;
    }
}

/* === ADDITION === */

a.ul,
a.ul:visited,
a.ul:hover {
    color: #444344;
    text-decoration: underline;
}
a.ul:hover {
    color: #888;
}
hr {
    margin: 80px 0;
    border: 0;
    border-top: 1px solid #444344;
}
.page h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 2em 0 1.5em 0;
}
.page h3.images {
    margin: 0 0 1.5em 0;
}
.home h3 {
    margin: 0;
}

/* FOOTER CONTACT */

.footer-contact-container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 70px auto 30px auto;
    padding: 0 20px;
}
a.footer-contact,
a.footer-contact:visited,
a.footer-contact:hover {
    display: block;
    position: relative;
    background-color: #008080;
    color: #fff;
    padding: 80px 60px;
    text-align: left;
    border-radius: 20px;
}
a.footer-contact::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 34px;
    background-image: url('../images/footer-contact-arrow.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.footer-contact p {
}
.footer-contact h2 {
    position: relative;
    margin-bottom: 20px;
}
.footer-contact h2 .sub {
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 30px 0 10px 0;
}
.footer-contact h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width : 640px) {
    .footer-contact h2 {
        text-align: center;
    }
    .footer-contact h2 span {
        text-align: left;
    }
    .footer-contact h2 img {
        width: 70%;
        height: auto;
    }
    a.footer-contact,
    a.footer-contact:visited,
    a.footer-contact:hover {
        padding: 20px 40px 40px 40px;
    }
}


/* FOOTER */

#footer {
    margin-top: 80px;
    text-align: center;
}
.footer-content {
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto 30px auto;
    padding: 20px 10px;
    line-height: 2.0;
}
.footer-menu {
    margin-bottom: 60px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer-menu ul li {
    display: inline-block;
    line-height: 1.0;
}
.footer-menu ul li a,
.footer-menu ul li a:visited,
.footer-menu ul li a:hover {
    display: inline-block;
    color: #3E3A39;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms ease;
}
.footer-menu ul li a span {
    color: #008B8B;
    margin-right: 2px;
}
.footer-menu ul li a:hover {
    opacity: 0.5;
}
.company-info {
    margin: 20px 0;
}
.company-info p {
    vertical-align: middle;
    margin: 0;
    font-weight: 500;
}
.company-info .phone {
    vertical-align: middle;
    font-size: 22px;
    display: inline-block;
    font-weight: 500;
}
.company-info .phone-detail {
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
}

@media screen and (max-width : 640px) {
    #footer {
        clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
    }
    .footer-content {
        text-align: center;
    }
}
@media screen and (max-width : 600px) {
    .footer-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .footer-menu ul li {
        display: block;
        text-align: left;
    }
    .footer-menu ul li a {
        margin-left: 30px;
    }
}

.footer-links-container {
    background-color: #fff;
}
.footer-links {
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto 0 auto;
    padding: 50px 10px;
    line-height: 2.0;
    text-align: center;
}
.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
@media screen and (min-width : 1000px) {
    .footer-links {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}

.copyright {
    font-size: 15px;
    font-weight: 500;
    padding: 20px 0 40px 0;
}


/* FUNCTION: nb-news */

.news-container {
    clear: both;
    box-sizing: border-box;
    margin: 0 auto 80px auto;
    max-width: 1140px;
    padding-top: 40px;
    text-align: center;
}
@media screen and (max-width : 1140px) {
    .news-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 600px) {
    .news-container {
        margin: 20px auto 100px auto;
    }
}
.nb-news {
    line-height: 1.1;
}
.nb-news table {
    border-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: solid 1px #3E3A39;
}
.nb-news table tr {
    border-bottom: solid 1px #3E3A39;
}
.nb-news table tr th,
.nb-news table tr td {
    border-style: none;
    padding: 30px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}
.nb-news td a,
.nb-news td a:visited,
.nb-news td a:hover {
    color: #3E3A39;
}
.nb-news td.news-date {
    width: 90px;
    font-size: 93%;
    font-weight: 500;
}
.nb-news td.news-date span {
    display: block;
}
.nb-news td.news-category {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 130px;
}
.nb-news td.news-category a,
.nb-news td.news-category a:visited,
.nb-news td.news-category a:hover {
    display: block;
    padding: 7px 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border: solid 1px #008080;
    border-radius: 5px;
    color: #008080;
    transition: all 300ms ease;
}
.nb-news td.news-category a:hover {
    color: #fff;
    background-color: #008080;
}
.nb-news td.news-title {
    position: relative;
    margin: 0;
    padding: 0 10px;
    font-weight: 500;
}
.nb-news td.news-title::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 110%;
    color: #008080;
    transform: translateY(-50%);
    font-family: "bootstrap-icons";
    content: "\F285";
}

.nb-news .news-link-btn {
    width: 90px;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .nb-news td {
        display: inline-block;
    }
    .nb-news td.news-category {
        width: auto;
    }
    .nb-news td.news-category a,
    .nb-news td.news-category a:visited,
    .nb-news td.news-category a:hover {
        min-width: 100px;
        display: inline-block;
        padding: 5px 5px;
        margin-right: 15px;
        font-size: 14px;
        font-weight: 600;
        border: solid 1px #008080;
        border-radius: 5px;
        color: #008080;
        text-align: center;
    }
    .nb-news table tr th,
    .nb-news table tr td {
        padding: 10px 0 5px 0;
    }
    .nb-news table tr td.news-title {
        display: block;
        padding: 5px 0 10px 0;
    }
    .nb-news table tr {
        display: block;
        padding: 10px 0;
        border-top-style: none;
    }
}

/* POST */

.entry-content p,
.section p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 1.5em;
}

#main {
    margin-top: 65px;
    padding-top: 0;
}
#sidebar {
    text-align: left;
    font-size: 90%;
    margin-top: 50px;
}
#sidebar a,
#sidebar a:visited,
#sidebar a:hover {
    color: #005FA8;
}
#sidebar a:visited {
    color: #007FC8;
}
#sidebar a:hover {
    opacity: 0.75;
}
#sidebar .widgettitle {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
#sidebar .sidebar-widgets ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid #222;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin: 0 6px 0 3px;
    position: relative;
    top: -1px;
}

/* PAGE */

h2.centered {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px 0;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.2;
}
h2.centered .sub {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}
h2.centered::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    height: 1px;
    background-color: #008080;
}
h2.centered-large {
    margin-bottom: 40px;
    font-size: 75px;
    padding: 0 0 15px 0;
}

h2.left-sub {
    position: relative;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 0 15px 0;
}
h2.left-sub .sub {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}
h2.left-sub::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #008080;
}

h2.left-sub-large {
    margin-bottom: 40px;
    font-size: 90px;
    padding: 0 0 15px 0;
}
h2.left-sub-large .sub {
    font-size: 20px;
    margin-top: 30px;
}

h2 a,
h2 a:visited,
h2 a:hover {
    color: #3E3A39;
}
h2.entry-title {
    text-align: left;
}
@media screen and (max-width: 1000px) {
    h2.centered {
        font-size: 32px;
    }
    h2.centered .sub {
        font-size: 14px;
    }
    h2.left-sub {
        font-size: 46px;
        font-weight: 600;
        line-height: 1.2;
    }
    h2.left-sub .sub {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    h2.left-sub {
        margin-top: 40px;
    }
    .page-title h2.left-sub {
        margin-top: 0;
    }
}


/* TOP-IMAGE */

.top-image {
    position: relative;
}
.top-image .image img {
    width: 100%;
    height: auto;
}
.top-image .top-text-container {
    position: absolute;
    bottom: 75px;
    right: 40px;
    text-align: left;
}
.top-image .top-text-container .top-text-2 {
    padding-left: 90px;
}
.top-image .top-text-container .top-text-3 {
    padding-left: 30px;
    padding-top: 15px;
}

@media screen and (max-width: 680px) {
    .top-image .top-text-container {
        position: static;
        margin-top: 30px;
        text-align: left;
        padding: 0 20px;
    }
}

/* POST */

.entry-body {
    margin: 70px 0;
}
.footer-pagelinks {
    text-align: center;
    margin: 80px 0 0 0;
}
.footer-pagelinks {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-gap: 10px;
}
.footer-pagelinks > div {
    align-self: end;
}
.footer-pagelinks a,
.footer-pagelinks a:visited,
.footer-pagelinks a:hover {
    display: inline-block;
    font-size: 18px;
    color: #000;
}
.footer-pagelinks span.arrow {
    position: relative;
    top: 2px;
    font-size: 22px;
}
.footer-pagelinks .center {
    position: relative;
    top: -2px;
}
.footer-pagelinks .prev {
    text-align: left;
}
.footer-pagelinks .next {
    text-align: right;
}

@media screen and (max-width : 640px) {
    .footer-pagelinks a,
    .footer-pagelinks a:visited,
    .footer-pagelinks a:hover {
        font-size: 13px;
    }
    .footer-pagelinks span.arrow {
        font-size: 16px;
    }
}

.entry-single .post-date {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.entry-single h2.entry-title {
    font-weight: 500;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.4;
}
.entry-single h2.entry-title a,
.entry-single h2.entry-title a:visited,
.entry-single h2.entry-title a:hover {
    font-size: 26px;

}
@media screen and (max-width : 600px) {
    .entry-single h2.entry-title a,
    .entry-single h2.entry-title a:visited,
    .entry-single h2.entry-title a:hover {
        font-size: 24px;
    }
}

/* ADDITION */

.more-link-centered {
    margin: 50px 0;
    text-align: center;
}
a.more-link,
a.more-link:visited,
a.more-link:hover {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: inline-block;
    position: relative;
    background-color: #008080;
    border: solid 1px #008080;
    color: #fff;
    padding: 20px 60px;
    font-weight: 600;
    line-height: 1.0;
    font-size: 18px;
    transition: all 300ms ease;
}
a.more-link:hover {
    color: #008080;
    background-color: #fff;
}
a.more-link::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "bootstrap-icons";
    content: "\F285";
}

@media screen and (max-width: 600px) {
    .more-link-left {
        margin: 30px 0;
        text-align: center;
    }
}

.photo-cols-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
}
.photo-cols-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px 20px;
}
.photo-cols-2 img,
.photo-cols-4 img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 800px) {
    .photo-cols-4 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
        padding: 0;
    }
    .photo-cols-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


.link-cols .material {
    background-image: url('../images/top/img-003.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 80px 0;
}
.link-cols .corporate {
    background-image: url('../images/top/img-004.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 80px 0;
}
.link-cols .more-link-centered {
    margin-top: 20px;
    margin-bottom: 0px;
}
@media screen and (min-width: 800px) {
    .link-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
    }
}

.breadcrumb-list {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 60px auto 0 auto;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: right;
    font-size: 14px;
    color: #3E3A39;
}
.breadcrumb-list a,
.breadcrumb-list a:visited,
.breadcrumb-list a:hover {
    color: #3E3A39;
}
.breadcrumb-separator {
    color: #008080;
    font-size: 110%;
}

.message {
    font-size: 18px;
    margin: 60px 0;
}

/* PAGE: corporate */

.corp-table {
    margin: 60px 0;
}
.corp-table th {
    width: 200px;
}
@media screen and (max-width: 600px) {
    .corp-table th {
        width: 100px;
    }
}

/* PAGE: oem */

h3.oem-title {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 800;
    padding: 20px;
    text-align: center;
    border: solid 1px #008B8B;
}

.support-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.support-list .item {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.support-list .item::after {
    color: #008B8B;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "bootstrap-icons";
    content: "\F285";
}
@media screen and (min-width: 600px) {
    .support-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }
    .support-list .item {
        font-size: 20px;
    }
}

/* PAGE: privacy-policy */

h3.box {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 800;
    padding: 20px;
    text-align: center;
    border: solid 1px #008B8B;
}
.privacy-policy {
    margin-bottom: 2em;
}
.privacy-policy dt {
    font-weight: 600;
    margin: 1em 0;
}
.privacy-policy dd {
    margin-left: 2em;
}

/* PAGE: products */

.product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
}
.product-list a,
.product-list a:visited,
.product-list a:hover {
    position: relative;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    color: #3E3A39;
    transition: all 300ms ease;
}
.product-list a .title {
    margin: 10px 0;
    line-height: 1.4;
}
.product-list a:hover {
    opacity: 0.6;
}
.product-list a span {
    position: relative;
    left: -5px;
    color: #008B8B;
    margin-right: 2px;
}

@media screen and (max-width: 600px) {
    .product-list a,
    .product-list a:visited,
    .product-list a:hover {
        font-size: 15px;
    }
    .product-list a span {
        margin-right: 0;
    }
}
@media screen and (min-width: 800px) {
    .product-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}

h2.product-title {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px 0;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.2;
}
h2.product-title .sub {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}
h2.product-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    height: 1px;
    background-color: #008080;
}
@media screen and (max-width: 1000px) {
    h2.product-title {
        font-size: 32px;
    }
    h2.product-title .sub {
        font-size: 14px;
    }
}

.product-slider {
    margin-bottom: 100px !important;
}
.product-desc {
    border: solid 1px #008B8B;
    padding: 15px 50px;
    margin: 60px 0;
}
@media screen and (max-width: 600px) {
    .product-desc {
        padding: 15px 20px;
    }
}
.product-lineup {
    margin: 70px 0 40px 0;
}
.product-spec {
    margin: 40px 0;
    font-size: 15px;
}
.product-spec table,
.product-spec table tr {
    border-style: none;
}
.product-spec table tr th {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 140px;
    padding: 7px 0;
}
.product-spec table tr td {
    padding: 7px 0;
}
.product-spec table tr th span {
    display: block;
    color: #008080;
    background-color: #fff;
    border: solid 1px #008b8b;
    width: 120px;
    border-radius: 10px;
    padding: 0px 10px;
    text-align: center;
}
h3.border-bottom {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    border-bottom: solid 1px #008B8B;
    font-size: 16px;
    font-weight: 700;
}
h4.lineup-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: 700;
}

.product-search-link {
    margin: 50px 0;
}
.product-search-link a,
.product-search-link a:visited,
.product-search-link a:hover {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: inline-block;
    position: relative;
    border: solid 1px #008080;
    color: #008080;
    background-color: #fff;
    padding: 20px 60px;
    font-weight: 600;
    line-height: 1.0;
    font-size: 18px;
    transition: all 300ms ease;
}
.product-search-link a:hover {
    background-color: #008080;
    color: #fff;
}
.product-search-link a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "bootstrap-icons";
    content: "\F285";
}
/* PAGE: material */

.material-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
}
.material-list a,
.material-list a:visited,
.material-list a:hover {
    position: relative;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    color: #3E3A39;
    transition: all 300ms ease;
}
.material-list a .title {
    position: relative;
    margin: 10px 0 10px 0;
    padding-left: 22px;
    line-height: 1.4;
}
.material-list a:hover {
    opacity: 0.6;
}
.material-list a span {
    position: relative;
    left: -5px;
    color: #008B8B;
    margin-right: 2px;
}
.material-list a .title::after {
    color: #008B8B;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "bootstrap-icons";
    content: "\F285";
}

@media screen and (max-width: 600px) {
    .material-list a,
    .material-list a:visited,
    .material-list a:hover {
        font-size: 15px;
    }
    .material-list a span {
        margin-right: 0;
    }
}
@media screen and (min-width: 800px) {
    .material-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}
@media screen and (min-width: 1000px) {
    .material-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}

.material-container {
    border: solid 1px #008B8B;
    background-color: #fff;
    padding: 80px 20px 40px 20px;
    margin-top: 80px;
}
.material-section {
    max-width: 580px;
    margin: 0 auto;
}

h2.material-title {
    font-size: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-weight: 700;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
h2.material-title span {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 16px;
    border-top: solid 1px #008B8B;
}
.material-section h3 {
    text-align: center;
    font-size: 22px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    margin: 16px 0;
}
@media screen and (max-width: 600px) {
    h2.material-title {
        font-size: 22px;
    }
    h2.material-title .sub {
        font-size: 14px;
    }
    .material-section h3 {
        font-size: 18px;
    }
}

.material-section .section {
    margin: 50px 0;
    font-size: 14px;
}

.material-section .image {
    margin-bottom: 30px;
}

