@charset "UTF-8";
/* --------------------------------------------------
 * Custom Style Sheet
 *	2018/06/03 -
-------------------------------------------------- */
body {
	background: #FFF;
	color: #333;
}
html>/**/body > div { font-size: 1.4em; }
@media print, screen and ( min-width : 768px ) {
	/*body { min-width: 1120px; }*/
}
@media only screen and ( max-width : 767px ) {
	html>/**/body > div { font-size: 1.3em; }
}
/* --------------------------------------------
 * Default Element Styles
----------------------------------------------- */
/* img */
img { max-width: 100%; height: auto; }
/* PARAGRAPH */
.content-main p {
	line-height: 1.7;
}
.content-main p + p { margin-top: 1em; }
/* FORMS */
input[type=text] { font-size: 100%; }
/* LISTS */
.inline.link-menu li {}
.inline.link-menu li+li {
	margin-left: 1em;
	padding-left: 1em;
}
	.link-menu a { text-decoration: none; }
	.link-menu a:hover { text-decoration: underline; }

/* HEADINGS */
.title.lv2,
.title.lv3 {
	padding-left: 35px;
	position: relative;
}
.title.lv2,
body.is-legacy .module_title {
	font-size: 2.0rem;
	margin-bottom: 1em;
	padding-left: 35px;
	text-indent: -35px;
}
.title.lv2:before,
body.is-legacy .module_title:before {
	border-top: 7px solid #0195CF;
	content: "";
	display: inline-block;
	vertical-align: middle;
	text-indent: 0;
	margin-right: 15px;
	width: 20px;
}
.title.lv2.line-b {
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
.title.lv2-center {
	text-align: center;
}
.title.lv3 {
	font-size: 1.6rem;
	margin-top: 10px;
}
.title.lv3:before {
	border: 4px solid #0195CF;
	content: "";
	display: block;
	height: 4px;
	left: 8px;
	margin-top: -6px;
	position: absolute;
	top: 15px;
	width: 4px;
}
.title.lv3-center {
	text-align: center;
}
.title.lv4 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
}
.title.lv4:before {
	background: #0195CF;
	content: "";
	display: block;
	height: 12px;
	left: 14px;
	margin-top: -5px;
	position: absolute;
	top: 10px;
	width: 6px;
}
.title.fill { background: #F4F4F4; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; }
.title.title-line_bottom { border-bottom: 1px solid #DDD; margin-bottom: .75em; padding-bottom: .5em; position: relative; }
.title.title-line_bottom:before { border-top: 1px solid #0195CF; content: ""; position: absolute; top: 100%; }
.title.lv3-center.title-line_bottom { border-bottom-width: 2px; margin-top: 2em; margin-bottom: 1em; }
	.title.lv3-center.title-line_bottom:before { border-top-width: 2px; left: 50%; }
.title.lv2-center.title-line_bottom { border-bottom: none; margin-bottom: 1em; }
	.title.lv2-center.title-line_bottom:before { left: 50%; }

@media print, screen and ( min-width : 768px ) {
	.title.line-b { border-bottom: 1px solid #DDD; margin-bottom: 1.5em; padding-bottom: .25em; }
	.title.title-line_bottom { font-size: 1.8rem; }
	.title.title-line_bottom:before { width: 70px; }
	.title.lv3-center.title-line_bottom:before { margin-left: -35px; }
	.title.lv2-center.title-line_bottom:before { border-top-width: 4px; margin-left: -45px; width: 90px; }
	.title.lv2-center { font-size: 2.8rem; }
	.title.lv3-center { font-size: 2.2rem; }
}
@media only screen and ( max-width : 767px ) {
	.title.lv2,
	.title.lv3,
	body.is-legacy .module_title { padding-left: 18px; }
	.title.lv2,
	body.is-legacy .module_title{ font-size: 1.5rem; margin-bottom: .75em; padding-left: 17px; text-indent: -17px; }
	.title.lv2:before,
	body.is-legacy .module_title:before { border-top-width: 4px; margin-top: -4px; width: 11px; margin-right: 6px; }
	.title.lv2.line-b { margin-bottom: 10px; }
	.title.lv3 { font-size: 1.4rem; }
	.title.lv3:before {
		border: 2px solid #0195CF;
		height: 3px;
		left: 4px;
		top: 13px;
		width: 3px;
	}
	.title.lv3.line-b { margin-bottom: 15px; }
	.title.lv4 { font-size: 100%; margin-bottom: 10px; padding-left: 12px; }
	.title.lv4:before { height: 9px; left: 4px; margin-top: 0; top: 2px; width: 3px; }
	.title.fill { padding-top: 1em; padding-bottom: 1em; }
	.title.title-line_bottom { font-size: 1.4rem; }
	.title.title-line_bottom:before { width: 50px; }
		.title.lv3-center.title-line_bottom:before { margin-left: -17.5px; width: 35px; }
	.title.lv2-center.title-line_bottom { margin-bottom: 1.5em; }
		.title.lv2-center.title-line_bottom:before { border-top-width: 3px; margin-left: -22.5px; width: 45px; }

}

/* LINES */
hr { border: none; height: 1px; margin: 0; padding: 0; visibility: hidden; }

/* LINKS */
a,
a:link { color: #0195CF; text-decoration: none; }
a:link {}
a:visited {}
a:active {}
a:hover { text-decoration: underline; }
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/* --------------------------------------------
	Page Layout Patterns
----------------------------------------------- */
#container { position: relative; }
.section-wrap { overflow: hidden; }
#content.section-wrap { background-color: #f7fafb; }
/* Only MainColumn */
.oneColumn #mainCol {}
.oneColumn #mainBody {}
@media print, screen and ( min-width : 768px ) {
	#content { margin: 0 auto; min-width: 1120px; }
	/* SubColumn | MainColumn */
	.sm #mainCol { max-width: 1120px; margin: 0 auto; }
	.sm #mainBody { width: 815px; }
	.sm #subCol { width: 265px; }

	/* MainColumn | SubColumn */
	.ms #mainCol { max-width: 1120px; margin: 0 auto; }
	.ms #mainBody { width: 800px; }
	.ms #subCol { width: 265px; padding-top: 20px; padding-bottom: 40px; }

	/* SubColumn | MainColumn | ExtraColumn */
	.smx #mainCol { width: 85%; }
		.smx #mainBody { width: 75%; }
		.smx #subCol { width: 23%; }
	.smx #exCol { width: 13%; }

	/* ExtraColumn | MainColumn | SubColumn */
	.xms #mainCol { width: 85%; }
		.xms #mainBody { width: 75%; }
		.xms #subCol { width: 23%; }
	.xms #exCol { width: 13%; }
	.content-main { line-height: 1.6; }
}
@media only screen and ( max-width : 767px ) {
	#container { width: 100%; }
	.content-main { line-height: 1.5; }
}
/* -----------------------
 * GLOBAL PARTS
----------------------- */
.layout-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1120px;
	position: relative;
	text-align: left;
}
.header-summary {
	text-align: right;
}
@media print, screen and ( min-width : 768px ) {}


/* footer */
.footer_outer {
	background: #3CADD8 url(/files/user/images/common/bg_common_blue.png) no-repeat 0 0 / cover;
}
#footer {
	color: #FFF;
	position: relative;
}
.footer { font-size: 1.2rem; }
	.footer a { color: #FFF; }
/* signature */
.footer-sign {
	text-align: left;
}
	.footer-sign p { display: inline-block; vertical-align: middle; }
/* link */
.footer-link {}
	.footer-link li + li { border-left: 1px solid #FFF; }


@media print, screen and ( min-width : 768px ) {
	.footer-inner { display: table; padding: 23px 0 20px; width: 980px; }
	.footer-sign,
	.footer-link {
		display: table-cell;
		vertical-align: middle;
	}
	.footer-logo { margin-right: 35px; }
}
@media only screen and ( max-width : 767px ) {
	#footer { padding: 15px 0; }
	.footer-sign { text-align: center; }
	.footer-sign .footer-logo { display: block; margin: 0 auto; width: 50px; }
	.footer-sign .copyright { font-size: 1.0rem; margin-top: 10px; }
	.footer-inner {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.footer-link { margin-bottom: 15px;  }
	.footer-link li { display: block; }
	.footer-link li a { display: block; padding: 15px 20px; border-bottom: 1px solid #2C677F; }
	.footer-link li + li { border-left: none; margin-left: 0 !important; padding: 0 !important; }
}
/* footer map */
#footer-map {
	/* background: #3CADD8 url(/files/user/images/common/bg_common_blue.png) no-repeat 0 0; */
	-webkit-background-size: cover;
	background-size: cover;
	text-align: left;
}
	#footer-map a { color: #FFF; }
	#footer-map a:link { text-decoration: none; }
	#footer-map a:hover { text-decoration: underline; }
	.footer-map_inner {}
	.footer-map_inner ul {
		list-style:  none;
		margin: 0;
		padding: 0;
	}
	.footer-map_parent { margin-top: 0; }
	.footer-map_child { font-size: 1.2rem; margin-top: 2.5em; }
		.footer-map_child  li { margin-top: 1.2em; }
@media print, screen and ( min-width : 768px ) {
	#footer-map { padding: 50px 0; /*margin-top: 50px;*/ }
	.endmodel #footer-map { margin-top: 0; }
	.footer-map_inner { margin: 0 auto; width: 980px; }
	#footer-map .box {
		float: left;
		width: 25%;
	}
	#footer-map .box.delta { margin-right: -20px; width: 265px; }
	.footer-map_parent > li > a { font-size: 1.6rem; }
	.footer-map_parent + .footer-map_parent,
	.footer-map_parent > li + li { margin-top: 2em; }
	.footer-map_child  li:before {
		content: "・";
		color: #FFF;
	}
}
@media only screen and ( max-width : 767px ) {
	.footer-map_parent > li { border-bottom: 1px solid #59B7DD; }
	.footer-map_parent > li > a {
		display: block;
		padding: 15px 20px;
	}
	.footer-map_child { display: none; }
}

@media print, screen and (min-width: 768px) {
  .footer-map_inner .footer-map_personal {
    margin-top: 3em;
    font-size: 1.2rem;
  }
  .footer-map_inner .footer-map_personal li {
    display: inline-block;
  }
  .footer-map_inner .footer-map_personal li + li {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #FFF;
  }
}
@media only screen and (max-width: 767px) {
  .footer-map_personal > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #59B7DD;
  }
}

/* to pagetop */
#nav-pagetop {
	clear: both;
	max-width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	top: -30px;
	zoom: 1;
}
#nav-pagetop .link-pagetop {
	background: rgba(0, 0, 0, .8);
	border-radius: 4px;
	color: #fff;
	position: fixed;
	z-index: 9999;
}
#nav-pagetop .link-pagetop a {
	color: #FFF;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	white-space: nowrap;
}
#nav-pagetop .link-pagetop a:after {
	content: "\f077";
	display: block;
	text-indent: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
}
@media print, screen and ( min-width : 768px ) {
	#nav-pagetop .link-pagetop,
	#nav-pagetop .link-pagetop a {
		height: 50px;
		width: 50px;
	}
	#nav-pagetop .link-pagetop {
		bottom: 200px;
		right: 30px;
	}
	#nav-pagetop .link-pagetop a:after {
		font-size: 2.6rem;
	}
}
@media only screen and ( max-width : 767px ) {
	#nav-pagetop .link-pagetop,
	#nav-pagetop .link-pagetop a {
		height: 35px;
		width: 35px;
	}
	#nav-pagetop .link-pagetop {
		bottom: 52px;
		right: 15px;
	}
}
/* -----------------------
 * COMMON PARTS
----------------------- */
.page-head {
	background-color: #f7fafb;
	text-align: center;
	display: flex;
	align-items: center;
	width: 100%;
}
.page-head_inner { text-align: center; }
.page-title { font-weight: bold; }
.page-titl_label {}
.page-title_sub { color: #0195CF; display: inline-block; font-family: Roboto, Arial, Helvetica, "sans-serif"; font-weight: bold; margin-top: 1em; }
.page-title_sub.line { border: 1px solid #0195CF; padding: .25em 2em; }
@media print, screen and ( min-width : 768px ) {
	.page-head { height: 150px; padding: 0 0 40px; }
	.page-title { font-size: 3.2rem; }
	.page-desc { margin-top: .75em; }
	.page-titl_label { font-size: 2.2rem; display: inline-block; margin-right: 0.2em; vertical-align: middle; }
	.page-title_sub { font-size: 1.6rem; }
/*.page-title .brackets:before,
	.page-title .brackets:after { font-weight: normal; }
	.page-title .brackets:before { content: "["; margin-right: .25em; }
	.page-title .brackets:after { content: "]"; margin-left: .25em; }*/
}
@media only screen and ( max-width : 767px ) {
	.page-head { height: 80px; margin-bottom: 28px; padding: 0 1em; }
	.page-title { font-size: 2.0rem; line-height: 1.3; }
	.page-titl_label { font-size: 1.2rem; }
	.page-desc { font-size: 1.0rem; margin-top: 1em; }
}
/* your here */
#yrHere { position: relative; background-color: #f7fafb; }
	#yrHere .icon-fa_home { padding: 0; }
	#yrHere .icon-fa_home:before { margin-top: -.2em; margin-right: .5em; vertical-align: middle; }
@media print, screen and ( min-width : 768px ) {
	#yrHere { color: #666; font-size: 1.2rem; height: 40px; padding: 14px 0; text-align: center; width: 100%; }
		#yrHere a { color: #666; text-decoration: underline; display: inline-block; }
		#yrHere .yrHere-list { text-align: left; margin: 0 auto; width: 1120px; }
		#yrHere li+li { border-left: 1px solid #666; margin-left: 1em; padding-left: 1em; }
}
@media only screen and ( max-width : 767px ) {
	#yrHere { background: #DDD; border-bottom: 1px solid #DDD; font-size: .9rem; overflow: hidden; width: 100%; }
		#yrHere .yrHere-list { max-width: 100%; }
		#yrHere li { position: relative; white-space: nowrap; }
			#yrHere li > a,
			#yrHere li > span { display: block; padding: 9px 8px 9px 16px; }
			#yrHere li+li a { background: #FFF; }
			#yrHere li a:before,
			#yrHere li a:after {
				content: "";
				position: absolute;
				margin-top: -16px;
				top: 50%;
				border-top: 16px solid transparent;
				border-bottom: 16px solid transparent;
				z-index: 1;
			}
			#yrHere li a:before { border-left: 8px solid #DDD; left: 100%; }
			#yrHere li a:after { border-left: 8px solid #FFF; left: 99%; }
		#yrHere li:first-child a { background: #FFF; padding-left: 10px; }
		#yrHere li:first-child a:after { border-left-color: #FFF; }
}
/* float menu */
@media print, screen and ( min-width : 768px ) {
	#sidemenu {
		position: fixed;
		top: 135px;
		right: 0;
		z-index: 9999;
		font-size: 75%;
	}
	.menu-ipros, .menu-catalog {
		margin: 10px -1px 0 0;
		display: flex;
		justify-content: flex-end;
		text-align: center;
	}
	.menu-ipros p, .menu-catalog p {
		width: 78px;
		padding: 5px 5px 10px;
		background: #fff;
		border-radius: 8px 0 0 8px;
		font-weight: bold;
		border: 1px solid #333;
	}
	.menu-catalog p {
		background: #004966;
		border: none;
	}
	.menu-ipros img, .menu-catalog img {
		margin: 5px;
	}
	.menu-ipros a, .menu-catalog a {
		color: #333;
		text-decoration: none;
		line-height: 1.2;
	}
	.menu-catalog a {
		color: #FFF;
	}
	.menu-catalog .new {
		background-color: #d90000;
		margin-top: 5px;
		padding: 2px;
		font-weight: normal;
		width: 40px;
		display: inline-block;
	}
}
.menu-float {}
	.menu-float ul { list-style: none; margin: 0; padding: 0; }
	.menu-float a,
	.menu-float .menu-float__nolink { color: #333; }
@media print, screen and ( min-width : 768px ) {
	.menu-float {
		background: #f3f3f3;
		border-radius: 8px 0 0 8px;
		border: 1px solid #ddd;
		color: #333;
		display: block;
	}
		.menu-float a,
		.menu-float .menu-float__nolink {
			display: block;
			font-weight: bold;
			position: relative;
			text-decoration: none;
			white-space: nowrap;
			width: 100%;
		}
		.menu-float a.icon,
		.menu-float .menu-float__nolink.icon { position: relative; }
		.menu-float a.icon:before,
		.menu-float .menu-float__nolink.icon:before {
			content: "";
			display: block;
			vertical-align: middle;
			width: 25px;
			height: 25px;
			background-image: url(/files/user/images/common/sprite_icon_floatmenu.png);
			background-repeat: no-repeat;
			background-size: auto;
		}
		.menu-float a.icon.icon-ipros { font-size: 80%; }
		.menu-float a.icon.icon-login:before { background-position: 0 0; }
		.menu-float a.icon.icon-regist:before { background-position: 0 -50px; }
		.menu-float a.icon.icon-dl:before { background-position: 0 -100px; }
		.menu-float a.icon.icon-contact:before { background-position: 0 -150px; }
		.menu-float a.icon.icon-rental:before { background-position: 0 -250px; }
		.menu-float a.icon.icon-quotation:before { background-position: 0 -350px; }
		.menu-float a.icon.icon-logout:before { background-position: 0 -400px; }
		.menu-float a.icon.icon-guide:before,
		.menu-float .menu-float__nolink.icon.icon-guide:before { background-position: 0 -450px; }
		.menu-float a.icon.icon-magazine:before { background-position: 0 -500px; }
		.menu-float a.icon.icon-rental2:before { background-position: 0 -598px; }
		.menu-float a.icon.icon-seminar:before { background-position: 0 -650px; }
		.menu-float a.icon.icon-ipros:before { background-position: 0 -550px; width: 35px; height: 25px; }
		.menu-float .icon.icon-limited,
		.menu-float .icon.icon-free {
			border-radius: 2px;
			font-weight: bold;
			position: absolute;
			top: 50%;
			right: 0;
			white-space: nowrap;
			transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			-webkit-transform: translate(0, -50%);
			text-align: center;
			width: 52px;
			opacity: 0;
			transition: opacity .2s;
		}
		.menu-float .icon.icon-limited {
			background: #000;
			color: #EDA900;
			font-size: 11px;
			line-height: 18px;
		}
		.menu-float .icon.icon-free {
			border: 2px solid #000;
			font-size: 12px;
			line-height: 30px;
		}

/* default */
.menu-float {
	transition: width .3s;
	/* overflow: hidden; */
	padding: 0;
	width: 77px;
}
/*.menu-float.is_login { width: 77px; }*/
	.menu-float a,
	.menu-float .menu-float__nolink { overflow: hidden; padding: 7px 0; text-align: center; }
		.menu-float a .long,
	.menu-float .menu-float__nolink .long { display: none; }
	.menu-float a.icon:before,
	.menu-float .menu-float__nolink.icon:before { margin: 0 auto 5px; }
		.menu-float a.icon .icon,
		.menu-float .menu-float__nolink.icon .icon { visibility: hidden; }
	.menu-float .menu-float_list { padding: 5px; }
		.menu-float_list .menu-float_user ul.magazine,
		.menu-float_list .menu-float_dl ul,
		.menu-float_list .menu-float_guide ul,
		.menu-float_list .menu-float_contact ul {
			height: 0;
			opacity: 0;
			visibility: hidden;
			transition:
				height .1s ease-out,
				opacity     .1s linear,
				visibility  .1s linear;
		}

}
@media only screen and ( max-width : 767px ) {
	#sidemenu { display: none !important; }
}

/* for old contents */
body.is-legacy { font-size: 1.0em; }
body.is-legacy #yrHere { margin-top: 0; position: relative; }
body.is-legacy h1.header-logo { margin-bottom: 0 !important; }
body.has-fulllayer .header-summary,
body.has-fulllayer .header-menu,
body.has-fulllayer .menu-float,
body.has-fulllayer #nav-global,
body.has-fulllayer #yrHere,
body.has-fulllayer #footer-map,
body.has-fulllayer .footer-link { display: none; }
@media print, screen and ( min-width : 768px ) {
	body.is-legacy #yrHere { background: #004966; }
	#contents.container { margin: 50px auto; width: 680px; }
	body.has-fulllayer #contents.container { margin-top: 0 !important; width: 100% !important; }
	body.is-legacy.has-fulllayer #main_contents.row { display: block; width: 100%; }
}
@media only screen and ( max-width : 767px ) {
	#contents.container { width: 100% !important; margin: 15px 0; padding: 10px; }
	#contents.container img:not(.w-auto) { width: 100% !important; height: auto !important; }
	body.has-fulllayer #contents.container { margin-top: 0 !important; }
	body.has-fulllayer #sp-menu { display: none; }
	body.is-legacy > div { font-size: 13px; }
}

/* menu-float */
.menu-float_list > .hasChild {
  position: relative;
}
.menu-float_list > .hasChild:hover .menu-float_childWrap {
  clip-path: inset(0 -10px -5px -5px);
}
.menu-float_childWrap {
  position: absolute;
  top: 0;
  right: 84px;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.4s 0.1s;
}
.menu-float_child {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 200px;
  background: #f3f3f3;
}
.menu-float_child.col2 {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
.menu-float_child::before {
  position: absolute;
  top: 20px;
  right: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #f3f3f3;
  border-right: 0;
  content: "";
}
a.menu-float_childItem {
  display: flex;
  align-items: center;
}
a.menu-float_childItem.col2 {
  width: 50%;
}
.menu-float_childItem img {
  width: 48px;
}
.menu-float_childItem .en {
  position: relative;
  padding: 0 1em 0 14px;
  color: #bcbcbc;
  font-family: Arial, Helvetica, "sans-serif";
}
.menu-float_childItem .en::before {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  margin-top: -2px;
  content: "";
}



.m-contact {
	background: #004966;
}


.page-gme_technical_detail #aboutgme .sec1 {
	display: flex;
	align-items: center;
	margin: 1em 0;
}
.page-gme_technical_detail #aboutgme .sec1 > * {
	flex-basis: 50%;
}
.page-gme_technical_detail #aboutgme .sec1 ul {
	margin-top: -1.5em;
}
.page-gme_technical_detail #aboutgme .sec2 {
	margin: 2em auto 0;
}
@media screen and (min-width: 768px) {
	.page-gme_technical_detail #aboutgme .sec2 {
		width: 75%;
	}
}
.page-gme_technical_detail #aboutgme .sec2 a {
	display: flex;
	align-items: center;
	border: 1px solid #CCC;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.page-gme_technical_detail #aboutgme .sec2 img {
	margin: 15px 30px 15px 15px;
	vertical-align: bottom;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.page-gme_technical_detail #aboutgme .sec2 img {
		width: 50%;
	}
}
.page-gme_technical_detail #aboutgme .sec2 span {
	display: block;
}
@media screen and (min-width: 768px) {
	.page-gme_technical_detail #aboutgme .sec2 span.ltitle {
		font-size: 2rem;
	}
	.page-gme_technical_detail #aboutgme .sec2 .btn {
		margin-top: 1em;
	}
}
.page-gme_technical_detail #aboutgme .btn {
	background-color: #0195CF;
	color: #FFF;
	text-align: center;
	padding: 3px;
	text-decoration: none;
	display: block;
	width: 100%;
}
.page-gme_technical_detail #aboutgme .sec4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2em 0 1em;
}
.page-gme_technical_detail #aboutgme .sec4 a {
	width: 32%;
}
@media screen and (max-width: 767px) {
	.page-gme_technical_detail #aboutgme .sec4 a {
		width: 49%;
		margin-bottom: 5px;
	}
}
.page-gme_technical_detail #aboutgme .sec5 {
	text-align: center;
	color: #333;
	padding: 10px;
	text-decoration: none;
	margin: 1em auto 3em;
	display: block;
	border: 1px solid #333;
	border-radius: 5px;
}
@media screen and (min-width: 768px) {
	.page-gme_technical_detail #aboutgme .sec5 {
		width: 75%;
	}
}