@charset "utf-8";
/*------------------------------------------------------------------
 　index   携帯レンタルサービスLP
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 　header
 ------------------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 888;
	box-shadow:1px 1px 5px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
	height: 45px;
}
@media only screen and (max-width:767px){header {height: 50px;}}
header .inner{	max-width: 1050px;}

header h1#headerLogo img {
    float: left;
    width: 170px;
    margin-right: 10px;
    vertical-align: initial;
}

header h1#headerLogo{
	position: absolute;
	top: 0;
	left: 5px;
	padding: 7px 0;
}
header h1#headerLogo img{
	float: left;
	width: 170px;
	margin-right:10px;
	vertical-align: initial;
}
header h1#headerLogo span{
	width: 300px;
	font-size: 1.2rem;
	line-height: 2.5;
	vertical-align: top;
}
@media screen and (max-width:768px) {
	header .inner{	padding: 0 0 0 5px;	}
　header h1#headerLogo span{	
	font-size: 1.0rem;	display: block;
	}
}

@media screen and (max-width:767px) {
header h1#headerLogo{top:0;}
header h1#headerLogo img{	width: 150px; padding: 5px 0 0; }
header h1#headerLogo span{
	font-size: 1.1rem;
	line-height: 3.2;
}
}

@media screen and (max-width:400px) {
header h1#headerLogo span{	
	display: none;
}
}

/*#globalNav -------------------------------*/
header nav{}
header #globalNav{	float: right;}
header #globalNav li {	float: left;}
header #globalNav a{
	position: relative;
	display: block;
	padding: 9px 15px;
	vertical-align: middle;
	text-decoration: none;
	color:#333;
	font-weight: bold;
}
header #globalNav li a.current{	color: #c9151d;}
header #globalNav li a.current::after {	color: #c9151d;}
header #globalNav a:hover {	color: #999;}

@media only screen and (min-width:768px){
	header #globalNav li.appBtn a{ 
		color: #fff;
		background: #c9151d;
		padding: 9px 42px;
		font-size: 1.8rem;
		margin: 0 0 0 10px;
	}
	header #globalNav li.appBtn a:hover{ background: #d81f2d;}
}
.slicknav_menu { display: none;}

@media only screen and (max-width:900px){
header #globalNav a{ padding: 9px 10px; }
	header #globalNav li.appBtn a{ 
		padding: 9px 25px;
		font-size: 1.8rem;
	}
}

@media only screen and (max-width:767px){
#globalNav{	display:none;}
header .inner{　width:100%;　padding:0;}
.slicknav_menu{	display:block;}
}

/* お申込みボタン*/
@media only screen and (max-width:767px) {
#headerAppBtnSP {
	position: fixed;
	top: 0;
	right: 50px;
	font-size: 1.4rem;
	line-height: 3.5;
	z-index: 995;
}
#headerAppBtnSP a {
	display: block;
	height: 50px;
	padding: 0 15px;
	background: #c9151d;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
#headerAppBtnSP a:hover{ background: #d81f2d;}
 }


/*------------------------------------------------------------------
 　main
 ------------------------------------------------------------------*/
main{
	position:relative;
	margin:0;
	}
h2{
	font-size: 38px;
	text-align:center;
	line-height:1.3;
	margin: 0 0 30px;
}
h3{	font-size: 30px;}
h4{	font-size: 20px;}
h2 span{
	display: block;
	font-size: 16px;
	text-align: center;
}

@media only screen and (max-width:767px){
h2{font-size:28px;margin: 0 0 10px;}
h3{	font-size: 24px;}
h4{	font-size: 18px;}
	}




#maintitle .title{
	background:#e72735;
	margin-top: 10px;
	margin-bottom:10px;
	overflow:hidden;
	}
#maintitle .title span.inner{
	max-width:950px;
	line-height:1.0;
	padding:7px 0 0 30px;
	height:40px;
	}
@media only screen and (max-width:640px){
#maintitle .title span.forSP{
	font-size:20px;
	color:#fff;
	text-align:center;
	padding-top:3px;
	padding-bottom: 10px;
	}
#maintitle .title span.inner{
	background:none;
	padding:7px 2% 0;
	text-align:center;
	height:auto;
	}
}



