.product__section{
    font-family: "Sawarabi Mincho","Yu Gothic",YuGothic;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.7em;
}
.fivesters br{
  display:none;
}
.fivesters .box_lead br{
  display:block;
}

.product__section h2 {
    margin:0 0 0.5em;
}
.product__section h2 img{
    width:100%
}
.product__section h3 {
      color: #8d6449;
      font-size: 1.3em;
}
.box_lead {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    margin-bottom: 4em;
}

.hukusu-kounyu {
    font-size: 0.9em;
    line-height: 1.5em;
}

.img_right {
    overflow: hidden;
    margin-bottom: 6em;
}

.img_right img {
	float: right;
    margin: 0 0 3em 2em;
    width: 200px;
}

.img_right h3 {
    margin: 0 0 .5em;
}

.img_right h4 {
    margin: 0 0 1em;
}
.img_right h3 + h4 {
    margin: -.3em 0 1em;
}

ul.list_1col {
    margin: 0 0 6em;
}
ul.list_1col li {
    overflow: hidden;
    margin-bottom: 2em;
    display: table;
	vertical-align:top;
}
ul.list_1col img {
    float: left;
    margin: 0 1.5em 0 0;
    width: 150px;
}
ul.list_1col h4 {
    margin: 0 0 .7em;
    font-size: 1.2em;
    letter-spacing: .3em;
}

ul.list_2col {
    margin: 0 0 4em;
}
ul.list_2col li {
    display: inline-block;
    width: 42%;
    margin-right: 8%;
    vertical-align: top;
}
ul.list_2col li:nth-child(even){
    margin-right:0;
}
a.link_order {
    display: inline-block;
    padding: 0.5em 2em;
    margin-bottom: 3em;
    text-decoration: none;
    background: #7d2f2f;
    color: #ffffff;
    border-bottom: solid 4px #3e1616;
    border-radius: 3px;
    width: 80%;
}
a.link_order:active {
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
}

a.link_order i{
    margin-right:1em;
}

@media (max-width: 600px) {
ul.list_1col {
    font-size: .95em;
}
ul.list_1col img {
    margin: 0 1.5em .5em 0;
    width: 110px;
}

}
