@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "Ryumin Regular KL",
        "游明朝",
        "Yu Mincho",
        YuMincho,
        "Hiragino Mincho ProN",
        "HGS明朝E",
        "メイリオ",
        Meiryo,
        Georgia,
        serif;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 1.6rem;
    text-align: justify;
}
dt {
    font-size: 1.6rem;
}
dd {
    font-size: 1.6rem;
}
strong, th {
    font-weight: 600;
}
ul, ol {
}
li {
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.6rem;
    padding: 9px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #aaaaaa;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #507e96;
    text-decoration:none;
}
a:visited {
    color: #1e3a71;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.smp {
    display: none !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}


/******************************************************/
/* base  */
/******************************************************/
#top {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.contents a:link {
    color: #0066ff;
    text-decoration:underline;
}
.contents a:visited {
    color: #0b4fb5;
}
.contents a:hover {
    text-decoration:none;
}
#main {
    display: block;
    position: relative;
    background: #ffffff;
    z-index: 1;
}

/******************************************************/
/* header  */
/******************************************************/
header {
    padding-top: 10px;
}
header h1#logo {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}
header h1#logo img {
}
header h1#logo span {
    display: block;
    margin-top: -20px;
}

/******************************************************/
/* announce  */
/******************************************************/
#announce {
    padding: 30px 0 50px;
    display: flex;
    justify-content: center;
}
#announce p {
    line-height: 2.5;
}
#announce p + p {
    margin-top: 1.25em;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #f7f7f7;
    clear: both;
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
#copyright {
    padding-top: 0;
    line-height: 1;
    text-align: center;
}
#copyright small {
    color: #666666;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.008em;
}



}