@charset "utf-8";
/* ==========================================================
	スマホ 640px以下
========================================================== */

@media (max-width: 640px) {


/* =============================
    HEADER
============================== */

.title_area {
    text-align: center;
	padding:0;
}
.title_area p {
    display: block;
}
.title_area .title_01 {
    margin: 0 auto;
}
.title_area .title_02 {
    margin: 10px auto 20px;
    font-size: 40px;
}

/* nav */

nav.globalbav {
    display: none;
}

.page_anc ul li a::before {
    position: absolute;
    top: 58%;
    right: 10px;
    left: inherit;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =============================
    CONTENT
============================== */

h1 {
    font-size: 18px;
}
h3.roboto {
    margin-bottom: 20px;
    font-size: 35px;
}
.under_line {
    margin: 0 auto 30px;
}

.content {
    /*background-color: #fff;*/
    padding: 0px 0 30px;
}
.content section {
    padding: 0 5%;
    margin-bottom: 30px;
}
.content section.full {
    padding: 0;
}

.inner {
padding:0 5%;
}

.pageBack a{
width: 100%;
}

/* =============================
    New 
============================== */

.line_new .mark_new {
    margin-right: 5px;
    padding: 0 3px 0 5px;
    font-size: 11px;
    margin-bottom: 3px;
}


/* =============================
    FOOTER
============================== */

footer {
    padding: 20px 10px 0;
}
footer .copyright {
    font-size: 9px;
}

footer .pagetop {
    text-align: right;
}
footer .pagetop a {
    padding: 5px 20px 5px 10px;
    color: #fff;
    background-color: #000;
    text-decoration: underline;
    font-size: 12px;
}
footer .pagetop a::after{
    top: 5px;
    left: 90%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/*common style*/
.sp {
	display: block;
}
.pc {
	display: none;
}
.tb {
	display: none;
}
.sp_none {
	display: none;
}
.pc_none {display: block;}
.tb_none {display: block;}
.sp_none {display: none;}

.sp_btm_banner {
	padding-top:30px;
	clear:both;
	margin-bottom:20px;
}

/* navi_640 */

#navbar{
    position:fixed;
    display:block;
    width:100%;
    z-index:2800;
    top:0px;
    right:0px;
}

#toggle-sidebar{
    position:absolute;
    right:15px;
    top:15px;
    width:23px;
    height:23px;
    display:block;
    cursor:pointer;
}

#sidebar.page_anc {
    margin:0;
    padding:0;
    background-color:#fff;
}
#sidebar ul{
    text-align:left;
    width:100%;
}
#sidebar ul li{
    margin:0 15px;
    display:block;
    padding:0;
    border-right:0;
    border-bottom:1px dotted #000;
    position: relative;
}

#sidebar ul li a{
    display:block;
    padding-top:15px;
    padding-bottom:15px;
    width:100%;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    padding-left: 10px;
    line-height: 1.4;
}

.panel-btn-icon{
  display: block;
  position: absolute;
  top:11px;
  right: 0px;
  width: 23px;
  height: 3px;
  background: #000;
  transition: .2s;
  z-index:2800;
}
.panel-btn-icon:before, .panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  width: 23px;
  height: 3px;
  background: #000;
  transition: .3s;
  z-index:2800;
}
.panel-btn-icon:before{
  margin-top: -8px;
}
.panel-btn-icon:after{
  margin-top: 8px;
}

.close{
  background: transparent;
}
.close:before, .close:after{
  margin-top: 0;
}
.close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#sidebar .page_anc ul li a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}




}/*max-width: 640px*/


