@charset "UTF-8";

.guideTitle{
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 50px;
        color: #d64e55;
        font-family: "M PLUS 1p";
}

.guideTitle2{
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 50px;
        color: #000;
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
}

.read{
	font-family: "Noto Sans JP";
         font-weight: 500;
}



/* 
キャチコピーエリア
_______________________________*/
.cathWrap{
	margin-top: 80px;
	margin-bottom: 80px;
	padding: 0;
}
.cathWrap .logoimg{
	width: 200px;
	margin: 0 auto 20px;
}
.cathWrap .text-catch{
	line-height: 2;
	font-size: 18px;
}

.cathWrap .text-catch .impact{
	color: #E0523F;
	font-weight: bold;
}



/* 
3つのカテゴリについて 
_______________________________*/
.cateWrap {
	margin-bottom: 80px;
	padding: 20px;
}
.cateWrap .subcateTtle{
	border: 2px solid #E0523F;
	background: #fff;
	padding: 10px;
	color: #E0523F;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	border-radius: 10px; 
	text-align: center;
}

.cateWrap .txt{
	line-height: 1.7;
	font-size: 16px;
	margin-bottom: 30px;
}

.cateWrap .linkBlock .btnRadius{
	border-radius: 100px;
	background: #E0523F;
	border: 1px solid #E0523F;
	color: #fff;
	transition: .3s;
	width: 100%;
	max-width: 280px;
}

.cateWrap .linkBlock .btnRadius:hover{
	background: #fff;
	color: #E0523F;
}

.cateWrap .col-md-4{
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .cateWrap .row{
    	margin-bottom: 40px;
    }

}


/* 
安全な取引を行うために
_______________________________*/
.aboutWrap{
	margin-bottom: 80px;
}

.aboutWrap .ttl{
	font-weight: bold;
	font-size: 18px;
}
.aboutWrap .row p{
	font-size: 16px;
	line-height: 1.7;
}
.abouttext{
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.7;
}


/* 
食の広場の３つの特徴
_______________________________*/
.guideBoxTit{
	font-size: 16px;
	line-height: 1.5;
}

.guideBoxTxt{
	line-height: 1.5;
	font-size: 16px;
}