@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, button, input, button, textarea, select, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: none;
    border-radius: 0;
    line-height: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}

a, a:link, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: inherit;
}

input[type=text], input[type=number], button, textarea, select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    line-height: 1;
}

img {
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

html,
body {
    width: 100%;
}

html.isPC, .isPC body, .isPC header {
    min-width: 1200px;
}

::-moz-selection {
    background: #103656;
    color: #fafafa;
}

::selection {
    background: #103656;
    color: #fafafa;
}

@media screen and (max-width: 360px) {
    html,
body {
        min-width: 360px;
    }
}
@media screen and (max-width: 360px) {
    .pcOnly {
        display: none !important;
    }
}

.spOnly {
    display: none;
}
@media screen and (max-width: 360px) {
    .spOnly {
        display: initial;
    }
}

body {
    font-family: "TsukuAOldMinPr6-M", serif;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.09375rem;
    color: #2b2b2e;
    background: #fafafa;
    -webkit-font-variant-ligatures: none;
            font-variant-ligatures: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

button {
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.tAC {
    text-align: center;
}

#gHeader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 10px 50px;
    background: #2b2b2e;
}
@media screen and (max-width: 360px) {
    #gHeader {
        padding: 15px 20px;
    }
}
#gHeader .logout {
    font-size: 0.05rem;
}

#gHeader_logo {
    display: block;
    width: 80px;
}
@media screen and (max-width: 360px) {
    #gHeader_logo {
        width: 60px;
    }
}

#gHeader_logo img {
    width: 100%;
    height: auto;
}

#gNav {
    margin-left: auto;
    margin-right: 0;
}
#gNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#gNav a {
    font-size: 1.375rem;
    padding: 5px 10px;
    color: #fafafa;
}
@media screen and (max-width: 360px) {
    #gNav a {
        font-size: 1.25rem;
        padding: 5px 5px;
    }
}
#gNav li:nth-child(2) {
    margin-left: 2em;
}
@media screen and (max-width: 360px) {
    #gNav li:nth-child(2) {
        margin-left: 0.8em;
    }
}

.main {
    width: 95%;
    margin: 50px auto 0;
}
@media screen and (max-width: 360px) {
    .main {
        margin-top: 20px;
    }
}

.section_title {
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 30px;
    font-family: TsukuAOldMinPr6-B, serif;
}

#gFooter {
    margin: 100px 0 20px;
    text-align: center;
}
@media screen and (max-width: 360px) {
    #gFooter {
        margin-top: 50px;
    }
}
#gFooter .logout {
    display: inline-block;
    font-size: 0.875rem;
}
#gFooter .copyright {
    margin-top: 15px;
    font-size: 0.75rem;
}