/*------------------------------------------------------------------
   #mainVisual
--------------------------------------------------------------------*/
#mainVisual{ margin:0; z-index:1;}
@media only screen and (max-width:768px){ #mainVisual{ margin:0;padding:0}}
@media only screen and (min-width:768px){ 
	#mainVisual{
	background: #fff url(../img/bg_mainvisual_pc.jpg) no-repeat center 0; 
	border-bottom: 1px solid #FDF8E4;
		line-height: 0;
	}
}
#mainVisual p{ margin: 0;	padding: 0;}

#mainVisual .forPC { 
	max-width: 1050px;
	margin: 0 auto;
}
#mainVisual .ConL{
	position: relative;
	float: left;
	width: 64%;
	padding:0; 
}
#mainVisual .ConL .name{
	position: absolute;
	top:12%;
	left: 10px;
	z-index: 12;
	font-weight: 500;
	font-size: 1.8rem;
}
#mainVisual .ConL .photo{	z-index: 11; }
#mainVisual .ConR{
	position: relative;
	float: right;
	width: 36%;
}
#mainVisual .ConR .pointName{
	position: absolute;
	top: 12%;
	left: 20px;
	z-index: 12;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: right;
}
#mainVisual .ConR .photoPoint{	z-index: 11;}

@media only screen and (max-width:1000px){ 
#mainVisual .ConL .photo{ padding:15px 10px 0;}
#mainVisual .ConL .name{font-size: 1.6rem;}
#mainVisual .ConR .pointName{ font-size: 1.4rem;}
}

@media only screen and (max-width:767px){
#mainVisual .nameSP{
	font-size: 1.3rem;
	padding: 2px;
	font-weight: 500;
	text-align: center;
	background: #343334;
	color: #fff;
	}
#mainVisual .photoSP{
	line-height: 0;	
	}
#mainVisual .pointNameSP{
	font-size: 1.5rem;
	padding: 5px;
	text-align: center;
	background: #f2d23c;
	font-weight: 500;
	}
}

/*------------------------------------------------------------------
   トピックス
--------------------------------------------------------------------*/
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}





/*------------------------------------------------------------------
   #about サービスについて(メリット・料金)
--------------------------------------------------------------------*/
#about{ background: none;}

@media only screen and (max-width:767px){
	#about .inner{	padding: 0;}
}
/* .tab    -----------------------------------------------*/
ul.tabs{
	 position:relative;
	 z-index:2;
	 height: 70px;
	 margin:0;
	 padding:0;
	 }
ul.tabs li{
	 text-align:center;
	 line-height:1.0;
	 }
ul.tabs li a{
	 margin:0;
	 padding: 20px 0 0;
	 width:43%;
	 height: 70px;
	 display:block;
	 text-align:center;
	 font-size: 30px;
	 text-decoration:none;
	 overflow:hidden;
	 border-top-left-radius: 3px;
	 -webkit-border-top-left-radius: 3px;
	 -moz-border-top-left-radius: 3px;
	 border-top-right-radius: 3px;
	 -webkit-border-top-right-radius: 3px;
	 -moz-border-top-right-radius: 3px;
	 color:#222;
	 font-weight:700;
	 }

ul.tabs li a#kaigaiTab{
	position:absolute;
	top:0;
	left:5%;
	background:#e5e4e4;
	}
ul.tabs li a#kokunaiTab{
	position:absolute;
	top:0;
	right:5%;
	background:#e5e4e4;
	}
ul.tabs li a#kaigaiTab:hover{
	color:#007bd6;
	background:#ececec;
	}
ul.tabs li a#kokunaiTab:hover{
	color:#cc3e1c;
	background:#ececec;
	}
ul.tabs li.active a#kaigaiTab{
	color: #fff;
	background: #0e63bb;
	}
ul.tabs li.active a#kokunaiTab{
	color: #fff;
	background: #c73c1b;
	}

ul.tabs li a span{
	font-size: 1.8rem;
	padding: 0 0 0 5px;
}

@media only screen and (max-width:767px){
ul.tabs{
	margin:0;
	height: 56px;
	}
ul.tabs li{	height:auto;}
ul.tabs li a{
	font-size:16px;
	height:auto;
	padding: 12px 0;
	width:43%;
}

ul.tabs li a span{
	display: block;
	font-size: 1.3rem;
	text-align: center;
	padding: 3px 0 0;
}
	
}

