/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: black;
  text-shadow: 1px 1px 0 white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 0px;
}

.flexslider:hover .flex-next {
  opacity: 1;
  right: 0px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  display: none;
}

/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }*/
/*.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 960px;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 33%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 1;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



.coming_soon{
  font-size: 20px;
  color:#382d26;
  text-align: center;

  margin-top: 24px;
  margin-bottom: 110px;
}





/*--------------------
sec-topics 
--------------------*/
#sec-topics {
  padding: 50px 0 50px;
  overflow-x: hidden;
}
#sec-topics h2 {
  margin-bottom: 40px;
}
#sec-topics .flexslider .slides li {
  font-size: 16px;
  width:240px;
  padding: 0 20px;
  color: #646565;
}
#sec-topics .flexslider .slides li p {
  color: #84756d;
  height: 120px;
  overflow: hidden;

  margin-top: 10px;
}


#sec-topics .flexslider .slides li a{
	font-size:16px !important;
	line-height:1.3 !important;
 
  font-weight: bold;
  text-decoration: none;
}


#sec-topics .flexslider .slides li .date {
  /*margin-top: 15px;*/
  color: #84756d;
  line-height: 1.3;

  display: inline-block;
  vertical-align: middle
}
#sec-topics .flexslider .slides li .topics_new {
  width: 40px;
  height: 16px;
  background: url("../img/ja/notice_icon_new.png") no-repeat;

  margin-left: 10px;

  display: inline-block;
  vertical-align: middle
}

#sec-topics .flexslider .slides li .date img {
  display: inline;
  margin-left: 5px;
}
#sec-topics .flexslider .flex-prev {
  left: -50px;
}
#sec-topics .flexslider .flex-next {
  right: -15px;
  /*right: -60px;*/
}
#sec-topics .flexslider .flex-control-nav a {
  width: 10px;
  height: 10px; 
  background: #d8cac2;
  border-radius: 50%; 
  cursor: pointer;

  display: block;
  text-indent: -9999px;
}
#sec-topics .flexslider .flex-control-nav a.flex-active {
  background: #ff7a4d;
  cursor: default;
}
/*
#sec-topics .flexslider .flex-control-paging li a {
  background: #000;
  border: 2px solid #666;
  box-shadow: none;
}
#sec-topics .flexslider .flex-control-paging li a:hover {
  border: 2px solid #fff;
}
#sec-topics .flexslider .flex-control-paging li a.flex-active {
  background: #fff;
  border: 2px solid #fff;
}
 */
 
 .sec-content {
  padding: 10px 0 10px;
  width: 100%;
}

.sec-content h2 {
  text-align: center;
  margin-bottom: 0px;
}

.min-w {
  width: 750px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}  


