﻿@charset "utf-8";

/*----------------------------
layout
----------------------------*/
.boxLayout01 {
	padding: 20px 15px;
}

.boxLayout01 .btnType09 {
	flex-direction: column;
	padding: .92857rem 10px 22px 10px;
}

.boxLayout01 .btnType09::before {
	left: calc(50% - 3px);
	top: inherit;
	bottom: 12px;
	margin-top: 0;
	transform: rotate(135deg);
}

.boxLayout01 .btnType09 .pict {
	display: block;
	margin-bottom: 6px;
}

.boxLayout01 .btnType09 .pict > img {
	height: 40px;
}

.boxLayout01 .btnType09 .txt {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.boxLayout02 > .img {
		margin-bottom: 1em;
		text-align: center;
	}

	.boxLayout02 > .img > img {
		width: 50%;
	}
}

