@charset "utf-8";


body{
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8vw;
 }
h1{
	margin: 0;
}
h1 img{
	width: 65%;
	margin: 0;
}
#heder ul{
	display: flex;
}
.flex-box {
    display: flex;
}

.flex-item {
    border-radius:  5px;        /* 角丸指定 */
}
 
.flex-item:nth-child(1) {
    margin: 0 0 0 0;
    width: 100%;
}
 
.flex-item:nth-child(2) {
    margin: 0 0 0 0;
    width: 65%;
}
.flex-item:nth-child(2) img{
    width: 95%;
    margin: 0% 0 0 20%;
}
 
.flex-item:nth-child(3) {
    margin: 0 0% 0 0;
    width: 65%;
}
.flex-item:nth-child(3) img{
    width: 75%;
    margin: 0% 0 0 21%;
}

 
.flex-item:nth-child(4) {
    margin: 0 0 0 0;
    width: 100%;
}
/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  background-color: rgba(255,250,194,0.5);
  text-align: center;
}
  .el_humburger {
    display: block;
    right: 0;
    top: 98px;
    padding-top: 15px;
    width: 70px;
    height: 55px;
    border-radius:  5px;
}
}
}
   
 #factory .el_humburger {
      display: none; 
} 
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 42px;
    display: inline-block; 
}


}
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; 
}


.main_pic img{
  width: 100%;
  max-height: 730px;
}
.info img{
	width: 30%;
	margin: 4% 0% 1% 5%;
}
.content{
	width:85%;
	margin: auto;
}
.flex-content{
	   display: flex;
	   width: 100%
}
.flex-img{
	width: 45%;
	margin: 0;
}
.flex-img img{
	width: 95%;
}
.flex-text{
	width: 50%;
	margin: 2% 0% 0% 0%;
}
.txt-hide{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}
.txt-hide ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 10%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide ul li:before {
	position: absolute;
}
.achievement{
	width: 50%;
	height: 220px;
	margin: auto;
	overflow: scroll;
}
.achievement p{
	padding: 0.5em 0 0 10%;
	text-align: left;
	color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}



