@charset "UTF-8";

/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) {
div.panel{
	display:block;
	width: 100%;
    height: 35px;
	margin: 0 auto 120px;
}
a#menu{
	display:none;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav-box {
	display: block;
	z-index: 300;
	width: 100%;
	text-align: center;
	padding: 0;
	transition: all 0.5s;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li a {
	display: block;
    font-size: 18px;
	line-height: 35px;
    padding: 4px 17px;
    border-left: 1px dotted #ccc;
}
#mainNav ul li:last-child {
    border-right: 1px dotted #ccc;
}
#mainNav ul li {
	font-size: 1.6rem;
	text-align: center;
	transition: all 0.5s;
}
#mainNav ul li:hover a {
	color: #fff;
}
#mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
    top: 38px;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-left: -5px;
}
#mainNav ul li ul li:hover:after {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#mainNav ul li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#mainNav .has-sub {
	z-index: 1000;
}
#mainNav .has-sub:hover ul {
	display: block;
}
#mainNav .has-sub ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	border-right: none;
}
#mainNav .has-sub ul li {
    border-top: none;
    border-left: none;
}
#mainNav .has-sub ul li:last-child {
	border-right: none;
}
#mainNav .has-sub ul li a{
	filter: none;
	display: block;
    width: 150px;
	color: #fff;
	text-align: left;
	padding: 4px 4px 4px 10px;
    margin: 0;
    border-left: none;
    border-bottom: 1px dotted rgba(255,255,255,0.30);
	transition: all 0.5s;
    *z-index: 10;
}
#mainNav .has-sub ul li:last-child a{
	border-bottom: none;
}
#mainNav .has-sub ul li a:hover {
	border-top: none;
}
#mainNav .has-sub ul li :last-child a {
	border-right: none;
}
#mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
#mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#mainNav .has-sub .has-sub ul li a {
	margin-left: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: #06F;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #fff;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}

/*-------- メニュースクロール --------*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: .3s;
	transform: translateY(-110%);
	border-top: none;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	border-bottom: none;
    background: rgba(255,255,255,0.95);
}
.is-show {
	transform: translateY(0);
	height: 52px;
}
.fixed ul li a {
	line-height: 41px !important;
}
.fixed ul li:hover:after {
    top:44px !important;
}
.fixed ul li {
	color: #fff;
	border-left: 1px dotted rgba(255,255,255,0.30) !important;
}
.fixed .has-sub ul li, .fixed .has-sub .has-sub ul li {
    border: none !important;
}
.fixed .has-sub ul li:hover {
	border-top: none !important;
}
.fixed ul li:hover:after {
	content: '';
	border-bottom: 5px solid #3875b6 !important;
}


}



/* メインメニュー　Mobile用
----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
#mainNav, .mean-container .mean-bar:nth-child(2) {
	display: none !important;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	padding: 4px 0 0 0;
	min-height: 42px;
	z-index: 999999;
}
.mean-container .mean-bar:before{
	content: "MENU";
	font-size: 1.8rem;
	color: #fff;
	margin: 6px 45px -40px 15px !important;
	float: right;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	text-indent: -9999em;
	line-height: 22px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 42px;
    z-index: 10;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 11px 5% 12px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
	text-decoration: none;
	text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 12px 10%;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: rgba(255,255,255,0.2);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 26px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.2);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.3) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255,255,255,0.3);
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
div.panel,
.fixed {
    border: none !important;
}
.mean-container a.meanmenu-reveal {
    position: absolute;
    top: 0;
	right: 0;
    display: block;
    width: 22px;
	height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
    font-weight: 700;
	text-indent: -9999em;
	line-height: 22px;
	padding: 12px;
    z-index: 1000;
	cursor: pointer;
}
.mean-container a.meanmenu-reveal.meanclose {
    width: 100% !important;
    text-align: right!important;
}
.mean-container a.meanmenu-reveal span {
	display: block;
    width: 23px;
	height: 3px;
	margin-top: 3px;
    background: #fff;
}
}




/* カラム
----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
.w1,
.w2,
.w3,
.w4,
.w5,
.w6,
.w6,
.w7,
.w8,
.w8,
.w9,
.w10,
.w11,
.w12 {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.w1:last-child,
.w2:last-child,
.w3:last-child,
.w4:last-child,
.w5:last-child,
.w6:last-child,
.w6:last-child,
.w7:last-child,
.w8:last-child,
.w8:last-child,
.w9:last-child,
.w10:last-child,
.w11:last-child,
.w12:last-child {
    margin-bottom: 0;
}
}

@media screen and (min-width: 601px) and (max-width: 800px) {
.w1,
.w2 {
    flex-basis: 30.6666666667%;
    max-width: 30.6666666667%;
    margin-left: 0;
    margin-right: 4%;
}
.w1:nth-child(3),
.w1:nth-child(6),
.w1:nth-child(9),
.w1:nth-child(12),
.w2:nth-child(3),
.w2:nth-child(6),
.w2:nth-child(9),
.w2:nth-child(12) {
    margin-right: 0;
}
.w3,
.w4,
.w5,
.w6,
.w7,
.w8,
.w9,
.post-new .w4 {
    flex-basis: 48%;
    max-width: 48%;
    margin-left: 0;
    margin-right: 4% !important;
}
.w3:nth-child(2n),
.w4:nth-child(2n),
.w5:nth-child(2n),
.w6:nth-child(2n),
.w7:nth-child(2n),
.w8:nth-child(2n),
.w9:nth-child(2n) {
    margin-right: 0 !important;
}
.w10,
.w11,
.w12 {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
}
}




/* max-width: 600px
----------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px) {

/*-------- ベースレイアウト --------*/
#container{
	display: block;
}
.inner {
	width: 100%;
}
#toppage article {
	width: 100%;
	padding: 20px 7% 20px;
}
#content, #sidebar, #footer, .page {
	width: 100%;
	padding: 20px 7% 20px;
}

