#wrap {
	margin: 0;
	padding: 0;
}
#content-wrap {
	margin: 0;
	padding: 60px 0 0 0;
}
#content {
	position:relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0 none;
}
#visual {
	position: relative;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	z-index: 0;
}
#visual ul li {
	position:relative;
	min-height: 500px;
	overflow: hidden;
}
#visual ul li .item01 {
	position:relative;
	float: right;
	width: 100%;
	margin-right: 0;
	z-index: 1;
}
#visual ul li.item-gogopr {
	background: url(/images/main/item03-1.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#visual ul li.item-barosee {
	background: url(/images/main/item-m-barosee.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#visual ul li .item01 img {
	display: block;
	width: 80%;
	margin: 5% auto 0 auto;
}
#visual ul li .text-content {
	position:relative;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 0 5% 0;
	z-index: 1;
}
#visual ul li .text-content .sub-title {
	position:relative;
	display: block;
	color: #222;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	z-index: 1;
}
#visual ul li .text-content h2 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 180%;
	line-height: 28px;
	margin: 0 0 10px 0;
	z-index: 1;
}
#visual ul li .text-content h2 span {
	display: block;
	color: #fbfb73;
	padding-bottom: 5px;
}
#visual ul li .text-content p {
	position: relative;
	font-size: 95%;
	line-height: 24px;
	letter-spacing: -0.75px;
	z-index: 1;
}
#visual ul li .text-content a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 90%;
	margin-top: 15px;
	padding: 10px 25px;
	background: #333;
	border-radius: 3px;
}
#visual ul li .text-content a.demo {
	margin-left: 5px;
}
#visual ul li .text-content a:hover,
#visual ul li .text-content a:focus {
	background: #ff4500;
}
#visual ul li .text-content span.sub-title,
#visual ul li .text-content h2,
#visual ul li .text-content h2 span,
#visual ul li .text-content p {
	text-align: center;
}
#visual ul li span.space {
	position: absolute;
	top: -15%;
	left: -15%;
	width: 300px;
	height: 300px;
	background: url(/images/main/item03.svg) 0 0 no-repeat;
	background-size: 80%;
	z-index: 0;
}
#visual ul li span.space00 {
	display: block;
	position: absolute;
	top: -33%;
	left: 50%;
	width: 300px;
	height: 226px;
	background: url(/images/main/item02.svg) 0 0 no-repeat;
	background-size: 80%;
	z-index: 0;
}
#visual ul li span.space01 {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 540px;
	height: 100%;
	background: #4cdadc;
	z-index: -1;
}
#visual ul li span.space02 {
	display: none;
}

#visual ul li.item02 {
	background: url(/images/main/item02-1.jpg) center center no-repeat;
	background-size: cover;
}
#visual ul li div.content {
	position: relative;
	top: 80px;
	width: 90%;
	margin: 0  auto;
	padding: 30px;
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
	-webkit-border-radius: 10px;

}
#visual ul li div.content .sub-title,
#visual ul li div.content h2,
#visual ul li div.content p {
	color: #fff;
}
#visual ul li div.content .sub-title {
	font-size: 90%;
	text-align: left;
}
#visual ul li div.content h2 {
	color: #ffff00;
	font-size: 150%;
	text-align: left;
	letter-spacing: 1px;
	padding: 0 0 20px 0;
}
#visual ul li div.content a {
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	padding: 11px 30px;
	background: #ff4500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#visual ul li.item-gogopr div.content a {
	background-color: #009fff;
}
/*#visual ul li.item-barosee a.link-btn,*/
#visual ul li.item-gogopr a.gogopr-link,
#visual ul li a.demo {
	margin-left: 5px;
}
#visual ul li div.content a:hover,
#visual ul li div.content a:focus {
	color: #ff4500;
	background: #fff;
}
#visual ul li.item-gogopr div.content a.gogopr-link {
	color: #ff4500;
	padding-left: 27px;
	background-color: #fff;
}
#visual ul li.item-gogopr div.content a.gogopr-link span {
	padding-left: 22px;
	background: url(/images/common/gogopr-link-icon.svg) 0 50% no-repeat;
}
#visual ul li.item-barosee div.content a {
	color: #000;
	background-color: #ffed1f;
}
#visual ul li.item-barosee div.content a.link-btn {
	color: #ff4500;
	width: auto !important;
	height: auto !important;
	padding-left: 27px;
	background-color: #fff;
}
#visual ul li.item-barosee div.content a.link-btn span {
	padding-left: 22px;
	background: url(/images/common/barosee-emblem.svg) 0 50% no-repeat;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper {
	position: relative;
	max-width: 100%;
	padding: 0;
}
.bx-wrapper img {
	display: block;
	max-width: 100%;
}
.bx-wrapper .bx-pager {
	/*position: absolute;
	bottom: 12px;*/
	margin: 0;
	padding: 18px 0 0 0;
	text-align: center;
}
.bx-wrapper .bx-controls-auto {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
}
.bx-wrapper .bx-pager {
	color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: top;

	height: 1%;
}
.bx-wrapper .bx-pager .bx-pager-item {
	height: auto;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: top;

	height: 1%;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	height: auto;
}
.bx-wrapper .bx-controls {
	text-align: center;
	padding: 20px 0 30px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 4px;
	background: #aaa;
	border: 3px solid #aaa;
	border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
	border-color: #ff4500;
}
.bx-wrapper .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 50%;
	width: 17px;
	height: 26px;
	text-indent: -9999px;
	margin-top: -80px;
	padding: 25px 20px;
	z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	padding-left: 10px;
	background: rgba(0,0,0,0.4) url(/images/common/slider-prev.svg) no-repeat center center;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	padding-right: 10px;
	background: rgba(0,0,0,0.4) url(/images/common/slider-next.svg) no-repeat center center;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover,
