@charset "utf-8";
body{
  position: relative;
  background-color:#FFFFFF;
  color:#454545;
  margin:0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}

#site-header {
	padding-left:5px;
	padding-top:18px;
}

#site-header img {
    vertical-align: bottom;
}

#site-navi {
    list-style:none;
    padding:0;
}

#site-navi li {
    display: inline-block;
    margin-right:0.5em;
}

#site-navi a {
    display:inline-block;
    border:solid 1px lightgray;
    padding: 0.25em 0.5em;
    width:8em;
    text-align: center;
}

#product-name {
    font-size: 1.4em;
    font-weight:bold;
    margin-left:0.5em;
}

h1{
    padding-top: 0.2em;
    margin-bottom: 1.3em;
    margin-top: 0;
    line-height: 1.3em;
    font-size:2em;
}

h1.product-name {
    font-size: 2.5em;
}
h1.product-name > span {
    display:block;
    font-size:0.5em;
}

h2{
    font-size:1.6em;
    margin-bottom: 0.5em;
    margin-top: 1.3em;
}

h2.bold {
    font-weight: bold;
}

h3{
    font-size:1.4em;
    margin-top:3.6em;
    margin-bottom: 1.2em;
    padding-bottom: 0.2em;
    border-bottom: solid 1.5px darkcyan;
    font-weight: bold;
}

h4 {
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:0.5em;
}

h5 {
    margin-top:0.3em;
    margin-bottom:0.8em;
    font-weight:bold;
}

th {
    font-weight: normal;
}

aside {
    font-size:0.8em;
}

h1 span{
    font-size:68%;
    /* margin-left:0.3em; */
}

/* h1 a,
h1 a:hover,
h1 a:visited,
h1 a:active
{
    color:black;
    text-decoration:none;
} */

a,
a:hover,
a:visited,
a:active
{
    /* color:#333; */
    text-decoration:none;
}

footer{
    margin-top:1.8em;
}

section.header{
    padding-left: 0px;
    padding-right: 5px;
}

strong {
    font-size: 1.25em;
    color: darkgreen;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

#finger {
    animation: finger_anime 1.0s ease -2s infinite normal;
}

@keyframes finger_anime {
    0% { transform: translateX(-7px); }
    100% { transform: translateX(-3px); }
}

.max-width-800px {
    max-width: 800px;
}

.horizontal-center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.d-inline-block {
    display:inline-block;
}

.d-block {
    display:block;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.clear-both {
    clear:both;
}

.margin-top-0 {
    margin-top:0px;
}

.bgred, .bggreen, .bgblue, .bggray{
    background: white;
}

.bgred_f{
    background-color: #FFE0E0;
}

.bggreen_f{
    background-color: #E3FFE3;
}

.bgblue_f{
    background-color:#F1E8FF;
}

.bgred:hover{
    background-color: #FFAAAA;
}

.bggreen:hover{
    background-color: #AAFFAA;
}

.bgblue:hover{
    background-color:#CCA9FF;
}

.bggray:hover {
    background-color:#DDDDDD;
}

.color-green {
    color:green;
}

.weight-bold {
    font-weight: bold;
}

.flex {
    display:flex;
    list-style:none;
    padding:0;
}

/* ページ共通 */
.product-name > span {
    display:block;
    font-size:0.5em;
}

.product-mark {
    border-radius: 50%;
    padding: 1.5em 1.5em;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    font-size: 33px;
}

.product-mark > span {
    display:block;
    font-size:0.5em;
}


ul.product-frame {
    display:flex;
    list-style: none;
    padding-left: 0;
}

ul.product-frame > li:first-child {
    width:250px;
}

ul.product-frame > li:last-child {
    padding-left:0.8em;
}


.txtdiv{
    margin-left:30px;
    margin-right:30px;
}

a.btn-default {
    border: solid #ddd 1px;
    padding: 0.3em 0.8em;
    border-radius: 5px;
}

a.btn-default > img {
    vertical-align: middle;
}

a.btn-default:hover {
    background:#eee;
}

/* Width */
.max-width-350px {
    max-width: 350px;
}

@media (min-width:724px) {
    #copyright{
        margin-bottom: 5.8em;
        margin-top: 2.3em;
    }
    #mail-section {
        bottom: 0;
        position: fixed;
        width: 100%;
        background-color: white;
        border-top: 1px gray solid;
        padding: 0.3em;
        margin:0;
        max-width: 100%;
    }
}

@media (max-width:723px) {
    #mail-section{
        margin-top:3.3em;
    }
}
/* Pc */
@media screen and (min-width:992px) {
}
/* Tablet */
@media screen and (min-width:768px) and (max-width:991px) {
}
/* Smart Phone */
@media screen and (max-width:767px) {
    h1,h2,h3,h4,p {
        padding-left:7px;
        padding-right:7px;
    }
    h1 {
        font-size:1.5em;
    }
    h2{
        font-size:1.4em;
    }
    h3{
        font-size:1.3em;
    }
    h4 {
        font-size:1.2em;
    }

    h5 {
        font-size:1.1em;
    }
    img {
        max-width:100%
    }
}

@media (min-width:501px) {
    /* footer */
    #contact200 {
        display: none;
    }
}
@media (max-width:500px) {
    /* footer */
    #contact324 {
        display: none;
    }
    #finger {
        display: none;
    }
}
