@charset "UTF-8";

/*******************************

ベルマークCss

*******************************/
/*-----------------------------
common
-----------------------------*/
.contents section{
    margin-bottom: 80px;
    overflow: hidden;
}
.contents figure{
    margin: 0;
}

.contents .img img{
    width: 100%;
}

.contents .bell-ttl{
    background: #efeee6;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    height: 60px;
    padding: 15px 0 0 80px;
    margin-bottom: 40px;
    border-radius: 50px;
    position: relative;
    line-height: 1;
}

.contents .bell-ttl:before{
    display: block;
    content: url(../img/ico_bell_s.png);
    position: absolute;
    left: 0;
    top:0;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

.contents .bell-ttl{
    font-size: 20px;
    padding: 20px 0 0 70px;
}
}



/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .contents section{
        margin-bottom: 40px;
    }

.contents .bell-ttl{
    font-size: 15px;
}
}

/*-----------------------------
table
-----------------------------*/
table{
    margin: 50px 0;
    width: 100%;
    border: solid 1px #99b752;
}
table tr{
    border-bottom: solid 1px #99b752;
}
table th,
table td{
    padding: 20px;
}
table th{
    width: 20%;
    color: #70941d;
    background: #f4f7ed;
    border-right: solid 1px #99b752;
}
table td{
    width: 80%;
}
table td a{
    text-decoration: underline;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    table{
        margin: 20px 0;
        border-bottom: none;
    }
    table tr,
    table th,
    table td{
        border: none;
    }
    table th,
    table td{
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
        border-bottom: solid 1px #99b752;
    }
}


/*-----------------------------
ベルマークトップ
-----------------------------*/
.bellmark figure{
    margin-bottom: 40px;
}
.bellmark h3{
    margin-bottom: 40px;
}

.bellmark p,.notebook p{text-align: center;}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
.bellmark figure{
    width: 100px;
    margin: 0 auto 30px;
}

.bellmark p,.notebook p{
    text-align: left;
    }
.bellmark p br,.notebook p br{
    display: none;
    }
}