.bx-wrapper .bx-controls-direction a.bx-prev:focus {
	padding-left: 30px;
	background-color: rgba(0,0,0,1);
}
.bx-wrapper .bx-controls-direction a.bx-next:hover,
.bx-wrapper .bx-controls-direction a.bx-next:focus {
	padding-right: 30px;
	background-color: rgba(0,0,0,1);
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url(/images/common/pager-play.svg) 0 0 no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
	display: none;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url(/images/common/pager-stop.svg) 0 0 no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
	display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	display: inline-block;
	vertical-align: top;
	padding-top: 1px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 16px;
}


#service {
	padding: 30px 2.5%;
	background: #efefef;
}
#service h3 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 30px 0;
}
#service ul {
	width: 100%;
}
#service ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 100%;
	margin: 1% 0;
	padding: 5%;
}
#service ul li h4 {
	font-size: 15px;
	/*font-weight: normal;*/
	padding: 15px 5px 5px 5px;
}
#service ul li h4 a {
	color: #262626;
}
#service ul li h4 a:hover,
#service ul li h4 a:focus {
	color: #ff4500;
}
#service ul li a.service-img {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	background: #fff;
}
#service ul li a.service-img img {
	max-width: 100%;
}
#service ul li a.service-img:hover,
#service ul li a.service-img:focus {
	border-color: #ff4500;
}
#service ul li p {
	color: #555;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 5px;
}
#service ul li p span {
	display: block;
	line-height: 22px;
}

.parallax-window {
	position: relative;
	min-height: 300px;
	background: transparent;
}
.parallax-window .must-info {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 10% 2.5%;
	z-index: 1;
}
.parallax-window .must-info h2 {
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 4px;
}
.parallax-window .must-info p {
	color: #f9f9f9;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	width: 90%;
	margin: 20px auto;
}
.parallax-window .must-info ul {
	text-align: center;
	margin: 40px auto 0 auto;
}
.parallax-window .must-info ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.parallax-window .must-info ul li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid #fff;
}
.parallax-window .must-info ul li a:hover,
.parallax-window .must-info ul li a:focus {
	color: #222;
	border: 2px solid #fff;
	background: #fff;
}

#solution {
	padding: 30px 1.5%;
	background-color: #f4f4f4;
	background-image: linear-gradient(#fafafa 1px, transparent 1px),
	linear-gradient(90deg, #fafafa 1px, transparent 1px),
	linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px),
	linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
	background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
#solution h3 {
	font-size: 18px;
	text-align: center;
	padding: 0;
}
#solution ul {
	width: 100%;
}
#solution ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 3% 2%;
}
#solution ul li h4 {
	font-size: 15px;
	/*font-weight: normal;*/
	text-align: center;
	padding: 25px 5px 5px 5px;
}
#solution ul li h4 a {
	color: #262626;
}
#solution ul li h4 a:hover,
#solution ul li h4 a:focus {
	color: #ff4500;
}
#solution ul li a.solution-img {
	display: block;
	text-align: center;
	max-width: 92px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	background-color: #fff;
}
#solution ul li a.solution-img img {
	min-width: 50px;
}
#solution ul li a.solution-img:hover,
#solution ul li a.solution-img:focus {
	border-color: #ff4500;
}
#solution ul li p {
	color: #555;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 5px;
}
#solution ul li p span {
	display: block;
	line-height: 22px;
}
#board {
	position: relative;
	width: 100%;
	height: 100%;
}
#board .notice-area,
#board .update-area {
	width: 100%;
}
#board .notice,
#board .update {
	position: relative;
	padding: 10%;
}
#board h5 {
	position: relative;
	padding-bottom: 20px;
}
#board ul {
	width: 100%;
}
#board ul li a {
	display: inline-block;
	vertical-align: top;
	color: #222;
	font-size: 13px;
	line-height: 26px;
	text-align: left;
	width: 85%;
}
#board ul li a img {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	padding-left: 3px;
}
#board ul li a i {
	display: inline-block;
	vertical-align: top;
	color: #25f3ce;
	color: #fffb55;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
	margin-right: 5px;
}
#board ul li span {
	display: inline-block;
	vertical-align: top;
	color: #666;
	font-size: 13px;
	text-align: right;
	line-height: 26px;
	width: 15%;
}
#board .notice {
	background-color: #fff;
}

