/* A Modern CSS Reset */

*,
*::before,
*::after {
    box-sizing: border-box
}




body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    overflow-x: hidden;
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

ol {
    list-style-type: none
}

ol,
ul {
    padding-inline-start: 0px;
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b60b9+0,1b60b9+15,71c1eb+31,c7ecf6+56,daf5f9+71,e7fbfb+84,2a57b2+100 */
    background: #1b60b9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b60b9 0%, #1b60b9 25%, #71c1eb 41%, #c7ecf6 56%, #daf5f9 71%, #e7fbfb 84%, #2a57b2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1b60b9 0%, #1b60b9 25%, #71c1eb 41%, #c7ecf6 56%, #daf5f9 71%, #e7fbfb 84%, #2a57b2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1b60b9 0%, #1b60b9 25%, #71c1eb 41%, #c7ecf6 56%, #daf5f9 71%, #e7fbfb 84%, #2a57b2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b60b9', endColorstr='#2a57b2', GradientType=0);
    /* IE6-9 */
}

a {
    color: #1B60B9;
    transition: all .3s;
}

a:hover {
    color: #54D2FB;
}

h1,
h2,
.sec1,
.sec2,
.close {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

h2 {
    font-size: 30px;
}

#wrapper {
    background: url(img/bg_awa.png) center top repeat-y;
    background-size: 100%;
}

#content {
    width: 1000px;
    margin: 30px auto;
}

.sns-share {
    width: 200px;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}

.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

.t-button {
    text-align: center;
    margin: 0 auto;
}

.sec1 {
    color: #fff;
}

.sec1 h1 {
    background: rgba(27, 96, 185, 0.7);
    padding: 30px;
    color: #fff;
    display: inline-block;
    opacity: 0.8;
    position: absolute;
    top: 120px;
    right: 0;
    width: 50%;
}

.sec1 .memo {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 30px;
    width: 70%;
    margin: 40px auto;
    background: rgba(27, 96, 185, 0.25);
}


.sec1 .memo ul {
    margin-left: 20px;
}

.sec1_lead {
    position: relative;
    margin-bottom: 60px;
}

.sec2 {
    position: relative;
}

.sec2 div {
    text-align: right;
}

.sec2 figure {
    display: inline-block;
    margin-right: 20px;
}


.gon {
    width: 400px;
}

.gaikan {
    position: absolute;
    top: 150px;
    right: 40px;
    width: 493px;
}

.ele {
    position: absolute;
    top: 400px;
    right: 0;
    width: 490px;
}

.mado {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}

.wsp {
    width: 500px;
}

.mado img {
    margin-bottom: 20px;
}

.sec3 {
    background: #fff;
    padding: 0 40px 40px;
    margin: 250px auto 0;
    width: 80%;
    border-radius: 500px 500px 60px 60px;
    box-shadow: 0px 0px 50px 50px #fff;
}

.sec3 h2 {
    text-align: center;
    color: #47B2D4;
    font-weight: bold;
    margin: 50px 0 30px;
}


.sec3 h2.h2top {
    margin-top: -100px;
    font-size: 45px;
}


.sec3 h3 {
    font-size: 30px;
    color: #47B2D4;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.sec3 img {
    display: block;
    margin: 40px auto;
}

.sec3 ol {
    counter-reset: number;
    margin-bottom: 30px;
}

.sec3 ol li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.sec3 ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    background: #45BACB;
    width: 25px;
    height: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    border-radius: 12px;
    font-size: 16px;
    top: 3px;
    left: 0;
}

.sec3 .dline {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #47B2D4;
}

.sec3 .novimg {
    width: 80%;
}

.sec3 .cau {
    color: #ff0000;
}

.sec3 .sakana {
    width: 410px;
}

.sec3 ul {
    margin-left: 15px;
}

.sponly {
    display: none;
}

.pconly {
    display: block;
}

footer {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 80px auto 40px;
}

.close {
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: absolute;
    padding: 50px 80px;
    background: rgba(0, 41, 94, 0.8);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.close p {
    font-size: 24px;
}

.close a {
    width: 700px;
    display: block;
    margin: 15px auto;
    position: relative;
}

.close a.bn1 {
    height: 268px;
}

.close a.bn2 {
    height: 173px;
}

.close a img {
    position: absolute;
    bottom: 0;
    display: block;
    margin: 0 auto;
    transition: all .2s;
}

.close img:hover {
    bottom: 10px;
}

.twitter-tweet {
    margin-right: auto;
    margin-left: auto;
}


@media screen and (max-width: 768px) {

    .sec3 h2 {
        font-size: 20px;
        margin: 30px auto;
    }

    #wrapper {
        background: url(img/bg_awa.png) center 300px repeat-y;
        background-size: 100%;
    }

    #content {
        width: 100%;
        margin: 10px auto;
    }

    #content p {
        margin: 0 10px;
    }

    .sec1 h1 {
        font-size: 18px;
        padding: 10px;
        top: 10px;
        width: 90%;
    }

    .sec1_lead img {
        width: 100%;
    }

    .sec1 .memo {
        width: 80%;
        padding: 10px;
        margin: 40px auto;
    }



    .gon {
        width: 70%;
    }



    .gaikan,
    .ele {
        position: relative;
        top: auto;
        right: auto;
        margin: 10px;
        width: 94%;
    }


    .sec2 figure {
        padding: 10px;
    }

    .sec3 {
        background: #fff;
        padding: 0 10px 40px;
        margin: 80px auto 0;
        width: 96%;
    }

    .sec3 h2.h2top {
        margin-top: -50px;
        font-size: 25px;
    }

    .sec3 .dline {
        font-size: 28px;
    }

    .sec3 .sakana {
        width: 205px;
    }

    .sponly {
        display: block;
    }

    .pconly {
        display: none;
    }


    .close {
        text-align: center;
        font-size: 30px;
        color: #fff;
        position: relative;
        padding: 20px 10px;
        background: rgba(0, 41, 94, 0.8);
        top: auto;
        left: auto;
        transform: translateX(0);
    }

    .close a {
        width: 100%;
    }

    .close a.bn1,
    .close a.bn2 {
        height: auto;
    }

    .close a img {
        width: 100%;
        position: relative;
    }
}
