@charset "utf-8";
/* CSS Document */

.l-container{
	font-size:13px;
}
.l-container img {
    margin: 0 auto;
    
}

.font-mplus {
   font-family: initial;
}

.heading-text {
    font-weight: 600;
    margin-bottom: 5px;
}

.column-text{
	font-size:13px;

}
/* セクション毎のmarjgin:tpp;打消し*/
.sm\:mt-12{
     margin-top:0; 
  }

.sm\:mt-16{
    margin-top: 0;
  }
/* //セクション毎のmarjgin:tpp;打消し*/



.feature-content-02,.feature-content-03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* justify-content: center; */
    /* justify-content: space-evenly; */
     justify-content: space-between; 
}

.feature-content-02-item {
    width: 49%;
    margin-bottom: 8px;
}
.feature-content-03-item {
    width: 32%;
}


.feature-content-02-item:not(:first-child), .feature-content-03-item:not(:first-child) {
         margin-top: 0; 
    }
.title_img {
    margin: 80px 0 12px;
}

/*PC*/
@media screen and (min-width:768px) {
/*PC*/

.l-container{
	font-size:14px;
}
	    .title_img {
        margin: 90px auto 20px;
        width: 100%;
        max-width: 610px;
    }
	.feature-content-02,.feature-content-03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* justify-content: center; */
    /* justify-content: space-evenly; */
    /* justify-content: space-between; */
    width: 960px;
    margin: 0 auto;
}
	.feature-content-02-item {
    width: 48%;
    margin-bottom: 23px;
}
	
	.feature-content-02-item img{
		width: 100%;
		height: auto;
	}
	.feature-content-02-item:not(:last-child), .feature-content-03-item:not(:last-child) {
    margin-right: 0;
}
	
}

