@charset "UTF-8";

/* ページメイン */
#page-main {
	font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* 文字の大きさ */
#page-main p {
	font-size: 15px;
}

/* コンテンツエリア */
#page-main .contents-area {
	width: 767px;
}

/* box */
.page-user .box {
	padding: 10px 20px;
	word-break: break-all;
}

/* ヘッダー */
.box h2 {
	margin: 0 0 20px;
	/* color: #E91E63; */
	font-size: 22px;
	text-align: center;
}

/* テーブル */
.box table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 15px;
}

.box table tbody tr {
	border-bottom: dashed 1px #BBBBBB;
}

.box table tbody tr:last-of-type {
	border-bottom: none;
}

.box table tbody th {
	padding: 13px 10px 13px 5px;
	/* color: #E91E63; */
	text-align: left;
}

.box table tbody td {
	padding: 9px 5px 9px 10px;
}

/* フォーム */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
textarea,
select {
	padding: 3px 5px 5px;
	font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
}

.box-col .plan-list-user:last-child {
	margin-bottom: 40px;
}

/* サブミットボタンエリア */
.submit-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0 5px;
}

.submit-area .button {
	display: inline-block;
	margin: 5px 10px;
}

/* タブレット以下 */
@media (max-width: 1023px) {

	/* スマホ版メインメニュー */
	#sp-menu-area {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #FFFFFF;
		box-shadow: 0 0 8px #BBBBBB;
	}

	#sp-menu {
		display: flex;
		margin: 0;
		padding: 0;
	}

	#sp-menu li {
		flex: 1;
		display: flex;
		list-style: none;
	}

	#sp-menu li a {
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		padding: 5px 0;
		color: #888888;
		text-decoration: none;
		line-height: 1em;
	}

	#sp-menu li a.current {
		color: #E91E63;
	}

	#sp-menu li a:hover {
		opacity: 0.7;
	}

	#sp-menu li a i.fas,
	#sp-menu li a i.far {
		display: flex;
		align-items: center;
		height: 22px;
		margin: 2px 0 4px;
		font-size: 20px;
	}

	#sp-menu li a .sp-menu-label {
		font-size: 13px;
		font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	}
}

/* スマートフォン */
@media (max-width: 767px) {
	/* 文字の大きさ */
	#page-main p {
		font-size: 16px;
	}

	/* box */
	#page-main .box {
		padding: 10px 10px;
	}

	/* ヘッダー */
	.box h2 {
		margin: 10px 0 10px;
	}

	/* テーブル */
	.box table {
		table-layout: fixed;
		max-width: 100%;
	}

	.box table.sp-block tbody th {
		display: block;
		padding: 15px 5px 5px 5px;
	}

	.box table.sp-block tbody td {
		display: block;
		padding: 5px 5px 15px 5px;
	}

	/* 内側のテーブル */
	.box table.sp-block table {
		border-top: none;
	}

	.box table.sp-block table th {
		display: table-cell;
	}

	.box table.sp-block table td {
		display: table-cell;
	}

	/* フォーム */
	input[type="text"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	input[type="date"],
	input[type="password"],
	textarea,
	select {
		font-size: 16px;
	}
}

.plan-list-area h2 {
	text-align: left;
}
