@charset "utf-8";
/* CSS Document */

#mega_logo{
    background: #535353 none repeat scroll 0 0;
    color: #aaa;
    line-height: 40px;
    min-height: 40px;
    position: relative;
    width: 100%;
    z-index: 10005;
}
#logo {
    float: left;
    margin: 0 0 0 20px;
    width: 125px;
}
#logo a {
    background: rgba(0, 0, 0, 0) url("../img/megalogo.png") no-repeat scroll left center / 100% auto;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 40px 0 0;
}
#contents{
	font-size:17px !important;
	line-height:180%;
	color: #333;
}
video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: relative;
}




*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  padding: 30px;
}


.fuwapochi_btn_green{
  display: inline-block;
  background:url("../img/btn_bg.png") no-repeat;
  color: #FFF;
  width: 300px;
  padding: 0.8em;
	margin-top: 30px;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
	font-weight: bold;
	font-size: 120%;
	border: 1px solid #fff;
}
.fuwapochi_btn_green:hover{
	 cursor: pointer;
	 text-decoration: none;
    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);
}

#page article{
		background: url("../img/bg.jpg") no-repeat;
		background-color: #edfcfe;
		background-size:contain;
}

.overlay {
    width: 100%;
    height: 90vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.2) 100%);
    background-size: 4px 4px;
    z-index: 2;
}
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
}
.bg-video-wrap video{
	position: absolute;
	bottom: 0;
}

#new_img{
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}

#main_title {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
    height: 190px;
    font-size: 38px;
	font-weight: bold;
    line-height: 1.6;
	color: #fff;
}
#main_title2 {
	font-weight: bold;
	font-size: 150%;
	color: #0a1464;
	line-height: 1.7;
}
#main_txt{
	padding: 10px 0;
	line-height: 1.7;
}
#main_txt span{
	font-weight: bold;
	color: #f0467a;
	font-size: 120%;
}
#new {
  position: relative;
  width: 70%;
  margin: 20px auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	overflow:hidden;

}
#new::before,
#new::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #499CF8;
  border-bottom: 1px solid #499CF8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
#new::before {
  left: 0;
  border-left: 1px solid #499CF8;
}
#new::after {
  right: 0;
  border-right: 1px solid #499CF8;
}

#new_in{
	background: rgba(255,255,255,0.5);
	  margin: 15px 20px;
	padding: 30px;
}

section{
	margin: 40px 0 0;
}
h2{
	font-weight: bold;
	text-align: center;
	font-size: 200%;
	padding-bottom: 30px;
	color: #0a1464;
}
.sub_title{
	font-size: 120%;
	text-align: center;
	padding-bottom: 15px;
}
#turu{
	background: #fff;
	padding:30px;
}
#turu_in,#features{
	width: 960px;
	margin: 0 auto;
}
#turu ul{
    margin:30px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:10px;
	width: 630px;
}
#turu ul li{
    list-style: none;
    padding: 2%;
    margin-bottom: 0;
    position: relative;
}
#turu ul li a:hover{
	opacity: 0.6;
}
.box1{
	background: url("../img/main_img_02.png")no-repeat right;
	width: 960px;
	height: 400px;
	margin: 60px auto;
	position: relative;
}
.box3{
	background: url("../img/main_img_03.png")no-repeat right;
	width: 960px;
	height: 400px;
	margin: 30px auto 10px;
	position: relative;
}
.boxin{
	position: absolute;
	top: 88px;
	left: 460px;
}
.box3 p {
  text-align: right;
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
	text-align: left;
}
.box3 .move {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}
.box_txt{
	padding: 20px;
	background: #fff;
	font-size: 110%;
	line-height: 1.8;
	border: 1px solid #edfcfe;
}
.box_title{
	font-size: 160%;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: 1.4 !important;
}
.box_title_sub{
	font-size: 120%;
}
.boximg{
	padding: 5px 15px;
}

