body {
    width: 100%;
    height: 648px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    font-family: nintendo_udsg-r_std_003, "游ゴシック";
}
body:lang(zh-Hans) {
    font-family: nintendo_udsg-r_ext_zh-cn_003, nintendo_udsg-r_org_zh-cn_003, nintendo_udsg-r_std_003, "游ゴシック";
}
body:lang(ko) {
    font-family: nintendo_udsg-r_ko_003, nintendo_udsg-r_std_003, "游ゴシック";
}
body:lang(zh-Hant) {
    font-family: nintendo_udjxh-db_zh-tw_003, nintendo_udsg-r_std_003, "游ゴシック";
}

.main-contents {
    width: 1280px;
    height: 648px;
    background-color: #fff;
    margin: 0 auto;
}
.main-text > img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.content-wrapper {
    margin: 0 auto;
    height: 648px;
    background: url("../image/background_wrapper.svg"),linear-gradient(-170deg, #148EB4, #181B3A, #148EB4);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.image-wrapper{
    margin: auto;
}
.image-wrapper > img {
    width: 528px;
    height: 297px;
}
.content-box > .content-preview > .text-wrapper::-webkit-scrollbar {
    width: 10px;
}
.content-box > .content-preview > .text-wrapper::-webkit-scrollbar-track {
    background: #d4d4d4;
}
.content-box > .content-preview > .text-wrapper::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-top: 3px;
    border-left: 3px;
    border-right: 3px;
    border-bottom: 3px;
    border-style: solid;
    border-color: #d4d4d4;
    border-radius: 5px;
}
/*      .content-box > .content-preview > .text-wrapper::-webkit-scrollbar-button:single-button:vertical:decrement {
          height: 18px;
          width: 18px;
          background-position: center 4px;
          background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(46,211,200)'><polygon points='50,0 0,50 100,50'/></svg>");
      }
      .content-box > .content-preview > .text-wrapper::-webkit-scrollbar-button:single-button:vertical:increment {
          height: 18px;
          width: 18px;
          background-position: center 2px;
          background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(46,211,200)'><polygon points='0,0 100,0 50,50'/></svg>");
      }*/
.notice {
    width: 700px;
    height: 648px;
    position: relative;
    overflow-y: hidden;
}

.type {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 100;
    width: 330px;
    height: 30px;
    line-height: 30px;
    word-wrap: normal;
    word-break: keep-all;
    text-align: center;
    font-weight: bolder;
    color: white;
    background-color: #1AA3FF;
    border-radius: 6px;
    box-shadow: 0 0 4px gray;
    margin-left: 4px;
}

.title {
    color: #102028;
    background-color: #f0f0f0;
    display: block;
    font-size: 1.5em;
    padding: 0.65em 0.83em 0.45em 0em;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
    overflow-wrap: break-word;
    font-size: 26px;
    margin-top:0.3em;
    margin-left: 26px;
}

.title-shadow {
    padding-top: 4px;
    box-shadow: 0px 4px 4px -3px grey inset;
}

.content-box {
    width: 650px;
    height: 616px;
    position: absolute;
    top: 32px;
    left: 24px;
}

.content-preview {
    height: inherit;
    display: flex;
    flex-direction: column;
    color: #3c494e;
    background-color: #edede9;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0 0 4px gray;
}

.text-contents {
    box-shadow: 0 8px 3px -3px #000000 inset;
}
.content-box > .content-preview > .text-wrapper {
    overflow-y: auto;
    margin: 1.25em 0.83em 0.83em 26px;
    height: 100%;
    padding-right: 0.83em;
}

.main-text {
    line-height: 1.5;
    font-size: 22px;
}
.main-text:lang(ja) { font-size: 22px; }

.type {
    font-size: 20px;
}


h1, h2, h3, h4 {
    padding: 0.5em;
}

h1 {
    font-size: 1.17em;
    color: #102028;
    border-left: solid 6px #1AA3FF;
    background-color: #dfdfdf;
    font-size: 24px;
    margin-top:0.2em;
    margin-bottom:0.2em;
}

h2 {
    font-size: 1em;
    padding: 0.5em;
    background: #edede9;
    border: 2px solid #dfdfdf;
    font-size: 22px;
    margin-top:0.2em;
    margin-bottom:0.2em;
}

h3 {
    font-size: 22px;
    font-weight: normal;
    background: #F5F5F5;
    padding: 0.5em;
    border-radius: 0.5em;
    line-height: 1.4;
    margin-top:0.5em;
    margin-bottom:0.5em;
}

h4 {
    font-size: 20px;
    font-weight: normal;
    background: #F5F5F5;
    padding: 0.5em;
    border-radius: 0.5em;
    line-height: 1.4;
    margin-top:0.5em;
    margin-bottom:0.5em;
}

h5, h6 {
    font-size: 1em;
    font-weight: normal;
    padding: 0.5em;
    margin: 10px;
}

b {
    color: #E15604;
}

.btn-link {
    display: block;
    width: 90%;
    margin: auto;
    padding: 15px 0px 10px 0px;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #2878CC7F;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 20px 1px 2878CC7F;
}