@charset "utf-8";

/* ===============================
base
=============================== */

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    color: rgb(62, 58, 57);
    margin: 0px;
}

.mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.goth {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
figure {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #000
}

p {
    line-height: 1.7em;
    word-break: break-all;
}

.fo_bold {
    font-weight: bold;
}

li {
    list-style: none;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.center {
    text-align: center;
}

.img {
    width: 100%;
}

a:hover {
    opacity: 0.7;
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}


.wrap {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}


.wrapper .wrapper-in {
    width: 80%;
    padding: 0 10%;
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}




/* ===============================
style
=============================== */

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

#header .h-wrap {
    position: relative;
    height: 44px;
    padding: 2% 0;
}

#header .logo {
    width: 15%;
    position: absolute;
    top: 30%;
    left: 3%;
}

#header .logo img {
    width: 60%;
}

#header .btn {
    width: 28%;
    position: absolute;
    top: 45%;
    right: 2%;
}

#header .btn div {
    font-size: 12px;
    display: flex;
    margin: 0 0 4% 0;
}

#header ul {
    width: 100%;
}

#header ul li {
    margin: 0 2%;
    float: left;
}

#header .tel {
    position: absolute;
    top: 20%;
    right: 33%;
}

#header .tel span {
    font-size: 12px;
    display: block;
    margin: 0 0 2% 0;
}

#header .tel a {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12%;
    line-height: 46px;
    width: 100%;
    background: url(../imag/ecoms02.jpg) left center no-repeat;
}

#header ul li:nth-child(1) a,
#header ul li:nth-child(2) a {
    color: #fff;
    line-height: 2em;
    min-width: 230px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    background: #1ca23a;
    border-radius: 30px;
    padding: 12px 15px;
    margin: 3% 0 0;
    transition: all 0.3s ease 0s;
}

#header ul li:nth-child(2) a {
    padding: 12px 52px;
    background: #fa550b;
}

#privacy {

    margin: 30px 40px;
}


#privacy dl dt {
    font-size: 16px;
    line-height: 22px;
    color: #2f4f87;
    font-weight: bold;
}


#content header {
    padding: 30px;
    background: #042846;
    display: block;
    margin: auto;
    color: #fff;
}

#content header h1 {
    /*    position: relative;*/
    margin: 8% 0 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    padding-left: 30px;
    color: #fff;
    background: url(/imag/marker02.png) left top no-repeat;
    background-size: 26px;
}


#footer {
    background: #042846;
    padding: 3% 0;
}

#footer div img {
    width: 65%;
}

#footer .w40 {
    width: 20%;
}

#footer ul {
    padding: 0 2% 2%;
}

#footer ul li {
    color: #fff;
    font-size: 16px;
    margin: 0 0 5% 0;
}

#footer div:nth-child(1) {
    width: 70%;
}

.sppv {
    display: none;
}

/*SP*/

@media screen and (max-width: 1024px) {
    .pcv {
        display: none;
    }
    .spv {
        display: block;
    }
    .sppv {
        display: block;
    }

    #header .logo img {
        width: 100%;
    }
    #privacy dl dt {
        font-size: 18px;
    }
    #content header h1 {
        margin: 9% 0 0;
        font-size: 24px;
        line-height: 28px;
    }
    #footer div img {
        width: 85%;
    }

    #footer .w40 {
        display: none;
    }
    #footer div:nth-child(1) {
        width: 80%;
    }
}

@media only screen and (max-width: 940px) {
    .pcv {
        display: none;
    }
    .spv {
        display: block;
    }
    .sppv {
        display: block;
    }

    #header .logo img {
        width: 100%;
    }
    #privacy dl dt {
        font-size: 18px;
    }
    #content header h1 {
        margin: 11% 0 0;
        font-size: 22px;
        line-height: 28px;
    }
    #footer div img {
        width: 85%;
    }

    #footer .w40 {
        display: none;
    }
    #footer div:nth-child(1) {
        width: 80%;
    }

}

@media screen and (max-width: 1282px) {
    .pcv {
        display: none;
    }
    .spv {
        display: block;
    }
    #header .logo img {
        width: 100%;
    }
    #company header h1 {
        font-size: 24px;
    line-height: 28px;
    margin: 9% 0 0;
    }
    .sppv {
        display: block;
    }
    #footer .w40 {
        width: 20%;
        display: none;
    }
    #footer div:nth-child(1) {
        width: 90%;
    }
}




/*
.sppv{
    display: block;
}
*/

@media only screen and (max-width: 640px) {
    
    #header .logo img {
    width: 95%;
}
    
    
    #privacy dl dd {
        font-size: 14px;
    }

    .wrapper {
        width: 100%;
        display: block;
    }
    #header .logo {
        width: 30%;
    }
    #content header h1 {
        font-size: 20px;
        margin: 19% 0 0;
        line-height: 17px;
        padding-left: 24px;
        background-size: 16px;
    }
    #privacy dl dt {
        font-size: 18px;
    }
    .sppv {
        display: block;
    }
    .adi {
        display: none;
    }
    .adi ul {
        width: 100%;
        display: grid;
    }
    .adi li {
        width: 100%;
        padding: 2% 0;
        font-size: 16px;
        border-bottom: 2px solid #fff;
        border-right: 0;
    }
    .adi li:last-child {
        border-bottom: 0px;
    }
    .adi ul li span {
        letter-spacing: 2px;
    }
    #eco-sec .wrapp {
        width: 90%;
        padding: 0 5%;
    }
    .dma .dma_p03 {
        font-size: 18px;
    }



}
