@charset "utf-8";
    .smari-area {
        width: 1100px ;
        margin: 0 auto
        }
    
    .smari-maintitle {
        font-weight: bold;
        font-size: 30px;
        padding: 50px 0;
        text-align: center;   
        }
    
    .title1 {
        line-height: 2em;
        font-size: 18px;
        text-align: center;
        }
    
    .title2 {
        line-height: 2em;
        font-size: 20px;
        text-align: left;
        }
    
    .title3 {
        line-height: 2em;
        font-size: 18px;
        text-align: left;
        }
    .title4 {
        font-size: 20px;
        text-align: center;
        color: #ffffff;
        }
    
    .text {
        font-size: 15px;
        line-height: 2em;
        }
    
    .text2 {
        font-size: 15px;
        margin: 20px;
        }
    
    .text3 {
        font-size: 15px;
        text-align: center;
        }
    .text4 {
        font-size: 15px;
        margin: 53px 0 0;
        }

    .smari-btn {
        width: 44%;
        margin: 25px 25px 50px 25px;
        padding: 10px;
        display: inline-grid;
        border: #000000 1px solid;
        border-radius: 30px;
        color: #000000;
        background-color: #C0C0C0;
        box-shadow: 3px 3px;
        }
    
    .smari-btn p {
        margin: 10px;
        padding: 10px;
    }
    .size-img {
        display: block;
        margin: 20px auto;
    }
    
    .flex {
      display: flex; /*横並び*/
      margin: 20px;
    }