/* .tab    -----------------------------------------------*/
.tab{}
.tab_content{
	z-index:1;
	margin:-13px 0 50px;
	border:13px solid #e5e4e4;
	}
/*#kaigai {border:13px solid #e0f1fe;}
#kokunai {border:13px solid #fbe4de;}*/

/* .tabBox   -----------------------------------------------*/
.tabBox{
	clear:both;
	padding:20px 57px 57px;
	}


@media only screen and (max-width:950px){
.tabBox{
	clear:both;
	width:100%;
	padding: 0px 2% 57px;
	}
	}
@media only screen and (max-width:767px){
.tab_content{
	border:none;
	margin:0 0 50px;}
.tabBox{
	clear:both;
	width:100%;
	padding: 0px 3% 57px;
	}
	}

#about .tab_content h3{
	padding: 20px 0 20px;
	margin-bottom: 15px;
	text-align: center;
}
#about #kaigai h3{ 
	border-top: 15px solid #0e63bb;
	background: #e0f1fe;
}
#about #kokunai h3{ 
	border-top: 15px solid #c73c1b;
	background: #f9e1e1;
}

#about .tab_content h4{	
	margin-bottom: 10px;
	font-size: 24px;
	padding-left:10px; 
}
#about #kaigai h4{	border-left : 5px solid #007bd6 ;}
#about #kokunai h4{ border-left : 5px solid #c73c1b ;}

@media only screen and (max-width:767px){	
#about .tab_content  h4{    font-size: 18px;}
}

/* .point ------------------------------------ */
#about .merit{
	margin-bottom:4em;
	border-left: 1px solid #343334;
	border-bottom: 1px solid #343334;
	}
#about .merit li{
	float:left;
	border-top: 4px solid #343334;
	border-right: 1px solid #343334;
	margin: 0;
	padding: 15px 10px 0;
	 }

#about #kaigai .merit li.point1{	background: url(../img/bg_pont1.png) no-repeat right 0; background-size: 100% auto;}
#about #kaigai .merit li.point2{	background: url(../img/bg_pont2.png) no-repeat right 0; background-size: 100% auto;}
#about #kaigai .merit li.point3{	background: url(../img/bg_pont3.png) no-repeat right 0; background-size: 100% auto;}
#about #kaigai .merit li.point4{	background: url(../img/bg_pont4.png) no-repeat right 0; background-size: 100% auto;}

#about #kokunai .merit li.point1{	background: url(../img/bg_pont2.png) no-repeat right 0; background-size: 60% auto;}
#about #kokunai .merit li.point2{	background: url(../img/bg_pont5.png) no-repeat right 0; background-size: 60% auto;}


#about .merit li .point { margin-bottom: 0.5em; font-weight: 500; }
#about .merit li .point strong{ font-size: 1.8rem; color: #c73c1b; }

#about .merit li .txt {
    font-size: 16px;
    font-weight: 700;
	margin: 15px 0 20px;
}
#about #kokunai .merit li .txt { font-size: 22px;}

#about #kaigai .merit li{
	width: 25%;
    min-height: 240px;
    margin: 0;
}
#about #kokunai .merit li{ 
	width:50%; 
	margin: 0;
}
#about .merit li p.additional{
	font-size:13px;
	margin-bottom: 15px;
	}  

@media only screen and (max-width:767px){
#about #kaigai .merit li{ width:50%; }
#about #kokunai .merit li{ width:100%; padding: 15px 10px 0;  }
	
#about #kaigai .merit li.point1{ background-size: 90% auto;}
#about #kaigai .merit li.point2{ background-size: 90% auto;}
#about #kaigai .merit li.point3{ background-size: 90% auto;}
#about #kaigai .merit li.point4{ background-size: 90% auto;}
	
#about .merit li .txt {  font-size: 16px;}
#about #kokunai .merit li .txt {  font-size: 16px;}

}

/* .table01 ------------------------------------ */
#about .table01 th.sale{color: #fedddf;}
#about .table01 td.sale{
	background: #ffe7e9;
	color: #cc0000;
	text-align: center;
}
#about .table01 td .price{	font-size: 2.2rem;}
#about .table01 td span.txtS{	font-size: 1.2rem;}
#about .table01 .borderLnone{	border-left:none; }

