@charset "utf-8";

/*=====================================

style.css

=====================================*/
body{
    font-family: 'Kiwi Maru', serif;
    font-size: 16px;
    /*background: linear-gradient(180deg, rgba(143,181,153,1) 0%,rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);*/
    background: no-repeat center url("../images/bg.png");
    background-size: cover;
}
a{
    color: #333;
}

#wrapper{
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 15px -5px #777777;
}
div{
    position: relative;
}
section {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 7%;
    padding-right: 7%;
}
main{
    margin-top: -25px;
}
h2{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    margin-bottom: 30px;
}
h2 em{
    font-size: 32px;
}

.inner {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 0 auto;
}
ol, ul, menu {
    list-style: none;
}
.fixedBox {
    background-color: #003A7E;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
}
.fixedBox h3 {
    color: #FFF;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}
.fixedBox .inner {
    /*max-width: 700px;*/
    max-width: 100%;
    margin: 0 auto;
}
.snsBtnList ul {
    max-width: 780px;
    margin:0 auto;
    /*max-width: 100%;*/
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    /*grid-template-columns: 33% 33% 33%;*/
}
.snsBtnList ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.snsBtnList ul li img {
    max-width: 50px;
    height: auto;
}
.fixedBox a {
    width: 350px;
    display: inline-block;
}
.fixedBox a img {
    width: 100%;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    max-inline-size: 100%;
    max-block-size: 100%;
}
@media (max-width: 1020px) and (min-width: 768px) {

.fixedBox {
    width: 94%;
}
.snsBtnList ul {
    max-width: 100%;
}

}

@media screen and (min-width: 431px) {
    #googleFormIFrame {
        height: calc(430px * 6.6); /* 項目に変更がある場合は縦幅を変更 */
        width: 100%;
    }
    .koeBox .koeContents {
        font-size: 16px;
    }
    .inchoInner p {
        font-size: 16px;
    }
    .inchoInner dl {
        font-size: 16px;
    }
    .footerTTLsp {
        width: calc(430px* 0.93);
        margin-left: auto;
        margin-right: auto;
    }

}

