
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}

div {
  box-sizing: border-box;
}

@media screen and (min-width: 820px) {
  /* pc common */
  
  body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Roboto Slab', "游ゴシック", YuGothic, "KozGoPro-Regular", "小塚ゴシック Pro R", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;

    line-height: 1.6;
    font-size: 14px;
    letter-spacing:0.1em;
  }
  body#index {
  /*
    background:#fff url(/img/back-index.jpg) top center no-repeat;
  */
  }
  body#index #header {
    background-size:100% !important;
  }
  
  [lang^="ru"] body, [lang="el"] body, [lang="th"] body {
    font: 12px/1.7 "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  }
  strong {
    font-weight: normal;
  }
  a , a img {
    color: #000;
    text-decoration:underline;
    outline: none;
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
  }
  a:hover {
    text-decoration:none;
  }
  a:hover img.ov {
    opacity:0.8;
  }
  input[type="text"], input[type="password"], textarea, select {
    outline: none;
  }
  
  div,p,ol,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,th,td,caption {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    display: block;
  }
  ul li,
  ol li {
    list-style: none;
  }
  h1 {
    line-height: 48px;
  }
  h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight: normal;
  }
  table {
    border-collapse: separate;
    border-spacing: 0;
  }
  sub, sup {
    vertical-align: baseline;
  }
  sup {
    position: relative;
    top :-4px
  }
  sub {
    position :relative;
    top: 4px
  }
  address {
    font-style: normal;
  }
  a:focus {	/* Firefoxでの画像置換の点線かき消し */
    /*
    overflow: hidden;
    */
  }
  textarea,input {
    font-size: 100%;
  }
  
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .index_top {
    padding:25px 0;
  }
  .br-pc-none {display: none;}
  .pa-le-pc{padding-left:40px;}
    /* -----------------------------------------------------------------------------
  wrap
  ----------------------------------------------------------------------------- */

}


@media screen and (max-width: 819px), screen and (orientation: landscape) and (max-width: 1179px) {
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
  /* sp common */
  body {
    overflow-x: hidden;
  }
  a,input[type=text],input[type=password],select,textarea{
    outline:0
  }
  body,caption,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,td,th,ul{
    margin:0;
    padding:0
  }
  strong,th{
    font-weight:400
  }
  sub,sup{
    position:relative
  }
  html {
      font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
    line-height:2.0rem !important;
    color:#000;
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  a{
    color:#0a308f;
    text-decoration:underline
  }
  a:hover{
    text-decoration:none
  }
  a:hover img.ov{
    filter:alpha(opacity=80);
    opacity:.8;
    -moz-opacity:.8;
    -ms-filter:"alpha( opacity=80 )"
  }
  img{
    border:0;
    display: block;
  }
  ol li,ul li{
    list-style:none
  }
  h1,h2,h3,h4,h5,h6{
    clear:both;
    font-weight:400
  }
  table{
    border-collapse:separate;
    border-spacing:0
  }
  th{
    text-align:left
  }
  sub,sup{
    vertical-align:baseline
  }
  sup{
    top:-4px
  }
  sub{
    top:4px
  }
  address{
    font-style:normal
  }
  .clearfix,a:focus{
    overflow:hidden
  }
  input,textarea{
    font-size:1.4rem;
  }
  pre{
    overflow:auto;
    white-space:pre-wrap;
    word-wrap:break-word
  }
  .clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
    overflow:hidden
  }
  * html .clearfix{
    height:1em;
    overflow:visible
  }
  .container_main{
    position:relative;
    top:0;
    left:0;
    width:100%
  }
  .container_main.menu_opened{
    position:fixed
  }
  .menuLayer{
    position:fixed;
    top:0;
    z-index:100;
    display: none;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.3)
  }
  .sidemenu{
    position:fixed;
    top:0;
    left:-280px;
    height:100%;
    z-index:999;
    width:280px;
    overflow-x:none;
    overflow-y:auto;
    background-color:#fff;
    border-right:1px solid #ccc;
    font-size:1.4rem;
  }
  .sidemenu .sidemenu_list li{
    display:block
  }
  .sidemenu .sidemenu_list li.logo{
    background:#01a7eb;
    border-bottom:none;
    padding:10px 10px 5px;
    text-align:center
  }
  .sidemenu .sidemenu_list li.tit-user{
    font-size:1.4rem;
    padding:5px 10px;
    color:#fff;
    font-weight:bold;
    background:#0a308f;
  }
  .menucaption {
    font-size:1.0rem;
    font-weight:normal;
  }
  .sidemenu .sidemenu_list li.tit{
    padding: 5px 10px;
    background:#01a7eb;
    color:#fff;
    font-weight:bold;
  }
  .sidemenu .sidemenu_list li a{
    display:block;
    text-decoration:none;
    border-bottom:1px solid #ccc;
    padding:10px 10px 10px 10px;
    line-height:1.2em;
    color:#000;
    font-weight:bold;
  }
  .sidemenu_list li.imp {
    background:#FF6;
  }
  .sidemenu_list li.imp a {
    color:#0a308f;
  }
}