.casestudy {
  margin-bottom: 130px;
}
.casestudy:last-child {
  margin-bottom: 0;
}
.casestudy .title {
  margin: 60px 0 55px;
  text-align: center;
}
.casestudy .casestudy-body {
  position: relative;
}
.casestudy .summary {
  margin-bottom: 80px;
}
.casestudy .images {
  text-align: center;
  margin-bottom: 75px;
}
.casestudy .desc p {
  margin-bottom: 20px;
}
.casestudy .articles {
  margin-top: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.casestudy .articles .label {
  width: 110px;
  color: #999;
}

.casestudy .articles .label2 {
  width: 130px;
  color: #999;
}

.casestudy .articles ul {
  width: 670px;
}
.casestudy .articles ul a {
  text-decoration: underline;
  line-height: 1.8;
}

.casestudy .articles li{
	font-size:13px;
}




.casestudy-1 .summary {
  width: 610px;
}

.casestudy-1 .summary p{
	height:100px;
}

.casestudy-1 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-2 .summary {
  width: 610px;
}

.casestudy-2 .summary p{
	height:100px;
}

.casestudy-2 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-3 .summary {
  width: 610px;
}
.casestudy-3 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-4 .summary {
  width: 610px;
}
.casestudy-4 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-5 .summary {
  width: 610px;
}
.casestudy-5 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-6 .summary {
  width: 610px;
}
.casestudy-6 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-7 .summary {
  width: 610px;
}
.casestudy-7 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-8 .summary {
  width: 610px;
}
.casestudy-8 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-9 .summary {
  width: 610px;
}
.casestudy-9 .app-icon {
  position: absolute;
  top: 0;
  right: 0;
}







/*--------------------
campaign 
--------------------*/

.campaign{
	background-color:#fff;
	color:#010101;
	margin-bottom:60px;
}

.campaign a:hover {
  color: #fff !important;
  text-decoration: none;
}
.campaign a.active {
  color: #fff !important;
  text-decoration: none;
}


.campaign h2{
	text-align:center;
	margin-bottom:30px;
	padding-top:50px;
}

.campaign p{
	text-align:center;
	margin-bottom:60px;
}


.free_campaign{
	background: url(../img/campaign_gradation_area.png);
	width:852px;
	height:333px;
	margin:0 auto;
	position:relative;
}

.txt_first_arrival{
	position: absolute;
	left: 215px;
	top: 28px;
}

.txt_free_campaign{
	position: absolute;
	left: 40px;
	top: 136px;
}

.free_campaign .btn{
	position: absolute;
	left: 480px;
	top: 162px;
}

.txt_period{
	position: absolute;
	left: 465px;
	top: 245px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height:1.1;
}

.btn-campain{
	padding: 17px 73px;
	font-size: 20px;	  
}

.min-w_header{
  height: 100%;
}
.g-header{
  height: 100%;
}
.f-left{
  height: 100%;
}



#g-fixed-header_spottour {
  background-color: #17B3D6d8;
  width: 100%;
  height: 48px;
  overflow: hidden;
  position: fixed;
  transition: .2s;
  /*position:absolute;*/
  /*top: -60px;*/
  z-index: 99999;

/*  border-bottom-color: #ff7a4d;
  border-bottom-width: 2px;
  border-bottom-style: solid;*/
}

#g-fixed-header_spottour.hide{
    transform: translateY(-100%);
}

.min-w_header {
  min-width: 1200px;
  width: 100%;
  max-width: 75%;
}


#g-fixed-header_spottour a{
  font-size: 14px;
	color: #FFFFFF;
}

.header_logo{
  width: 156px;
  height: 35px;
  background: url("../img/ja/menu_img_logo.png") no-repeat;

  line-height: 120px;
  display: inline-block;
  vertical-align: middle;
}


.header_nav_area{
  float: right;
}
.header_nav_line{
  height: 30px;
  text-align: right;
}

.header_nav{
  float: none;
  display: inline-block;
}

.header_nav   li{
  margin-left: 38px !important;
}

.g-header nav {
    margin-top: 8px;
}



.to_center{
	text-align:center;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}



.mb50{
	margin-bottom:50px;
}

.mb70{
	margin-bottom:70px;
}

.pt130{
	padding-top:130px;
}

.pt10{
	padding-top:10px;
}


.pt60{
	padding-top:60px;
}

.pt70{
	padding-top:70px;
}


.pb40{
	padding-bottom:40px;
}

.pb70{
	padding-bottom:70px;
}


#intro{
	width:100%;
	margin-bottom:38px;
  text-align: center;
}


.headline_intro1{
	/*float:left;*/
	padding-top:160px;
}

.headline_intro2{
	float:right;
	padding-top:114px;
}

.headline_txt_wrap{
	margin:0 auto;
	width:770px;
	background-image: url(../img/pix.gif);
}

.intro_txt{
  text-align: center;
  visibility: hidden;
}

.intro_txt_b{
	padding-top:44px;
	margin-left:86px;
}


.toled{
	color:#01AFC8;
	line-height:1.2;
	font-size:18px;
	text-decoration:none;
}

.toled:hover{
	color:#01AFC8;
	line-height:1.2;
	font-size:18px;
	text-decoration:none;
}

#about {
	color:#646565;
	line-height:1.2;
	font-size:18px;
}



.about_txt_wrap{
	width:770px;
	margin:0 auto;
	background-image: url(i../mg/pix.gif);
}

.about_movie_wrap{
	width:765px;
	margin:0 auto;
	padding-bottom:100px;
}


#solution h2 , #new h2{
	margin-bottom:18px;
}


#solution , #new{
	padding-bottom:14px;
}




.box_wrap{
	width:964px;
	margin:0 auto;
	margin-bottom:38px;
}


.box_a{
	float:left;
	margin-left:22px;
}

.box_b{
	float:left;
	margin-left:18px;
}

.sbox_a{
	float:left;
}

.sbox_b{
	float:right;
	width:265px;
	margin-left:20px;
}

