@charset "utf-8";
/* CSS Document */


.flex-box3wrap{
	display:flex;
	padding:5px 5px 10px 5px;
	/*background:#fff;*/
	/*width:100%;*/
	margin:0 auto;
}

.flex-item3box{
	letter-spacing:0.5px;
	padding:10px;
	color:#333;
	margin:10px 15px 10px 18px;
	border:2px solid #65C37B;
	border-radius:5px;
	background:#fff;
	align-items:stretch;
	justify-content:space-between;
	width:28%;
}

.flex-item3box:nth-child(1){
	border:1px dotted #ccc;
	border-radius:0px;
	width:35%;
}
	
.flex-item3box span{
	font-weight:bold;
	text-align:center;
}

.gaiyoTtl{
	padding:1em;
	font-size:21px;
	font-weight:bold
}
ul.gaiyo{
	list-style-type:none;
}
ul.gaiyo li{
	font-size:16px;
    line-height:1.8;
}

.freeImg{width:100%;height:auto;}

@media (max-width: 768px) {
  .flex-box {
    flex-direction: column;
    align-items: center;
    width:100%;
  }

.flex-item3box{
	width:90%;
	margin:0 auto 0;
}

	
}