/* -----------------------------------------------------------------------------
header
----------------------------------------------------------------------------- */
#pc-header {
  min-width:1080px;
  width:100%;
  margin:0 auto;
  color: #fff;
  background:#01a7eb /*ANAカラーの90%*/;
  border-bottom:1px solid rgba(255,255,255,0.4);
  box-sizing:border-box;
  height:90px;
}
#pc-header .wrap {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
#pc-header a:link,
#pc-header a:visited {
  color: #fff;
}

/* #pc-header .secondary_nav {
  float: right;
  width: 340px;
  height: 23px;
  font-size: 90%;
}
#pc-header .secondary_nav ul li {
  float: right;
}
#pc-header .secondary_nav ul li.help {
  padding: 0 0 0 20px;
}
#pc-header .secondary_nav ul li.mypage_h {
}
#pc-header .secondary_nav ul li.help a,
#pc-header .secondary_nav ul li.mypage_h a {
  text-decoration: none;
} */

#pc-header .rentacar_links {
  width: 380px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 5px;
  right: 0px;
}
@media screen and (min-width: 830px) and (max-width: 840px) and (min-height: 1000px) and (orientation: portrait) {
  #pc-header .rentacar_links {
    width: 410px;
  }
}
#pc-header .rentacar_links a {
  text-decoration: none;
  background-color: #f89115;
  border: 1px solid #ed6f2d;
  border-radius: 4px;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 600;
}
#pc-header .rentacar_links a:hover {
  background-color: #ed6f2d;
}

#pc-header .rentacar_links .right_btn {
  font-size: 14px;
  padding-top: 8px;
}
#pc-header .rentacar_links .left_btn {
  font-size: 12px;
}


.planesearch-btn {
  width: 110px;
  height: 42px;
  margin-right: 10px;
  padding: 0 5px 0;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 6px;
}
.planesearch-btn:hover {
opacity: 0.8;
}
.planesearch-btn a {
text-align: center;
text-decoration: none;
height: inherit;
display: flex;
align-items: center;
}
.planesearch-btn p {
color: #01a7eb;
font-weight: bold;
letter-spacing: 0;
margin-left: 5px;
}
.planesearch-btn svg {
color:#01a7eb;
fill: currentColor;
}

.rentalcar-btn {
width: 110px;
height: 42px;
margin-right: 10px;
padding: 0 5px 0;
background: #fff;
border: solid 1px #fff;
border-radius: 6px;
}
.rentalcar-btn:hover {
opacity: 0.8;
}
.rentalcar-btn a {
text-align: center;
text-decoration: none;
height: inherit;
display: flex;
align-items: center;
}
.rentalcar-btn p {
color: #01a7eb;
font-weight: bold;
letter-spacing: 0;
margin-left: 5px;
}
.rentalcar-btn svg {
color:#01a7eb;
fill: currentColor;
}

