h2 {
    margin-bottom: 50px;
}
h2 span {
    font-size: 20px;
}
h3 {
  position: relative;
  padding: 0.25em 0;
}
h3:after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgb(168,175,191), transparent);
  background: linear-gradient(to right, rgb(168,175,191), transparent);
}
.hero {
  background-image: url(../image/solv_glove-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
    .contentimage {
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
        border: none;
        max-width: 99%;
        padding: 4px;
        background: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
    }
    #slidegallery {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
    }
    .price span {
        color: red;
        font-size: 24px;
        font-weight: 900;
    }
.price {
    margin-top: 0px;
    margin-bottom: 0px;
}
#spec ul {
    list-style: none;
    margin-bottom: 40px;
    }
#spec ul li {
  padding-left: 20px;	line-height: 1.6em;
  background: url(image/solv_icon.png) left 0px top 3px no-repeat;
  background-size: 15px auto;
}
h4 {
    color: #fff;
    margin-left: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
    text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 3px 3px #e6e6e6;
    transform: rotate(-10deg);
}
h5 {
  position: relative;
  padding: 0 .5em 0em 2em;
  border-bottom: 1px solid #ccc;
  font-size: x-large;
  margin-bottom: 5px;
}
h5::before,
h5::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h5::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(129,129,140,1);
}
h5::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(129,129,140,0.2);
}
.container {
    float: right;
}
#footer05 {
    clear: both;
}
@media (min-width:766px) {
  .hero {
    background-image: url(../image/solv_glove.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }
    #main {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
    }
    .contenttext {
        width: 48%;
        float: left;
    }
    #slidegallery {
        float: left;
        width: 45%;
        padding: 10px 15px 10px 15px;
        }
        #product {
            float: left;
            width: 50%;
            margin-top: 50px;
            margin-left: 20px;
        }
        #product_contents {
            clear: both;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        .price {
            margin-top: 40px;
            text-align: center;
        }
}
/* ここからスライダーのCSS */
.flex-container a:active,
.gallery a:active,
.flex-container a:focus,
.gallery a:focus  {outline: none;}
.slide,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

.gallery {margin: 0; padding: 0;}
.gallery .slide > li {display: none; -webkit-backface-visibility: hidden;} 
.gallery .slide img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slide:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slide {display: block;} 
* html .slide {height: 1%;}

.no-js .slide > li:first-child {display: block;}


.gallery {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative;/*最後に消す→→→→*/ /*←←←←最後に消す*/}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.gallery .slide {zoom: 1;}

.carousel li {margin-right: 5px}


.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(https://peacepopo.net/wp-content/uploads/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.gallery:hover .flex-next {opacity: 0.8; right: 5px;}
.gallery:hover .flex-prev {opacity: 0.8; left: 5px;}
.gallery:hover .flex-next:hover, .gallery:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 766px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*スライダーのCSSここまで*/