@charset "utf-8";
/*----------------------------------------------------
  COMMON
----------------------------------------------------*/

@media screen and (max-width: 767px) {
body {
	-webkit-text-size-adjust: 100%;
	position: relative;
}

#contents-wrap {
    position: relative;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    display:none;
    font-size: 30px;
    z-index: 10000;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#copy-txt {
    padding: 0 10px 10px 10px;
    color: #333333;
    font-size: 12px;
	text-align:right;
}

}

@media screen and (min-width: 768px) {
body {
	-webkit-text-size-adjust: 100%;
}
#contents-wrap {
    position: relative;
}
.sp-only{
	display: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	display:none;
	font-size: 30px;
    z-index: 10000;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#copy-txt {
    margin: 0 auto 5px;
    width: 920px;
    color: #333333;
    font-size: 14px;
	text-align:right;
}
}

/*パンくずリスト 2018.09*/
div.lp_breadcrumbs {
  max-width:1000px;
  margin:10px auto 10px;
  padding:0 10px;
  background-color:#ffffff;
}
div.lp_breadcrumbs_border{
  width:100%;
  border-top:solid 1px #cccccc;
  margin:10px auto;
}
.lp_breadcrumbs ul {
  font-size: 0;
}
.lp_breadcrumbs li {
  background-color: #FFFFFF;
  display: inline-block;
  font-size: 1.2rem;
}
.lp_breadcrumbs li:before {content:">"; padding:0 .5rem 0 .3rem;}
.lp_breadcrumbs li:first-child:before {display:none;}

