


.remoCon {
	width: 630px;
	margin: 0px auto;
}

.remo_txt {
	width: 100%
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.remo_txt h3 {
	color: var(--red-color);
	margin-bottom: 15px;
}

.remo_txt p{
    display: inline-block;
    text-align: left;
    line-height: 1.8;
}

.mb60 {
	margin-bottom: 60px;
}

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.remoCon {
		width: 100%;
		max-width: 630px;
		margin: 0px auto;
		/*background-color: red;*/
	}


}




/*＝＝＝＝＝＝＝汎用*/
　
.bold {
	font-weight: bold;
}




