/* 専用背景 */

.sec-back4-2-bot {
	background-image: url(../images/sec-back4_2.jpg);
	width: 100%;
	height: auto;
	background-repeat: repeat-y;
}

.sec-back4-2-bot2 {
	background-image: url(../images/sec-back4_2_2.jpg);
	width: 100%;
	height: auto;
	background-repeat: repeat-y;
}

/* 文字装飾上書き */

.sub-bun6 {
	font-size: 30px;
	width: 100%;
	margin-top: 0px;
	line-height: 150%;
	color: #000;
}

.sub-bun7 {
	font-size: 23px;
	width: 100%;
	line-height: 150%;
	color: #000;
	margin-bottom: 40px;
}

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

.sub-bun6 {
	font-size: 25px;
	line-height: 150%;
}

.sub-bun7 {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 30px;
}
	
}

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

.sub-bun6 {
	font-size: 18px;
	line-height: 150%;
}

.sub-bun7 {
	font-size: 16px;
	line-height: 150%;
}
}


ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* 黒背景 */
.demo {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0px;
}
  .demo a {
    display: block; }
  .demo .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
     }
    .demo .child .menu {
      background: #eaeaea;
      color: #5e5e5e; }
      .demo .child .menu:hover {
        background: #d0d0d0; }
    .demo .child > li {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
       }
      .demo .child > li:last-child {
       }
	


/* 矢印の設定 */

.s-witch .menu:after {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1.4rem;
  content: '>';
  font-size: 40px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.s-witch .menu.active:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }


.s-witch .menu2:after {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1.4rem;
  content: '>';
  font-size: 40px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.s-witch .menu2.active:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }

.child01 {
 }

.menu {
	font-size: 30px;
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 50px;
}

a.menu {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
  a:hover {
	color: #fff;
    text-decoration: none; }
	
.menu2 {
	font-size: 30px;
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 50px;
}

a.menu2 {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}


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

.demo .child > li {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.menu,
.menu2 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}

/* 矢印の設定 */

.s-witch .menu:after {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: -5px;
  content: '>';
  font-size: 30px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }


.s-witch .menu2:after {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 14px;
  content: '>';
  font-size: 30px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }

}

