@charset "UTF-8";

/* ------------------------------------------------------------------------
 RESET
 ------------------------------------------------------------------------ */

body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
form,
select {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

svg,
input,
select,
textarea,
label {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
em,
strong {
    font-weight: normal;
}

*,
*:before,
*:after {
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:visited,
a:link {
    text-decoration: none;
    color: #d4c4a0;
}

/* ------------------------------------------------------------------------
 BASE
 ------------------------------------------------------------------------ */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 2.1538;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    color: #565656;
}


/* ------------------------------------------------------------------------
 STYLE
 ------------------------------------------------------------------------ */

/* COMMON
------------------------------------------------------------------------ */

html,
body {
    height: 100%;
}

a {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

a:hover {
    opacity: 0.5;
}

.is-current a:hover {
    opacity: 1;
    cursor: default;
}

.is-hidden {
    display: none;
}

.is-visible {
    display: block;
}

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

.no-copy {
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}

/* GENERAL
------------------------------------------------------------------------ */
.pcdn {
    display: none;
}

.spdn {
    display: block;
}
.nbsp {
    display: inline-block;
}

@media screen and (max-width: 740px) {
    .spdn {
        display: none;
    }
    .pcdn {
        display: block;
    }
    .nbsp {
        display: none;
    }
}


/* 

Contents

*/
.main {
    width: 100%;
    overflow: hidden;
}
.page-wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 60px;
}
    @media screen and (max-width: 940px) {
        .page-wrapper {
            padding: 20px;
        }
    }
h1 {
    width: 100%;
    height: 100px;
    background: url(../img/OfficialLogo.svg) center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}
    @media screen and (max-width: 940px) {
        h1 {
            height: 60px;
            margin-top: 20px;
        }
    }
h3 {
    font-size: 180%;
    font-weight: 400;
    text-align: center;
}
    @media screen and (max-width: 940px) {
        h3 {
            font-weight: 600;
            font-size: 120%;
        }
    }
p {
    text-align: center; 
    margin: 40px 0;
    line-height: 240%;
    font-size: 110%;
}
    @media screen and (max-width: 740px) {
        p {
            font-size: 90%;
            text-align: left; 
            margin: 40px 20px;
        }
    }
.center {
    text-align: center; 
}
.content-main {
    padding: 60px 0 20px;
}
    @media screen and (max-width: 740px) {
        .content-main {
            padding: 40px 0 0;
        }
    }
.content-main ul {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
    @media screen and (max-width: 1070px) {
        .content-main ul {
            padding: 0 20px;
        }
    }
.content-main ul li {
    width: 40%;
    display: inline-block;
    font-size: 12pt;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    border: 1px solid #b4a285;
    padding: 20px;
    line-height: 200%;
}
    @media screen and (max-width: 1070px) {
        .content-main ul li {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            display: block;
            font-size: 10pt;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .content-main ul li:last-child {
            margin-bottom: 10px;
        }
    }
.content-main ul li small {
    display: block;
    margin-top: 3px;
    font-size: 8pt;
    line-height: 180%;
}
    @media screen and (max-width: 1070px) {
        .content-main ul li small {
            margin-top: 3px;
            font-size: 7pt;
            font-weight: 400;
        }
    }
.content-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: #f8f8f8;
}
    @media screen and (max-width: 740px) {
        .content-footer {
            padding: 20px;
        }
    }
.content-footer ul {
    width: 100%;
    max-width: 600px;
    font-size: 114%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 1.5em;
}
    @media screen and (max-width: 740px) {
        .content-footer ul {
            margin-top: 40px;
        }
    }
.content-footer ul li {
    margin-top: 10px;
    font-size: 100%;
    font-weight: 600;
    list-style: square;
    list-style-position: inside;
}
.content-footer ol {
    width: 100%;
    max-width: 640px;
    font-size: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 1.5em;
}
    @media screen and (max-width: 740px) {
        .content-footer ol {
            margin-top: 40px;
        }
    }
.content-footer ol li {
    margin-top: 10px;
    font-size: 100%;
    font-weight: 400;
}
.content-footer ol li:before {
    content: "※";
    display: inline-block;
    margin-right: 5px;
}
.content-footer .contact-link {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
}
    @media screen and (max-width: 940px) {
        .content-footer .contact-link {
            display: block;
        }
    }
.content-footer dl {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 20px 5px;
    border: 1px solid #b4a285;
    background: #fff;
    display: table-cell;
    vertical-align: top;
}
    @media screen and (max-width: 940px) {
        .content-footer dl {
            width: 100%;
            display: block;
            margin-bottom: 20px;
        }
        .content-footer dl:last-child {
            margin-bottom: 0;
        }
    }
.content-footer dl dt {
    color: #b4a285;
    font-weight: 600;
    line-height: 180%;
    text-align: center;
    word-break: keep-all;
}
.content-footer dl dt small {
    display: block;
    font-size: 80%;
    font-weight: 400;
    margin-top: 5px;
}
.content-footer dl dd {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.content-footer dl dd a {
    display: block;
    width: 300px;
    background: #b4a285;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
    @media screen and (max-width: 740px) {
        .content-footer dl dd a {
            width: 100%;
            font-size: 8pt;
        }
    }
.content-footer .attent {
    display: inline-block;
    margin: 5px 0 10px;
    padding-left: 1em;
    font-size: 78%;
    line-height: 200%;
    color: red;
    font-weight: 600;
}
.footer {
    width: 100%;
    text-align: center;
    font-size: 70%;
    padding-top: 40px;
}