@charset "UTF-8";
.second-text img{width:100%;margin-bottom:5%;}
.second-text li{margin-bottom:10%;}
.second-text .title{font-weight:bold;font-size:5vw;line-height:1.4;}

/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) { 
.second-text li{margin-bottom:80px;}
.second-text li img{width:80%;max-width:400px;margin:0 auto 20px;;}
.second-text .title{font-size:20px;}
}

@media screen and (min-width: 900px) { 
.second-text ul{margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.second-text li{width:47%;}
.second-text li img{width:100%;max-width:inherit;}
}

