@charset "utf-8";
/* style.css for English Page */


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
	font-size: 62.5%;/* 62.5%を指定すると「1.0 rem = 10px」 */
}
body {
    line-height:1;
	font-size: 13px;
	font-size: 1.3rem;
	color: #333;
	font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body:not(.page-template-toppage) {
	background: #B61934;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
a:focus {
	outline: thin dotted;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
a:link { color: #333; text-decoration:underline; }
a:visited { color: #333; text-decoration:underline; }
a:hover { color: #333; text-decoration:none; }
a:active { color: #333; text-decoration:underline; }

img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

/* ==============================================
/* 共通設定
============================================== */

/* title */

.contents h1 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.page-template-news-php .contents h1,
.archive .contents h1,
.category .contents h1,
.search .contents h1,
.tag .contents h1 {
	padding: 15px 0 5px;
}

/* #container
--------------------------- */

.section {
	width: 100%;
	background: #fff;
	position: relative;
}
.wrapper,
.inner {
	width: 92%;
	margin: 0 auto;
	max-width: 84.6em;
}

/* title */

.title_s {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400; 
	font-size: 18px;
	font-size: 1.8rem;
	color: #222;
}
.title_l {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700; 
	font-size: 30px;
	font-size: 3rem;
	color: #222;
}
.tit {
	text-align: center;
}
.tit:after {
	content: "";
	display: block;
	height: 4px; width: 80px;
	background: #EC6400;
	margin: 0 auto;
}

#side .title_s {
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0.3em;
	margin: 0 0 0.5em;
}

.more_link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
}
.more_link a:link { text-decoration: none; color: #333;}
.more_link a:visited { text-decoration: none; color: #333;}
.more_link a:hover { text-decoration: none !important; color: #666;}
.more_link a:active { text-decoration: none; color: #333;}

.hgroup {
	text-align: center;
}
.hgroup h2 {
	padding-top: 30px;
}
.hgroup p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 23px 0 33px;
}

.contents p.note {
    font-size: 11px;
    font-size: 1.1rem;
	text-align: right;
}


/* header
--------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
}
.header .inner {
	width: 100%;
	padding: 15px 0;;
	max-width: auto;
	position: relative;
}
.header .logo {
    text-align: left;
    vertical-align: middle;
	color: #EC6400;
	font-size: 24px;
	font-weight: 700;
    margin: 0 0 0 4%;
}
.header .logo a:link,
.header .logo a:visited,
.header .logo a:hover,
.header .logo a:active
.header .logo a:focus {
	color: #EC6400;
	text-decoration: none;
}

/* #nav
--------------------------- */


#nav ul {
    vertical-align: middle;
}
#nav li a {
	font-size: 16px;
	color: #424556;
	display: block;
	max-width: 640px;
	margin: 0 auto;
	padding: 0.8em 4%;
}
#nav li a:link { text-decoration: none;}
#nav li a:visited { text-decoration: none;}
#nav li a:hover { background: #efefef; text-decoration: none;}
#nav li a:active { text-decoration: none;}

#nav li a span {
	display: inline-block;
}

#bt_menu {
    position: absolute;
	display: block;
    margin: 0;
    right: 0; top: 0;
    width: 70px; height: 55px;
	cursor: pointer;
}

@media (max-width: 767px) {
	#nav {
		position: absolute;
		top: 55px;
		width: 100%;
	}
	#nav ul {
		height: 0;
		background: rgba(221,221,221, 0.7);
		overflow: hidden;
		transition: all .2s ease;
	}
	.open + #nav ul {
		height: 220px;
		height: calc(50px + 60px * 3);/* メニューの項目数を最後の乗算後の数字に入れる */
	}
	#nav li {
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
		padding-top: 10px;
	}
	#nav li:first-child {
		padding-top: 30px;
	}
	#nav li a {
		padding: 17px;
		color: #EC6400;
		background: rgba(255,255,255, 1);
	}
	#nav li a:hover {
		background: rgba(247,247,247, 1);
	}
}

/* menu_icon */

.menu_icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: auto;
  top: 50%;
  bottom: auto;
  right: 12px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 3px;
  background-color: #333;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.menu_icon::before, .menu_icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.menu_icon::before {
  top: -7px;
}
.menu_icon::after {
  top: 7px;
}
.open .menu_icon {
  background-color: rgba(255, 255, 255, 0);
}
.open .menu_icon::before, .open .menu_icon::after {
  background-color: #333;
}
.open .menu_icon::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open .menu_icon::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}