@media screen and (min-width: 830px) and (max-width: 840px) and (min-height: 1000px) and (orientation: portrait) {
  .planesearch-btn {
    width: 120px;
  }
  .rentalcar-btn {
    width: 120px;
  }
}



#pc-header .region {
  float: right;
  width: 50px;
  height: 23px;
  box-sizing: border-box;
}
#pc-header .region li {
  background: url(/img/icon_arrow02.gif) left center no-repeat;
  padding: 0 0 0 13px;
  line-height: 1.0;
}
#pc-header .region ul.flag {
  float: right;
}
#pc-header .region ul.flag img {
  vertical-align: baseline;
}
.langs a {
  text-decoration: none;
}
.langs a span {
  vertical-align: top;
}
#pc-header .region ul.language {
  float: right;
  margin: 0 0 0 15px;
}

#pc-header h1 {
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  left: 150px;
  top: -15px;
  text-align: left;
}
#pc-header .logo {
  position:absolute;
  top:0;
  left:20px;
}
#pc-header .logo img {
  vertical-align: top;
  margin-top:5px;
  height:80px;
}
#pc-header ul.main_nav {
  position: absolute;
  top: 0;
  left: 300px;
}
#pc-header ul.main_nav {
  display: table;
}
#pc-header ul.main_nav .main_nav_item.is-active {
  background: #000;
  border-left: none;
}
#pc-header ul.main_nav li {
  float: left;
  border-left: 1px solid #54b8ff;
}
#pc-header ul.main_nav li.end {
  border-right: 1px solid #54b8ff;
}
#pc-header ul.main_nav li a {
  display: block;
  height: 41px;
  line-height: 41px;
  padding: 0 10px 0 28px;
  background:url(/img/icon_arrow_nav.png) 10px center no-repeat;
  text-decoration: none;
  font-size: 90%;
}
#pc-header ul.main_nav li a:hover {
  text-decoration: underline;
}

/*ヘッダーのメニュ*/
#pc-header .loginstatus {
  position: absolute;
  top: 45px;
  right: 0;
  text-align: center;
  line-height: 1;
  display: flex;
}
#pc-header .loginstatus ul {
  display:inline-block;
  position:relative;
}
#pc-header .loginstatus ul li {
  display:inline-block;
  border-left:1px solid rgba(255,255,255,0.4);
  position:relative;
}
#pc-header .loginstatus ul li:first-child {
  position:relative;
  left:0 !important;
}
#pc-header .loginstatus ul li:last-child {
  border-right:1px solid rgba(255,255,255,0.4);
}
#pc-header .loginstatus ul li a {
  padding: 15px 20px ;
  display: block;
  margin-top:0;
  border:1px solid #333 inset;
}
#pc-header .loginstatus ul li a:hover{
  background:#0a308f;
  color:#fff !important;
  position:relative;
}
#pc-header .loginstatus ul li.login {
}
#pc-header .loginstatus ul li.login a {
  color: #fff;
  text-decoration: none;
}
#pc-header .loginstatus ul li.logout {
  background: #01a7eb;
}
#pc-header .loginstatus ul li.logout a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 819px), screen and (orientation: landscape) and (max-width: 1179px) {
  #sp-header{
    background:#01a7eb;
    text-align:center;
  }
  #sp-header img {
    display: inline;
  }
  #sp-header h1 , #sp-header p{
    background:#fff;
    color:#000;
    padding:5px 0;
    font-size:1.0rem;
    line-height:1.4rem;
  }
  #sp-header .navigation{
    position:relative;
    padding:5px 0
  }
  .menu-wrap{
    position:absolute;
    left:15px;
    top:6px;
  }
  .menu-btn,.menu-btn span{
    display:inline-block;
    transition:all .4s;
    box-sizing:border-box
  }
  .menu-btn{
    display:block;
    position:relative;
    top:8px;
    color:#fff;
    font-size:2.4rem;
  }
  .menu-btn .menu-login{
    font-size:1.0rem !important;
    line-height:1.4em;
    position:absolute;
    left:27px;
    width:50px;
    top:-3px !important;
    font-weight:bold;
    padding-top: 0 !important;
  }
  .rightmenu-wrap .menu-btn {
    background:#0a308f;
    color:#FF3 !important;
    border-radius:5px;
    padding:4px 6px;
    font-size:1.2rem;
    line-height:1.4rem;
    display:inline-block;
    position:absolute;
    right:10px;
    font-weight:bold;
    text-decoration:none;
  }
  #sp-header div#settingBtn{
    position:absolute;
    right:10px;
    top:13px;
    height:28px;
    width:28px
  }
  #sp-header .header_logo{
    height:40px;
  }
  @media screen and (min-width: 361px) {
  #sp-header .sp_83 {
    position:absolute;
    right:10px;
  }
  }
  @media screen and (max-width: 360px) {
  #sp-header .sp_83 {
    position:absolute;
    right:0;
  }
  }
  ul.menu{
    display:-webkit-box;
    display:-moz-box;
    width:100%;
    margin:0
  }
  ul.menu li{
    -webkit-box-flex:1;
    -moz-box-flex:1;
    text-align:center;
    background:#1c5db5;
    width:50%
  }
  ul.menu li a{
    color:#FFF;
    text-decoration:none;
    display:block;
    padding:10px 20px
  }
  ul.menu li a span{
    background-image:url(/img/sp/icon_arrow_02.gif);
    background-position:left center;
    background-size:18px 18px;
    background-repeat:no-repeat;
    padding:5px 0 5px 28px
  }
  ul.menu li.on{
    background:#FFF
  }
  ul.menu li.on a{
    color:#1c5db5
  }
  ul.menu li.on a span{
    background-image:url(/img/sp/icon_arrow_01.gif)
  }
}


