.picture img,
.share,
.waves img {
    z-index: 1
}

*,
:after,
:before {
    box-sizing: border-box
}

iframe,
img {
    max-width: 100%;
    display: block
}

iframe.align-center,
img.align-center {
    margin-left: auto;
    margin-right: auto
}

img {
    height: auto
}

ul li {
    margin: 0 0 25px
}

.numbered-list {
    margin: 40px 0
}

.numbered-list li {
    counter-increment: li;
    margin: 0
}

.numbered-list li:before {
    content: counter(li) ".";
    margin: 0 5px 0 0;
    font-weight: 700
}

.point-list .point:before,
.waves:before {
    content: ''
}

.numbered-list a {
    word-break: break-all;
    color: #4a8ddb
}

sup {
    font-size: .5em;
    display: inline-block;
    vertical-align: top
}

.waves {
    position: relative
}

.waves:before {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 36.6%;
    width: 100vw;
    background: url(../images/waves.png) center top;
    background-size: 1300px;
    transform: translateX(-50%)
}

.picture img,
.point-list>li,
.section-intro,
.waves img {
    position: relative
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    font: 400 16px/1.63 ryo-gothic-plusn, Arial, sans-serif;
    background: #fff;
    color: #000;
    min-width: 320px;
    margin: 0
}

h1,
h2,
h3 {
    font-weight: 900
}

#wrapper {
    overflow: hidden;
    letter-spacing: -.1px
}

.container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 950px
}

h1,
h3,
p:last-child {
    margin: 0
}

.container-lg {
    max-width: 980px
}

p {
    margin: 0 0 25px
}

a {
    transition: color .3s linear;
    color: #f9c000;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

h1 {
    font-size: 48px;
    line-height: 1.25
}

@media (max-width:992px) {
    .container {
        padding: 0 15px
    }

    h1 {
        font-size: 36px;
        line-height: 1.3
    }

    h1 br,
    h2 br {
        display: none
    }
}

h2 {
    font-size: 30px;
    line-height: 1.35;
    margin: 0 0 40px;
    color: #343a40
}

h2:only-child {
    margin-bottom: 0
}

h3 {
    font-size: 22px;
    line-height: 1.4
}

h5 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 15px
}

.blue {
    color: #2b90e2
}

.section-intro {
    overflow: hidden;
    background: #f9c000;
    color: #343a40;
    padding-bottom: 20px;
    text-align: center
}

@media (min-width:992px) {
    h2 {
        margin: 0 0 60px
    }

    .section-intro {
        padding-top: 0;
        min-height: 0;
        text-align: left
    }
}

.section-intro .container {
    max-width: 1140px
}

@media (max-width:992px) {
    .section-intro .container {
        padding: 0 15px
    }
}

.section-intro .intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width:360px) {
    .section-intro .txt-box {
        padding: 0 15px
    }
}

@media (min-width:992px) {
    .section-intro .intro {
        align-items: center;
        justify-content: flex-start;
        margin: 0 -15px
    }

    .section-intro .txt-box {
        width: 55%;
        padding: 40px 15px 30px
    }
}

.section-intro .img-box {
    order: -1;
    margin: 0 0 10px;
    flex-grow: 1
}

@media (min-width:992px) {
    .section-intro .img-box {
        order: 0;
        width: 45%;
        padding: 0 15px;
        margin: 0 0 0 -80px;
        text-align: center
    }

    .section-intro .img-box img {
        margin: 0 auto
    }
}

.section-intro .img-box img {
    display: block;
    margin: 0 auto
}

@media (max-width:600px) {
    .waves:before {
        bottom: 0
    }

    .section-intro .picture {
        margin: 0 -55px
    }

    .section-intro .picture img {
        width: auto
    }
}

.section-intro .logo {
    margin: 0 0 15px;
    display: inline-block
}

.section {
    padding: 20px 0;
    border-bottom: 2px solid #eff2f4
}

.panel {
    padding: 30px 0
}

@media (min-width:992px) {
    .panel {
        padding: 65px 0
    }
}

.panel.bg-grey+.bg-grey {
    padding-top: 0
}

.panel h3:first-child {
    margin-top: 0
}

.bg-grey {
    background: #eff2f4
}

.bg-yellow {
    background: #f9c000
}

.bg-dark {
    background-color: #343a40
}

.links-list {
    word-break: break-all;
    margin: 0 0 40px
}

.links-list li {
    margin: 0 0 10px
}

.links-list li:last-of-type {
    margin: 0
}

.picture {
    display: block;
    text-align: center
}

.picture.text-center img {
    margin: 0 auto
}

.picture.offset-y {
    margin: 60px 0
}

@media (max-width:600px) {
    .panel.width-picture {
        padding: 45px 0
    }

    .picture img {
        width: 375px
    }

    .picture.offset-y {
        margin: 40px 0
    }
}

.picture.offset-top {
    margin: 60px 0 0
}

@media (max-width:600px) {
    .picture.offset-top {
        margin: 40px 0 0
    }

    .picture.picture-4 {
        margin-left: -50px;
        margin-right: -50px
    }

    .picture.picture-4 img {
        width: 447px
    }
}

.picture-mobile {
    margin: 30px auto 0
}

@media (min-width:600px) {
    .picture-mobile {
        display: none
    }
}

.point-list {
    list-style: none;
    padding: 0;
    margin: 60px 0 0
}

.point-list>li {
    margin: 0 0 25px;
    padding-left: 55px
}

.point-list .point,
.share {
    position: absolute;
    display: flex;
    left: 0
}

@media (max-width:992px) {
    .point-list>li {
        padding-left: 35px
    }
}

.point-list>li:last-of-type {
    margin: 0
}

.point-list .point {
    top: 3px;
    width: 20px;
    height: 20px;
    border: 3px solid #f9c000;
    padding: 3px;
    border-radius: 50%
}

.point-list .point:before {
    width: 100%;
    background: #343a40;
    border-radius: 50%
}

.footnotes-title {
    margin-bottom: 10px
}

.share {
    top: 0
}

.share .btn {
    position: relative;
    cursor: pointer;
    display: block;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden
}

.share .btn.btn-fb {
    background: url(../images/ico-fb.svg) 50% 50%/auto 22px no-repeat #3b5999
}

@media (min-width:992px) {
    .share .btn {
        width: 50px;
        height: 50px
    }

    .share .btn.btn-fb {
        background-size: 30px
    }
}

.share .btn.btn-tw {
    background: url(../images/ico-tw.svg) 50% 50%/auto 20px no-repeat #00acee
}

@media (min-width:992px) {
    .share .btn.btn-tw {
        background-size: 26px
    }
}

.share .btn>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}