.box2{
	background: url("../img/main_img_01.png")no-repeat left;
	width: 960px;
	height: 400px;
	margin: 50px auto;
	position: relative;
}
.boxin2{
	position: absolute;
	top: 126px;
	right: 480px;
}
.box2 p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
	text-align: left;
	background: #fff;
}
.box2 p.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
.box_txt2{
	padding: 15px;
}
.box .move {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}
.box2 .move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
#function{
	background: #FFFFFF;
	padding: 20px 0 30px;
}
#function ul{
    margin:30px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:10px;
	text-align: center;
	font-size: 150%;
	width: 960px;
}
#function ul li{
    list-style: none;
    padding: 2%;
    margin-bottom: 0;
    position: relative;
}
#function ul li a:hover{
	opacity: 0.6;
}
#function ul li span{
	font-size: 70%;
	margin: 0 auto 0;
	padding: 3px 23px;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #499CF8;
	color: #499CF8;
}
#function ul li img{
	width: 100%;
	padding-top: 10px;
}
#function_txt{
	text-align: center;
	font-size: 120%;
	padding: 15px 0 25px;
}

#main{
	line-height:170%;
	font-size:19px;
	width: 100%;
	height: 0;
	padding-top: calc(500 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../img/main.png) center center / cover no-repeat;
	position: relative;
	margin-bottom: 60px;
}
#main_btn{
	position: absolute;
	top: 2%;
	left: 60%;
}
#support_top{
	background: url("../img/support.png");
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #949494;
	height: 299px;
	width: 960px;
	margin: 50px auto 70px;
	box-shadow: 24px 28px 0px -12px rgba(0,0,0,0.39);
}
#support_top h3{
	font-size: 120%;
}
#support_in{
	padding: 10px 20px 20px 20px;
	width: 60%;
	line-height: 1.9;

}
.titile_s{
	font-size: 80%;
	color: #499CF8;
}
#support h3{
	font-size: 160%;
	color: #373d6f;
	line-height: 1.4;
	padding-bottom: 5px;
}

#support_btn{
    border-radius: 25px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	color: #0a1464;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	width: 220px;
	border: 1px solid #0a1464;
	margin: 10px 0 0 0;
}
#support_btn a{
	color: #0a1464;
	text-decoration: none;
}
#support_btn:hover{
	opacity: 0.7;
}



#question{
	width:960px;
	margin: 20px auto;
	overflow: hidden;
}
#question_left,#question_right{
	width: 48%;
}
#question_left{
	float: left;
}
#question_right{
	float: right;
}
#question dt{
	padding: 0 0 10px;
	color: #499CF8;
	font-weight: bold;
	border-bottom: 1px solid #499CF8;
	font-size: 110%;
}
#question dd{
	padding: 13px 0 30px;
}
#question_in{
	margin: 40px 0;
}
	#topmovie{
		width: 800px;
	margin: 0 auto;
	}
#movie_txt{
	margin: 0 auto;
	width: 750px;
}
.move_txt_s01{
	background: #fff;
	padding: 5px;
	width: 300px;
}
.move_txt_s02{
	background: #fff;
	padding: 5px;
	width: 740px;
}
#movie{
	padding: 20px 0 20px 0;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}


.effect{
	margin-top: 10px;
}

.effect,.effect img{
	text-align: center;
	margin: 0 auto;
}
#characteristic{
	background: url(../img/marit_back.jpg) ;
	background-color: #fff;
	position: relative;
}
.cont_title{
	position: absolute;
	top: -17px;
	margin:auto;
	left: 0;
	right: 0;
	text-align: center;
	height: 60px;
}
.cont_title2{
	margin:auto;
	left: 0;
	right: 0;
	text-align: center;
	height: 60px;
}
.cont_title_b{
	font-size: 170%;
	font-weight: bold;
}
.cont_title_s{
	color: #ffae00;
	font-weight: bold;
	padding-top: 10px;
}

.cont_inner{
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0 70px 0;
}
.characteristic_in{
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.characteristic_title{
	font-size: 170%;
	color: #0a1464;
}

.characteristic_txt{
	padding-bottom: 30px;
	font-size: 18px;
}
#comparison{
	background-color: #F1F1F1;
	position: relative;
}
#product{
	background: url(../img/product_bg.jpg) no-repeat;
	position: relative;
}