.ex_title{
	margin-bottom:15px;
	
}


#guide{
	margin-bottom:58px;	
}

#guide h2{
	margin-bottom:0px;
}

#guide .guide_cont_wrap{
	margin-bottom:0px;
 }


#guide .userguide_title{
	background: url(../img/usergide_line.png) left bottom no-repeat;
	width:932px;
	margin:0 auto;
	margin-bottom:23px;
}

#guide .userguide_title img{
	vertical-align:bottom;
}

#guide .userguide_txt1{
	margin:0 auto;
	width:964px;
	line-height:1.3;
	color:#646565;
	font-size:18px;
	margin-bottom:23px; 
}

#guide .userguide_txt1 p{
	margin-left:74px;
	background: url(../img/pix.gif) left bottom no-repeat;
	max-height: 999999px;

}

.no4lay{
	width:964px;
	margin:0 auto;
}

.no4lay_inner{
	margin-left:74px;
}

.userguide_txt1_lay_left{
	width:650px;
	float:left;	
}

.userguide_img_lay_right{
	float:left;		
}




#guide .userguide_img{
	text-align:center;
}

#guide .userguide_txt2{
	margin:0 auto;
	width:964px;
	line-height:1.3;
	color:#646565;
	font-size:18px;
	margin-top:23px;
}

#guide .userguide_txt2 p{
	margin-left:74px;
	background: url(../img/pix.gif) left bottom no-repeat;
	max-height: 999999px;

}


#movie .movie_youtube{
	margin-top:45px;
	margin-bottom:45px;
}



#about .item{
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 48px;
}
#about .item_box{
  width: 100%;
  background-color: #F9F9F9; 
  padding-top: 48px;
  padding-bottom: 60px;
}


/*#about .item_topics{
  width: 100%;
}
#about .item_how_to{
  width: 980px;
}
#about .item_purchase{
  width: 400px;
  height: 100px;
  margin-top: 112px;
  margin-bottom: 124px;
}*/

#about .item .title{
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #17B3D6;
}

/*#about .item .img_service{
  width: 409px;
  height: 33px;
  background: url("../img/about_title.png") no-repeat;
}*/
/*#about .item .title_feature{
  width: 371px;
  height: 34px;
  background: url("../img/feature_title.png") no-repeat;
}
#about .item .title_movie{
  width: 315px;
  height: 32px;
  background: url("../img/movie_title.png") no-repeat;
}
#about .item .title_topics{
  width: 139px;
  height: 33px;
  background: url("../img/notice_title.png") no-repeat;
}
#about .item .title_how_to{
  width: 214px;
  height: 34px;
  background: url("../img/how_to_title.png") no-repeat;
}*/

#about .item .desc{
  font-size: 18px;
  text-align: center;
  color: #382d26;
  line-height: 1.3;

  margin-top: 22px;
  margin-bottom: 40px;
}

/*#about .item .img_how_to{
  width: 980px;
  height: 450px;
  background: url("../img/how_to_img_01.png") no-repeat;
}*/


#about .item_feature{
  width: 857px;
}



#about .item .table{
  margin-bottom: 32px;
  margin-top: 24px;
  width: 100%;

  display: table;
}

#about .item .table_cell{
  width: 100%;

  display: table-cell;
}

#about .item .table_cell .cell_img{
  width: 410px;
  height:230px;
}

#about .item .table_cell .cell_title{
  width: 410px;

  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 1.3;

  margin-top: 12px;
}

#about .item .table_cell .cell_text{
  width: 410px;

  font-size: 16px;
  text-align: left;
  color: #382d26;
  line-height: 1.3;

  margin-top: 12px;
}




.footer{
  width: 100%;

  padding-top: 50px;
  padding-bottom: 50px;

  background-color: #17B3D6;
}

.footer_inner{
  width: 1100px;
  margin: 0 auto;
}
  
.footer .logo_line{
  width: 100%;
  height: 40px;
}

.footer .logo{
  width: 156px;
  height: 35px;
  background: url("../img/ja/menu_img_logo.png") no-repeat;

  display: inline-block;
  vertical-align: middle;
}

.footer .link{
  font-size: 14px;
  text-align: left;
  color: #FFFFFF;

  margin-left: 40px;

  display: inline-block;
  vertical-align: middle;
}

