@charset "Shift_JIS";

.learnMenu {
	color: #000000;
	font-size: 1.8rem;
	line-height: 1.35;
	margin: 30px 0 5px;
}

.learnSubMenu {
	margin: 30px 0 5px;
	font-weight: bold;
}

.learnIndexUl {
	margin: 0 0 0 15px;
}
@media print, screen and (min-width:768px) {
	.learnIndexUl {
		margin: 0 0 0 40px;
	}
}

.learnListBlock {
	margin: 20px;
}

.learnQuoteBlock {
	padding: 20px;
}

.learnQuoteBlock p, .learnQuote {
	font-style: italic;
}

.learnTableArea{
	padding: 20px 0 0 0;
}

.learnTable{
	margin: 0 0 1em;
}
.learnTable th, .learnTable td {
	padding: 6px 12px;
	vertical-align: middle;
}
.learnTable th {
	background: #eaf0f4;
}
.learnTable thead th {
	border-bottom: 2px solid #405a65;
}
.learnTable tbody th {
	border-right: 2px solid #405a65;
	border-top: 1px solid #c0c2dc;
}
.learnTable td {
	border-top: 1px solid #c0c2dc;
}
.learnTable th + th,
.learnTable td + td {
	border-left: 1px solid #c0c2dc;
}

.sizingTableRow {
	margin: 15px auto;
	display: table;
	table-layout: fixed;
	width: 320px;        /* = col1 + col2 + col3 */
}
.sizingTableCol1Attachable {
	display: table-cell;
	width: 122px;
}
.sizingTableCol3Attachable {
	display: table-cell;
	width: 162px;
}
.sizingTableCol2Attachable {
	display: table-cell;
	width: 36px;
	height: 32px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	white-space: nowrap;
	color: white;
	background: rgba(0, 207, 63, 0.7);
	cursor: pointer;
}
.sizingTableCol2Attachable:hover {
	background: rgba(0, 207, 63, 1.0);
}
.sizingTableCol1In {
	display: table-cell;
	width: 140px;
	padding: 6px 12px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-right: 0;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	text-align: right;
}
.sizingTableCol2In {
	display: table-cell;
	width: 120px;
	height: 34px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 14px;
	color: #333333;
	text-align: right;
	line-height: 1;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-appearance: textfield !important;
}
.sizingTableCol2InRemovable {
	border-radius: 0;
}
.sizingTableCol3In {
	display: table-cell;
	width: 60px;
	padding: 6px 12px;
	font-size: 14px;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
}
.sizingTableCol3InRemovable {
	font-weight: bold;
	color: white;
	background: linear-gradient(90deg, rgba(255, 57, 57, 0.7) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
	cursor: pointer;
}
.sizingTableCol3InRemovable:hover {
	background: linear-gradient(90deg, rgba(255, 57, 57, 1.0) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.sizingTableCol2In:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.sizingTableCol2In::placeholder {
	color: #aaaaaa;
}
.sizingTableCol2In::-webkit-inner-spin-button,
.sizingTableCol2In::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}
.sizingTableCol1Out {
	display: table-cell;
	width: 140px;
	padding: 6px 6px;
	vertical-align: bottom;
	font-size: 14px;
	white-space: nowrap;
	line-height: 1;
	text-align: right;
}
.sizingTableCol1OutInfo {
	vertical-align: middle;
}
.sizingTableCol2Out {
	display: table-cell;
	width: 120px;
	height: 34px;
	padding-bottom: 5px;
	vertical-align: bottom;
	border: 1px solid #ccc;
	border-width: 0 0 1px;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	color: #ff8000;
}
.sizingTableCol2OutInfo {
	height: 24px;
	padding-bottom: 0;
	padding-right: 20px;
	vertical-align: middle;
	border-width: 0;
	font-size: 14px;
	text-align: right;
	color: #666666;
}
.sizingTablePercentPlus {
	color: #fd2aa1;
}
.sizingTablePercentMinus {
	color: #00f17d;
}
.sizingTableCol3Out {
	display: table-cell;
	width: 60px;
	padding: 6px 6px;
	vertical-align: bottom;
	font-size: 14px;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
}
.sizingTableCol3OutInfo {
	vertical-align: middle;
}
.sizingTableColRadio {
	display: table-cell;
	width: 130px;         /* = (col1 + col2) / 2 */
	padding: 6px 6px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}
.sizingClickable {
	cursor: pointer;
}

.kkdTableRow {
	margin: 15px auto;
	display: table;
	table-layout: fixed;
	width: 300px;        /* = col1 + col2 */
}
.kkdTableCol1Out {
	display: table-cell;
	width: 140px;
	padding: 6px 6px;
	vertical-align: bottom;
	font-size: 14px;
	white-space: nowrap;
	line-height: 1;
	text-align: right;
}
.kkdTableCol2Out {
	display: table-cell;
	width: 160px;
	height: 34px;
	padding-bottom: 5px;
	vertical-align: bottom;
	border: 1px solid #ccc;
	border-width: 0 0 1px;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	color: #ff8000;
	font-weight: bold;
}
.kkdRadioTd {
	text-align: center;
}
.kkdRadio {
	cursor: pointer;
}
.kkdComment {
	text-align: center;
	padding-bottom: 20px;
}

sup {
	vertical-align: super;
	font-size: 80%;
}