/* contents
------------------------------------- */

.contents {
	background: #fff;
	position: relative;
	min-height: 400px;
	padding-top: 55px;
}
.contents .tit {
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
	padding: 0 0 10px;
}
.contents p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 1.7em;
}

.content_main {
	padding-top: 40px;
	clear: both;
}
.content_main .contenttxt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 1.7em;
}
.content_main .contenttxt table {
	table-layout: fixed;
}
.navigationNews {
	border-top: 1px dotted #ccc;
	padding-top: 2em;
}
.contents .navigationNews p,
.content_main .othertxt,
.contents .content_main .otherurl,
.contents .small {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
/* footer
------------------------------------- */

#pagetop {
	text-align: right;
	padding: 0 0 1em;
	position: fixed;
	bottom: 3%;right: 4%;
}
#pagetop a {
	display: inline-block;
	width: 40px; height: 40px;
	opacity: 0.5;
	-webkit-transform: rotate( -90deg );
	transform: rotate( -90deg );
}
#pagetop a:hover {
	opacity: 0.8;
}


#footer {
	background: #555;
}
#footer:after {
	clear: both;
}
#footer:before,
#footer:after {
	display: table;
	content: "";
}
#footer .inner {
	max-width: 1100px;
}


#footer ul {
	float: left;
	padding: 30px 0 10px;
}

#footer .language_link {
	clear: both;
	text-align: center;
	color: #fff;
}
#footer small {
	display: block;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
	padding: 20px 0;
	color: #fff;

}
#footer li {
	color: #fff;
	display: inline-block;
	margin: 0 1em 1em 0;
	font-size: 13px;
	font-size: 1.3rem;
}

#footer a:link { text-decoration: none; color: #fff;}
#footer a:visited { text-decoration: none; color: #fff;}
#footer a:hover { text-decoration: none; color: #fff; opacity: 0.8;}
#footer a:active { text-decoration: none; color: #fff;}

#footer .language_link a:link { text-decoration: underline;}
#footer .language_link a:visited { text-decoration: underline;}
#footer .language_link a:hover { text-decoration: none;}
#footer .language_link a:active { text-decoration: underline;}


/* ==============================================
/* products
============================================== */

.products01 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}

.products01 .inner .column {
	margin: 0 0 40px;
}
.products01 .inner .column .txt {
	padding: 30px 0 0;
}
.products01 .inner .column h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.7;
	margin-bottom: 25px;
}
.products01 .inner .column .img {
	text-align: center;
}
.products02 {
	background: #42BCD3;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 4;
}

.products02 .inner h2 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.products02 .column {
	padding: 45px 0;
	position: relative;
}
.products02 .column::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 35px 35px 35px;
	border-color: transparent transparent #f7f7f7 transparent;
	position: absolute;
	left: 50%; bottom: 0;
	margin-left: -35px;
}
.products02 .column .image {
	padding-bottom: 20px;
}
.products02 .column p {
	line-height: 1.5;
}

.products03 {
	background: #f7f7f7;
	padding-bottom: 30px;
	padding-top: 54px;	/* for anchor link */
    margin-top: -54px;	/* for anchor link */
    z-index: 3;	/* for anchor link */
}
.products03 .inner {
	padding: 0;
	max-width: 1140px;
}
.products03 .inner h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	padding-left: 4%;
	padding-right: 4%;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.products03 .inner h2 + .column {
	padding-top: 10px;
}
.products03 .column .bnr li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 0 1.8% 25px;
	box-sizing: border-box;
}
.products03 .column .bnr li a {
	display: block;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	padding: 15px 15px 10px;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	text-decoration: none;
}
.products03 .column .bnr li a span {
	display: inline-block;
	font-weight: bold;
	color: #0C6DB2;
	background: url(img/common/icon_other_window.png) 0 0 no-repeat;
	background-size: 16px 16px;
	text-indent: 1.5em;
	margin-bottom: 5px;
}
.products03 .column .bnr li a:hover img {
	opacity: 0.8;
}
.products03 .column .bnr li a:hover span {
	text-decoration: underline;
}
.products03 .column .bnr li p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.products03 .column .bnr li p {
	text-align: left;
}
.products03 .column .bnr .button {
	text-align: right;
	margin-bottom: 0;
}
.products03 .column .bnr li p.note {
	font-size: 11px;
	font-size: 1.1rem;
}