button.more {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more.on-click::after{
content: "閉じる";
}


.txt-hide_02{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_02 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_02 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_02 ul li:before {
	position: absolute;
}

button.more_02 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_02::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_02.on-click_02::after{
content: "閉じる";
}

.txt-hide_03{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_03 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_03 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_03 ul li:before {
	position: absolute;
}

button.more_03 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_03::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_03.on-click_03::after{
content: "閉じる";
}

.txt-hide_04{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_04 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_04 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_04 ul li:before {
	position: absolute;
}

button.more_04 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_04::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_04.on-click_04::after{
content: "閉じる";
}

.txt-hide_05{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_05 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_05 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_05 ul li:before {
	position: absolute;
}

button.more_05 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_05::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_05.on-click_05::after{
content: "閉じる";
}

.txt-hide_06{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_06 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_06 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_06 ul li:before {
	position: absolute;
}

button.more_06 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_06::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_06.on-click_06::after{
content: "閉じる";
}

.txt-hide_07{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_07 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_07 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_07 ul li:before {
	position: absolute;
}

button.more_07 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_07::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_07.on-click_07::after{
content: "閉じる";
}

.txt-hide_08{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_08 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_08 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_08 ul li:before {
	position: absolute;
}

button.more_08 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_08::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_08.on-click_08::after{
content: "閉じる";
}

.txt-hide_09{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_09 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_09 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_09 ul li:before {
	position: absolute;
}

button.more_09 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_09::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_09.on-click_09::after{
content: "閉じる";
}
.txt-hide_10{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_10 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_10 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_10 ul li:before {
	position: absolute;
}

button.more_10 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_10::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_10.on-click_10::after{
content: "閉じる";
}
.txt-hide_11{
	width: 100%;
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
	clear: both;
}
.txt-hide_11 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 2.3em;
 	position: relative;
 	width: 50%;
 	margin: 0 auto 2% auto;
}
.txt-hide_11 ul li{
	line-height: 1.5;
  padding: 0.5em 0 0 10%;
  list-style-type: none!important;
  background: url(../img/list_icon.png) right 96% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_11 ul li:before {
	position: absolute;
}

button.more_11 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_11::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_11.on-click_11::after{
content: "閉じる";
}


































.footer{
  background-color: #d2f7f6;
  margin: auto;
}
.footer a{
  margin: 0 0 0 0;
  padding: 0% 0 0 32%;
}
.footer_img{
  width: 35%;
  margin: auto;
}
.footer_img a{

}
#c_right{
  letter-spacing: 1px;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 18% 0;
}

@media screen and (min-width: 849px) {
	.hidden{
	display: none;
}
}



@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } 


@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 30px;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; }
  .js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0); 
}


@media screen and (max-width: 840px) {
      .navi {
        padding: 100px 5% 0; }
      .js_humburgerOpen .navi {
        width: 55%;
      } 
}
 
.navi_item {
  margin-bottom: 34px;
  font-size: 20px;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  white-space: nowrap;
  margin-left: 90px; 
}
.navi_item a{
  text-decoration: none;
  color: #000;
}

  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }


@media screen and (min-width: 849px) {
  .hidden{
  display: none;
}
}







@media screen and (max-width:849px) {
 #nav-drawer {
     display:none;
   }



#fixed {
  position: fixed;
  /*基準を画面の左上に*/
  bottom: 0%;
  left: 0%;
  /*余白が入らないように*/
  margin: 0;
  /*以下装飾*/
  background-color: rgba(73,75,75,0.4);
  width: 100%;
  color:white;
}
#fixed img{
	margin: 0 0 0 10%;
}
.content{
	width:100%;
	margin: auto;
    font-size: 3.8vw;
}
.flex-content{
	   display: block;
	   width: 100%
}
.flex-img{
	width: 100%;
	margin: auto;
}
.flex-img img{
	width: 100%;
}
.flex-text{
	width: 100%;
	margin: auto;
}
.txt-hide{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide ul li:before {
	position: absolute;
}
.achievement{
	width: 85%;
	height: 315px;
	font-size: 1em;
	margin: auto;
}
.achievement p{
	padding: 0.5em 0 0 10%;
	text-align: left;
	color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}


.txt-hide_02{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_02 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_02 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_02 ul li:before {
	position: absolute;
}

.txt-hide_03{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_03 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_03 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_03 ul li:before {
	position: absolute;
}
button.more_03 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_03::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_03.on-click_03::after{
content: "閉じる";
}
.txt-hide_04{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_04 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_04 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_04 ul li:before {
	position: absolute;
}

.txt-hide_05{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_05 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_05 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_05 ul li:before {
	position: absolute;
}

.txt-hide_06{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_06 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_06 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_06 ul li:before {
	position: absolute;
}

.txt-hide_07{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_07 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_07 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_07 ul li:before {
	position: absolute;
}
button.more_07 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_07::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_07.on-click_07::after{
content: "閉じる";
}

.txt-hide_08{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_08 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_08 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_08 ul li:before {
	position: absolute;
}
button.more_08 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_08::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_08.on-click_08::after{
content: "閉じる";
}
.txt-hide_09{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_09 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_09 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_09 ul li:before {
	position: absolute;
}
button.more_09 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_09::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_09.on-click_09::after{
content: "閉じる";
}
.txt-hide_10{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_10 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_10 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_10 ul li:before {
	position: absolute;
}
button.more_10 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_10::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_10.on-click_10::after{
content: "閉じる";
}
.txt-hide_11{
	margin: 10% 0 0 0;
	display: none;
	text-align: center;
}

.txt-hide_11 ul{
	border: solid 2px skyblue;/*線の設定*/
 	padding: 0.5em 1em 0.5em 1.3em;
 	position: relative;
 	width: 85%;
 	margin: 0 auto 2% auto;
}
.txt-hide_11 ul li{
	line-height: 1.5;
 	padding: 0.5em 0 0 7%;
 	list-style-type: none!important;
 	background: url(../img/list_icon.png) right 100% top 65% no-repeat;
	background-size: 15px auto;
	text-align: left;
}
.txt-hide_11 ul li:before {
	position: absolute;
}
button.more_11 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_11::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_11.on-click_11::after{
content: "閉じる";
}

















button.more {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more.on-click::after{
content: "閉じる";
}




button.more_04 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_04::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_04.on-click_04::after{
content: "閉じる";
}

button.more_05 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_05::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_05.on-click_05::after{
content: "閉じる";
}

button.more_06 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-webkit-transition: .5s;
}
 
button.more_06::after {
content: "もっと見る";
transition: .2s;
-webkit-transition: .2s;
}

button.more_06.on-click_06::after{
content: "閉じる";
}
@media screen and (min-width: 849px) {
	.hidden{
	display: none;
}
}




@media screen and (min-width:1000px) {
#fixed {
  display: none;
}
}
