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,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Source Sans Pro", Helvetica, Arial, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
}

.articleHeader {
    background-color: #23447c;
    width: 100%;
    height: 245px;
    display: table;
    position: relative;
}

.articleHeader .headerSet {
    display: table-cell;
    vertical-align: middle;
}

.article-list {
    margin: 0px 0 120px;
}

.headLv1 {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.3em;
    text-align: center;
}

.articleInner {
    width: 900px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.leadTxt01 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #cfcfcf;
}

.companyTable01 {
    width: 100%;
    border-top: 1px solid #cfcfcf;
}

.companyTable01 th {
    background-color: #efefef;
    border-bottom: 1px solid #cfcfcf;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: normal;
    width: 6em;
    white-space: nowrap;
    padding: 10px 20px;
}

.companyTable01 td {
    border-bottom: 1px solid #cfcfcf;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8em;
    padding: 10px 20px 10px 42px;
}

#headerGlobal {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 88px;
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.companyName {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    font-size: 13px;
    margin-left: 10px;
}

.logo img {
    width: 123px;
    height: auto;
}

.greeting {
    margin: 0 auto;
}

.greetingImage {
    width: 100%;
    height: 200px;
    margin-right: 50px;
}

.greetingText {
    margin-top: 15px;
}

.bg-style {
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.greetingText {
    margin-top: 15px;
    /* text-align: center; */
    margin: 15px auto;
    width: 81%;
}

.greetingText h3 {
    text-align: center;
}

i.fa-solid {
    text-align: center;
    display: block;
    font-size: 43px;
    margin-bottom: 15px;
}

i.fa-brands {
    text-align: center;
    display: block;
    font-size: 43px;
    margin-bottom: 15px;
}

.articleHeader {
    background-color: #23447c;
    width: 100%;
    height: 353px;
    display: table;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 25px;
    position: relative;
}

.block-list {
    display: flex;
    display: flex;
    flex-wrap: wrap;
}

.greeting {
    margin: 0 auto;
    /* display: flex; */
    width: 50%;
}

@media (max-width: 768px) and (min-width: 315px) {
    .greeting {
        margin: 0 auto;
        /* display: flex; */
        width: 100%;
    }
    .greetingText p {
        font-size: 14px;
        margin-top: 10px;
    }
    .articleInner {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 0px;
        overflow: hidden;
    }
    .article-list {
        margin: 0px 0px 50px;
    }
    .leadTxt01 {
        font-size: 18px;
        margin: 0 auto;
        width: 90%;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 1em;
        border-bottom: 1px solid #cfcfcf;
    }
    .companyTable01 {
        width: 90%;
        border-top: 1px solid #cfcfcf;
        margin: 0 auto;
    }
    .companyTable01 th {
        background-color: #efefef;
        border-bottom: 1px solid #cfcfcf;
        text-align: left;
        vertical-align: top;
        font-size: 15px;
        line-height: 1.8em;
        font-weight: normal;
        width: auto;
        white-space: nowrap;
        padding: 10px 10px;
    }
    .companyTable01 td {
        border-bottom: 1px solid #cfcfcf;
        text-align: left;
        vertical-align: top;
        font-size: 15px;
        line-height: 1.8em;
        padding: 10px 20px 10px 12px;
    }
    .map-block {
        width: 90%;
        margin: 0 auto 10px;
    }
    .articleHeader {
        background-color: #23447c;
        width: 100%;
        display: table;
        height: 250px;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
}