/*-------- イメージ --------*/
img {
	max-width: 100%;
	height: auto;
}
.aligncenter, .alignnone {
	max-width: 100%;
	height: auto;
}
.alignright, .alignright {
	width: 100%;
	height: auto;
}

/*-------- ヘッダ --------*/
header .inner{
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	padding: 0 3%;
}
.header-copy {
	font-size: 1.5rem;
    text-align: center;
	padding-top: 5px;
}
.header-sns {
	display: none;
}
header .logo a {
    width: 100%;
    margin: 0px;
}
header .logo img {
	width: 80% !important;
	margin: 0 auto 20px !important;
}
header .logo a.header-banner{
	width: 65% !important;
}
#header-img {
	margin: 0 auto 30px;
}
.head-title {
    width: 100%;
}
.head-title h1 {
	width: 100%;
    font-size: 2.4rem;
    text-align: center;
    padding-left: 0;
}
#breadcrumb {
    width: 100%;
    padding: 10px;
	margin-bottom: 40px;
}
#breadcrumb ul {
	width: 90%;
}

/*-------- ホーム --------*/
#toppage h1 br,
h2.top-title br {
    display: block;
}
#toppage h1 {
    font-size: 3.4rem;
}
#toppage h2 {
    font-size: 3rem;
	margin-bottom: 20px;
}
.top-box {
    padding: 50px 10% 0px;
}
#toppage .mb100 {
    margin-bottom: 80px !important;
}

/*-------- 固定ページ --------*/
h1.title {
    font-size: 2.6rem;
}
h2.title {
    font-size: 2rem;
}
div.mb80{
	margin-bottom: 50px !important;
}
.top-slider-box {
    padding: 40px 20px;
}
.table1 {
    margin: 0;
}
.table1 th{
    margin-bottom: -25px;
    border-bottom: none;
}
.table1 th, .table1 td {
    width: 100%;
    display: block;
    border-top: none;
}
.table1 tr:first-child th {
    border-top: 1px solid #ddd;
}
.table-time tr th, .table-time tr td {
    width: auto;
    display: table-cell;
    border-top: initial;
}
#imageGallery span {
    font-size: 1.4rem;
    padding: 5px;
}
#imageGallery li img {
    height: 280px;
}
.lSPager li img {
    height: 80px !important;
}
.bx-caption {
    font-size: 1.4rem;
    line-height: 1.6;
}
a.dl-btn {
    width: 80%;
    padding: 10px 20px 40px;
}
a.dl-btn svg {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    animation: bound-anim 0.8s infinite;
}
@keyframes bound-anim {
	0%,100% {bottom: 20px;transform: scale(1);}
	30% {bottom: -2%;}
	50% {transform: scale(1);}
	90% {bottom: 20px;transform: scale(1.1,0.8);}
}
.banner-single {
    margin-top: -50px;
    padding: 0 7% 20px;
}
.dual {
    width: 100%;
}
.box2 div p {
    display: block;
}
.box2 td {
    display: block;
    width: 100%;
}
.box2 .r-arrow {
    padding: 0;
}
.dl-copy .w4:last-of-type {
    margin-bottom: 10px;
}
form.wpcf7-form {
    margin-bottom: -150px;
}
.battery-img {
    width: 100%;      
    }
    
/*-------- 投稿ページ --------*/
h2.post-title {
	font-size: 2rem;
}
.post-header {
    display: block;
}
.cal-single{
	margin: 0 auto 15px;
}
div#ez-toc-container nav {
    display: block !important;
}

/*-------- 投稿一覧 --------*/
.post-list{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
h3.post-list-title a{
	font-size: 1.8rem;
    line-height: 1.4;
}
div.blog-info{
	flex-shrink: 1;
}
.image-orver, .image-orver a .cover {
	height: 100px;
	width: 100px;
}

/*-------- サイドバー --------*/



/*-------- フッダ --------*/
#footer{
	padding-top: 50px;
}
#footer div[class^="cw"] {
	margin-bottom: 50px;
}
#footer div[class^="cw"]:last-child {
	margin-bottom: 20px;
}
#footer .w8,
#footer .w4 {
	margin-bottom: 20px;
}
.footer-under {
	padding: 12px 0 35px;
}
.footer-under .inner {
	display: block;
	line-height: 1.2em;
	padding: 0px 10px;
}
.footer-menu{
	display: none;
}
.copyright {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}
#page-top{
    right:10px;
    bottom:40px;
}
#page-top .fa-angle-up{
    width: 35px;
	height: 35px;
}
#footer h3 {
    text-align: center;
}

