@charset "utf-8";
#footer-line {
	display:flex;
	justify-content: space-around;
	/* align-items: flex-start; */
	flex-wrap:wrap;
	text-align: left;
	margin: 5% auto;
    max-width: 1000px;
}

#footer-line img {
    max-width: 100%;
}

#footer-line:after {
    content: "";
    display: block;
    width: 50%;
}

.footer-line-block {border: 1px solid #ccc;border-radius: 10px;margin: 0px auto 2%;width: 48%;padding: 2%;box-sizing: border-box;max-width: 1000px;}

.footer-line-title {font-size: 1.4em;font-weight: bold;border-bottom: 1px solid;margin-bottom: 4%;}

.footer-line-subtitle {font-weight: bold;background-color: #feffa8;padding: 2px 0 2px 10px;margin-bottom: 5px;}

.footer-line-text {margin-bottom: 2%;}

.footer-line-block-flex .footer-line-text {
    width: 50%;
}

.footer-line-block-flex {display: flex;justify-content: space-around;}

.footer-line-block-img {margin: 3% auto;}

.footer-line-block-flex .footer-line-block-img {
    width: 40%;
    border: 1px solid;
    margin: 0;
}

#lp-common{
	text-align:center;
	margin:5% auto;
}

#lp-common img{
	max-width:100%;
}