/* CSSリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1
}

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

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

/* 共通 */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    background-color: #00439a;
    background-image: url(images/bgtoppage.png);
    background-repeat: repeat-x;
    background-size: auto 780px;
}

p {
    font-size: 0.968em;
    line-height: 1.5;
    text-align: justify;
    padding-left: 0.6em;
}

a {
    color: #000;
    text-decoration: none;
    outline-style: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a:hover {
    color: #000;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a:hover img {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

dt {
    font-size: 90%;
    line-height: 1.8;
}

dd {
    font-size: 90%;
    line-height: 1.8;
}

li {
    font-size: 90%;
    line-height: 1.8;
}

h1 {
    padding-left: 10px;
    text-align: center;
}

h1 img {
    width: 100%;
    height: auto;
}

h2 {
    font-size: 1.25em;
    line-height: 1.4;
    color: #000;
    letter-spacing: 1px;
    margin-top: 30px;
}

h3 {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.75em;
    line-height: 1.6;
}

h4 {
    ;
}

h5 {
    ;
}

h6 {
    ;
}

img {
    vertical-align: bottom;
}

strong {
    font-weight: bold;
}

/* 構成 */

#container {}

#contents {}

#wrapper {}

article {}

/* エレメント */

.sdg-title {
    max-width: 130px;
    height: auto;
    margin: 45px auto 45px auto;
}

.area-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.area-nav li {
    max-width: 144px;
    margin: 0 30px 30px 30px;
}

.area-nav li a {
    display: block;
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 14px 25px;
    font-size: 24px;
    color: #FFF;
    letter-spacing: 0.1em;
    line-height: 1;
}

.area-nav li a.inprep {}

.area-nav li a:hover {
    color: #00439a;
    background-color: #FFFFFF;
}

@media screen and (orientation: landscape) {}

@media screen and (min-width:480px) {
    .sdg-title {
        max-width: 255px;
        height: auto;
        margin: 90px auto 90px auto;
    }
}

@media screen and (min-width:510px) {
    .area-nav {
        display: block;
        width: 510px;
        margin: 0 auto;
        position: relative;
    }

    .area-nav li {
        position: absolute;
        width: 144px;
        height: 64px;
        margin: 0;
    }

    .area-nav li.loc-yamaguchi {
        left: 0;
        top: 30px;
    }

    .area-nav li.loc-hiroshima {
        left: 145px;
        top: 0px;
    }

    .area-nav li.loc-kagawa {
        left: 207px;
        top: 91px;
    }

    .area-nav li.loc-tokushima {
        left: 238px;
        top: 156px;
    }

    .area-nav li.loc-osaka {
        right: 0;
        top: 44px;
    }

    .area-nav li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #FFF;
        border-radius: 10px;
        padding: 0px;
        font-size: 27px;
        color: #FFF;
        letter-spacing: 0.1em;
        line-height: 1;
    }
}

.pg-preparation {
    width: 100%;
    min-height: 100vh;
    background-color: #FFF;
    background-image: none;
}

.pg-preparation #contents {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pg-preparation article p {
    text-align: center;
}

.pg-preparation .sdg-title {
    max-width: 130px;
    height: auto;
    margin: 0px auto 30px auto;
}

.pg-preparation p.message {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 30px;
}

@media screen and (min-width:480px) {
    .pg-preparation .sdg-title {
        max-width: 130px;
        height: auto;
        margin: 0px auto 30px auto;
    }

    .pg-preparation p.message br {
        display: none;
    }
}