@charset "Shift_JIS";
/*====================================
 	FXとは「外国の通貨を売買し、その差益を狙う取引」です。 テキスト化
 ==================================== */
.info_baloon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
	border-color: #ba1532 transparent transparent transparent;
    z-index: -1;
	right: 50%;
    transform: translate(50%, 0);
	border-width: 0.4em 0.4em 0 0.4em;
	bottom: -.2em;
}
.info_baloon {
    background: #ba1532;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
	font-family: "Roboto";
	font-size: 4.8vw;
	flex-shrink: 0;
	width: 20vw;
	border-radius: 4vw;
	height: 8vw;
}
.info_baloon .font-small{
font-size: 0.5em;
}
.h1__midashi_sub {
    font-family: "Noto Sans JP";
	font-size: 4.2vw;
	display: flex;
    column-gap: 0.4em;
    row-gap: 0.6em;
    align-items: center;
    justify-content: center;
	margin-top: 0;
	flex-direction: column;
}
@media(min-width:620px){
	.info_baloon:after {
    right: -0.35em;
    border-width: 0.3em 0 0.3em 0.6em;
    border-color: transparent transparent transparent #ba1532;
	transform: translate(0, 50%);
	bottom: 50%;
}
	.h1__midashi_sub {
	flex-direction: row;
}
	.info_baloon{
    height: 6.4rem;
    width: 6.4rem;
	font-size: 1em;
	border-radius: 50%;
}
	.h1__midashi_sub {
font-size: 24px;}}
