﻿@charset "UTF-8";

/*-- h1 start --*/
h1{
    position: relative;
    display: inline-block;
    padding: 10px 50px;
    font-size: 130%;
    font-weight: bold;
    color: #4b4b4b;
}

h1:before, h1:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

h1:before {left:0;}
h1:after {right: 0;}

/*--lead text用 --*/
.lead p {
    margin: 0px 40px;
    font-size: 100%;
}

/*-- title 見出し --*/
.title {
    border-left: solid 10px #0000ff;
    font-weight: bold;
    font-size: 110%;
    padding: 10px;
    margin: 15px 0px;
    color: #4b4b4b;
}
/*-- product --*/
.product{
    font-size: 120%;
    font-weight: bold;
    color:#D74243!important;
}
/*-- about --*/
.about{
    color: #D74243;
    font-size: 95%;
    font-weight: 900;
}