/* パンくず */
.breadcrumb-wrap {
  width: 1080px;
  margin: 0 auto;
}
.breadcrumb-nav{
  margin: 10px auto 10px 0;
  text-align: left;
  width: 1080px;
}
.breadcrumb-ul{
  list-style-type: none;
}
.breadcrumb-ul > li{
  vertical-align: middle;
  display: inline-block;
}
.breadcrumb-ul li > a{
  text-decoration: none;
}
.breadcrumb-ul li > a > span{
  border-bottom: 1px solid #3e3e3e;
  color: #3e3e3e;
  font-size: 12px;
  font-weight: 300;
  padding: 0 0 3px 0;
}
.breadcrumb-ul li > a:hover > span{
  border-bottom: 1px solid #14328a;
  color: #14328a;
}
.breadcrumb-ul li > strong{
  color: #222222;
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb-ul > li:first-of-type > a > span {
  background: url(/img/bread_crumb/icon_home.png) no-repeat left 1px;
  background-size: 12%;
  padding: 0 0 3px 18px;
}
.breadcrumb-ul > li::after {
  content: '>';
  color: #3e3e3e;
  font-weight: 200;
  padding: 0 10px;
}
.breadcrumb-ul > li:last-of-type::after {
  content: '';
  padding: 0 0 0 10px;
  display: none;
}
@media screen and (max-width: 819px), screen and (orientation: landscape) and (max-width: 1179px) {
  /* sp パンくず */
  .breadcrumb-wrap {
    width: auto;
    margin: 0 auto 3vw;
  }
  .breadcrumb-nav{
    margin: 1vw auto;
    text-align: left;
    width: 98vw;
  }
  .breadcrumb-ul{
    list-style-type: none;
  }
  .breadcrumb-ul > li{
    vertical-align: middle;
    display: inline-block;
    letter-spacing: .2vw;
  }
  .breadcrumb-ul li > a{
    text-decoration: none;
  }
  .breadcrumb-ul li > a > span{
    border-bottom: 1px solid #3e3e3e;
    color: #3e3e3e;
    font-size: 3vw;
    font-weight: 300;
    padding: 0 0 1vw 0;
  }
  .breadcrumb-ul li > a:hover > span{
    border-bottom: 1px solid #14328a;
    color: #14328a;
  }
  .breadcrumb-ul li > strong{
    color: #222222;
    font-size: 3vw;
    font-weight: 500;
  }
  .breadcrumb-ul > li:first-of-type > a > span {
    background: url(/img/bread_crumb/icon_home.png) no-repeat left 1px;
    background-size: 12%;
    padding: 0 0 .5vw 4vw;
  }
  .breadcrumb-ul > li::after {
    content: '>';
    color: #3e3e3e;
    font-size: 2vw;
    font-weight: 200;
    padding: 1vw;
  }
  .breadcrumb-ul > li:last-of-type::after {
    content: '';
    padding: 0 0 0 1vw;
    display: none;
  }
}


@media screen and (max-width: 819px), screen and (orientation: landscape) and (max-width: 1179px) {
  .sidemenu{
    position:fixed;
    top:0;
    left:-280px;
    height:100%;
    z-index:999;
    width:280px;
    overflow-x:none;
    overflow-y:auto;
    background-color:#fff;
    border-right:1px solid #ccc;
    font-size:1.4rem;
  }
  .sidemenu .sidemenu_list li{
    display:block
  }
  .sidemenu .sidemenu_list li.logo{
    background:#01a7eb;
    border-bottom:none;
    padding:10px 10px 5px;
    text-align:center
  }
  .sidemenu .sidemenu_list li.tit-user{
    font-size:1.4rem;
    padding:5px 10px;
    color:#fff;
    font-weight:bold;
    background:#0a308f;
  }
  .menucaption {
    font-size:1.0rem;
    font-weight:normal;
  }
  .sidemenu .sidemenu_list li.tit{
    padding: 5px 10px;
    background:#01a7eb;
    color:#fff;
    font-weight:bold;
  }
  .sidemenu .sidemenu_list li a{
    display:block;
    text-decoration:none;
    border-bottom:1px solid #ccc;
    padding:10px 10px 10px 10px;
    line-height:1.2em;
    color:#000;
    font-weight:bold;
  }
  .sidemenu_list li.imp {
    background:#FF6;
  }
  .sidemenu_list li.imp a {
    color:#0a308f;
  }
}

/* -----------------------------------------------------------------------------
 contents
----------------------------------------------------------------------------- */
.rentacar-content {
  padding-bottom: 40px;
}


/* -----------------------------------------------------------------------------
 footer pc
----------------------------------------------------------------------------- */
#pc-footer {
	background:#01a7eb;
	width:100%;
}
#pc-footer img {
	display: block;
}
#pc-footer > .inner {
	width:1080px;
	margin: 0 auto;
	display: flex;
}