@media only screen and (max-width:767px){
	#about .table01 td .price{	font-size: 1.5rem;}
	#about .table01 td span.txtS{	font-size: 1.1rem;}
}


/* .priceTable ------------------------------------ */
#about .priceTable{	margin-bottom: 0 !important;}
#about .priceTable th,
#about .priceTable td{	padding: 0.5em 0.5em;}
#about .priceTable td.country{ font-size: 1.3rem;}

@media only screen and (max-width:767px){
	#about .priceTable th{	padding: 0.5em 1px;}
	#about .priceTable td{	padding: 0.5em 1px;}
}

/* .mobile ------------------------------------ */ 
#about .mobile{	margin-bottom:4em;	}
#about .mobile li{
	 float:left;
	 width:50%;
	 min-height:300px;
	 }
#about .mobile h4{
	font-family:Verdana, Geneva, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	padding:20px 0 0;
	margin-bottom:0;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0;
	}

 @media only screen and (max-width:640px){
#about .mobile li{	width:100%;}
#about .mobile .floatL{	margin:0 5px;}
}

#about .mobile p.floatL{
	width: 30%;
	text-align: center;
}
#about .mobile table.mobileType{ 
	width: 65%;
	margin-bottom:3px !important;
}
#about table.mobileType th,
#about table.mobileType td{
	padding: 0.5em;
	font-size:87%;
}

#about table.table01{ margin-bottom:3em;}






/* #calculation --------------------------------------------------------------*/
#calculation{	padding: 0 5% 3em;	}
#calculation h3{	text-align: left; font-size:25px;}

@media only screen and (max-width:767px){
#calculation{
	margin-bottom:20px;
	padding: 0 4%;
	}
#calculation h3{
	font-size: 16px;
	margin-bottom: 5px;
	}
}

/* .optionBox --------------------------------------------------------------*/
.optionBox{padding:0 0 0 5%;}
.optionBox h3{
	font-size:25px;
	margin-bottom:20px;
	text-align: left !important;
	}
.optionBox ul li{
	float:left;
	width:45%;
	}
.optionBox ul li:first-child{
	margin-right:5%;
	}
.optionBox ul li dl{
	margin:0;}
.optionBox ul li dt{
	position: relative;
	margin:0 0 5px;
	padding:7px;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	font-weight:bold;
	}
.optionBox ul li dl dt.active::after{
	position: absolute;
	top: -6px;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	-webkit-transform: rotate(135deg);transform: rotate(135deg);
	}
.optionBox ul li dd{display:block;}

.optionBox p.price{
	background:#ececec;
	padding:15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align:center;
	font-weight: 700;
	}

.optionBox p.price span{
	font-size:25px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:10px;
	}

@media only screen and (max-width:767px){
.optionBox{
	margin-bottom:20px;
	padding: 0 4%;
	}
.optionBox h3{
	font-size: 16px;
	margin-bottom: 5px;
	}
.optionBox p{ margin-bottom:5px;}
.optionBox ul{
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	}
.optionBox ul li{
	width:100%;
	margin-bottom:0;
	}
.optionBox p.price{	margin:0 0 1em;	}
.optionBox ul li dl{ margin:0;	
	}
.optionBox ul li dl dt{
	position:relative;
	background-size:3%;
	margin:0;
	border-top:1px solid #111;
	border-bottom:none;
	padding: 13px 0;
	}
.optionBox ul li dl dt:hover{ 	background-size:3%;	}
.optionBox ul li dl dt::after{
	position: absolute;
	top: -6px;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	-webkit-transform: rotate(135deg);transform: rotate(135deg);
	}
.optionBox ul li dl dt.active::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right :10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.optionBox ul li dl dd{
	padding:3% 0;
	display:none;
	background:#fff;
	}

}


/* table.optionTable ------------------------------------------------------*/
table.optionTable{
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 1em;
}
table.optionTable th,
table.optionTable td{
	padding: 0.6em 1em;
	font-weight: normal;
	border: 1px solid #ccc;
	line-height:1.3;
	text-align:center;
	}

table.optionTable .kanyu{
	background:#f9dede;
	color:#cc0000;
	}
	