#introduction{
	overflow: hidden;
	width: 960px;
	margin: 30px auto 0;
}

 .introduction_in{
	border-radius: 10px;
	float: left;
	width: 31%;
	background: #fff;
	border: 3px solid #fff;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
	margin: 10px 2% 16px 0;
}
 .introduction_in2{
	border-radius: 10px;
	float: left;
	width: 32%;
	background: #fff;
	border: 3px solid #fff;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
	margin: 10px 0 16px 0;
}
.introduction_cate{
    margin: 0 0 5px 0;
	font-weight: bold;
}
.introduction_cate p{
    color: #fff;
    background: #f0467a;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 100%;
    list-style: none;
    display: inline;
}
a .introduction_in:hover,a .introduction_in2:hover{
	border: 3px solid #499CF8;
	opacity: 0.6;
}

.introduction_in img,.introduction_in2 img{
	border-radius: 10px 10px 0 0;
	height: 240px;
	object-fit: cover;
}
.introduction_in:not(:first-child){
	margin-left: 30px;
}
.introduction_in_txt{
	padding: 15px 20px 20px 20px;
	font-size: 80%;
	line-height: 1.7;
}
.introduction_in_txt span{
	font-weight: bold;
	font-size: 140%;
}
#list{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
#introduction ul.list1{
    margin: 20px auto;
	text-align: center;
}
#introduction ul.list2{
    margin: 20px auto;
	text-align: center;
}
#introduction ul.list3{
    margin: 20px auto;
	text-align: center;
}
#introduction ul li{
	display: inline;
    border: 1px solid #f0467a;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 25px;
    margin-left: 8px;
    color: #e81354;
    font-size: 90%;
    background-color: rgba(255,255,255,1);
}
#introduction ul li:hover{
	color: #FFFFFF;
	background: #f0467a;
}
#introduction ul a{
	text-decoration: none;
}



/*よくあるご質問*/

.displayNone {
display: none;
}
.accordion li {
	padding-bottom: 5px;
}
.accordion a {
display: block;
}
.contentWrap {
margin: 10px;
}
.switch {
cursor:pointer;
font-weight: bold;
padding:10px 40px 10px 20px;
font-size: 16px;
background: #eee;
border-bottom: 2px solid #eef0f1;
position: relative;
}
.faq_title{
	font-weight: bold;
	text-align: left;
	color: #5e8fab;
	font-size: 23px;
	margin-bottom: 10px;
}

#faq{
	margin:0 auto;
}
#faq_txt{
	color:#141414;
	text-align:center;
	margin-bottom:20px;
}
#faq_txt a{
	color:#141414;
	text-align:center;
	margin-bottom:20px;
	text-decoration:underline;
}
#faq h2{
	font-size:130%;
	color:#5e8fab;
	margin-bottom:8px;
}
.Contents{
	margin:227px 0 20px;
	width:960px;
}
.ContentInner{
	padding:15px 0 15px 15px;
	background-color: #eef0f1;
	color: #141414;
}
.ContentInner ul{
	padding-left:20px;
}
.ContentInner ul li{
	padding:3px 0;
}
.ContentInner ul li span{
	color:#1b4aab;
}
.ContentInner a{
	color:#141414;
	border-bottom:1px dashed #8C8C8C;
}
.ContentInner p.pagetop_s{
	text-align:right;
}
.ContentInner ol li{
	margin:0 0 8px 20px;
}
.Q{
	background:url(../img/icon_q.png) no-repeat 10px 5px;
	background-color: #fff;
	padding:13px 15px 13px 50px;
	color:#141414;
}
.A{
	background:url(../img/icon_a.png) no-repeat left top;
	padding:5px 0 10px 55px;
	margin-bottom:10px;
}
.switch:after {
position: absolute;
top: 60%;
right: 10px;
margin-top: -18px;
content: '▶';
font-size: 18px;
font-weight: bold;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: all, 0.25s, linear;
-o-transition: all, 0.25s, linear;
-webkit-transition: all, 0.25s, linear;
transition: all, 0.25s, linear;
font-family: sans-serif;
color: #1b4aab;
}
.switch.open:after {
-moz-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
font-family: sans-serif;
}




.map{
	width: 100%;
}
#experience_btn{
    border-radius: 40px;
	padding: 20px 20px 20px 40px;
	margin: 40px auto 0;
	color: #fff;
	background: url(../img/arrow.png) no-repeat 48px center;
	background-color: #f98514;
	font-size: 120%;
	text-align: center;
	width: 470px;
	border: 1px solid #f98514;
	font-weight:bold;
}
#experience_btn a{
	color: #fff;
	text-decoration: none;
}
#experience_btn:hover{
	color: #f98514;
	background: url(../img/arrow_on.png) no-repeat 48px center;
	background-color: #fff;
	border: 1px solid #f98514;
}
a #experience_btn:hover{
	color: #f98514;
	text-decoration: none;
}


