﻿@charset "UTF-8";
/* CSS Document */

/* ----------
 mthr-promo footer
---------- */
footer.mthr-promo {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #FFF;
    padding-block: 120px 70px;
	color: #999692;
	text-align: center;
	line-height: 1.8;
}
footer.mthr-promo p {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
}
footer.mthr-promo ul {
    display: block;
    padding-bottom: 6px;
	width: 100%;
    margin: 0 auto 30px;
    font-style: normal;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline-start: 0;
}
footer.mthr-promo ul li {
    font-size: 13px;
    text-align: left;
	font-weight: 500;
	padding: 5px 10px 5px 17px;
}
footer.mthr-promo a {
    color: #393939;
    text-decoration: none;
}
footer.mthr-promo a:before {
    content: ">";
    width: 8px;
    margin-right: 8px;
}

@media screen and (max-width:1050px) {
	footer.mthr-promo ul {
         width: 100%;
         flex-wrap: wrap;
    }
}
@media screen and (max-width:700px) {
	footer.mthr-promo {
        padding: 7.4% 0 12%;
    }
    footer.mthr-promo ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer.mthr-promo p {
	    font-size: 3.4667vw;
    }
	footer.mthr-promo ul li {
	    font-size: 3.4667vw;
        width: 100%;
        text-align: left;
	    padding-left: 4%;
		padding-block: 1.35%;
	}
}