@charset "utf-8";
/* charset */

#point_5000{
	margin-top:10px;
	margin-bottom: 65px;
}

.muryou{
	color:#E93063;
	font-size:16px;
}
#m_main {
	width: 880px;
	overflow: inherit;
}
#m_left {
	float: left;
	width: 430px;

}

#m_right {
	float: right;
	width: 430px;

}
/* 一覧表 */
.co_box_top_m {
	border-top: dotted 1px #00A59C;
	width: 430px;
	height: 58px;
}
.co_box01_m {
	color: #00A59A;
	text-align: center;
	width: 150px;
	float: left;
	height: 58px;
	background-color: #CCF4EC;
}
.co_box01_m p {
	margin-top: 24px;
}
.co_box02_m {
	width: 240px;
	float:left;
	padding-left: 30px;
	height: 58px;
}
.co_box02_m p {
	margin-top: 20px;
}

.co_box_top_bottom_m {
	width: 430px;
	border-top: dotted 1px #00A59C;
	border-bottom: dotted 1px #00A59C;
	height: 58px;
}


#money_txt h2{color:#FF0000; margin-bottom: 30px;}
#money_txt h3{color:#f44475; margin-bottom: 30px; padding-top: 40px; text-align: center; font-size: 18px;}
#money_txt h4{display: inline-block; background: #f1809e; border: 6px solid #f7bbcb; border-radius: 50px; height: 80px; width: 80px; text-align: center;
line-height: 82px; color: #FFF; font-size: 20px;}
#money_txt p{margin-bottom: 20px; line-height: 1.8em; font-size: 14px;}
#money_txt .marker{background:linear-gradient(transparent 50%, #fbdae1 50%);}
#money_txt .c_change{color: #f44475; font-weight: bold;}


#money_txt .flex_box {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}
#money_txt .flex_item:first-child {
   width: 80px;
   text-align: center;
	padding-right: 30px;
	padding-bottom: 20px;
}
#money_txt .flex_item:nth-child(2) {
	width: 760px;
   text-align: left;
	vertical-align: baseline;
	padding-top: 15px;
}

#money_txt .flex_item p{
	font-size: 18px;
	line-height: 1.4em;
}


.news_box{
	padding:20px;
	margin-bottom:30px;
	border:4px solid #F1809E;
	border-radius:10px;
	line-height:1.6em;
}

.news_box a{
	color:#E93063;
	font-size:18px;
}