@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;
	
}
strong {
    color: #4f7dff;
    font-weight: 300;
}
.icon-outline-list{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.icon-outline-list li {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px 0px;
    cursor: pointer;
    background-color: #f5f5f5;
}
.icon-outline-list li img {
    width: 45px;
}
.icon-outline-list li div {
    width: 75%;
    text-align: left;
    padding-right: 20px;
}
.icon-outline-list li i {
    width: 15px;
    float: right;
    line-height: 28px;
}
.faq-content-sub ul{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.faq-content-sub{
	width:100%;
	float:left;
	
}
@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) {
    .paragraph.normal2 {
        font-size: 16px;
        width:100%;
        
    }
    .ranking-sports .oneday li{
    	font-size:13px;
    }
    .mobile-img100{
        width: 35vw;
        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;
	}
	.icon-outline-list {
        flex-direction: column;
        row-gap: 10px;
    }
	.icon-outline-list.col-3 li {
        width: 100%;
        border-left: 1px solid #ddd;
    }
    .icon-outline-list li img {
        margin-left: 0px;
        margin-right: 10px;
    }
    .icon-outline-list li div {
        width: 85%;
        font-size: 15px;
        line-height: 28px;
    }
    .faq-content-sub ul{
    	display:block;
    }
	
}