.footer .copyright{
  font-size: 12px;
  text-align: left;
  color: #FFFFFF;

  margin-top: 50px;
}
  




/*
#setup{
	margin-bottom:58px;
}

#setup h2{
	margin-bottom:28px;
}

.setup_content_wrap{	
	background: url(../img/setup_line.png) left bottom no-repeat;
	width:932px;
	margin:0 auto;
	padding-bottom:5px;
}

.setup_icom{
	float:left;
}

.setup_txt_wrap{
	float:left;
}

.setup_title{
	padding-top:10px;
}

.setup_txt{
	margin-left:45px;
}
*/


#price{
	background-color:#EF9394;
	border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
	width:960px;
	margin:0 auto 50px;
	color:#ffffff;
}

.price_img{
	text-align:center;
	padding:10px 0 16px 0;
}

.cost_a{
	float:left;
	padding:0 25px 0 20px;
}


.cost_b{
	float:left;
	padding-left:20px;
}

.cost_text{
	padding:16px 0;
	line-height:1.5;
}


.contact_text{
	line-height:2;
	padding-bottom:40px;
}

.contact_text a{
	font-size:100%;
	color:#00AEC7;
}

.contact_notice_text {
  text-indent: -1em;
  padding-left: 2em;
}


.purchase_box{
  width: 100%;

  padding-top: 18px;
  padding-bottom: 48px;

  margin: 0 auto;
}

.purchase_btn{
	position:relative;
	z-index:1000000;

  margin: 0 auto;
}

a img {border-style:none;}
a img{border:none;}

.purchase_btn.active {
  display: block;
  width:400px;
  margin:0 auto;

}
.purchase_btn:hover {
  opacity: 0.8;
}
.purchase_btn:hover img {
  -webkit-animation: bounce 0.5s ease-in-out;
  -moz-animation: bounce 0.5s ease-in-out;
  -ms-animation: bounce 0.5s ease-in-out;
  -o-animation: bounce 0.5s ease-in-out;
  animation: bounce 0.5s ease-in-out;
}





.panf_dl_a{
	width:186px;
	margin:15px auto 42px;
}




/*******************/


.panf_dl_btn.active {
  display: block;
  width:186px;

}
.panf_dl_btn:hover {
  opacity: 0.8;
}
.panf_dl_btn:hover img {
  -webkit-animation: bounce 0.5s ease-in-out;
  -moz-animation: bounce 0.5s ease-in-out;
  -ms-animation: bounce 0.5s ease-in-out;
  -o-animation: bounce 0.5s ease-in-out;
  animation: bounce 0.5s ease-in-out;
}




.shop_panf{
	width:430px;
	float:left;
}



.visiter_panf{
	width:430px;
	float:right;
}


.f_l{
	float:left;
}


.f_r{
	float:right;
}


/*******************/

.pamphlet_txt{
	width:880px;
	margin:35px auto 40px;
	font-size:18px;
	color:#646565;
	line-height:1.3;
	background: url(../img/pix.gif) left bottom no-repeat;
	max-height: 999999px;
	
}


.topics_link{
	text-decoration:underline;
}


a.topics_link:hover{
	color:#F5AC16;
	text-decoration:underline;
}


.cooperation_bl{
	color:#000000;
	width:430px;
	margin-top:15px;	
}

.cooperation_bl a{
	text-decoration:underline;
	font-size:14px;
	color:#01AFC8;
}

.cooperation_bl a:hover{
	color:#6DD2E0;
}



/*#performance{
  width:895px;
  margin:0 auto;
  color:#17B2D6;
  margin-top:50px;
  margin-bottom:-20px;

}



#about .item_performance{
  width: 895px;
}

#performance h3{
  margin-top:28px;
  color:#17B2D6;
  margin-left:25px;
  margin-bottom:18px;
}


#performance a{
  color:#17B2D6;
}


.performance_txt{
  font-size:14px;
  max-height: 999999px; 
  line-height:1.25;
}

.performance_txt_a{
  margin-left:25px;
  font-size:18px;
  font-weight:bold;
  margin-bottom:8px;
  max-height: 999999px; 

}

.performance_txt_b{
  margin-left:25px;
  font-size:14px;
  max-height: 999999px; 

}


.performance_txt_c{
  margin-top:60px;
  margin-left:25px;
  font-size:18px;
  font-weight:bold;
  margin-bottom:8px;
  max-height: 999999px; 
}

.performance_txt_d{
  margin-left:25px;
  font-size:14px;
  max-height: 999999px; 

}

.back_blueline{
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border:solid 2px #17B2D6;
}


.pb10{
  padding-bottom:10px;
  
}






.performance_txt span{
  font-size:11px;
}

.performance_about_wrap{
  padding:7px 3px 0px 7px;
  
}

.performance_about{
  float:left;
  width:490px;
}

.performance_image_a{
  float:right;
}

.performance_image_b{
  float:right;
  margin-top:10px;
  
}*/