/* ==============================================
/* Our Story
============================================== */

.company_idea {
	padding-top: 54px;	/* for anchor link */
    margin-top: -54px;	/* for anchor link */
    z-index: 2;	/* for anchor link */
}
.company_idea .inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    padding-left: 4%;
    padding-right: 4%;
    font-weight: bold;
    text-align: center;
	padding-top: 50px;
}
.company_idea .inner {
	padding-bottom: 20px;
}
.company_idea .column .img {
	text-align: center;
	padding: 5em 8%;
}
.company_idea .sign {
	text-align: right;
}


/* ==============================================
/* Global locations
============================================== */

.locations {
	background: #f7f7f7;
	padding-bottom: 30px;
	padding-top: 54px;	/* for anchor link */
    margin-top: -54px;	/* for anchor link */
    z-index: 1;	/* for anchor link */
}
.locations .inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
	padding-top: 55px;
    padding-left: 4%;
    padding-right: 4%;
    font-weight: bold;
    text-align: center;
	margin-bottom: 15px;
}
.locations .inner h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.locations .company_info {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
    font-size: 1.4rem;
	margin-bottom: 50px;
}
.locations .company_info dl {
	display: table-row;
}
.locations .company_info dl dt,
.locations .company_info dl dd {
	display: table-cell;
	vertical-align:  middle;
	border-top: 1px solid #ccc;
	padding: 5px;
	line-height: 1.6;
}
.locations .company_info dd strong {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	display: block;
}
.locations .place h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
}
.locations .place .address {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}


