@charset "UTF-8";
/* CSS Document */

#YOMTOX {
}
#YOMTOX .Green {
	color: #46b858;
}
#YOMTOX .Left {
	text-align: left;
}
#YOMTOX .Center {
	text-align: center;
}

#YOMTOX .BgYoutube {
	background-image: url(../../images/pc_02/yomtox/bg_youtube.jpg);
	padding: 40px 0;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
    justify-content: center;
}
#YOMTOX .BgYoutube .emboss {
	margin: 0 20px;
}

#YOMTOX .TiBubble {
	text-align: center;
}
#YOMTOX p {
	font-size: 16px;
	margin-bottom: 10px;
}
#YOMTOX .TitleRedLine {
	border-bottom: #dfe769 4px solid;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

#YOMTOX .PointList {
	background-color: #FBF8E9;
	padding: 20px 20px 10px;
	margin-bottom: 10px;
	border-radius: 6px;
}

#YOMTOX div.FL_Box {
    display: flex;
    justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
		font-size: 14px;
	}
#YOMTOX .FL_Box dl {
}

@media(max-width:640px){
	#YOMTOX div.FL_Box {
    display: block;
	}
	#YOMTOX .SP_ALL {
		width: 100%;
	}
	#YOMTOX .SP_70 {
		width: 70%;
	}
}