@media only screen and (max-width:640px){
td.price span{font-size:12px;}
.optionBox .price span{font-size:15px;}

	}


 /*----------------------------------------------------------------
  .bnr  相互バナー
----------------------------------------------------------------*/
.bnr{ max-width: 1000px; margin: 3em auto 0; text-align: center;}
.bnr a{
	text-decoration: none;
	color: #111;
}
.bnr a span{
	display: block;
	text-align: center;
}
.bnr a span.copy{
	font-size: 2.3rem;
	font-weight: 700;
}
.bnr a span.txtS{
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 5px;
}
@media only screen and (max-width:767px){
.bnr{
	padding: 0 2% !important;
	}
.bnr a span.copy{
	font-size: 1.5rem;
}
.bnr a span.txtS{
	font-size: 1.2rem;
}
}

 /*----------------------------------------------------------------
  #use  ご利用方法
----------------------------------------------------------------*/
#use .useBox{ margin-bottom: 1em;}
#use h3{text-align:center;font-size: 24px;margin-bottom: 10px;}
#use h3 span{
	display: block;
	font-size: 13px;
	text-align: center;
}

/* #flow */
#flow ul li{
	float:left;
	width:35%;
	padding-right:5%;
	background: url(../img/icon_arrow.png) no-repeat right 160px;
	}
#flow ul li:last-child{	
	width:30%;
	padding-right:0%;
	background: none;
}
#flow .number{
	text-align:center;
	font-weight:bold;
	font-size: 18px;
	font-weight: 900;
	margin-bottom:5px;
	}
#flow strong{
	font-size: 30px;
	font-weight: 900;
	padding: 0 5px;
}
#flow h4{
	background:#f8d1d1;
	color:#cc0001;
	font-size: 20px;
	font-weight:normal;
	padding:5px;
	text-align:center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: 500;
	}
#flow .photo{
	text-align:center;
	width: 65%;
	margin: 0 auto 15px;
	}
#flow .txt{	margin-bottom:5px;}
#flow .underline{font-size: 1.3rem;} 
@media only screen and (max-width:767px){
#use h3{font-size: 18px;}

#flow ul{	padding:0 3%;}
#flow ul li,
#flow ul li:last-child{
	width:100%;
	margin:0 0 30px;
	padding:0;
	float:none;
	background:none;
	}
#flow .number img{width:18%;}
#flow .underline{font-size: 1.2rem;line-height: 1.2;}
}

 
/*------------------------------------------------------------------
   #map カウンターMAP
--------------------------------------------------------------------*/
/* .counterTable */
table.counterTable td{	line-height:1.4;	}
table.counterTable td.tdMap{ border-left: none;	}

@media only screen and (max-width:767px){
table.counterTable td{
	vertical-align:top;
	}
table.counterTable td.tdMap {
    text-align: center !important;
    border-left: 1px solid #343334;
    padding: 10px;
	}
}

/*.mapInner */
.mapInner{	padding: 15px 30px;}
.mapInner .title_departure{
	background:#91D5F7;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 2.0rem;
}
.mapInner .title_arrival{
	background: #fcc9c9;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 2.0rem;
}
.mapBtn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	margin: 2px 0 0 0px;
	padding: 0 10px 0 20px;
	appearance: none;
	font-size: 15px;
	color: #fff;
	border-radius: 30px;
	font-weight: 500;
	text-decoration: none;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 5px center;
	background-size: 13px 13px;
}
.mapBtn:hover{	
	color: #fff;
	background:#d81f2d url(../img/icon_arrow_right.svg) no-repeat 5px center;
	background-size: 13px 13px;
}

@media screen and (max-width:767px) {
.mapBtn{
	display: block;
	margin: 2px 0 0 0px;
	padding: 0 10px 0 20px;
	width: 100%;
	text-align: center;
}
}


 /*----------------------------------------------------------------
  #application  お申し込み・お問い合わせ
----------------------------------------------------------------*/
#application{ padding:10px 0 0;}
#application .bg{
	height:708px;
	background:#e1edf0 url(../img/bg_application.jpg) no-repeat center 0;
	padding:20px 0 0;
	}
	
#application .txt{
	font-size:20px;
	margin:5px 0 15px;
	}
