

/*====================================================================
.s_02 
====================================================================*/

.remodal.s_02 {
	position: relative;
	padding: 25px;
}
.remodal.s_02 img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 1rem;
	padding: 0 2rem;
}
.remodal.s_02 .remodal-cancel {
	color: #fff;
	background: #37465e;
	width: 100%;
	margin-top: 25px;
}
.remodal.s_02 .remodal-cancel:hover {
	background: #3576e8;
}



.container {
  display: flex;
  flex-wrap: wrap;
}
.column2 {
	width: 100%;
	text-align: left;	/*テキストをセンタリング*/
	font-size: 15px;		/*文字サイズ130%*/
	line-height: 1.7rem;
	padding: 1rem ;
}
.titme {
	width: 100%;
	text-align: center;	/*テキストをセンタリング*/
	font-size: 15px;		/*文字サイズ130%*/
	line-height: 1.7rem;
	margin-bottom: 1.0rem;
}
.tit {
	width: 100%;
	background: #faf9e7;
	padding: 3px ;
	margin-bottom: 1.0rem;
}
.ppp {
	width: 100%;
	padding: 3px ;
	font-size: 15px;
	line-height: 1.7rem;
}

@media (min-width: 1024px) {
  .column2 {
    width: 50%;
  }
}