/* -----------------------------------------------------------
フッターバナー
------------------------------------------------------------- */
.footer_banner{
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding-top:30px;
}
.columnbox3{
	width:100%;
}
.footer_banner_column{
	margin: 40px auto 40px auto;
    position: relative;
    background: #e2f2f7;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0 5px 5px 5px;
	text-align:center;
}
.footer_banner_column::after {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 0px;
    bottom: 100%;
    font-size: 0.9em;
    line-height: 1;
    letter-spacing: 0.05em;
    background: #00a3da;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 10px;
}
.support::after {
    content: "サポート";
}
.order::after {
    content: "ご購入・お申込み";
}
.services::after {
    content: "サービス";
}
.footer_banner_contents{
	padding-top:10px;
	padding-bottom:5px;
	font-size:0.8em;
}
.footer_banner_contents img{
	max-width:250px;
}

.footer_banner_column_else{
	text-align:center;
}

@media screen and (max-width: 735px){
	.columnbox3{
		margin: 0 0 0 0;
	}
	.footer_banner_column{
		margin: 20px auto 20px auto !important;
	}
}


#footer_outer #footer #creditbox {
    -webkit-flex-basis: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
}

#footer_outer #footer #footbnr2 {
    width: 300px;
}

@media screen and (max-width: 1100px){
	#footer_outer #footer #footbnr2 {
	    width: 320px;
	    margin: 10px 0 0 20px;
	}
}
@media screen and (max-width: 735px){
	#footer_outer #footer #footbnr2 {
	    -webkit-order: 1;
	    order: 1;
	    margin: 0 auto 20px;
	}
}
