@charset "utf-8";

@media (max-width: 767px) {/*768以下*/




.header .sidebar2 {
	display:none;
	}
.mob-no{display:none !important;}

.rightside_sidebar .sidebar1{ margin:0 auto 30px auto; }

.rightside_sidebar .sidebar2{display:none;}

.box{ padding:0 6px;}
/*コンテンツ*//*
.rightside_sidebar{  display: flex;
  flex-direction: column;}/*横*/
.rightside_sidebar .sidebar1 {
	  order: 1;
width:100%;
  }

/*header*/
header {
border-bottom:1px solid #CCC;
  text-align: left;
  margin-bottom:4px;
}

header {
width:100%;
}

footer {
width:100%;
}

.rightside_sidebar .sidebar2 {
	  order: 2;
    width: 100px;
  }

.mein_box {
  display: flex;
  flex-direction: column;
}
.mein_box .sidebar1{ 
	  order: 1;
	}
.mein_box .sidebar2{
	  order: 2;
	}


.rightside {
  display: flex;
  flex-direction: column;
}
 
.rightside .order1 {
  order: 2;
}
 
.rightside .order2 {
  order: 1;
}

/*メニュー*/
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block;
}
.modal-window:target {
display: block;
}
.modal-window .modal-inner {
	padding:20px;
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.modal-window .modal-inner a {
text-decoration:none;
}
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {/*ばってん*/
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background-color:#000;opacity: 0.55; 
}
.modal-window .modal-close:after {/*ばってん*/
content: '\00d7';
position: absolute;
top: 25px;
left: 50%;
z-index: 20;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

.sidebar2_petit .contentArea .flexbox_orikaeshi {
  justify-content: center;
	}

}