/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {
    overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    text-align: left;
    font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
}

.line {
    font-size: 1px;
    line-height: 1px;
}

/*--- default */
body {
    background: #fff;
    color: #333;
    font-size: 15px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.4;
    text-align: center;
    position: relative;
    /* border-top:5px solid #000; */
}

td,
th {
    font-size: 15px;
}

table {
    border-collapse: collapse;
}

pre {
    font-size: 15px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.4;
}


.main {
    width: 100%;
}

.top-block.topics {
    padding-top: 50px;
}


.oshirase-title {
    margin-top: 70px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 3px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 24px;
    border-bottom: 1px solid #cacac4;
}

.oshirase-txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
    padding: 0 5%;
    margin: 0 auto 15px;
}

span.txt-bold {
    font-weight: bold;
}

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

a {
    color: #333333;
    text-decoration: none;
    transition: .2s;
}

.copy-txt {
    background: #585851;
    color: #fff;
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .wh-container {
        max-width: 1050px;
        margin: 0 auto;
    }

    .top-block {
        margin-bottom: 100px;
    }
}