#board ul li a:hover,
#board ul li a:focus {
	color: #ff4500;
}
#board .update {
	background: #fff4c3 url(/images/main/update-bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

#board .update h5 {
	color: #fff;
}
#board .update {
	background-color: #f4fdfd;
}
#board .update ul li a {
	color: #fff;
}
#board .update ul li span {
	color: #ccc;
}

#board a.more {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999em;
	width: 18px;
	height: 18px;
}
#board .update a.more {
	background: url(/images/common/more-white.svg) 0 0 no-repeat;
}
#board .notice a.more {
	background: url(/images/common/more-orange.svg) 0 0 no-repeat;
}
#board a.more:hover,
#board a.more:focus {
	transform: rotate(90deg);
}
#board .update ul li a:hover,
#board .update ul li a:focus {
	color: #25f3ce;
	color: #fffb55;
}

#gogopr {
	margin: 0 auto;
	padding: 10% 1.5%;
	background: #d3d3d3;
	background: #e1d7e2;
}
#gogopr h3 {
	text-align: center;
	margin-top: 0;
}
#gogopr h3 span {
	display: inline-block;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	padding: 9px 30px;
	background: #9f6ea6;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

#gogopr ul li {
	position: relative;
	overflow: hidden;
	min-height: 315px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#gogopr ul li a {
	display: block;
	color: #333;
}
#gogopr ul li a:hover,
#gogopr ul li a:focus {
	color: #EC1C2C;
}
#gogopr ul li span.image {
	display: block;
	position: relative;
	width: 100%;
	min-height: 210px;
	overflow: hidden;
}
#gogopr ul li span.image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	min-height: 100%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#gogopr ul li.wide-image a span.image img {
	max-width: 200%;
}
#gogopr ul li span.prtitle1 {
	display: block;
	color: #161616;
	text-align: left;
	line-height: 20px;
	width: 100%;
	padding: 12px 12px 5px 12px;
	background: #fff;
}
#gogopr ul li span.prtitle2 {
	display: block;
	color: #777;
	font-size: 80%;
	line-height: 18px;
	text-align: left;
	width: 100%;
	padding: 5px 12px 12px 12px;
	background: #fff;
}
#gogopr .bx-wrapper {
	margin: 0 auto;
}
#gogopr .bx-wrapper .bx-controls {
	text-align: center;
	padding: 10px 0 0 0;
}

#links {
	margin: -1px 0 0 0;
	padding: 15% 0;
	background: #fff;
}
#links ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 10% 0 0 0;
	padding: 0;
}
#links ul li:first-child,
#links ul li:nth-child(2) {
	margin: 0;
}
#links ul li:first-child a img,
#links ul li:nth-child(2) a img {
	width: 50%;
}
#links ul li a {
	display: block;
	text-align: center;
	opacity: 1;
}
#links ul li a:hover,
#links ul li a:focus {
	opacity: 0.6;
}



.parallax-window01 {
	min-height: 100px;
}
.parallax-window01 .message {
	text-align: center;
	padding: 12% 0;
}
.parallax-window01 .message p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	background: rgba(0,0,0,.5);
}
.parallax-window01 .message span {
	display: block;
	text-align: center;
}
.parallax-window01 .message span.must-everyone {
	display: block;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}
#main-quick {
	display: none !important;
}
#content div.box-area-btn{
	margin: 0 auto;
	width:310px;
}
#content .box-area div.box-area-btn p{
	display: inline-block;
	margin-right:5px;
}
#content .box-area div.box-area-btn p a.area-btn-2{
	display: inline-block;
	margin-right:none;
	color: #eb0d70;
	background-color: #fff;
}
#content .box-area div.box-area-btn p a.area-btn-2:hover{
	color: #fff;
	background-color: #eb0d70;
}
@media screen and (min-width: 1200px) {
	#gogopr ul li {
		min-height: 530px;
	}
	#gogopr ul li span.image {
		min-height: 415px;
	}
	#links ul li {
		margin: 0;
	}
}


#visual ul li.item-barosee div.content a {
	color: #000;
	background: #ffed1f;
	margin-right:5px;
}
#visual ul li.item-barosee div.content a.link-btn {
	color: #eb0d70;
	background-color: #fff;
	margin-top:8px;
}