.headline_news {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 96px;
  background-color: #eeeeee;
  text-align: center;
}
.headline_news .news_item {
  height: 36px;
  font-weight: bold;
  color: #382d26;
  font-size: 14px !important;
}
.headline_news .news_item a {
  color: #0E6EB8;
  font-size: 14px !important;
}



/*
 *言語別画像
 */

.intro_bg{
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 54.06%;
  background: url('../img/en/bg_top.jpg?t=2021073002') 0 0 no-repeat;
  width:100%;
  position:absolute;
  top:0;
  /* リンク反応させるため、他より手前かつヘッダより奥に表示 */
  z-index:90000;
  margin-top: 96px;
}
.intro_bg_ja{
  background: url('../img/ja/bg_top.jpg?t=2021073002') 0 0 no-repeat;
  background-size: contain;
}


#about .item .img_service{
  width: 864px;
  height: 372px;
  margin: 0 auto;
  margin-top: 48px;
  background: url("../img/en/about_img_01.png") no-repeat;
}
#about .item .img_service_ja{
  width: 864px;
  height: 372px;
  background: url("../img/ja/about_img_01.png") no-repeat;
}
#about #service .banner{
  margin: 0 auto;

  width: 864px;
  height: 175px;
  background: url("../img/ja/jichitaiworks_banner.png?ts=2021022602") no-repeat;
  background-size: cover;

  margin-bottom: 40px;
}
#about #service .banner2{
  margin: 0 auto;

  width: 864px;
  height: 105px;
  background: url("../img/ja/yamaguchiforum_banner.png?ts=2021022602") no-repeat;
  background-size: cover;

  margin-bottom: 40px;
}
#about #service .banner_trial{
  margin: 0 auto;
  margin-top: 36px;

  width: 864px;
  height: 140px;
  background: url("../img/ja/trial_banner.png") no-repeat;
  background-size: cover;
}

#about .item_whats{
  width: 857px;

  color:#333333;

  border: solid 2px #17B3D6; 
  padding: 20px;
  padding-top: 24px;
  line-height: 1.8em;

  border-radius: 0.4em;
  box-sizing: border-box;
}
#about .item_whats .title{
  color: #382d26;

  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
}
#about .item_whats .desc{
  margin: 0;
  margin-top: 12px;

  line-height: 1.5em;
  font-size: 0.95em;
  text-align: left;
}
#about .item_whats .info{
  font-size: 0.85em;
  text-align: left;
}
#about .item_whats .link{
  text-align: right;
  font-size: 0.95em;

  color: #17B3D6;
}

#about .item.introduction{
  width: 820px;
}
#about .item.introduction .desc.bold{
  margin-top: 24px;
  margin-bottom: 0px;

  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 1.3;
}
#about .item.introduction .desc{
  margin-top: 12px;
  margin-bottom: 0px;

  font-size: 16px;
  text-align: left;
  color: #382d26;
  line-height: 1.3;
}
#about .item.introduction .img_introduction_01{
  margin-top: 40px;

  width: 820px;
  height: 420px;
  background: url("../img/ja/tour_introduction_img_01.jpg?ts=2020032503") no-repeat;
}
#about .item.introduction .inner_movie_area{
  margin-top: 0px;
}
#about .item.introduction .inner_movie_area .img_introduction_02{
  display: inline-block;

  width: 206px;
  height: 420px;
  background: url("../img/ja/tour_introduction_img_02.jpg?ts=2020032502") no-repeat;
}
#about .item.introduction .inner_movie{
  display: inline-block;
  float: right;

  margin-top: 56px;
  vertical-align: top;
}
#about .item.introduction .img_introduction_04{
  display: inline-block;

  width: 206px;
  height: 420px;
  background: url("../img/ja/phone.fw.png?ts=2020032502") no-repeat;
  background-size: contain;
}
#about .item.introduction .img_introduction_04_sub{
  display: inline-block;
  float: right;

  width: 581px;
  height: 388px;
  background: url("../img/ja/machinoshiten_img.png?ts=2020032502") no-repeat;
  background-size: contain;

  margin-top: 16px;
}
#about .item.introduction .img_introduction_05{
  width: 820px;
  height: 451px;
  background: url("../img/ja/yamaguchi_img.png?ts=2021042601") no-repeat;
  background-size: contain;
}
#about .item.introduction .img_introduction_03{
  width: 820px;
  height: 420px;
  background: url("../img/ja/tour_introduction_img_03.png?ts=2020033101") no-repeat;
}
#about .item.introduction .introduction_line{
  background-color: #CCCCCC;

  width: 820px;
  height: 1px;

  margin-top: 42px;
  margin-bottom: 42px;
}
#about .item.introduction .remarks{
  display: inline-block;
  float: right;

  margin-top: 2px;
  margin-right: 6px;

  font-size: 14px;
  color: #E85B39;
}
#about .item.introduction .link{
  text-align: right;
  font-size: 0.95em;

  color: #17B3D6;
}


