@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ===================================================================
CSS information

file name  :english.css

input[type="text"] 
 
=================================================================== */


/*-----------------------------------------------

	top

-----------------------------------------------*/
.english.top #wrap{
	width: 100%;
	max-width: 100%;
}
.bx-wrapper{
	margin: 0;
}
.bx-pager.bx-default-pager{
	display: none;
}
.english.top #contact::before{
	background-image: url("/image/wave_br2_pc.png");
}
#greeting{
	position: relative;
}
#greeting::before{
	content: "";
	background-image: url("/image/wave_w_pc.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width:1259px){
	#contact::before{
		background-image: url("/image/wave_w_sp.png");
	}
}


/*-----------------------------------------------

	product

-----------------------------------------------*/

.english #product{
	padding: 50px 0!important;
}
#index.english #product ul li img{
	display:block;
	width:auto;
	margin:15px auto 0;
}
.english #contents dl dd span{
	display:block;
	margin:15px auto;
}


/*-----------------------------------------------

	nioi_qa

-----------------------------------------------*/

#index.english #greeting{
	background:#f7f4ed;
	background-image: url("/image/top_bg_01_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	text-align:center;
	padding:100px 4% 50px;
}

.english #contact ul {
    max-width: 300px;
}


/*-----------------------------------------------

	company

-----------------------------------------------*/

.english.company dl#outline dd strong{
	display:block;
	font-weight:bold;
	font-size:18px;
	margin:0 auto 20px;
}
.english.company dl img{
	display: block;
	margin: 20px 0;
}


/*-----------------------------------------------

	ウィンドウサイズ スマホ・タブレット
	ＰＣだけに適用

-----------------------------------------------*/

@media only screen and (min-width:100px) and (max-width:1000px) {


}


/*-----------------------------------------------

	ウィンドウサイズ ～1359px
	タブレット仕様

-----------------------------------------------*/

@media only screen and (max-width:1259px){

}