@charset "UTF-8";
.singlebox img{
	max-width: 100%;
	height: auto;
}

.tbbx tbody{
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.tbbx tr:nth-child(2n+1){
    background: #dcecf5;
}
.tbbx tr:first-child{
    text-align: center;
    background: #41b1f1;
    color: #fff;
}
.tbbx tbody,
.tbbx th,
.tbbx tr,
.tbbx td{
    border: solid 1px #41b1f1;
    padding: 2%;
    width: 200px;
}
.tbbx tr{
    width: 200px;
    padding: 2%;
    text-align: left;
}

/*お客様の声*/

.kyakunokoe{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.kyakunokoe img{
    width: 250px;
    margin: 2%;
}

.kyakunokoe img:hover{
    opacity: 0.7;
}

.taiko{
    color: #f3ab9b;
    font-weight: bold;
}

.koenomidasi{
    font-weight: bold;
    font-size: 50px;
    font-family: serif;
}

.hagaki_margin{
    margin-bottom: 50px;
}
.hagaki_margin img{
    max-width: 100%;
    height: auto;
}


