@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 960px) {

.header-base {
    background-image:url("../img/hdr_base.png");
    background-size:260%;
    background-position: top;
    background-repeat: no-repeat;
}

.header {
    display: none;
}


/********NAV FOR SP *****/

.header-sp {
    width: 100%;
    height: auto;
    margin:0;
    padding:10px 0;
    position: fixed;
    overflow: visible;
    top: 0;
    display: contents;
    z-index:5000;
    
}

.nsp-menubar {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:fixed;
	top:0;
    right: 0;
    display: contents;
}

.nsp-menubar .nsp-menuwrap {
	width:100%;
    height: 58px;
	margin:0;
	padding:0;
	position:fixed;
    top: 0;
    left:0;
    z-index: 400;
    background-color:#FFFFFF;
    border-bottom: solid 3px #000000;
}

.nsp-menuwrap .nsp-menulogo {
    width:70%;
    max-width: 240px;
    margin:0;
    padding:0;
    position: absolute;
    left:5px;
    top: 10px;
    
}

.nsp-menulogo img {
	width:100%;
}

.nsp-menulogo a {
    width: 100%;
    height: 100%;
    display: block;
	margin:0;
	padding:0;
}

#sidebarMenu {
	width:100%;
	height:100%;
	position:fixed;
	left: 0;
	top:55px;
	transform: translateY(-180%);
	transition: transform 250ms ease-in-out;
    z-index: 100000;
	font-size:80%;
    background-color:#000000;
}

.sidebarMenuInner {
  margin:0;
  padding: 0;
  border-top: none;
}

ul.accordion {
    width: 100%;
    margin:0;
    padding:0;
    position: relative;
    overflow: hidden;
    list-style: none;
    background-color:#000000;
}

ul.accordion li {
    width: 100%;
    margin:0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom:solid 1px #FFFFFF;
}

ul.accordion li a.lonelink {
    width: 100%;
    height: 100%;
    margin:0 auto;
    padding:10px 5%;
    position: relative;
    overflow: hidden;
    display: block;
    color:#FFFFFF;
    text-decoration: none;
    font-size: 140%;
    font-weight: bold;
}

ul .inner {
    width: 100%;
    height: auto;
    margin:0;
    padding:0;
    position: relative;
    overflow: hidden;
    display: none;
    list-style: none;
    background-color:#FFFFFF;
}

ul .inner.show {
  /*display: block;*/
}

ul.inner li.innerlink {
    width: 100%;
    margin:0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    font-weight:bold;
    border-bottom:solid 1px #000000;
}

ul.inner li.innerlink:last-child {
    border-bottom:none;
}

ul.inner li.innerlink a {
    width: 90%;
    height: 100%;
    margin:0 auto;
    padding:10px 5%;
    position: relative;
    overflow: hidden;
    display: block;
    color:#000000;
    text-decoration: none;
}

a.accord-toggle {
    width: 100%;
    margin:0;
    padding:15px 5%;
    position: relative;
    overflow: hidden;
    display: block;
    background-color:#000000;
    color: #FFFFFF;
    transition: background 0.3s ease;
    text-decoration: none;
    font-size: 140%;
    font-weight: bold;
}

a.accord-toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

a.accord-toggle:after {
    content:"＞";
    float: right;
    font-size: 120%;
    font-weight: bold;
}

a.accord-out {
    width: 100%;
    margin:0;
    padding:15px 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#000000;
    color: #FFFFFF;
    transition: background 0.3s ease;
    text-decoration: none;
    font-size: 140%;
    font-weight: bold;
}

