@charset "shift-jis";

.m-txt_color01 {
	color: #0080cc; /* 青 */
}
.m-txt_color02{
	color: #e72f6e; /* 赤（アイスジンジャーミルクティの色） */
}
.m-txt_color03 {
	font-size: 18px;
	color: #61b606; /* 緑 */
}
.m-txt_color04 {
	font-size: 18px;
	color: #ed7572; /* 赤 */
}
.m-heading01-h4 {
	font-size: 20px;
	color: #0080cc; /* 青 */
}
.m-heading02-h4 {
	font-size: 20px;
	color: #e72f6e; /* 赤 */
}
.m-box_border_gray {
	border: 1px solid #BEBEBE;
}
ul.m-disc01 {
	padding:0 0 0 25px;
}
ul.m-disc01 li {
	list-style-position: outside;
	list-style-type: disc;
	margin:0 0 5px;
}
ol.m-decimal01 {
	padding:0 0 0 25px;
}
ol.m-decimal01 li {
	list-style-position: outside;
	list-style-type: decimal;
	margin:0 0 5px;
}
/* スマホ表示：横幅767px */
@media screen and (max-width: 767px){
	ul.m-disc01 {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px){

}