@charset "UTF-8";
/* =====================
  リセット
 ======================= */
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;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
/** {*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    -ms-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-bottom: 1em;
}

h3{
    margin: 10px 0;
    font-size: 120%;
}

a {
    text-align: left;
    margin-left: 5em;
}

header{
    background: #D3D3D3;
}

.l-main {
    background: #D3D3D3;
    display: block;
    padding-bottom: 50px;
    padding-top: 64px;
}

.p-page-header__title, .p-page-header__image-title {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}
.p-page-header {
    margin-bottom: 43px;
}

footer{
    background: #D3D3D3;
    padding-bottom: 1rem;
}

footer a {
    display: block;
    text-align:right;
    padding-right: 10%;
}

footer p {
/*    display: block;*/
    text-align:center;
/*    padding-right: 10%;*/
}

.p-entry > :last-child {
    margin-bottom: 0;
}
.p-entry-page__inner {
    background: #fff;
    padding: 40px 11.66%;
}

li {
    list-style: none;
    line-height: 150%;
}

/*@media (min-width: 992px)*/
.p-body p {
    margin-bottom: 2em;
}
.l-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 88.8888%;
    max-width: 1200px;
}
.p-entry > :last-child {
    margin-bottom: 0;
}


@media (min-width: 992px){
    .p-entry-page__inner {
        background: #fff;
        padding: 80px 11.66%;
    }

    .p-body {
        line-height: normal;
        word-wrap: break-word;
    }

    .p-body p {
        margin-bottom: 2em;
    }

    .p-entry-page__inner {
        background: #fff;
        padding: 80px 11.66%;
    }
}


@media (max-width: 500px){
    .p-entry-page__inner {
        background: #fff;
        padding: 80px 11.66%;
    }
    .p-page-header__title, .p-page-header__image-title {
        font-size: 27px;
        font-weight: 500;
        line-height: 1;
    }
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

table {
    border-collapse: collapse;
    width: 100%;
}

/* table */
.p-body table { margin: 0 0 24px 0; }
.p-body td, .p-body th { border: 1px solid #ddd; padding: 10px 15px; line-height: 2; background: #fff; vertical-align: middle; }
.p-body th { background: #f5f5f5; font-weight: normal; }

/* table style */
.table_no_border th, .table_no_border td { border: none; padding-left: 0; }
.table_border_horizontal th, .table_border_horizontal td { border-left: none; border-right: none; padding-left: 0; }

