@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
    box-sizing: border-box;
}
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th, td {
    padding: 0 8px;
    text-indent: 0;
    vertical-align: middle;
}
a, a:link, a:visited, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
a img {
    border: 0;
}
body {
    font-size: 16px;
    line-height: 1.5;
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: none;
    /* footerをbottomに固定する処理 */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* //footerをbottomに固定する処理 */
    align-items: center;
    font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    color: #000;
}
/* footerをbottomに固定する処理 */
footer {
    margin-top: auto;
}
/* //footerをbottomに固定する処理 */
p {
    margin-bottom: 16px;
}
img {
    vertical-align: top;
    width: 100%;
    margin: 0;
    display: block;
}
/* //reset他ここまで */

h1 {
    font-size: 32px;
}
h2 {
    position: relative;
}
a, a:link, a:visited, a:hover, a:active {
    color: #000;
}
table {
    border: 1px solid #000;
}
th {
    border: 1px solid #000;
    background-color: #aaa;
}
td {
    border: 1px solid #000;
}
/* ヘッダ */

/* main */
main,
section,
footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section {
    margin-bottom: 32px;
    padding: 32px 16px;
}
.inner {
    width: 100%;
    max-width: 1280px;
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 0 auto;
}

.errText {
    color: #FFF;
    background-color: #a80000;
    text-align: center;
}
strong,
em {
    font-weight: bold;
}
.or_sweetalert h2::before {
    content: none !important;
}
.topMsg {
    width: 50%;
    align-items: flex-start;
    background-image: url(/img/picasso_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 22vw;
    margin-bottom: 0;
}
.topMsg h1 {
    width: 256px;
}

.topBunnersUL {
    width: 100%;
    display: grid;
    grid-auto-rows: 120px;
    grid-template-columns: repeat(auto-fit, 380px);
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    justify-content: center;
    margin-bottom: 32px;
}

.mainMsg .inner,
.company .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainMsg .inner h1,
.company .inner h1,
.relatedCompanies dt {
    font-weight: bold;
    margin-bottom: 32px;
}
.relatedCompanies {
    margin-bottom: 32px;
    dt {
        font-size: 32px;
        text-align: center;
        margin-bottom: 16px;
    }
    dd{
        width: 380px;
    }
}
.mainMsg .inner p {
    width: 100%;
}
.mainMsg .inner a[href="https://picasso-project.jp/"] {
    color: #0075A8;
    text-decoration: underline;
}

.mainMsg .inner .contentBanner {
    width: 380px;
    text-align: center;
}

.mainMsg .inner .contact {
    text-align: center;
    text-indent: -24px;
    margin-left: 24px;
}
.mainMsg .inner .contact a {
    text-decoration: underline;
}
.mainMsg .inner .contact::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f1d8";
    color: #009fe8;
    font-size: 24px;
}

.company dl {
    width: 800px;
    display: flex;
    margin-bottom: 30px;
}
.company dt {
    color: #95C74C;
    width: 240px;
}
.company dt::before {
    content: "<";
    margin-right: 8px;
}
.company dt::after {
    content: ">";
    margin-left: 8px;
}
.company dd {
    width: 100%;
    padding: 0 0 15px 20px;
    border-bottom: 1px solid #ccc;
}
.company dd a:hover {
    text-decoration: underline;
}
.company dd .toMap::before {
    font-family: "Font Awesome 5 Free";
    content: "\f279";
}
.company dd span {
    font-size: 12px;
    display: block;
}
.company_links li {
    display: flex;
}
.company_links li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0da";
}
/* //main */

/* footer */
.to_page_top {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    margin: 0;
    cursor: pointer;
    color: #3fc8f4;
}
.to_page_top::before {
    content: "\f139";
}
footer {
    position: relative;
}
footer .adBlock {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* //footer */

/* 狭小 */
@media only screen and (max-width: 832px) {
    .topMsg {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 44vw;
    }
    .topMsg h1 {
        width: 30vw;
    }
    .mainMsg {
        margin-bottom: 0;
    }
    .mainMsg .inner h1,
    .company .inner h1 {
        font-size: 24px;
    }
    .mainMsg .inner .contact {
        text-align: left;
    }
    .company {
        padding-top: 0;
    }
    .company dl {
        width: 100%;
        flex-direction: column;
    }
    footer {
        padding-bottom: 80px;
    }
    footer .adBlock {
        right: 50%;
        margin-right: -95px;
    }
}
/* このとじカッコは消さないこと */
