@charset "utf-8";
/* CSS Document */
/* =======================================

	BASE

======================================= */
#mm section.block{
	text-align: left;
	line-height: 1.2;
	margin: 0 auto 65px;
    width: 83%;
}
#mm section.block:nth-child(n + 3){
	border: 5px solid #dcdcdc;
	padding: 50px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#mm section.block:last-child{
	margin-bottom: 0;
}
#mm .block h4{
	font-size: 60px;
	font-weight: bold;
	color: #ff229d;
	letter-spacing: 1.5px;

}
#mm .block h5{
	color: #42c2ff;
	font-size: 45px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 20px;
}
#mm .block h6{
	color: #ff89be;
	font-size: 25px;
	font-weight: bold;
	margin: 40px 0 5px;
}
#mm .block p{
	font-size: 14px;
}
#mm .block p span{
	color: #FF0000;
}
#mm .block .caution{
	color: #FF0000;
    font-size: 16px;
    margin: 15px 0;
}

#mm .block .note {
    margin: 30px 0 0px;
    font-size: 20px;
    width: 660px;
    color: #FF0000;
}

/* =======================================

	mm

======================================= */
#mm .mm_read{
	font-size: 21px !important;
	line-height: 1.5;
	text-align: left;
	margin: 20px 0 0;
}
#mm .not_applicable{
	font-size: 18px;
	margin-bottom: 10px;
}
#mm .about_domain{
	border: 3px solid #ff229d;
	display: block;
	width: 80%;
	margin: 35px 0;
	color: #ff229d;
	font-size: 18px;
	text-align: center;
	padding: 20px 0 15px;
	transition: all 0.4s ease 0s;
}
#mm .about_domain:hover{
	border: 3px solid #ff96c5;
	color: #ff96c5;
	transition: all 0.4s ease 0s;
}
/* =======================================

	mm [BUTTON]

======================================= */
#mm .btnBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	margin: 50px 0;
    width: 80%;
}
#mm .btnBox li{
	padding-right: 30px;
}
#mm .btnBox li:first-child{
    width: 80%;
}
#mm .btnBox li:nth-child(2){
    width: 20%;
    margin-top: -30px;
}
#mm .btn{
	display: block;
	background-color: #ff229d;
	border: 3px solid #ff229d;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	transition: all 0.4s ease 0s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#mm .btn:hover{
	background-color: #FFF;
	color: #ff229d;
	font-weight: bold;
	transition: all 0.4s ease 0s;
}

