@charset "utf-8";

.notes03{    padding-left: 2.5em;
    text-indent: -2.5em;
    font-size: 14px;
    line-height: 1.5;}
.notes03_up{margin-top: 15px;}
.catch {
	font-size: 18px;
	font-weight: bold;
}
.large-red {
	font-size: 24px;
	color: #F00;
}
.nomal-red {
	color: #F00;
}
.large-black {
	font-size: 24px;
}
.case {
	display: inline-block;
	color: #FFF;
	padding: 0.2em 1em 0;
	margin-bottom: 8px;
}
.option-wrap {
	border: 1px solid #A75792;
	margin-top: 5px;
}
.option-wrap dt {
	background-color: #A75792;
	color: #FFF;
	padding: 0 1em;
}
.option-wrap dd {
	padding: 0.3em;
}
.option-ttl {
	display: block;
	color: #A75792;
	font-weight: bold;
}
.annotation01 {
	padding-left: 3em;
	text-indent: -2.7em;
	font-size: 14px;
    margin-top: 20px;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
	margin: 5px 0 20px;
}
.option_blue{border: 1px solid #4880c2;}
.option_pink{border: 1px solid #ca5693;}
.option_green{border: 1px solid #649564;}
.option_purple{border: 1px solid #9b8ac0;}
.option_copper{border: 1px solid #938e39;}
.option_blue dt{background-color:#4880c2;}
.option_pink dt{background-color:#ca5693;}
.option_green dt{background-color:#649564;}
.option_purple dt{background-color:#9b8ac0;}
.option_copper dt{background-color:#938e39;}
.option_blue .option-ttl {color:#4880c2;}
.option_pink .option-ttl {color:#ca5693;}
.option_green .option-ttl {color:#649564;}
.option_purple .option-ttl {color:#9b8ac0;}
.option_copper .option-ttl {color:#938e39;}
.m-20{margin:20px auto 20px 10px;width:695px;height: 352px; }
.point-wrap p {font-size: 18px;}
@media screen and (max-width: 640px) {
.point-sp {
	background-color: #A75792;
}
.catch {
	font-size: 1.6rem;
}
.large-red{
	font-size: 2.0rem;
}
.large-black {
	font-size: 2.0rem;
}
.annotation01 {
	font-size: 1.2rem;
}
.m-20{margin:0 0 10px 0;width: 100%;height: auto;}

}