#pc-footer .logo_area {
	margin-right: 150px;
}
#pc-footer .logo_area .logo {
	margin: 50px 0 15px;
	display: block;
}
#pc-footer .logo_area .faq_btn {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 240px;
	height: 45px;
	margin-bottom: 20px;
	background:#35abda;
	border: solid 1px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pc-footer .logo_area .faq_btn:hover {
	background:#01a7eb;
}
#pc-footer .logo_area .sns_btns {
	width: 270px;
	display: flex;
	justify-content: space-between;
}
#pc-footer .logo_area .sns_btns .x_btn {
    color: #fff;
    font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
    height: 28px;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #000;
	display: flex;
	align-items: center;
    border-radius: 9999px;
}
#pc-footer .logo_area .sns_btns .x_btn::before {
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image:url(/img/icon_x_logo.svg);
	background-size: 14px;
}

#pc-footer .list_area {
	margin: 60px 0;
	display: flex;
}
#pc-footer .list_area .box {
	padding-right: 30px;
}
#pc-footer .list_area .box + .box {
	padding-left: 40px;
	border-left: solid 1px #fff;
}
#pc-footer .list_area .box .list_name {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
#pc-footer .list_area .box .list_name::before {
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-image: url(/img/icon_plane.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	display: block;
}
#pc-footer .list_area .box ul li {
	margin-bottom: 10px;
  line-height: 1.6;
}
#pc-footer .list_area .box ul li a {
	color: #fff;
	text-decoration: none;
}
#pc-footer .list_area .box ul li a:hover {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

