@charset "UTF-8";

:root { /* カラーコード */
    --base-color: #000;
    --white-color: #fff;
    --grey1-color: #666;
    --grey2-color: #999;
    --grey3-color: #aaa;
    --grey4-color: #d8d8d8;
    --grey5-color: #f7f7f7;
    --white-color: #fff;
    --beju1-color: #c4c1b6;
    --beju2-color: #e3e0d6;
    --beju3-color: #f1ebe2;
    --pastelg-color: #d6ead9;
    --lvgreen-color:#caff6b;
    --lgreen-color:#ebf5ec;
    --navy-color:#02173c;
    --dblue-color:#1d2089;
    --bg001-color:#0f1e33;
}

/*基本
-------------------------------------*/
footer {
    position: relative;
    text-align: center;
}
footer a{
    text-decoration: underline;
}
.lp-box_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.lp-about{
    display: block;
    text-align: left;
    margin:0 auto;
}
footer > .lp-about {
font-size: 12px;
line-height: 1.6;
margin-top: 44px;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
footer > .lp-about h3 {
    margin: 4px 0;
    font-size: 1.2rem;
    background-color: var(--grey5-color);
    border-bottom: 2px solid var(--base-color);
    padding: 7px 0 7px 13px;
}
.boundary {
    margin-top: 40px;
}
footer  > .lp-about h4 {
    font-size: 15px;
    padding:0 0 5px 0;
    border-bottom: 1px solid  var(--base-color);
    margin: 15px 0;
}
footer > .lp-about p, .lp-about ul{
    margin:0 1rem 0 1rem;
}
.clear {
    clear: both;
}

/*商品情報
-------------------------------------*/

.lp-box_inner{

}
.lp-box_inner p{
    margin-bottom: 0.5rem;
}

.lp-about li.annotation ,.lp-about li.square {
    list-style: none;
    padding: 0;
    display: flex;
}
.lp-about li.annotation::before {
    content: "※";
    margin-right: .25em;
}
.lp-about li.square::before {
    content: "■";
    margin-right: .25em;
}

ul{
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 0em;
    list-style-position: inside;
}
.lp-about > li {
}
.lp-about > li.ptxt {
    list-style-type: none;
    list-style-position: inside;
    margin-left: -2rem;
}

/*ページ下部リンク
-------------------------------------*/
footer > .foot-link{
    text-align: center;
    width: 90%;
}
footer > .foot-link ul{
    margin: 10px auto;
}
footer .foot-link ul li {
    border-left: 1px solid var(--grey1-color);
    border-right: 1px solid var(--grey1-color);
    display: inline;
    padding: 0 12px;
    line-height: 14px;
    font-size: 12px;
}
footer ul li a {
    color: #0f1e33;
}
footer small {
    padding: 30px 0;
    text-align: center;
    color: var(--white-color);
    background-color: var(--bg001-color);
    width: 100%;
    display: block;
    font-size: 12px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--base-color);
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}

/*--------------------------------------
  751px〜
--------------------------------------*/
@media screen and (min-width:751px) {
    #lpfooter-all a{
        margin:15px 10px;
    }
    #lpfooter-all p{
        font-size: 1.5em;
    }
    .about{
    max-width:750px;
    }
    .about .info .box, .about .guide .box {
    max-width:49%;
    }
}

/*--------------------------------------
  〜750px
--------------------------------------*/
@media screen and (max-width:750px) {
    footer dl {
        width: 90%;
    }

    .about {
        width: 95%;
        margin: 0 auto;
    }
    .about .flex {
    display: block;
    }
    .about .info, .about .guide {
    margin-top: 10vw;
    }
    .about .info h3, .about .guide h3 {
    font-size: 4vw;
    padding: 2vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #d7d7d7;
    }
    .about .info .box, .about .guide .box {
    width: 100%;
    }
    .about .info .box h4, .about .guide .box h4 {
    background-color: transparent;
    font-size: 3.73vw;
    text-align: left;
    padding: 0;
    margin: 4vw 0 1.3vw;
    }
    .about .company{
    margin-top: 2.6vw;
    }
    .about .info .box table, .about .guide .box table{
    width: 100%;
    margin: 1em auto;
    }
} 