a.accord-out:after {
    content: "";
    width: 20px;
    height: 15px;
    display: inline-block;
    margin: 0;
    background-image: url(/_files/00532228/hdr_icon-outside.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

input[type="checkbox"]:checked ~ #sidebarMenu { transform: translateX(0); }

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position:fixed;
  background-color:#000000;
  z-index: 500;
  top: 0;
  right: 0;
  height: 55px;
  width: 20%;
  padding:5px 5%;
}

.sidebar-menulabel {
	width:100%;
	position:absolute;
	font-size:100%;
	font-weight:bold;
	color:#FFFEFE;
	margin:25px auto 0;
	text-align:center;
    right:0;
}

.sidebar-closelabel {
    right:0;
    top: 30px;
    opacity: 0;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  margin:5px 0 0;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 13px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .sidebar-menulabel {
    transition: all 0.3s;
    opacity:0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .sidebar-closelabel {
    transition: all 0.3s;
    opacity:1.0;
    width:100%;
    position:absolute;
    font-size:100%;
    font-weight:bold;
    color:#FFFEFE;
    margin:0 auto;
    text-align:center;
    right:0px;
}


/*********END*****/


/*********footer********/
.footer {
    width: 100%;
    margin:0;
    padding:0;
    position:relative;
    overflow: hidden;
    background-color:#e7e7e7;
    background-image:url("/_files/00459624/ftr_bk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .footer-wrap {
    width: 90%;
    max-width: 1200px;
    margin:10px auto;
    padding:0;
    position: relative;
    overflow: hidden;
}

.footer .sns-area {
    width: 30%;
    max-width: 140px;
    float: none;
    margin:0 auto;
    padding:0;
    position: relative;
    overflow: hidden;
}

.sns-area ul.sns-list {
    width: 100%;
    margin:0;
    padding:0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

ul.sns-list li.sns-item {
    width: 25%;
}

.ftr-main {
    width: 100%;
    margin:30px 0 0;
    padding:0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ftr-main .center-name {
    font-size: 180%;
    line-height: 100%;
    font-weight: bold;
}

.ftr-main .center-sm {
    margin:0 0 10px;
    font-size: 80%;
    font-weight: normal;
}

.ftr-main .center-address {
    font-size: 80%;
    line-height: 160%;
    margin:0 0 30px;
    display: block;
}

.ftr-main .copyright {
    font-size: 80%;
}


.pagetop {
    width: 10%;
    max-width: 62px;
    height: 79px;
    position: fixed;
    bottom: 5%;
    right: 0px;
    z-index: 1200;
}

.pagetop img {
    width: 100%;
    opacity:1.0;
    transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
}

.pagetop img:hover {
    opacity:0.8;
}

.pagetop:hover {
    cursor:pointer;
}


/***NEWS***/

.contentArticleDoc h1 {
	font-size: 180%;
}

.publishedAt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
}

.contentArticleDoc h1 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	border-bottom: solid 5px #000;
}

.contentArticleDoc .header {
	margin: 0 0 30px;
	display: block;
	font-size: 80%;
}

.contentArticleDoc .body {
	min-height: 400px;
}


/***** SUB BASE *****/



h1.pagetitle {
    width: 100%;
    margin:60px 0 0;
    padding:50px 0;
    position: relative;
    overflow: hidden;
    border-bottom:solid 3px #000000;
    top: 0;
    font-size: 160%;
    line-height: 180%;
    font-weight: bold;
    text-align: center;
}

h1.pagetitle .pieceHeader {
    display: none;
}

h1.pagetitle h1 {
    font-size: 100%;
    line-height: 100%;
}

.pankuzu {
    width: 95%;
    margin:0 auto;
    padding:10px 0;
    position: relative;
    overflow: hidden;
    font-size: 60%;
    line-height: 140%;
    color:#b1b1b1;
}

.pankuzu a {
    text-decoration: none;
    color:#b1b1b1;
    border-bottom:solid 1px transparent;
    transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
}

.pankuzu a:hover {
    color:#ff5555;
    border-bottom:solid 1px #ff5555;
}

.main {
    width: 100%;
    min-height: 200px;
    margin:50px 0;
    padding:0;
    position:relative;
    overflow: hidden;
}

.main-wrap {
    width: 95%;
    margin:0 auto;
    padding:0;
    position: relative;
    overflow: hidden;
}

.left-menu-area {
    display: none;
}

.right-content-area {
    width: 100%;
    float: none;
    margin:0;
    padding:0;
    position: relative;
    overflow: hidden;
}

.right-content-area .right-main-wrap {
    width: 100%;
    margin:0;
    padding:0;
    position:relative;
    overflow: hidden;
}

.right-content-area .intro-txt {
    width: 95%;
    margin: 0 auto 30px;
    padding:0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    font-weight: bold;
    line-height: 180%;
}

.right-content-area .introsub-txt {
    width: 95%;
    margin: 0 auto 30px;
    padding:0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    font-weight: bold;
    line-height: 210%;
}


h2.pagecont-mds {
    width: 100%;
    margin:0 0 50px;
    padding:0;
    position:relative;
    overflow: hidden;
    text-align: center;
    font-size: 120%;
    line-height: 160%;
    font-weight: bold;
    border-bottom:dotted 4px #000000;
}

h2.pagecont-mds:before {
    content: url("/_files/00459716/mdspage_tmark.png");
    width: 50%;
    margin:0 auto;
    padding:0;
    margin-block-start:0;
    margin-block-end:0;
    position:relative;
    overflow: hidden;
    display: block;
}

h3.sec-mds {
    width: 100%;
    margin:30px 0;
    padding:0;
    position:relative;
    overflow:hidden;
    border-bottom:dotted 4px #000000;
    font-size: 120%;
    font-weight: bold;
    line-height: 210%;
}

h3.sec-mds:before {
    background-image: url(/_files/00459709/mds-sec.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10%;
    height: 25px;
    content: "";
    margin: 0 10px 0 0;
}

h5.mds-square {
    width: 100%;
    margin:20px 0;
    padding:0;
    position:relative;
    overflow: hidden;
    font-size: 130%;
    font-weight:bold;
    line-height:180%;
}

h5.mds-square:before {
    content: '■';
    color:#aed950;
    font-size: 120%;
}

.mds-sm {
    font-size: 70%;
}

.sec-txt {
    width: 95%;
    margin: 0 auto 30px;
    padding:0;
    position:relative;
    overflow: hidden;
    font-size: 100%;
    font-weight: normal;
    line-height: 210%;
}

.sec-txt ol {
    font-size: 90%;
}

ul.pinkdots-list {
    width: 100%;
    margin:0;
    padding:0;
    position:relative;
    overflow: hidden;
    font-size: 100%;
    line-height:180%;
}

ul.pinkdots-list li.pinkdots-item {
    width: 90%;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    list-style-image: url(/_files/00459617/bullet-pink.png);
}

ul.sublist {
    width: 90%;
    margin:0 auto;
    padding:0;
    font-size: 80%;
}

ul.sublist li {
    list-style: disc;
}

.backtoindex {
    width: 50%;
    float: none;
    margin:100px auto 0;
    padding:0;
    text-align: center;
    background-color:#000000;
    color:#FFFFFF;
    font-size: 90%;
    font-weight:bold;
}

.backtoindex a {
    width: 100%;
    height: 100%;
    padding:10px 0;
    display: block;
    color:#FFFFFF;
    text-decoration: none;
}


.underconstruction {
    width: 90%;
    margin:0 auto;
    padding:50px 0;
    position: relative;
    display: block;
    border:dotted 4px #6d6d6d;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    line-height: 210%;
    color:#272727;
}

/*****PV Image Video*****/
  .pv-area {
    width: 100%;
    margin: 30px 0 0;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
  }

  .pv-area .pv-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .pv-area h3.pv-title {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;
  }

  .pv-area .yt-wrap {
    width: 100%;
    height: 400px;
    margin: 0 auto 30px;
    padding: 0 2%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    border-radius: 30px;
    display: flex;
  }

  .pv-area .yt-wrap iframe {
    width: 90%;
    margin: 0 auto !important;
    text-align: center;
    align-content: center;
    align-items: center;
  }

  .pv-area .yt-txt {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
  }

}