.delete.icon {
    background-image: url("/images/delete.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.searchForm {
    margin: 0 30px 0 0;
    padding: 30px 15px 50px;
    border: 3px solid #103656;
}
@media screen and (max-width: 360px) {
    .searchForm {
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .searchForm:before {
        display: block;
        font-size: 1.25rem;
        text-align: center;
        content: "検索条件";
        opacity: 1;
        height: auto;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .searchForm .close {
        background: #103656;
        display: block;
        width: 100%;
        padding: 0.5em 0;
        color: #fafafa;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .searchForm.open:before {
        opacity: 0;
        height: 0;
    }
    .searchForm.open form {
        height: auto;
        opacity: 1;
    }
}
.searchForm form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media screen and (max-width: 360px) {
    .searchForm form {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        height: 0;
        opacity: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
    }
}
.searchForm label {
    font-size: 0.875rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 360px) {
    .searchForm label {
        width: 80px;
        padding: 10px 0;
        margin-bottom: 0px;
    }
}
.searchForm label:nth-of-type(n + 2), .searchForm .inputWrapper {
    margin-top: 15px;
}
.searchForm #searchForm_price input {
    width: 8em;
}
.searchForm #searchForm_price span {
    margin: 0 5px;
}
.searchForm button[type=submit] {
    font-size: 1.125rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 50px;
    padding: 10px 15px;
    color: #fafafa;
    background: #103656;
}
@media screen and (max-width: 360px) {
    .searchForm button[type=submit] {
        margin-top: 30px;
        -ms-flex-item-align: end;
            align-self: flex-end;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.searchForm input[type=text],
.searchForm input[type=number],
.searchForm select {
    padding: 5px 10px;
    border: 1px solid #103656;
}
@media screen and (max-width: 360px) {
    .searchForm input[type=text],
.searchForm input[type=number],
.searchForm select {
        width: calc(100% - 80px - 20px);
    }
    .searchForm input[type=text]:nth-of-type(n + 2),
.searchForm input[type=number]:nth-of-type(n + 2),
.searchForm select:nth-of-type(n + 2) {
        margin-top: 15px;
    }
}
@media screen and (max-width: 360px) {
    .searchForm .select2-container {
        margin-top: 15px;
    }
}
.searchForm input[type=text],
.searchForm input[type=number],
.searchForm select,
.searchForm .select2-selection,
.searchForm .select2-container .select2-selection--single {
    font-size: 1rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.searchForm .notice {
    font-size: 0.75rem;
    margin-top: 5px;
}
@media screen and (max-width: 360px) {
    .searchForm .notice {
        text-align: right;
        width: 100%;
        margin-top: 15px;
    }
}
.searchForm .links {
    font-size: 1rem;
    margin-top: 50px;
}
@media screen and (max-width: 360px) {
    .searchForm .links {
        font-size: 0.875rem;
        margin-top: 30px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
.searchForm .links a {
    padding: 10px 5px 5px 0;
}
@media screen and (max-width: 360px) {
    .searchForm .links a {
        padding: 5px 5px 5px 0;
        border: none;
    }
}
.searchForm .links li:nth-child(n+2) {
    margin-top: 10px;
}
@media screen and (max-width: 360px) {
    .searchForm .links li:nth-child(n+2) {
        margin-top: 10px;
    }
}
.searchForm .select2-selection {
    border: 1px solid #103656 !important;
    border-radius: 0 !important;
    background: transparent !important;
}
.searchForm .select2-container .select2-selection--single {
    height: auto;
}
.searchForm .select2-container--default .select2-selection--multiple {
    min-height: 0;
}
.searchForm .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: none;
    margin: 5px 5px 0 0;
    padding: 5px !important;
    color: #fafafa;
    border: none;
    border-radius: 0;
    background: #103656;
}
.searchForm .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fafafa;
}
.searchForm .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fafafa;
}
.searchForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: unset;
}
.searchForm .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.searchForm .select2-container .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 10px;
    white-space: normal;
}
.searchForm .select2-container--colors .select2-selection--multiple {
    min-height: 0;
}
.searchForm .select2-container--colors .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 10px;
    white-space: normal;
}
.searchForm .select2-container--colors .select2-selection--multiple .select2-selection__choice {
    float: none;
    margin: 5px;
    width: calc(50% - 10px);
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.searchForm .select2-container--colors .select2-selection--multiple .select2-selection__choice .color {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 30px;
}
.searchForm .select2-container--colors .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    padding-right: 3px;
    color: #2b2b2e;
}

#select2Dropdown .select2-container .select2-results > .select2-results__options {
    max-height: 400px;
    overflow: scroll;
}
#select2Dropdown .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fafafa;
    background: #949799;
}
#select2Dropdown .select2-container--default .select2-results__option[aria-selected=true] {
    color: #fafafa;
    background: #103656;
}
#select2Dropdown .select2-container--colors .select2-results__option {
    padding: 0;
    margin: 0 5px;
    margin-top: 5px;
}
#select2Dropdown .select2-container--colors .select2-results__option .color {
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#select2Dropdown .select2-container--colors .select2-results__option[aria-selected=true] .color {
    margin-left: 15px;
    margin-right: 15px;
}

.pagination {
    margin-top: 15px;
}
@media screen and (max-width: 360px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination ul {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 360px) {
    .pagination ul {
        font-size: 1rem;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.pagination li {
    margin: 0 5px;
}
@media screen and (max-width: 360px) {
    .pagination li {
        margin: 0 5px;
    }
}
.pagination li a,
.pagination li span {
    padding: 0 5px;
}
@media screen and (max-width: 360px) {
    .pagination li a,
.pagination li span {
        padding: 0 0;
    }
}
.pagination li a:hover {
    color: #897750;
}
.pagination li.active {
    color: #949799;
    border-bottom: 1px solid #949799;
}

.sessionMessage {
    font-size: 1.125rem;
    padding: 5px 0;
    text-align: center;
    color: #fafafa;
}
@media screen and (max-width: 360px) {
    .sessionMessage {
        padding: 10px 0;
    }
}
.sessionMessage.success {
    -webkit-animation: hideMessage 0.5s ease 5s forwards;
            animation: hideMessage 0.5s ease 5s forwards;
    background: #897750;
}
.sessionMessage.failed {
    -webkit-animation: hideMessage 0.5s ease 15s forwards;
            animation: hideMessage 0.5s ease 15s forwards;
    background: #363c3c;
}

.pointer {
    cursor: pointer;
}

.link {
    display: inline-block;
    padding-bottom: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.link:before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 1px;
    background: rgba(16, 54, 86, 0.3);
}
.link:hover:before {
    width: 100%;
    background: #103656;
}

@-webkit-keyframes hideMessage {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hideMessage {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media print {
    .searchForm {
        display: none;
    }

    #gHeader {
        display: none;
    }

    .sort {
        display: none;
    }

    html, body {
        background: #fff;
    }

    body {
        height: auto !important;
        padding-top: 0 !important;
    }

    button {
        display: none;
    }
}