/*-------- その他 --------*/


}



/* min-width: 601px／max-width: 1024px
----------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 601px) and (max-width: 1024px) {
	
/*-------- ベースレイアウト --------*/
#container{
	display: block;
}
.inner {
	width: 100%;
}
#toppage article {
	width: 100%;
	padding: 0 7% 20px;
}
#content, #sidebar, .page, #footer {
	width: 100%;
	padding: 20px 7% 20px;
}

/*-------- イメージ --------*/


/*-------- ヘッダ --------*/
header .inner{
	width: 100%;
	padding: 0 3%;
	text-align: center;
}
#header-img {
	margin: 0 auto 30px;
}
.head-title {
    width: 100%;
	background-position: center;
}
.head-title h1 {
	width: 100%;
    font-size: 2.6rem;
    text-align: center;
    padding-left: 0;
}
header .logo a.header-banner{
	margin: 0 0 0 20px;
}
header .logo img {
	margin: 20px auto;
}
#breadcrumb {
    width: 100%;
	margin-bottom: 40px;
}
#breadcrumb ul {
	width: 90%;
}

/*-------- ホーム --------*/
.top-box {
    padding: 50px 7% 20px;
}
.top-box .w6 {
    padding: 30px 20px 80px;
}
.top-box .w6 li {
    margin: 5px 5px 0;
}
#toppage .mb100 {
    margin-bottom: 80px !important;
}

/*-------- 固定ページ --------*/
.top-slider-box {
    padding: 40px 20px;
}
.slider-box .text{
	min-height: 95px;
}
#imageGallery span {
    font-size: 1.4rem;
    padding: 5px;
}
.banner-single {
    margin-top: -50px;
    padding: 0 7% 20px;
}
form.wpcf7-form {
    margin-bottom: -150px;
}

/*-------- 投稿ページ --------*/
h2.post-title {
	font-size: 2rem;
}
div#ez-toc-container nav {
    display: block !important;
}

/*-------- 投稿一覧 --------*/


/*-------- サイドバー --------*/


/*-------- フッダ --------*/
#footer{
	padding-top: 50px;
}
#footer .w4,
#footer .w8 {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
}
#footer .w4:last-child {
    max-width: 100%;
	margin: 30px 0 0;
}
#footer div[class^="cw"]:last-child {
	margin-bottom: 20px;
}
.footer-under {
	padding: 12px 0 35px;
}
.footer-under .inner {
	display: block;
	line-height: 1.2em;
	padding: 0px 10px;
}
.footer-menu{
	display: none;
}
.copyright {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}
#page-top{
    right:10px;
    bottom:40px;
}
#page-top .fa-angle-up{
    width: 35px;
	height: 35px;
}

/*-------- その他 --------*/


}



@media screen and (min-width: 601px) and (max-width: 799px) {
#footer div[class^="cw"] {
	flex-basis: 100%;
	margin-bottom: 50px;
}
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
#footer div[class^="cw"] {
	flex-basis: 48%;
	margin-bottom: 50px;
}
#footer div[class^="cw"]:nth-child(3) {
	flex-basis: 100%;
	margin-bottom: 50px;
}
#sidebar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sidebar .widget, #tab-widget-box{
	width: 48%;
	margin-bottom: 40px;
}
}

@media only screen and (max-width: 1023px) {
.under-btn {
    display: block;
}
.under-btn ul {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    height: 40px;
    border-top: 1px solid rgba(255,255,255,.4);
    z-index: 100;
}
.under-btn ul li {
    width: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
.under-btn ul li a {
    color: #fff !important;
    font-size: 120%;
}
.under-btn ul li svg {
    font-size: 110%;
}
.under-btn ul li:first-child {
    border-right: 1px solid rgba(255,255,255,.4);
}
.side-b01,
.side-b02 {
    display: none;
}
.table2.long,
.table2.long td,
.table2.long th {
    border-collapse: collapse;
    text-align: center;
}
.table2.long thead th {
    display: none;
}
.table2.long tbody th {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    border-top: 1px solid #DADADA !important;
    background: #f4f4f4;
}
.table2.long td {
    display: block;
    width: 100%;
    text-align: center !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.table2.long th,
.table2.long td {
    display: block;
    width: 100%;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.table2.long td:last-of-type {
    border-bottom: none !important;
}
.table2.long td[data-title]::before {
    color: #666;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
}
.banner-box {
    margin-top: 80px;
}
}

@media only screen and (max-width: 582px) {
.box2.long h4 {
    width: 90%;
    top: -61px;
    font-size: 1.4rem;
}
.box2.long {
    margin: 80px 0 15px;
}
}