@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* を指定すると$(window).scroll(function()が使えない */
	width: auto;
	background-color: #fff;
	color: #000;
	text-align: left;
	line-height: 1.0em;
	font-size: 1.0em;
	/*font-size: calc(112.5% + 0.25vw)*/

	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	/* overflow-x: hidden; overflow-y: auto; */

	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local('HiraginoSans-W3');
}

/* Font Awesome */
.fa {
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
div,
button,
blockquote,
form,
input,
span,
label,
nav,
header,
article,
section,
textarea {
	margin: 0; /* 変更しない */
	padding: 0; /* 変更しない */
}

table {
	margin: 0; /* 変更しない */
	padding: 0; /* 変更しない */
	border-collapse: collapse; /* 変更しない */
}


*, *:before, *:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

img {
	border: none; /* 変更しない */
}

a {
	-webkit-touch-callout: none;
	/* リンクを長押しすると出てくるポップアップ阻止 */
}

a:link,
a:visited {
	color: #03b;
	text-decoration: none;
}

a:hover {
	color: #0af;
}

/* wrapper */
/*
body {
	-webkit-display: flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}
*/

.wrapper {
	 /* flex: 1 0 auto; 上記のbodyと合わせてfooterの下に余白を空けない処置 */

	width: auto;
	margin: 0 auto;
	padding: 20px;
	border: none;
	
	-webkit-display: flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}



/* header */
#blockskip {
	display: none;
}

header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

h1 {
	margin: 0 auto;
	padding: 10px 60px 0 0;
	width: auto;
	font-size: 2.4em;
	text-align: center;
	white-space: nowrap;
}

h1 img {
	height: 70px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

h2 {
	font-size: 1.4em;
}


/* #brand */
#brand,
#info {
	-webkit-display: flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

#brand_01,
#brand_02,
#brand_03 {
	width: 300px;
	text-align: center;
}

#brand_01 {
	margin: 0 20px 0 20px;
}

#brand_02 {
	order: -1;
}

#brand img {
	-ms-interpolation-mode: bicubic;
}

#brand_01 img {
	height: 350px;
}

#brand_02 img {
	height: 200px;
}

#brand_03 img {
	height: 250px;
}

#brand_02 div {
	margin: 60px 0 120px 0;
}

#brand_03 div {
	margin: 30px 0 100px 0;
}

#brand h2 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
}

#brand p {
	margin: 10px 0 0 0;
	font-size: 0.9em;
	line-height: 1.6em;
}

#brand_01 h2,
#brand_01 p {
	color: #d22;
}

#brand_02 h2,
#brand_02 p {
	color: #63a;
}

#brand_03 h2,
#brand_03 p {
	color: #f90;
}



/* #info */
#info {
	margin: 40px 0 0 0;
	padding: 30px 0 20px 0;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}

#info_jp {
	margin: 0 40px 0 10px;
}


#info h2,
#access h2 {
	margin: 0 0 20px 0;
}

#info th,
#info td {
	vertical-align: top;
	font-size: 1.0em;
	line-height: 1.6em;
}

#info th {
	white-space: nowrap;
}

#info td {
	padding: 0 0 10px 20px;
}

/* #access */
#access {
	margin: 30px 0 0 0;
	text-align: center;
}



/* footer */
.footer {
	display: block;
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
}


/* max-width: 860px */
@media only screen and (max-width: 860px) {

	#brand_01 img {
		height: 250px;
	}

	#brand_02 img {
		height: 150px;
	}

	#brand_03 img {
		height: 190px;
	}

	#brand_02 div {
		margin: 40px 0 90px 0;
	}

	#brand_03 div {
		margin: 20px 0 70px 0;
	}
	
	#info {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#info_jp {
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		border-bottom: #eee 1px solid;
	}
	
	#info_jp table,
	#info_en table {
		margin: 0 0 0 10px;
	}
	
	#info h2 {
		text-align: center;
	}
}

/* max-width: 680px */
@media only screen and (max-width: 680px) {
	
	h1 {
		padding: 10px 0 0 10px;
	}
	
	#brand {
		text-align: center;
		
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#brand_02 {
		order: 0;
	}
	
	#brand_01,
	#brand_02,
	#brand_03 {
		margin: 0 auto;
		width: auto;
	}

	#brand_01 img {
		width: 100%;
		height: auto;
	}

	#brand_02 img {
		width: 100%;
		height: auto;
	}

	#brand_03 img {
		width: 100%;
		height: auto;
	}

	#brand_02 div {
		margin: 40px 0 90px 0;
	}

	#brand_03 div {
		margin: 20px 0 70px 0;
	}
}


/* max-width: 500px */
@media only screen and (max-width: 500px) {
	
	h1 {
		font-size: 2em;
	}
	
	h1 img {
		height: 60px;
	}
	
	#brand_02 div,
	#brand_03 div {
		margin: 50px 0 20px 0;
	}
	
	#info_jp table,
	#info_en table {
		margin: 0;
	}
}

/* max-width: 440px */
@media only screen and (max-width: 440px) {
	
	h1 {
		font-size: 1.6em;
	}
	
	h1 img {
		height: 50px;
	}
}

select::-ms-expand {
	display: none;
}
