@charset "utf-8";

/*基本レイアウト*/

html {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
    width: 1024px;
    margin: 0 auto;
}

#header img{
    width: 30%;
}

#footer {
    text-align: center;
}

div#plan10 {
    text-align: center;
    margin-top: 20px;

}

#moushikomi {
    background-color: #AACE36;
    color: white;
    padding: 20px 0;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
}

#top {
    text-align: left;
    margin: 15px 0 27px;
}

#mail {
    background-color: #E6F1C5;
    border-radius: 7px;
    padding: 10px;
}

div#emailtext {
    margin-top: 15px;
}

input.email-box {
    width: 75%;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #979393;
    padding: 3px 9px;
    margin-left: 10px;
}

#hissu {
    color: #FF6464;
    font-size: 10px;
    vertical-align: 2px;
    margin-left: 5px;
    font-weight: bold;
}

.red {
    color: #FF0000;
}

#submitbutton {
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    margin: 15px 0 10px;
}

#submit {
    width: 180px;
    text-align: center;
    background-color: #AACE36;
    color: #ffffff;
    border-radius: 5px;
    border-style: none;
    padding: 7px;
    font-size: 16px;
    cursor: pointer;
}

.arrow_box{
    position: relative;
    height: 30px;
    background: #CDE287;
    text-align: center;
    border: 5px solid #CDE287;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
}

.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}

.arrow_box:after{
    border-color: rgba(255, 203, 145, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    border-top-color:#CDE287;
}

.arrow_box:before{
    border-color: rgba(255, 196, 130, 0);
    border-top-width:26px;
    border-bottom-width:26px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -20px;
    margin-top: 5px;
    border-top-color:#CDE287;
}

#send {
    margin: 15px 0 100px;
    font-weight: bold;
}

#send span {
    color: #FF003A;
}

@media screen and (max-width:1024px) {
    body {
        padding: 10px;
        width: auto;
    }

    #header img {
        width: 60%;
        margin-bottom: 10px;
    }

    #top {
        margin-top: 30px;
    }

    input.email-box {
        margin-top: 10px;
        width: 94%;
    }

    .attention {
        font-size: 18px;
        margin: 5px 0;
    }

    div#send {
        width: 98%;
        margin: 10px auto;
    }

    #plan10 img{
        width: 85%;
    }
}

@media screen and (max-width:767px) {
    #header img {
        width: 70%;
    }

    div#moushikomi {
        font-size: 16px;
    }

    input.email-box {
        width: 87%;
    }

    div#send {
        width: 95%;
    }

    .arrow_box {
        font-size: 14px;
        height: auto;
    }

    .attention {
        font-size: 16px;
        height: 22px;
    }
}