@media screen and (max-width: 768px) {
#turu ul,#introduction{
	width: 100%;
}
	.introduction_in,.introduction_in2{
		width: 96%;
		margin: 15px auto;
		float: none;
	}
	#introduction a{
		text-decoration: none;
	}
	#topmovie{
		width: 96%;
	margin: 0 auto;
	}
	#function ul{
		width: 100%;
	}
#function ul{

	grid-template-columns: 1fr 1fr;
}
#question,#features li{
	width:94%;
	margin: 0 auto;
}
#question_left,#question_right,#features,#function{
	width: 100%;
}
#question_left,#question_right{
	float: none;
}
#features ul li span{
	padding: 3px 15px;
}
.campany3 img{
	width:auto;
}
	section {
		margin: 0;
	}
	#new_in {
		margin: 0;
		padding: 10px;
	}
	h2{
		line-height: 1.5;
		font-size: 170%;
		width: 96%;
		margin: 0 auto;
	}
	.bg-video-wrap {
		height: 70vh;
	}
	#main_title {
		height: 430px;
		width: 80%;
		font-size: 30px;
	}
	#main_title img{
		width: 80%;
	}
	#contents{
		margin: 0 !important;
	}
	#turu_in,.box1{
		width: 100%;
		padding: 0;
	}

	#new{
		width: 98% !important;
		margin: 10px auto;
		padding: 10px 3%;
	}
	.boxin{
		left: 0;
		top:200px;
	}
	.boxin2{
		right: 0;
		top:260px;
	}
	.box_title{
		font-size: 160%;
	}
	.box1, .box2, .box3{
		display: none;
	}	
	#support_top{
		height: auto !important;
		background-size: cover !important;
		background-position:top !important;
		width: 98% !important;
		margin: 0 auto 30px;
		box-shadow: none !important;
	}
	#support_in{
		background-color:rgba(255,255,255,0.8);	!important;
		width: 100% !important;
		
	}
	#features ul {
		display: grid;
		grid-template-columns: 1fr 1fr !important;
		gap: 10px;
		text-align: center;
		font-size: 150%;
	}
	#features ul li{
		width: 100%;
	}
	.fuwapochi_btn_green{
		margin: 20px;
	}
	#event_in{
		width: 90%;
		margin: 0 auto;
	}
	#event_left,#event_right{
		width: 100%;
	}
	.box3,.box2{
		width: 100%;
	}
    .tel {
        pointer-events: auto;
    }
}



@media screen and (min-width: 641px) {
.box3,.box2{
	overflow: hidden;		
}
.box_sp,#industry_sp{
	display: none;
}
}

