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



	.img-right {
		width: 40%;
		float: right;
		margin-left: 2%;
		margin-bottom: 2%;
	}


.list_2 ul li {
		width: 95%;
		float: none;
		padding-bottom: 2%;
	}

.list_2 ul {
  margin-top: 20px;  
}
.list_2 ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
     text-indent: -1.5em;
    margin-left: 2em;
    padding-bottom: 1%;
    
}

.list_2 ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #9BD1AF;
  border-radius: 50%;
  margin-right: 8px;
}

/*-----------------------*/


.list_3 ul li {
		width:28%;
		float:left ;
		padding-bottom: 2%;
	}

.list_3 ul {
  margin-top: 20px;  
}
.list_3 ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
     text-indent: -1.5em;
    margin-left: 2em;
    padding-bottom: 1%;
    
}

.list_3 ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #9BD1AF;
  border-radius: 50%;
  margin-right: 8px;
}
/*------------*/
.toiawase_1 {
	
width: 50%;
float: none;
}
a.btn_02 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding:6% 4%;
	
	border: 1px dotted #58AE65;
	background-color: #DFF0E2;
font-weight: bold;
	transition: 0.5s;
	border-radius: 10px;
}
a.btn_02:hover {
	color: #FFFFFF;
	background:#58AE65;
}

/*横幅768px以下に適応*/
@media only screen and (max-width: 768px) {

.toiawase_1 {
margin-left:auto;
margin-right: auto;	
width:85%;
float: none;
}