@charset "UTF-8";
/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ==============================================================================================
 Base
================================================================================================= */
:root {
    font-size: 10px;
}

body {
    overflow-wrap: break-word;
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-weight: 500;
    font-size: 1.4rem;
    font-family: "游ゴシック", "Yu Gothic", "メイリオ", Arial, sans-serif;
    line-height: 1.7;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

ul, ol {
    list-style-type: none;
}

a {
    text-decoration: underline;
    transition: color .2s;
}

img {
    max-width: 100%;
}

p, ul, ol, dl, dt, dd, table, h1, h2, h3, h4, h5, h6, blockquote, form {
    margin: 0;
    padding: 0;
}

small {
    font-size: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input, select, button, textarea {
    font-family: "游ゴシック", "Yu Gothic", "メイリオ", Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
}

input[type="reset"], input[type="image"], input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .pc_display {
        display: none !important;
    }
}

.sp_display {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .sp_display {
        display: inline-block !important;
    }
}

.pc_br {
    display: inline-block;
}

.sp_br {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc_br {
        display: none;
    }
    .sp_br {
        display: inline-block;
    }
}

/* ==============================================================================================
 layout
================================================================================================= */
img {
    vertical-align: bottom;
}

figure {
    margin: 0;
}

/* ==============================================================================================
 text
================================================================================================= */
a {
    color: #4d968b;
}

a:hover {
    text-decoration: none;
}

.ank_link {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 12px;
    text-align: right;
}

.ank_link li {
    display: inline-block;
    margin-bottom: 20px;
}

.ank_link a {
    position: relative;
    margin-left: 19px;
    font-size: 1.4rem;
    color: #333;
}

.ank_link a:before {
    position: absolute;
    top: 2px;
    left: -18px;
    display: inline-block;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #4d968b;
    border-radius: 50%;
    content: "";
}

.ank_link a:after {
    position: absolute;
    top: 8px;
    left: -14px;
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    content: "";
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .ank_link a {
        font-size: 1.2rem;
    }
}

/* ==============================================================================================
 table
================================================================================================= */
table {
    border-collapse: collapse;
}

table th {
    background: #e6faf7;
}

table th, table td {
    padding: 10px 18px;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
    table th, table td {
        padding: 10px 12px;
    }
}

.col_tbl {
    text-align: left;
}

.scroll_tbl {
    position: relative;
}

@media screen and (max-width: 768px) {
    .scroll_tbl {
        overflow: auto;
        white-space: nowrap;

        overflow-scrolling: touch;
    }
    .scroll_tbl table {
        width: 768px;
    }
    .scroll_tbl table th {
        padding: 10px 67px;
    }
}

.scroll_tbl .swipe_img {
    display: none;
}

@media screen and (max-width: 768px) {
    .scroll_tbl .swipe_img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        transform: translateY(-50%) translateX(-50%);
    }
}

/* ==============================================================================================
 list
================================================================================================= */
dl div {
    display: flex;
}

dl dt {
    padding-right: 5px;
}

.list-lead li span {
    margin-right: 10px;
}

.list-lead li span a img {
    vertical-align: middle;
}

.list-lead li + span {
    margin-right: 0;
}

/* ==============================================================================================
 img
================================================================================================= */
.zebra {
    width: 112px;
    height: 38px;
}

.facebook {
    width: 30px;
    height: 30px;
}


.instagram {
    width: 30px;
    height: 30px;
}

.twitter {
    width: 32px;
    height: 32px;
}