@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    color: #212121;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 1.5;
}

img {
    border: none;
    vertical-align: bottom;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    transition: 0.35s ease-in-out;
}

a {
    color: rgba(161, 161, 161, 1);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: rgba(157, 136, 86, 1);
    text-decoration: underline;
}

p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.ttl {
    font-size: 24px;
    font-size: 2.4rem;
}
.ttl .lnk {
    color: #444;
    text-decoration: none;
}
.sub-ttl {
    padding-left: 1rem;
    font-size: 18px;
    font-size: 1.8rem;
    border-left: 1rem solid #d5e20e;
}

.sub-ttl-desc,
.related-articles-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}

.txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.lnk {
    line-height: 1.5;
    color: #444;
    text-decoration: underline;
}

.lnk:hover {
    color: #ec6d74;
}

/** header **/

#header {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9rem;
    top: 0;
    left: 0;
    z-index: 103;
    background: #fff;
    border-bottom: 0.1rem solid rgba(224, 224, 224, 1);
}

#header .l-title-service .lnk {
    display: block;
}

#header .l-title-service .img-logo {
    width: 30rem;
    height: auto;
}

/** footer **/

#footer {
    padding: 2rem 5rem;
    background: #313332;
}

#footer .nav-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 980px;
    margin: auto;
}

#footer .ls-nav-footer {
    display: flex;
    height: 1.8rem;
}

#footer .l-dtl-nav-footer {
    margin-right: 2rem;
    padding-right: 2rem;
    border-right: 0.1rem solid #fff;
}

#footer .l-dtl-nav-footer:last-of-type {
    border-right: none;
}

#footer .l-dtl-nav-footer .lnk {
    font-size: 10px;
    font-size: 1rem;
    color: white;
    text-decoration: none;
}

#footer .lnk {
    display: block;
}

#footer .img-logo {
    width: 20rem;
    height: auto;
}

/** title **/

.l-title {
    width: 100%;
    max-width: 980px;
    margin: 11rem auto 2rem;
}

/** search **/

.l-search {
    width: 100%;
    margin: 0 auto 3rem;
    background: #ccc;
}

.l-search .wrap {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 1rem 0;
}

.l-search input[type="search"] {
    width: 100%;
    padding: 1rem;
    border: 0.1rem solid #f3efee;
    border-radius: 0.5rem;
}

.l-search input[type="search"]:focus {
    border: 0.1rem solid #ec6d74;
    border-radius: 0.5rem;
}

.search-icon {
    position: fixed;
    display: none;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    bottom: 3rem;
    right: 3rem;
    padding: 1.25rem;
    background: #ec6d74;
    border: 0.1rem solid #ec6d74;
    border-radius: 2.5rem;
    z-index: 1000;
    transition: 0.35s ease-in-out;
    cursor: pointer;
}

.search-icon.active {
    border: 0.1rem solid #f00;
}

#search-window.search {
    display: none;
}

#search-window.active {
    display: block;
    width: 25rem;
}

#search-window input[type="search"] {
    position: absolute;
    width: auto;
    top: 0.5rem;
    margin-right: 1rem;
    padding: 0.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    background: #f00;
    border: none;
    outline: 0;
}

/** breadcrumbs **/

.l-breadcrumbs {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 4rem;
}

.l-breadcrumbs .ls-bc {
    display: table;
}

.l-breadcrumbs .l-dtl-bc {
    display: table-cell;
    font-size: 14px;
    font-size: 1.4rem;
}

.l-breadcrumbs li + li:before {
    content: ">";
    margin: 0 0.5rem;
}

/** contents **/

.contents {
    width: 100%;
}

.contents .wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.ls-articles,
.related-articles ul {
    margin-left: 1.6rem;
    padding: 2rem;
}

.ls-articles .l-dtl-articles,
.related-articles li {
    list-style: disc;
}

.ls-articles .l-dtl-articles .lnk,
.related-articles a {
    font-size: 16px;
    font-size: 1.6rem;
}

.ls-articles .l-dtl-articles:not(:last-child),
.related-articles:not(:last-child) {
    margin-bottom: 1rem;
}

.contents .ls-col1 {
    margin-bottom: 4rem;
}

.contents .txt-empty {
    padding: 2rem;
}

.contents .txt-empty .lnk {
    font-size: 16px;
    font-size: 1.6rem;
}

.l-txt-see-all {
    padding: 0 2rem 1rem;
    text-align: right;
}

.l-txt-see-all .lnk {
    font-size: 16px;
    font-size: 1.6rem;
}