/***************** Media Queries *****************/

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

	.products03 .column .bnr ul {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-ms-flex-wrap: wrap;/* IE10 */
		-webkit-flex-wrap: wrap;/* safari(PC) */
		flex-wrap: wrap;
	}
	.products03 .column .bnr li {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		width: 50%;
		box-sizing: border-box;
	}
	.products03 .column .bnr li a img {
		margin-bottom: 15px;
	}
	
	.locations .company_info dl dt,
	.locations .company_info dl dd {
		padding: 10px;
	}
	
}

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

	/* ==============================================
	/* Global locations (min-width: 641px)
	============================================== */

	.locations .column {
		max-width: 580px;
		margin: 0 auto;
	}
	
	.locations .company_location {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-ms-flex-wrap: wrap;/* IE10 */
		-webkit-flex-wrap: wrap;/* safari(PC) */
		flex-wrap: wrap;
	}
	.locations .company_location > div {
		width: 48%;
		margin-right: 4%;
		max-width: 265px;
	}
	.locations .company_location > div:nth-of-type(even) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	
	/* =====================================
		 768px ～
	===================================== */
	
	/* heading_area */
	
	.heading_area .inner {
		padding: 80px 15px;
		font-size: 34px;
	}

	
	#header {
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	#header .inner {
		display: table;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .logo {
		height: 42px;
		padding: 0 15px;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}

	/* nav */
	
	#bt_menu {
		display: none;
	}
	#nav {
		display: table-cell;
	}
	#nav ul {
		padding-right: 10px;
		text-align: right;
		display: block;
	}
	#nav ul li {
		height: 60px;
		display: inline-block;
		vertical-align: top;
		border: 0 none;
		background: none !important;
	}
	#nav ul li a {
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
		padding: 0 10px;
		font-weight: bold;
		background: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#nav ul li a:hover,
	#nav ul li.active a {
		background: none !important;
		opacity: 0.7;
	}


	/* contents */
	
	.contents {
		padding-top: 90px;
	}

	.sp { display: none;}
	.pc { display: block;}

	
	/* =SCROLL UP
	----------------------------------------------- */
	
	#scroll-up {
		right: 0;
		bottom: 20%;
		width: auto;
		z-index: 10;
		position: relative;
	}
	#scroll-up .pagetop {
		display: block;
	}
	#scroll-up .scroll_sns > div a img {
		width: auto;
		height: auto;
	}

	
	/* #container
	--------------------------- */
		
	
	/* title */
	
	.contents .tit {
		padding: 15px 0 30px;
	}
	.title_s {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.title_l {
		font-size: 48px;
		font-size: 4.8rem;
	}
	#side .title_s {
		margin-bottom: 10px;
		padding: 0 0 0.3em 20px;
	}
	.hgroup h2 {
		padding-top: 60px;
	}
	.hgroup p {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	/* company_tabley */
	.company_table {
		display: table;
		width: 100%;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.company_table dl {
		display: table-row;
		border: 0 none;
	}
	.company_table dl dt {
		display: table-cell;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
		padding: 1em;
		vertical-align: middle;
		background: #FAFAFA;
	}
	.company_table dl dd {
		display: table-cell;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 1em;
	}
	.member_group ul li {
		width: 19%;
	}


	/* ==============================================
	/* products (min-width: 768px)
	============================================== */

	.products01 {
		padding-bottom: 0;
	}
	.products01 .inner .column {
		margin-bottom: 0;
		padding-top: 50px;
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-webkit-box-align: center;/* Android < 4.3 */
		-ms-flex-align: center;/* IE10 */
		-webkit-align-items: center;/* safari(PC) */
		align-items: center;
	}
	.products01 .inner .column .txt {
		padding-right: 3%;
		padding-top: 0;
		box-sizing: border-box;
	}
	.products01 .inner .column .img {
		width: 276px;
		padding: 10px 0;
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex:0 0 auto; /* IE10 */	
		flex: 0 0 auto;
	}
	.products01 .inner .column h2,
	.products02 .inner h2,
	.products03 .inner h2 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.4;
	}
	.products02 .column {
		padding: 70px 0;
	}
	.products02 .inner h2 {
		margin-bottom: 45px;
	}	
	.products02 .caption {
		font-weight: bold;
		font-size: 18px;
	}
	
	.products03 {
		padding-top: 90px;	/* for anchor link */
		margin-top: -90px;	/* for anchor link */
	}		
	.products03 .column h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.products03 .inner h2 {
		padding: 60px 0 25px;
	}
	
	
	/* ==============================================
	/* Our Story (min-width: 768px)
	============================================== */

	.company_idea {
		padding-top: 90px;	/* for anchor link */
		margin-top: -90px;	/* for anchor link */
	}
	.company_idea .inner h2 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.4;
	}

	
	/* ==============================================
	/* Global locations (min-width: 768px)
	============================================== */

	.locations {
		padding-top: 90px;	/* for anchor link */
		margin-top: -90px;	/* for anchor link */
	}
	.locations .inner h2 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.4;
	}
	.locations .company_info {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.locations .company_info dd strong {
		font-size: 20px;
		font-size: 2rem;
	}

}
@media only screen and (min-width: 992px) {

	/* ==============================================
	/* products (min-width: 992px)
	============================================== */
	
	.products01 .inner .column h2, .products02 .inner h2 {
		font-size: 38px;
		font-size: 3.8rem;
	}
	.contents .tit, .products03 .inner h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.products03 .column .bnr li p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* ==============================================
	/* Our Story (min-width: 992px)
	============================================== */

	.company_idea .column {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-webkit-box-align: center;/* Android < 4.3 */
		-ms-flex-align: center;/* IE10 */
		-webkit-align-items: center;/* safari(PC) */
		align-items: center;
		margin-bottom: 40px;
	}
	.company_idea .inner h2 {
		padding-bottom: 50px;
		font-size: 32px;
		font-size: 3.2rem;
	}
	.company_idea .column .img {
		width: 46.2%;
		padding: 0 8% 0 0;
		text-align: left;
		box-sizing: border-box;
	}
	.company_idea .column .txt {
		width: 53.8%;
	}
	.company_idea .column .txt .sign {
		margin-bottom: 0;
		margin-top: -1.2em;
	}
	
	/* ==============================================
	/* Global locations (min-width: 992px)
	============================================== */

	.locations .inner {
		max-width: 1100px;
	}
	.locations .inner h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.locations .column_wrap {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-webkit-box-pack: justify;/* Android < 4.3 */
		-ms-flex-pack: justify;/* IE10 */
		-webkit-justify-content: space-between;/* safari(PC) */
		justify-content: space-between;
	}
	.locations .column_wrap .column {
		width: 50%;
		max-width: inherit;
		margin: 0;
	}
	.locations .column_wrap .company_profile {
		width: 45.4545%;
	}

	/* ==============================================
	/* footer (min-width: 992px)
	============================================== */
	
	#footer .inner {
		position: relative;
	}
	#footer small {
		font-size: 16px;
	}
	#footer .language_link {
		position: absolute;
		padding: 20px 0;
		margin: 0;
		top: 0;right: 0;
		line-height: 1;
	}

}