﻿@charset UTF-8;

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,h7,pre,form,fieldset,input,p,blockquote,th,td,input,textarea,label{margin:0px;padding:0px;zoom:1;}
h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:normal;}
ul,ol,li,span{margin:0px;padding:0px;}
header, article, footer, article, aside, time ,nav { display: block; } 
li{list-style-type: none}
body{
	background: #FFF;
	font-size: 16px;
	line-height:1.6;
	font-family:'Hiragino Kaku Gothic Pro','Meiryo';
	min-width: 320px;
}
img{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

h1 {
	padding: 20px;
	border-bottom:5px solid #003084;
	background-color: #e5e5e5;
	font-size: 24px;
	font-weight: bold;
	width: auto;
}
h2 {
    text-align: center;
	font-size:25px;
	font-weight: bold;
    padding: 10px 0;
}
h2 span.min {
    font-size: 16px;
}

ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #003084;
}
footer {
	background-color: #003084;
	width: 100%;
	color: #fff;

}
.header {
	border-bottom:1px solid #b29f9f;
	border-color: #d9d9d9;
	padding: 10px; 
}

.pan {
	font-size: 14px;
	width: auto;
}

.introduction {
	text-align: center;
    padding: 20px 0 10px;
}
.introduction span.large {
    font-weight: bold;
    font-size: 25px;
}
.introduction span.middle {
    font-weight: bold;
    font-size: 20px;
}
.catch {
    text-align: right;
    padding-right: 20px;
    margin-top: -20px;
}
.catch img {
    width: 100px;
}
.product {
    padding: 20px 0;
}
.product_box {
    margin-bottom: 40px;
}
.product_img {
    text-align: center;
    margin-bottom: 10px;
}
.product_img img {
    width: 300px;
}
.product_box p {
    padding: 10px;
}
.product_box p a {
    display: inline-block;
    padding: 5px 0 0;
}

/*footer*/
#footer{
	clear: both;
	color: #fff;
	text-align: center;
}
#footer a{
	text-decoration:none;
	color:#fff;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #003084;
  opacity: 1.0;
  z-index: 3;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



@media screen and (min-width: 768px) {

    h2 span.min {
        font-size: 18px;
    }
    
    .introduction {
        padding: 80px 0 20px;
    }
    .introduction span.large {
        font-size: 35px;
    }
    .introduction span.middle {
        font-size: 25px;
    }
.catch {
    margin-top: -200px;
    margin-bottom: 50px;
}
.catch img {
    width: 150px;
}
.product {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product_box {
    width: 50%;
    margin-bottom: 40px;
}
.product_img {
    text-align: center;
    height: 320px;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
}
.product_img img {
    width: 300px;
    height: auto;
}
.product_box p {
    padding: 10px 20px;
}
    
}

@media (min-width: 1000px) {
	#container {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
    .introduction {
        font-size: 20px;
    }
    .introduction span.large {
        font-size: 40px;
    }
    .introduction span.middle {
        font-size: 30px;
    }
    .catch {
        margin-top: -200px;
        margin-bottom: 60px;
        padding-right: 40px;
    }

    .product_box {
        width: 33.33%;
        flex-grow: 1;
    }
    .product_img.hojin,.product_img.contents {
        height: 270px;
    }


}