@media screen and (max-width: 640px) {
	#main{
		line-height:170%;
		font-size:19px;
		width: 100%;
		height: 0;
		padding-top: calc(500 / 1000 * 170%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		background: url(../img/main.png) center center / cover no-repeat;
		position: relative;
		margin-bottom: 30px;
	}
	#industry{
		background : url(none) !important;
	}
	.sub_title {
		padding-bottom: 5px;
		font-weight: bold;
	}
	.box_sp,#industry_sp{
		overflow: hidden;
		margin-bottom: 10px;
	}
	.box_sp_img01{
		width: 70%;
		margin: 10px 0 0 0;
		padding: 5px;
	}
	.box_sp_img02{
		width: 70%;
		margin: 10px 0 0 0;
		padding: 5px;
	}
	.box_sp{
		width: 96%;
		margin: 30px auto 40px;
	}
	.box_sp_txt{
		background: #fff;
		padding: 10px;
	}
	.move_txt_s01{
		width: 40%;
	}
	.move_txt_s02{
		width: 98%;
	}
	#movie{
		margin: 0 ;
	}

	.video-container{
		margin-bottom: 50px;
	}
	#contents{
		font-size: 120% !important;
		margin: 
	}
	.cont_title_b{
		font-size: 140%;
		text-align: center;
		widows: 96%;
		padding-left: 2%;
	}
	#product{
		background: url(../img/product_bg.png) ;
		background-color: #fff;
	}
	.characteristic_title,.product_title{
		font-size: 130%;
	}
	.cont_inner,#movie{
		width: 100%;
	}
	.cont_inner{
		padding: 40px 0;
	}
	.characteristic_in,.sub,#characteristic_in_s01,#characteristic_in_s02,#characteristic_in_s03,#industry ul.list1,#industry ul.list2,#industry ul.list3,.characteristic_in,.boxin,.tbl-r05,#comparison ul,#industry_sp,#movie_txt{
		width: 96%;
		margin-left: 2%;
	}
	#comparison ul{
		margin-top: 0;
	}
	#table_attention{
		width: 96%;
	}
	.tbl-r05{
		font-size: 85%;
	}
	table th,table td{
		padding: 0 ;
	}

	.product_title{
		margin: 0;
	}
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin:10px 0 30px;
	}
 
	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#characteristic_in_s01 .effect,#characteristic_in_s02 .effect,#characteristic_in_s03 .effect{
		width: 86%;
	}

	.characteristic_sub{
		font-size: 120%;
	}

	#introduction ul li{
		border: 1px solid #e81354;
		border-radius: 5px 5px 5px 5px;
		padding: 5px 8px;
		margin-left: 1px;
		color: #e81354;
		font-size: 110%;
		display: inline;
		background-color:rgba(255,255,255,0.8);
	}

	#introduction ul.list1,#introduction ul.list2,#introduction ul.list3{
		margin: 10px auto 20px;
	}
	.campany2{
		padding: 0 !important;
	}
	.sub,.showroom,#experience_btn{
			width: 96%;
			margin-left: 2% !important;		
	}
	.sub{
		padding: 15px 0;
		margin: 0;
	}
	#industry_txt{
		padding: 5px 0;
	}
	#experience_btn{
			padding: 10px 0;
	}
	#product_set{
	width: 90%;
	padding: 10px;
	margin-left: 2%;
	}
	#product_set ul{
		width: 98%;
		margin-bottom: 20px;
	}
	#product_set_img{
		width: 70%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.column_left{
		padding: 0;
	}
	.column_left p{
		margin-bottom: 0 !important;
		font-size: 100%;
		padding-bottom: 0;
	}
	#product_set ul li{
		font-size: 100%;
	}
	#product_set{
		margin-top: 10px;
	}
}

@media screen and (max-width: 736px) {
	#top-head .logo {
		width:110%;
	}
	#top-head .logo img{
		width:45%;
	}
}

@media screen and (max-width: 1000px) {
	#main_btn{
		display: none;
	}
}

#top-head_other {
    top: -130px;
    position: absolute;
    width: 100%;
    margin: 150px auto 0;
    padding: 18px 0;
    z-index: 999;
	background:#b2961e;
}
#top-head_other a,
#top-head_other {
    color: #fff;
    text-decoration: none;
	margin-top: 180px;
}
#top-head_other .inner {
    position: relative;
}
#top-head_other .logo {
    float: left;
	margin:0 5% 0 2%;
}
#top-head_other .logo img{
	width:35%;
}
@media screen and (max-width: 736px) {
#top-head_other .logo {
	width:110%;
}
#top-head_other .logo img{
	width:45%;
}
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
	margin: 0.5%;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 10px;
}
#global-nav ul li a:hover {
    color:#0a1464;
}
#global-nav ul li.active {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background:#dfbc24;
}
@media screen and (max-width: 736px) {
#global-nav ul li.active {
	background:none;
}
}

#cp{
	background: #162a6b;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 120%;
}
#cp span{
  color: #162a6b;
  background: #fff;
  margin: 0 auto;
  padding: 3px 10px;
  text-align: center;
}
a .cp_btn {
  text-decoration: none;
  color: #fff;
}
.cp_btn {
  text-align: center;
  padding: 3px 15px;
  border: 2px solid #fff;
  width: 190px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
	margin:15px auto 0;
}

#rental{
	padding:0 0 30px;
  width: 50%;
	margin:0 auto;
}
#rental img{
	text-align:center;
  border: 1px solid #fff;
	background-color:#fff;
  width: 100%;
}
#rental a img:hover{
	opacity:0.8;
}