#pc-footer .footer_bottom {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background:#6cc2e5;
}
#pc-footer .footer_bottom > .inner {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#pc-footer .footer_bottom .info_list {
	display: flex;
}
#pc-footer .footer_bottom .info_list li {
	height: 12px;
	padding-right: 15px;
}
#pc-footer .footer_bottom .info_list li + li {
	padding-left: 15px;
	border-left: solid 1px #000;
}
#pc-footer .footer_bottom .info_list li a {
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display: flex;
}
#pc-footer .footer_bottom .info_list li a:hover {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}
#pc-footer .footer_bottom .copyright {
	font-size: 12px;
}

/* -----------------------------------------------------------------------------
#sp-footer sp
----------------------------------------------------------------------------- */



#sp-footer {
	border-top: solid 1px #ddd;
	background: #f2f2f2;
	text-align: center;
}
#sp-footer .footer-logo {
	padding: 20px 0;
}
#sp-footer .footer-logo img {
	width: 140px;
	display: inline-block;
}
#sp-footer .footer-accordion {
	border-top: 1px solid #ddd;
}
#sp-footer .accordion-item {
	border-bottom: 1px solid #ddd;
}
#sp-footer .accordion-header {
	color: #000;
	font-weight: bold;
	width: 100%;
	padding: 16px 15px;
	font-size: 15px;
	text-align: left;
	background: #f2f2f2;
	border: none;
	position: relative;
	cursor: pointer;
	}
#sp-footer .accordion-header::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%) rotate(0);
	background-color: #333;
	-webkit-mask: url("/img/icon_arrow_down.svg") no-repeat center / contain;
	mask: url("/img/icon_arrow_down.svg") no-repeat center / contain;
	transition: transform 0s;
}
#sp-footer .accordion-item.open .accordion-header::after {
	transform: translateY(-50%) rotate(180deg);
}
#sp-footer .accordion-content {
	display: none;
	background: #f2f2f2;;
	padding: 10px 15px 15px;
	text-align: left;
}

#sp-footer .accordion-content ul {
	list-style: none;
	padding-left: 15px;
	margin: 0;
}
#sp-footer .accordion-content li {
	margin: 15px 0;
}
#sp-footer .accordion-content a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
#sp-footer .faq-btn {
	padding: 20px 15px;
}
#sp-footer .faq-btn a {
	display: block;
	padding: 14px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
#sp-footer .sns_btns {
	width: 270px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sp-footer .sns_btns .x_btn {
    color: #fff;
    font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
    height: 28px;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #000;
	display: flex;
	align-items: center;
    border-radius: 9999px;
}
#sp-footer .sns_btns .x_btn::before {
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image:url(/img/icon_x_logo.svg);
	background-size: 14px;
}

#sp-footer .footer-links {
	padding: 10px 0 20px;
}
#sp-footer .footer-links a {
	display: block;
	font-size: 12px;
	color: #333;
	margin: 12px 0;
	text-decoration: none;
}
#sp-footer .copyright {
	background: #01a7eb;
	color: #fff;
	font-size: 12px;
	padding: 15px 10px;
}


/* -----------------------------------------------------------------------------
pagetop
----------------------------------------------------------------------------- */
#pagetop {
  position: fixed;
  right:30px;
  bottom: 0;
  z-index: 9999;
}
#pagetop a {
}
#pagetop a img {
  height:80px;
}

#pagetop-sp a img {
  height:40px;
}
@media screen and (max-width: 819px), screen and (orientation: landscape) and (max-width: 1179px) {
  #pagetop {
    position: fixed;
    right:10px;
    bottom: 0;
    z-index: 9999;
  }
  #pagetop a {
  }
  #pagetop a img {
    height:50px;
  }
}