/****mypage***/
.mypage {
    justify-content: space-between;
}
.mypage.index>a {
    width: calc((100vw - 80px) / 2);
    height: calc((100vw - 80px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background: #e3f5f9;
}
.mypage .invoiceStatusTable>.flexTd,
.mypage .invoiceStatusMsgTable>.flexTd{
	height:auto;
	padding:10px 0;
}

/*********サークル選択*************************************************/
.select div,
.select form{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.select form{
	width:100%;
}
.selectComment{
	width:100%;
	height:70px;
}
.select input[type="submit"]{
	width:100%;
}
