/****mypage***/
.mypage {
	display:flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.mypage.index>a {
    width: calc((100% - 80px) / 2);
    height: 250px	;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background: #e3f5f9;
}	

.mypage .invoiceStatusTable>.flexTd,
.mypage .invoiceStatusMsgTable>.flexTd{
	height:auto;
	padding:10px 0;
}

.payment{
	min-height:400px;
}
.payment .flexTable{
	width:45%;
	margin:10px auto;
}
#card-element{
	margin:60px 0;
}
#payment-form{
	width:60%;
	margin:0 auto;
}

.content select{
    margin: 0 25%;
    width: 50%;
}


.mypage.member>.flexTable{
    align-items: flex-start;
    justify-content: space-between;
}
.mypage.member>.flexTable>.flexTable{
	width:calc((100% - 30px) / 2);
}
.mypage.member>.flexTable form{
	width:100%;
	display:flex;
	justify-content: center;;
}
.mypage.member>.flexTable button{
	width:50%;
	margin:30px 0 0;
}
.mepage input[type="submit"],
.mepage button{
	width:50%;
}
/*********サークル選択*************************************************/
.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 .checkboxBox{
	justify-content:flex-start;
}