@CHARSET "UTF-8";
 .faq-content-heder h1{
 	width:100%;
 	text-align:center;
 	
 }
.paragraph.normal{
	text-align:center;
	
}

.paragraph.normal2 {
    font-size: 18px;
    margin: auto;
    line-height:2;
    padding:25px;
    width: 50%;
}
.mobile-img100{
	width: 285px;
	height:240px;
    margin: auto;
    display: block;
}
.mobile-img101{
	width: 480px;
	height:240px;
    margin: auto;
    display: block;
}
.mobile-img102{
	width:65%;
	margin:auto;
	display:block;
	
}
.img-layer{
	display:flex;
	
}
.imgtxt-layer{
    display: flex;
    background-color: #f7f7f7;
    flex-direction: row;
    border-top:2px black solid;
}
.imgtxt-layer-img{
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
button.btn.bLine.xlarge{
	border-radius: 25px;
    padding: 11px 46px;
}
.onlyimg-layer{
	width: 100%;
    background-color: #f7f7f7;
    padding: 47px 10px;
    margin: auto;
    text-align: center;
}
.info-btn-layer{
    text-align: center;
    column-gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	
}
.point-blue {
    color: #1F66F5;
}
@media (max-width: 992px) {
	.mobile-img100{
        width: 25vw;
        height: auto;
        margin-bottom: 0;
	}
	.mobile-img101{
        width: 35vw;
        height: auto;
        margin-bottom: 0;
	}
	.mobile-img102{
		width:83%;
	}
}

@media (max-width: 768px) {
	.img-layer img.mobile-img101{
		display:none;
	}
    .paragraph.normal2 {
        font-size: 16px;
        width:100%;
        
    }
    .ranking-sports .oneday li{
    	font-size:13px;
    }
    .mobile-img100{
        width: 60vw;
        height: auto;
	}
	.mobile-img101{
        width: 50vw;
        height: auto;
        margin-bottom: 0;
	}
	
	.mobile-img102{
		width:100%;
		max-width:325px;
	}
	.imgtxt-layer{
		flex-direction: column;
	    flex-wrap: nowrap;
	    align-items: center;
	}
	.imgtxt-layer-img{
        width: 76%;
        margin: auto;
        padding-bottom: 21px;
	}
	.onlyimg-layer img{
		width:100%;
	}
	.info-btn-layer{
		flex-direction: column;
		row-gap:10px;
	}
	
}