@charset "utf-8";


/* ===========================
Grid
=========================== */
.container {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  /*padding: 0 20px;*/
  box-sizing: border-box;}



/* ===========================
bace
=========================== */


/*…リセットCSS*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td , span {
    box-sizing: border-box;
    vertical-align:middle;
    margin: 0;
    padding: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


/*…フォントCSS*/
body , input , select ,textarea {
    font-family:Arial,'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka",sans-serif;
}


body {
    color:#000;
    font-size:1rem;
    line-height:2;
}



/* ===========================
header
=========================== */
.header {
    background: #fff;
    height: 60px;
    z-index: 2;
    position: relative;
}

.header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header > .container:after {
    content: none;
}

.header h1 {
    line-height: 60px;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
	font-weight: normal;
	color:#0B295E;
}
.header .logo {
    max-width: 128px;
    width: 20%;
}

.header .logo a {
    padding-top: 17px;
    display: block;
    line-height: 0.1;
}



/* ===========================
main
=========================== */
.main  {
    width: 980px;
    margin: 0 auto;
	background-attachment: fixed;
	background-image: url(../icbu_img/main.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1200px;
	position: relative;
	padding-top:120px;
	padding-bottom: 100px;
}


.txtbox{
	text-align: center;
}


h2 {
    color: #000;
	font-weight: normal;
    text-align: center;
    font-size: 2.5rem;
	margin-top:40px;
	line-height: 5rem;
    margin-bottom: 0px;
}


h4{
	font-weight: bold;
	font-size:1.3rem;
	text-align: center;
	color:#0B295E;
	margin-bottom: 15px;
}



/*===========================
main-p
=========================== */

.main-p {
	width: 900px;
	padding-top:40px;
	margin: 0px auto;
	background: #fff;
}

.pc .main-p p {
	font-size: 1rem;
	line-height: 1.9rem;
}



/*===========================
product
=========================== */

.product  {
	background: #fff;
	padding-top: 60px;
}


.txtbox {
	width: 980px;
	margin: 0px auto;
	margin-bottom: 50px;
}

.txtbox .chain {
    text-align: center;

}

.product-img {
	
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: center;
	
}





.product-img .chain-img-reno{
	position: relative;
	left: 3%;
	height: 260px;
	
}

.product-img .chain-img-miele{
	position: relative;
	left: 12%;
	height: 250px;
}

.product-img .chain-img-lisa{
	height:250px;
	position: relative;
	left: 18%;

}

.product-img .chain-img-hawo{
	position: relative;
	left: 12%;
	height: 250px;	
}

.product-img .chain-img-prodic{
	position: relative;
	left: 15%;
	height: 250px;	
}





.product-img .chain-rimg{
	position: relative;
	right: 5%;
	width: 280px;
	
}



.txtbox .chain span {
    padding: 3px 3px;
	width: 100%;
    display: inline-block;
    background-color: #c2e9fb;
    color: #0B295E;
	font-size: 1.3rem;
	margin-bottom: 20px;

}


/*===========================
link
=========================== */

.link {
	width: 980px;
	margin: 0px auto;
	padding: 10px;
	padding-top:40px;
	margin-bottom: 50px;
	background: #F3F3F3;
	text-align: center;
		
}

.link p {
	font-size:1rem;
	padding-bottom:20px;
}


h3 {
	padding-bottom: 20px;
	font-size:1.2rem;
	font-weight: normal;
	text-align: center;
	
}

.link .tyui {

	margin: 0px auto;
	padding: 30px;
	font-size: 0.8rem;
	line-height: 1.3rem;
	text-align: left;
}

.btn-gradation {
  display: inline-block;
  width: 300px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #f9d423, #f83600);
  transition: .5s;
  background-size: 200%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
 margin-bottom: 40px;
	
	
}

.btn-gradation:hover {
  background-position: right center;
}


hr {
  border-top: 1px solid #bbb;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 40px;
}




.btn{
    line-height: 1.25;
    text-decoration:none;
    background:#fff;
    color:#666;
    border-radius:.3em;
    padding:1.2em 4em;
    text-align: center;
    position: relative;
    transition:.3s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.btn:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .5em;
    height: .5em;
    border-top: .1em solid #666;
    border-right: .1em solid #666;
    transform: rotate(45deg);
    transition:.3s;
}
a:hover{
    background-color: #eee;
}
.btn:hover:after{
    right:6.5%;
}






/* ===========================
footer
=========================== */
.footer-container {
    background: #e5e5e5;
    padding: 8px 0;
}

.copyright {
    color: #333;
    text-align: center;
    font-size: 0.8rem;
    font-weight: normal;
}




