@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

/*==================================================================================================
    サイト基礎
==================================================================================================*/
html {
    background: url(../../images/index_footer_bg.gif) 0 0 repeat;
}

body {
    font-size: 1.6rem;
    line-height: 1.3;
}

img {
    height: auto;
    vertical-align: top;
    border: 0;
}

a {
    color: #003399;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*==================================================================================================
    ヘッダー
==================================================================================================*/
#header {
    text-align: center;
    width: 100%;
    overflow: visible;
    position: absolute;
    left: 0;
    top: 57%;
}

.logo {
    width: 69.0625%;
    margin: 0 auto;
}

.copyArea {
    padding: 3.125% 6.25%;
    color: #FFF;
    background: #379595 url(../../images/index_copy_bg.gif) 0 0 repeat-x;
    background-size: auto 100%;
    border-top: 3px solid #94DCDC;
}

.creditArea {
    font-size: 1.1rem;
    line-height: 160%;
    padding: 8px 0;
    border-top: 1px solid #1A6455;
    color: #333;
    background: url(../../images/index_footer_bg.gif) 0 0 repeat;
}

.creditArea .copyright {
    font-size: 0.8rem;
    margin-top: 2px;
}

/*==================================================================================================
    コンテンツメイン
==================================================================================================*/
.enterBtn {
    position: absolute;
    left: 0;
    top: -17.1875%;
    z-index: 1;
    width: 100%;
}

.enterBtn:after {
    content: "";
    display: block;
    clear: both;
}

.enterBtn li {
    float: left;
    width: 50%;
}

/*==================================================================================================
    メインイメージ（背景）
==================================================================================================*/
.indexMainimage ul {
    display: none;
}

.backstretch {
    height: 50% !important;
}

.backstretch img {
    width: auto !important;
    height: 100% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
