@charset "UTF-8";
/* CSS Document */
.fs-20 {
    display: inline-block;
	line-height: 26px;
	margin-top: 10px;
}

.service-ico {
    margin: 0 0 40px !important;
}

.service-price {
    text-align: center;
	margin-bottom: 40px;
}

.service-price p {
	margin-bottom: 20px;
}

.service-price span {
	font-weight: bold;
}

.service-price img {
	max-height: 250px;
}

.download-btn a {
    padding: 20px 17px !important;
}

.attention {
	font-weight: bold;
	font-size: 18px;
}
@media screen and (min-width:760px) {
    /*　画面サイズが760pxからはここを読み込む　ipad表示*/
	.price-content{
		display: flex;
		flex-wrap: wrap;
	}
	
	.m-center {
		margin: 0 auto;
	}
	
	.service-price {
		width: 50%;
}
	
}
@media screen and (min-width:961px) {
    /*　画面サイズが961pxからはここを読み込む　PC画面表示*/

}

@media screen and (min-width:1400px) {
    /*　画面サイズが1400pxからはここを読み込む　大きいPC画面表示*/

}