#application .inner{
	max-width:600px;
	padding:30px 30px 30px;
	box-shadow:1px 1px 4px 3px rgba(0, 0, 0, 0.1);
	background:#fff;
	}

#application h2{ margin:0; }

#application h3{
	background:#222222 url(../img/bg_application_title.gif) repeat-x 0 0;
	color:#fff;
	margin-bottom:1.0em;
	padding:15px 0 10px;
	text-align:center;
	font-size:18px;
	}

#application .tel{
	text-align:center;}


@media only screen and (max-width:640px){
#application{
	margin-bottom:50px;}
#application .inner{
	margin-top: 5%;
	width:90%;
	padding:5% 3%;
	}
#application h2 .span forSP{font-size:28px;}
#application h3{font-size:16px;}
#application h3 span{
	text-align:center;}
#application .bg{
	height:auto;
	padding-bottom:50px;
	}
#application .tel img{
	width:90%;
	padding:0 5%;
	}

}



#deadline{	margin-bottom:5em;}






/* .btn -----------------------------------------------*/

.btn a{
	display:block;
	margin:0 auto;
	width:431px;
	height:78px;
	text-align:center;
	padding-top:25px;
	background:url(../img/bg_btn_b.png) no-repeat 0 0 #cc0404;
	color:#fff;
	font-weight:bold;
	font-size:25px;
	text-decoration:none;
	}

.btn a:hover { background:url(../img/bg_btn_b_on.png) no-repeat 0 0 #da1a1a; }


	
@media only screen and (max-width:640px){
.btn a,
.btn a:hover{
	text-align:center;
	width:84%;
	margin: 0 8%;
	padding:5%;
	font-size:18px;
	height:auto;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background:#cc0404 url(../img/icon_arrow_right.png) no-repeat 20px center;
	background-size:5%;
	}
.btn a span{
	text-align:center;
	}


}



.link{
	width:200px;
	margin:0 auto 30px;
	white-space:nowrap;
	}

.link a{
	display:block;
	padding:8px 10px 5px 35px;
	background:url(../img/icon_arrow2.png) no-repeat 10px center #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-decoration:none;
	font-size:15px;
	color:#1f1919;
	}

.link a:hover{
	/*background:url(../img/icon_arrow2.png) no-repeat 10px center #555;*/
	/*color:#f73b3b;*/
	}



/*------------------------------------------------------------------
 　footer
------------------------------------------------------------------*/
footer {
	overflow: hidden;
	margin:0;
}
footer #footerLogo{text-align: center;background: #f4f4f4;}
footer #footerLogo img{
	width: 200px;
	margin: 20px auto;
}
#footerBox {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 20px 0 50px;
	color: #b6b6b6;
	position: relative;
	overflow: hidden;
	background: #343334;
}
#footerBox ul {
	position: relative;
	left: 50%;
	float: left;
}
#footerBox ul li {
	padding: 0 7px;
	line-height: 1;
	border-right: 1px solid #fff;
	position: relative;
	left: -50%;
	float: left;
}
#footerBox ul li:last-child { border-right: none; }
#footerBox a {	color: #fff;}
#footerBox p#copyright {
	font-size: 76%;
	padding: 22px 0;
	clear: both;
	text-align: center;
}

 @media screen and (max-width:767px) {
footer {	margin: 0px 0 0;}
footer .inner {
	 padding: 0 0 0 250px;
	 margin: 0;
}
#footerBox { padding: 0;margin: 0;}
#footerBox ul {
	 width: 100% !important;
	 position: inherit;
	 left: 0;
}
#footerBox ul li {
	 width: 100%;
	 float: none;
	 border: none;
	 position: inherit;
	 padding: 0;
	 left: 0;
}

/*　矢印　*/
#footerBox ul li a{
	position: relative;
	display: block;
	padding: 15px 10px 15px 15px;
	border-bottom: 1px solid #777;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
#footerBox ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right :15px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footerBox p#copyright {
	text-align: left;
	margin-left: 10px;
	padding: 20px 0 80px;
	font-family: Verdana, Geneva, "sans-serif";
}
footer .logo img { max-width: 40%;}
}

@media screen and (max-width:767px) {
footer .inner { padding: 0 ;}
}




