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

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
    font-size: 1.5625vw;
}
body {
    color: #222222;
    font-size: 2.4rem;
    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;
    -webkit-text-size-adjust: 100%;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
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 #cccccc;
    border-left: 1px solid #cccccc;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 18px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    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 #cccccc;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #507e96;
    text-decoration:none;
}
a:visited {
    color: #1e3a71;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.pc {
    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
}
.invisible {
    transition: all 1.2s;
    opacity: 0.0;
}
.visible {
    transition: all 1.2s;
    opacity: 1.0;
}
h2.invisible,
.more.invisible {
    margin-top: -4.6875vw !important;
}
h2.visible,
.more.visible {
    margin-top: 0 !important;
}


/******************************************************/
/* 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: 10vw;
}
header h1#logo {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}
header h1#logo img {
    width: 120px;
    height: auto;
}
header h1#logo span {
    display: block;
    margin-top: -10px;
}

/******************************************************/
/* announce  */
/******************************************************/
#announce {
    padding: 10vw 0;
    width: 84.375vw;
    margin: auto;
    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: 2.75vh 0;
}
#copyright {
    padding-top: 0;
    line-height: 1;
    text-align: center;
}
#copyright small {
    color: #666666;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
}


}