.contents .l-dtl-col1,
.contents .related-articles {
    width: calc(100%);
    margin: 0;
    padding: 0;
    border: 0.1rem solid #f3efee;
    border-radius: 0.4rem;
}

.contents .l-dtl-col1 .content {
    margin: 2rem;
}

.contents .l-dtl-col1 .content p,
.contents .l-dtl-col1 .content li {
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.contents .l-dtl-col1 .content ul,
.contents .l-dtl-col1 .content ol {
    margin-left: 1.6rem;
}

.contents .l-dtl-col1 .content li {
    list-style: disc;
}

.contents .l-dtl-col1 .content .lnk {
    color: #f3efee;
}

.contents .l-dtl-col1 .l-nav-bottom {
    margin-bottom: 2rem;
    text-align: center;
}
.contents .l-dtl-col1 .l-nav-bottom a {
    text-decoration: underline;
}

.contents .ls-col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.contents .l-dtl-col2 {
    width: calc(100% / 2 - 2rem);
    margin-bottom: 2rem;
    padding: 0;
    border: 0.1rem solid #f3efee;
    border-radius: 0.4rem;
}

.contents .sub-ttl {
    margin-bottom: 2rem;
    font-weight: bold;
    color: #444;
}

.contents .sub-ttl-desc,
.related-articles-title {
    padding: 0.75rem 1rem;
    font-weight: bold;
    background: #f3efee;
    border: 0.1rem solid #f3efee;
    border-radius: 0.4rem 0.4rem 0 0;
}

.contents .sub-ttl-desc .lnk {
    font-size: 16px;
    font-size: 1.6rem;
    color: #444;
}

#related {
    margin-bottom: 4rem;
}

#related a {
    font-size: 16px;
    font-size: 1.6rem;
}

/** result **/

#result {
    margin-bottom: 2rem;
}

#result .ls-articles {
    margin-top: 1rem;
    padding-left: 1rem;
}

#result .txt-result {
    margin-top: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .ttl {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .sub-ttl {
        margin-bottom: 1rem;

        font-size: 16px;
        font-size: 1.6rem;
    }

    .sub-ttl-desc {
        font-size: 14px;
        font-size: 1.4rem;
    }

    /** header **/

    #header {
        height: 5.5rem;
    }

    #header .l-title-service .img-logo {
        width: 20rem;
    }

    /** footer **/

    #footer {
        padding: 2rem;
    }

    #footer .nav-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    #footer .ls-nav-footer {
        flex-direction: column;
        height: auto;
        margin-bottom: 1rem;
    }

    #footer .l-dtl-nav-footer {
        margin: 0 0 1rem;
        padding-right: 0;
        border-right: none;
    }

    /** title **/

    .l-title {
        margin: 6rem auto 0;
        padding: 0rem 1rem 1rem;
    }

    /** search **/

    .l-search {
        width: 100%;
        margin: 0 0 3rem;
    }

    .l-search .wrap {
        width: calc(100% - 2rem);
        margin: 0 1rem 2rem;
        padding: 1rem 0;
    }

    .search-icon {
        bottom: 2rem;
        right: 2rem;
    }

    /** breadcrumbs **/

    .l-breadcrumbs {
        width: calc(100% - 2rem);
        margin: 0 1rem 3rem;
    }

    .l-breadcrumbs .ls-bc {
        display: block;
    }

    .l-breadcrumbs .l-dtl-bc {
        display: block;
        width: calc(100%);
        margin-bottom: 0.5rem;
        padding: 0.5rem;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.5;
        color: rgba(157, 136, 86, 1);
        background: rgba(255, 255, 255, 1);
        border: 0.1rem solid rgba(157, 136, 86, 1);
    }

    .l-breadcrumbs .l-dtl-bc .lnk {
    }

    .l-breadcrumbs li + li:before {
        display: none;
    }

    /** contents **/

    .contents {
    }

    .contents .wrap {
        width: calc(100% - 2rem);
        margin: 0 1rem;
    }

    .contents .ls-col2 {
        flex-direction: column;
        margin-bottom: 4rem;
    }

    .contents .l-dtl-col1,
    .contents .l-dtl-col2 {
        width: calc(100%);
        margin: 0 0 2rem;
    }

    .contents .l-dtl-col1 .content p,
    .contents .l-dtl-col1 .content li {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .ls-articles {
        padding: 1rem;
    }

    .ls-articles .l-dtl-articles .lnk {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .l-txt-see-all {
        padding: 0 1rem 1rem;
    }

    .contents .txt-empty {
        padding: 1rem;
    }

    .contents .txt-empty .lnk {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .l-txt-see-all .lnk {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    /** result **/

    #result .txt-result {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