#about .item .table_cell .feature_img_01{
  background: url("../img/en/feature_img_01.png") no-repeat;
}
#about .item .table_cell .feature_img_01_ja{
  background: url("../img/ja/feature_img_01.png") no-repeat;
}
#about .item .table_cell .feature_img_02{
  background: url("../img/en/feature_img_02.png") no-repeat;
}
#about .item .table_cell .feature_img_02_ja{
  background: url("../img/ja/feature_img_02.png") no-repeat;
}
#about .item .table_cell .feature_img_03{
  background: url("../img/en/feature_img_03.png") no-repeat;
}
#about .item .table_cell .feature_img_03_ja{
  background: url("../img/ja/feature_img_03.png") no-repeat;
}
#about .item .table_cell .feature_img_04{
  background: url("../img/en/feature_img_04.png") no-repeat;
}
#about .item .table_cell .feature_img_04_ja{
  background: url("../img/ja/feature_img_04.png") no-repeat;
}


#about .item .img_photobook{
  width: 985px;
  height: 634px;
  margin: 0 auto;
  margin-top: 48px;
  background: url("../img/en/photobook_img.png?ts=21091701") no-repeat;
}
#about .item .img_photobook_ja{
  background: url("../img/ja/photobook_img.png?ts=21091701") no-repeat;
}


#about .item .img_article{
  width: 864px;
  height: 486px;
  margin: 0 auto;
  margin-top: 48px;
  background: url("../img/en/tourism_improvement_img_01.png?ts=19112101") no-repeat;
}
#about .item .img_article_ja{
  background: url("../img/ja/tourism_improvement_img_01.png?ts=19112101") no-repeat;
}

#apps .apps_area{
  margin: 0 auto;
  text-align: center;
}
#apps .apps_button{
  display: inline-block;

  margin-left: 18px;
}
#apps .apps_button:first-of-type{
  margin-left: 0px;
}

#about .item_cloudguide{
  position: relative;

  width: 1396px;
  height: 531px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 70px;
  background: url("../img/ja/metro_banner_1396.png?ts=20021001") no-repeat;
  background-size: contain;
}
#about .item_cloudguide_sp{
  position: relative;

  width: 1280px;
  height: 486px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 70px;
  background: url("../img/ja/metro_banner.png?ts=20021001") no-repeat;
  background-size: contain;
}
#cloudguide .btn{
  position: absolute;

  padding: 0;

  left: 498px;
  bottom: 44px;

  width: 400px;
  height: 68px;
  background: url("../img/ja/banner_btn.png?ts=19120902") no-repeat;
  background-size: contain;
}
#cloudguide .btn_sp{
  position: absolute;

  padding: 0;

  left: 456px;
  bottom: 40px;

  width: 366px;
  height: 62px;
  background: url("../img/ja/banner_btn.png?ts=19120902") no-repeat;
  background-size: contain;
}


.btn-basic, .btn-basic:active, .btn-basic:focus {
  color: #fff;
  background-color: #17b3d6;
  border-color: #17b3d6;
  padding: 10px 0;
  min-width: 150px;
  letter-spacing: .1em;

  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-basic:hover {
  color: #ddd;
  opacity: 0.9;
}