@charset "utf-8";

/* main */
*{
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: normal;
    color: #adaf8d;
    padding: 0;
    margin: 0;
}
body{
    background-color: #312a24;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
    vertical-align: bottom;
}
ul{
    list-style-type: none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}
.under1024,
.sp{
    display: none;
}
.leaflet-top.leaflet-left{
    z-index: 400;
}
.leaflet-bar a,
.leaflet-bar a.leaflet-disabled{
    background-color: #adaf8d;
    transition: 0.5s all;
}
.leaflet-bar a:hover,
.leaflet-bar a:active,
.leaflet-bar a.leaflet-disabled:hover,
.leaflet-bar a.leaflet-disabled:active{
    background-color: #adaf8d;
    opacity: 0.5;
    transition: 0.5s all;            
}
.leaflet-bar a span,
.leaflet-bar a.leaflet-disabled span{
    color: #312a24;
}
.fadeElement {
    opacity: 0;
    /*transform: translateY(20px);  少し下からフェードイン */
    transition: opacity 1s ease/*, transform 1s ease*/;
}
.fadeElement.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width:1024px){
    .under1024{
        display: block;
    }
}
@media (max-width:960px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

/* headerWrapper */
.headerWrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}
header{
    background-color: #312a24;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}
header h1{
    width: 350px;
}
header .pcBtn{
    width:610px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .pcBtn .btnWrap01{
    width:140px;
}
header .pcBtn .btnWrap01 ul li a{            
    font-size: 0.8em;
    transition: 0.5s all;
    padding-left: 1.5em;
    box-sizing: border-box;
    position: relative;
}
header .pcBtn .btnWrap01 ul li a:before{
    content:'';
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width:10px;
    height:10px;
    border-top: 1px solid #adaf8d;
    border-right: 1px solid #adaf8d;
    box-sizing: border-box;
}
header .pcBtn .btnWrap01 ul li a:hover,
header .pcBtn .btnWrap01 ul li a:active{
    opacity: 0.5;
    transition: 0.5s all;
}
header .pcBtn .btnWrap02{
    width:460px;
}
header .pcBtn .btnWrap02 ul{
    display: flex;
    justify-content: space-between;
}
header .pcBtn .btnWrap02 ul li a{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #fff;
    border: 1px solid #cccbb6;
    padding:0.5em 1.25em;
    transition: 0.5s all;
}
header .pcBtn .btnWrap02 ul li a:hover,
header .pcBtn .btnWrap02 ul li a:active{
    opacity: 0.5;
    transition: 0.5s all;
}
header .pcBtn .btnWrap02 ul li:first-of-type a{
    background-color: #b79e2f;
}
header .pcBtn .btnWrap02 ul li:nth-of-type(2) a{
    background-color: #a37f47;
}
header .pcBtn .btnWrap02 ul li:last-of-type a{
    color: #231815;
    background-color: #adaf8d;
}
@media (max-width:1024px){
    header{
        background-color: transparent;
    }
    header .pcBtn{            
        display: none;
    }           
}
@media (max-width:960px){
    header h1{
        width: 350px;
    }
}
@media (max-width:500px){
    header h1{
        width: 300px;
    }
}
@media (max-width:430px){
    header h1{
        width: 250px;
    }
}
@media (max-width:360px){
    header h1{
        width: 225px;
    }
}

/* nav */
nav{
    width: 100%;
    background-color: #312a24;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in-out;
}
.navRow{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;            
}
.navRow .ulWrap{
    width: 100%;
}
.navRow .ulWrap .mainNav{
    display: flex;
    flex-wrap: wrap;
}
.navRow .ulWrap .subNav{
    display: none;
}
.navRow .ulWrap .mainNav{
    margin-bottom: 10px;
}
.navRow .ulWrap .mainNav li{
    width: 12%;
    height: auto;
    border-right: 1px solid #adaf8d;
    position: relative;
}
.navRow .ulWrap .mainNav li:nth-child(8){
    border-right: none;
}
.navRow .ulWrap .mainNav li a{
    display: block;
    text-align: center;
    width: 100%;
    padding: 1.75em 0;
    transition: 0.5s all;
    position: relative;
}
.navRow .ulWrap .mainNav li a span{
    font-family: "Libre Baskerville", serif;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    color: #adaf8d;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    padding: 1.75em 0;
    transition: 0.5s all;
}
.navRow .ulWrap .mainNav li a span:last-of-type{
    opacity: 0;
}
.navRow .ulWrap .mainNav li a:hover span:first-of-type,
.navRow .ulWrap .mainNav li a:active span:first-of-type{
    opacity: 0;
    transition: 0.5s all;
}
.navRow .ulWrap .mainNav li a:hover span:last-of-type,
.navRow .ulWrap .mainNav li a:active span:last-of-type{
    color: #fff;
    opacity: 1;
    transition: 0.5s all;
}
.navRow .ulWrap .mainNav li span.blinking{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0.65em;
    font-weight: 700;
    letter-spacing: 0;
    color: #b79e2f;
    opacity: 0;
}       
.blinking{
    animation: blink 1s infinite ease-in-out alternate;
}
@keyframes blink{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.noAction{
    pointer-events: none;
    opacity: 0.5;
}
.under500{
    display: none;
}
@media (max-width:1600px){
    .navRow{
        width: 95%;          
    }
}
@media (max-width:1200px){
    .navRow{
        width: 98%;          
    }
}
@media (max-width:1024px){
    nav{
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index:998;
    }
    nav.navOpen{
        right: 0%;
    }
    .navRow{
        width: 95%;          
    }
    .navRow .ulWrap .mainNav{
        margin-bottom: 50px;
    }
    .navRow .ulWrap .mainNav li{
        width: 50%;
        border-left: 1px solid #adaf8d;
        border-right: 1px solid #adaf8d;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .navRow .ulWrap .mainNav li:nth-child(even){
        border-left: none;
    }
    .navRow .ulWrap .mainNav li:nth-child(8){
        border-right: 1px solid #adaf8d;
    }
    .navRow .ulWrap .mainNav li:last-of-type{
        border-right: 1px solid #adaf8d;
        margin-bottom: 0px;
    }
    .navRow .ulWrap .subNav{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .navRow .ulWrap .subNav li{
        width: 49%;
        margin-bottom: 10px;
    }
    .navRow .ulWrap .subNav li:last-of-type{
        width: 100%;
    }
    .navRow .ulWrap .subNav li a{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-size: 1em;
        color: #fff;
        padding: 1.25em 0;
        border: 1px solid #adaf8d;
        box-sizing: border-box;
        transition: 0.8s all;
    }
    .navRow .ulWrap .subNav li:first-of-type a{
        background-color: #b79e2f;
    }
    .navRow .ulWrap .subNav li:nth-of-type(2) a{
        background-color: #a37f47;
    }
    .navRow .ulWrap .subNav li:last-of-type a{
        border: none;
    }
    .navRow .ulWrap .subNav li a:hover,
    .navRow .ulWrap .subNav li a:active{
        opacity: 0.5;
        transition: 0.8s all;
    }
    .navRow .ulWrap .subNav li a span{
        color: #fff;
    }
    .navRow .ulWrap .subNav li a span.title{
        font-size: 1em;
        text-align: right;
    }
    .navRow .ulWrap .subNav li a span.tel{
        font-family: "Libre Baskerville", serif;
        font-size: 2em;
        letter-spacing: 0.1em;
        color: #fff;
        padding-left: 0.1em;
        box-sizing: border-box;
    }
    .navRow .ulWrap .subNav li:last-of-type a span.notice{
        width: 100%;
        font-size: 0.75em;
        text-align: center;
    } 
}
@media (max-width:960px){
    .navRow{
        flex-direction: column;
        align-items: center;
    }
    .navRow h2{
        width: 150px;
        margin-right: 0;
    }
    .navRow .ulWrap{
        width: 100%;
    }
    .navRow .ulWrap .mainNav li a span{
        font-size: 0.8em;
    }
    .navRow .ulWrap .subNav li a{
        font-size: 0.9em;
        line-height: 1.8;
    }
}
@media (max-width:540px){
    .navRow{
        height: 98vh;
        overflow: scroll;
    }
}
@media (max-width:500px){                
    .under500{
        display: block;
    }
}

/* menuIcon */
.menuIcon{
    display: none;
} 
.menuIcon_wrap .barBox{
    margin-bottom: 3px;
    position: relative;
    width: 43.5px;
    height: 43.5px;
} 
.menuIcon_wrap .barBox span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: #312a24;
    position: absolute;
    transition: 0.5s all;
} 
.menuIcon_wrap .barBox span:nth-child(1){
    top: 8px;
}
.menuIcon_wrap .barBox span:nth-child(2){
    top: 20px;
}
.menuIcon_wrap .barBox span:nth-child(3){
    top: 32px;
}
.menuIcon.navOpen .menuIcon_wrap .barBox span{
    transition: 0.5s all;
}
.menuIcon.navOpen .menuIcon_wrap .barBox span:nth-child(1){
    rotate: 45deg;
    top: 20px;
}
.menuIcon.navOpen .menuIcon_wrap .barBox span:nth-child(2){
    opacity: 0;
} 
.menuIcon.navOpen .menuIcon_wrap .barBox span:nth-child(3){
    rotate: -45deg;
    top: 20px;
} 
.menuIcon_wrap p{
    font-size: 0.75em;
    letter-spacing: 0.1em;
    text-align: center;
    color: #312a24;
}
@media (max-width:1024px){
    .menuIcon{
        position: fixed;
        top: 1em;
        right: 1em;
        z-index: 999;
        width: 80px;
        height: 80px;
        background-color: #adaf8d;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #312a24;
        cursor: pointer;
    } 
}
@media (max-width:960px){
    .menuIcon{
        top: 1em;
    } 
}
@media (max-width:430px){
    .menuIcon{
        width: 60px;
        height: 60px;
    }
    .menuIcon_wrap .barBox{                
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }
    .menuIcon_wrap .barBox span:nth-child(1){
        top: 4px;
    }
    .menuIcon_wrap .barBox span:nth-child(2){
        top: 14px;
    }
    .menuIcon_wrap .barBox span:nth-child(3){
        top: 24px;
    }
    .menuIcon.navOpen .menuIcon_wrap .barBox span:nth-child(1),
    .menuIcon.navOpen .menuIcon_wrap .barBox span:nth-child(3){
        top: 14px;
    }
    .menuIcon_wrap p{
        font-size: 0.65em;
    }
}

/* headerHeight */
.headerHeight{
    width: 100%;
    height: 152px;
}
@media (max-width:1024px){
    .headerHeight{
        height: 75px;
    }
}
@media (max-width:500px){
    .headerHeight{
        height: 70px;
    }
}
@media (max-width:430px){
    .headerHeight{
        height: 65px;
    }
}
@media (max-width:360px){
    .headerHeight{
        height: 63px;
    }
}

/* sideNav */
.sideNav{
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 997;
}
.sideNav ul{
    width: 50px;
}
.sideNav ul li{
    height: 180px;
}
.sideNav ul li:nth-child(1){
    margin-bottom: 20px;
}
.sideNav ul li a{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    letter-spacing: 0.25em;
    color: #fff;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #adaf8d;
    transition: 0.8s all;
}
.sideNav ul li:nth-child(1) a{
    background-color: #b79e2f;
}
.sideNav ul li:nth-child(2) a{
    background-color: #a37f47;
}
.sideNav ul li a:hover,
.sideNav ul li a:active{
    opacity: 0.5;
    transition: 0.8s all;
}

/* pageNotice */
.pageNotice{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.pageNotice p{
    font-size: 0.75em;
    color: #fff;
}
@media (max-width:1320px){
    .pageNotice{
        width: 80%;
    }
}
@media (max-width:1200px){
    .pageNotice p{
        font-size: 0.65em;
    }
}
@media (max-width:960px){
    .pageNotice p{
        font-size: 0.55em;
    }
}
@media (max-width:768px){
    .pageNotice{
        width: 90%;
    }
}
@media (max-width:430px){
    .pageNotice{
        margin-bottom: 50px;
    }
}

/* topInformation */
.topInformation{
    padding: 80px 0;
    position: relative;
}
.topInformation:before{
    content: '';
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../images/top/bg01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.15;
}
.topInformation_wrap{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.topInformation_wrap>.infoWrap{
    margin-bottom: 50px;
}
.topInformation_wrap>.infoRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topInformation_wrap>.infoRow>div{
    width: 48%;
}
.topInformation_wrap h5{
    font-family: "Libre Baskerville", serif;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
#mns_news ul li{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
#mns_news ul li .mns_news_tx,
#mns_pdf ul li .mns_pdf_tx{
    margin-left: 1em;
}
#mns_news ul li span,
#mns_news ul li .mns_news_tx p,
#mns_pdf ul li span,
#mns_pdf ul li .mns_pdf_tx p{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #fff;
}
.blbox ul li span,
.blbox ul li h4{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.blbox ul li span{
    font-size: 0.75em;
    color: #231815;
}
.blbox ul li h4{
    font-size: 1em;
    color: #fff;
}
.blbox ul li span{
    background-color: #cccbb6;
    mix-blend-mode: normal;
}
#mns_pdf ul li{
    display: flex;
    justify-content: flex-start;
}
#mns_pdf ul li .mns_pdf_tx .mns_pdf_img{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#mns_pdf ul li .mns_pdf_tx .mns_pdf_img a{
    width: 48%;
}
@media (max-width:1320px){
    .topInformation_wrap{
        width: 80%;
    }
}
@media (max-width:1200px){
    .topInformation_wrap h5{
        font-size: 1.4em;
    }
    #mns_news ul li span,
    #mns_news ul li .mns_news_tx p,
    #mns_pdf ul li span,
    #mns_pdf ul li .mns_pdf_tx p,
    .blbox ul li h4{
        font-size: 0.9em;
    }
    .blbox ul li span{
        font-size: 0.65em;
    }
}
@media (max-width:960px){
    .topInformation_wrap>.infoRow>div{
        width: 100%;
    }
    .topInformation_wrap>.infoRow>div.reportWrap{
        margin-bottom: 50px;
    }
    .topInformation_wrap h5{
        font-size: 1.3em;
    }
    #mns_news ul li span,
    #mns_news ul li .mns_news_tx p,
    #mns_pdf ul li span,
    #mns_pdf ul li .mns_pdf_tx p,
    .blbox ul li h4{
        font-size: 0.8em;
    }
    .blbox ul li span{
        font-size: 0.55em;
    }
}
@media (max-width:768px){
    .topInformation_wrap{
        width: 90%;
    }
}
@media (max-width:430px){
    .topInformation{
        padding: 50px 0;
    }
    .topInformation_wrap h5{
        font-size: 1.2em;
    }
}

/* footerBtn */
.footerBtn{
    display: flex;
    flex-wrap: wrap;
}
.footerBtn>p{
    width: 50%;
}
.footerBtn>p>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    transition: 0.5s all;
}
.footerBtn>p>a:hover,
.footerBtn>p>a:active{
    opacity: 0.5;
    transition: 0.5s all;
}
.footerBtn>p:nth-child(1)>a{
    background-color: #b79e2f;
}
.footerBtn>p:nth-child(2)>a{
    background-color:#a37f47;
}
.footerBtn>p>a>span{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    letter-spacing: 0.1em;
    color: #fff;
}
.footerBtn>p>a>span:nth-child(2){
    font-size: 1.5em;
    letter-spacing: 0.25em;
}
@media (max-width:1200px){
    .footerBtn>p>a>span{
        font-size: 0.9em;
    }
    .footerBtn>p>a>span:nth-child(2){
        font-size: 1.4em;
    }
}
@media (max-width:960px){
    .footerBtn>p>a>span{
        font-size: 0.8em;
    }
    .footerBtn>p>a>span:nth-child(2){
        font-size: 1.3em;
    }
}
@media (max-width:960px){
    .footerBtn>p{
        width: 100%;
    }
}
@media (max-width:430px){
    .footerBtn>p>a>span:nth-child(2){
        font-size: 1.2em;
    }
}

/* footer */
footer{
    border-top: 4px solid #adaf8d;
    padding: 80px 0 20px 0;
    text-align: center;
    position: relative;
}
footer:before{
    content:'';
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #adaf8d;
}
footer>small{
    font-size: 0.6em;
    letter-spacing: 0.5em;
    display: inline-block;
    line-height: 1.6;
}
.sellerInformation{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.sellerInformation_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.sellerInformation_row>.informationRow{
    width:56%;
}
.sellerInformation_row>.tellWrap{
    width:40%;
}
.sellerInformation_row>.informationRow>div{
    width: 31%;
}
.sellerInformation_row>.informationRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sellerInformation_row>.informationRow>div>ul:first-of-type{
    margin-bottom: 10px;
}
.sellerInformation_row>.informationRow>div>ul:last-of-type{
    display: flex;
    justify-content: flex-start;
}
.sellerInformation_row>.informationRow>div>ul:last-of-type>li{
    width: 40px;
}
.sellerInformation_row>.informationRow>div>ul>li,
.sellerInformation_row>.informationRow>div>p{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.6em;
    color: #fff;
}
.sellerInformation_row>.informationRow>div>h2{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.8em;
    color: #fff;
    margin-bottom: 10px;
}
.sellerInformation_row>.informationRow>div>h2>a,
.sellerInformation_row>.informationRow>div>ul:last-of-type>li>a,
.sellerInformation_row>.tellWrap>p>a{
    transition: 0.5s all;
}
.sellerInformation_row>.informationRow>div>h2>a:hover,
.sellerInformation_row>.informationRow>div>h2>a:active,
.sellerInformation_row>.informationRow>div>ul:last-of-type>li>a:hover,
.sellerInformation_row>.informationRow>div>ul:last-of-type>li>a:active,
.sellerInformation_row>.tellWrap>p>a:hover,
.sellerInformation_row>.tellWrap>p>a:active{
    opacity: 0.5;
    transition: 0.5s all;
}
.sellerInformation_row>.tellWrap>h2{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.8em;
    color: #fff;
    margin-bottom: 10px;
}
.sellerInformation_row>.tellWrap>h2>span{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.75em;
    color: #fff;
    margin-left: 1em;
}
.sellerInformation_row>.tellWrap>p.notice{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.75em;
    color: #fff;
    margin-top: 0.5em;
}
@media (max-width:1320px){
    .sellerInformation{
        width: 80%;
    }
}
@media (max-width:1200px){
    footer>small{
        font-size: 0.5em;
    }
}
@media (max-width:960px){
    footer>small{
        font-size: 0.4em;
    }
    .sellerInformation{
        width: 500px;
    }
    .sellerInformation_row>.informationRow{
        width:100%;
        margin-bottom: 30px;
    }
    .sellerInformation_row>.tellWrap{
        width:100%;
    }
}
@media (max-width:960px){
    .footerBtn>p{
        width: 100%;
    }
}
@media (max-width:960px){
    footer{
        padding: 80px 0 99.5px 0;
    }
}
@media (max-width:768px){
    .sellerInformation{
        width: 450px;
    }
    .sellerInformation_row>.informationRow>div{
        width: 100%;
        margin-bottom:20px;
        text-align:center;
    }
    .informationRow>div:nth-child(1)>h2{
        width:200px;
        margin:0 auto;
    }
    .sellerInformation_row>.informationRow>div>ul:last-of-type {
        display: flex;
        justify-content: center;
    }
}
@media (max-width:500px){
    .sellerInformation{
        width: 90%;
    }
    .informationRow>div:nth-child(1)>h2{
        width:44.44%;
        margin:0 auto;
    }
}
@media (max-width:430px){
    footer{
        padding: 50px 0 99.5px 0;
    }
}

/* sp_footerBtn */
.sp_footerBtn{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 997;
}
.sp_footerBtn ul{
    width: 100%;
    display: flex;
}
.sp_footerBtn ul li{
    width: 25%;
}
.sp_footerBtn ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    transition: 0.5s all;
    border: 1px solid #cccbb6;
    box-sizing: border-box;
}
.sp_footerBtn ul li a:hover,
.sp_footerBtn ul li a:active{
    opacity: 0.5;
    transition: 0.5s all;
}
.sp_footerBtn ul li:first-of-type a{
    background-color: #b79e2f;
}
.sp_footerBtn ul li:nth-of-type(2) a{
    background-color: #a37f47;
}
.sp_footerBtn ul li:nth-of-type(3) a,
.sp_footerBtn ul li:last-of-type a{
    background-color: #adaf8d;
}
.sp_footerBtn ul li a span{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.75em;
    color: #fff;
}
.sp_footerBtn ul li:nth-of-type(3) a span,
.sp_footerBtn ul li:last-of-type a span{
    color: #231815;
}
.sp_footerBtn ul li a span:first-of-type{
    content: '';
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sp_footerBtn ul li:first-of-type a span:first-of-type{
    background-image: url(../images/common/icon01.svg);
}
.sp_footerBtn ul li:nth-of-type(2) a span:first-of-type{
    background-image: url(../images/common/icon02.svg);
}
.sp_footerBtn ul li:nth-of-type(3) a span:first-of-type{
    background-image: url(../images/common/icon03.svg);
}
.sp_footerBtn ul li:last-of-type a span:first-of-type{
    background-image: url(../images/common/icon04.svg);
}