body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
  /* background-color: rgb(255, 206, 134); */
	font-size:16px;
	/* font-family:’flopdesign-kana’,’ヒラギノ角ゴ Pro W3′,’Hiragino Kaku Pro’,’メイリオ’,Meiryo,’ＭＳ Ｐゴシック’,’MS P’,sans-serif ; */
	line-height:1.5;
  letter-spacing: 1px;
	color:#494949;
  /* font-family: 'Kiwi Maru', serif; */
}
div{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:20px 0 0 0;
}
img{
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
	height:auto;
}
h1{
	margin:0px 0 0 0;
	padding:0;
	font-size:0;
}
h2{
	margin:20px auto 0 auto;
	padding:0;
	font-size:26px;
	font-weight:bold;
	text-align:center;
  color: #fff;
  background-color: orange;
  width: 80%;
  padding: 10px;
	/* color:#232222; */
	line-height:1.3;
}
h3 {
  font-weight: bold;
  text-align: left;
  margin: 30px auto 0;
  border-bottom: 2px dotted orange;
  font-size: 24px;
  /* display: inline-block; */
}

.header {
  width: 100%;
}

.box {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 2.5;
}

.mtop20 {margin-top: 10px;}
.mtop40 {margin-top: 20px;}
.mtop60 {margin-top: 40px;}

.img01 {
  text-align: center;
  margin: 0px auto;
  /* padding: 40px 0 20px; */
}

.orange {
  color: orange;
  font-weight: 400;
}
.item {
  display: flex;
  margin-top: 30px;
}

.item p {
  text-align: left;
  padding-top: 30px;
  font-size: 2vw;
}

.item3 {
  display: flex;
  margin-top: 30px;
  flex-direction: row-reverse;
}

.item3 p {
  text-align: left;
  padding-top: 30px;
}

.item1 {
  width: 30%;
  text-align: center;
  padding: 20px;
}

.item2 {
  width: 70%;
  padding: 20px;
}
.item1 img {
 width: 80%;
}
.item2 img {
 width: 80%;
}
.whitebox {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 20px 40px;
}

.board {
  width: 90%;
  margin: 50px auto 0;
  border: 5px solid orange;
  padding: 10px 30px 30px;
  background-color: rgb(253, 248, 232);
}

.waku {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    margin-top: 60px;
}
.waku:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.waku p {
    margin: 0; 
    padding: 0;
}

table{
  width: 100%;
  border-collapse: collapse;
  margin: 50px auto;
  font-size: 2vw;
}


table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ffdb88;
  color: white;
  /* color: rgb(147, 146, 146); */
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ffdb88;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
} 

#footer {
  background-color: orange;
  width: 100%;
  text-align: center;
  color: #fff;
  /* font-weight: bold; */
  padding: 10px 0;
}

.point-title {
  top: -14px; /* タイトルの位置を調整 */
}



/* @media screen and (max-width:740px) { */

.dispc .item {
  display: none;
}

.dispc .board {
  display: none;
}

.dispc {
  display: none;
}

.dissp  {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
 }
 
 li {
  display: flex;
  gap: 32px;
 }
 
 li>div {
  height: auto;
  position: relative;
 }
 
 li>div::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  border-right: solid 1px lightgray;
  z-index: -100;
 }
 
 li>div span {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: orangered;
  border-radius: 50%;
  color: white;
 }
 
 dl, dt, dd {
  margin: 0;
  padidng: 0;
 }
 
 dt {
  font-size: 1.2rem;
 }
 
 /* .dummy-img {
  width: auto;
  height: auto;
  margin: 16px 0 64px 0;
  background-color: rgb(252, 245, 210);
  padding: 0px 10px 20px;
 }

 .dummy-img > p {
  font-size: 14px;
  color:#494949;
  line-height: 1.4;
 }

 .hlogo {
  display: none;
}
.hnavi_btn {
  display: block;
}
.hnavi_btn {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 10000;
  display: none;
}
.side_navi .gnavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #86D1D8 url("../img/spbg.jpg") no-repeat top center;
  background-size: cover;
  z-index: 5000;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side_navi .gnavi .navlogo {
  display: block;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.side_navi .gnavi ul {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
} */
/* } */

/* サイドバー */

.slideNavigation {
display: none;
}

.humbergerMenu {
  display: block;
}

/* インスタアイコン */

.slideNavigation-right {
display: none;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース 左 */
/* .drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;　　重なり順を一番上にする
  cursor: pointer;
} */

/* ハンバーガーアイコンの設置スペース 右 */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}


/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #F96A41;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.humbergerMenu__list {
  width: 100%;
  height: 50%;
  position: fixed;
  top: 0;
  /* bottom: 100%; */
  left: 100%; /*メニューを画面の外に飛ばす*/
  /* left: 0%; メニューを画面の外に飛ばす */
  z-index: 99;
  background:  #F4EBD0;
  transition: .5s;
  text-align: center;
  padding: 20px 10px 0px;
  line-height: 2;
}

/* メニュー黒ポチを消す */
.humbergerMenu__list {
  list-style: none;
}

.humbergerMenu__list a {
  color: #F96A41;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .humbergerMenu__list {
  left: 0;/* メニューを画面に入れる */
}

.el_humburger {
  display: inherit;
}
.navi {
  display: inherit;
}



/*ハンバーガーボタン*/
.el_humburger {
    position: fixed;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;  
    text-align: center;
    display: block;
    right: 0;
    top: 0;
    /* padding-top: 20px; */
    /* padding-top: 5%; */
    padding-top: 4%;
    /* width: 70px;
    height: 70px; */
    width: 15%;
    height: 90px;
    /* background-color: #F4EBD0; */
  }
    #factory .el_humburger {
      display: none; }

 
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px;
    display: inline-block; }
 
.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; }
 
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; 
    letter-spacing: 0.1em;}
 
  .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; 
  }

  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; 
  } 
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
  /* ↑9pxから5pxへ変更　heightを3pxにしたため */
  height: 2px;
  /* ↑1pxから変更 */
  background: #ff8417;
  -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: #ff8417; }
 
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
  }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg); }
  /* ↑9pxから6pxに　バーガーの太さheightを1pxから4pxへ変更したため */
 
.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: #ff8417; }
 
.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); */
  background-color: #F4EBD0;
  opacity: .9;
  width: 450px;
  z-index: 3;
  padding: 20% 5% 0;
  -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 {
    width: 100%;
    transform:translateZ(0) translateX(0); 
  }
 
.navi_item {
  margin-bottom: 28px;
  font-size: 18px;
  /* font-family: "Marcellus", serif !important; */
  white-space: nowrap;
  margin-left: 0px;
}
.navi_item a {
  text-decoration: none!important;
  color: #F96A41;
}
.navi_item a:hover {
  color: #fff;
}

  .navi_item.op_innerLink {
    cursor: pointer; 
  }

.main-wrapper {
/* margin: 15% auto; */
/*2025ver*/
margin: 11% auto;
}
     
/* ヘッダー固定 */
  
.spnav {
  display: inherit;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px 5px;
  background: #fff;
  box-sizing: border-box;
  }

.spnav .inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    /* justify-content:left; */
  }

.spnav .menu {
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    list-style: none;
    /* 2025ver. */
    height: 11vw;
  
  }
  .spnav .menu li {
    margin: 5px -30px;
    flex: 0 0 50%;
    align-items: center; /*中央に揃える*/
  }

  .spnav .menu li:first-child {
    /* flex-grow: 0; */
    /* flex-basis: 30%; */
  }
  .spnav .menu li:second-child {
    /* flex-basis: 50%; */
    /* flex-grow: 1; */
  }


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

    
/* ヘッダー固定 */
  
.main-wrapper {
  width: auto;
}
.spnav {
  display: inherit;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px 5px;
  background: #fff;
  opacity: 0.9;
  box-sizing: border-box;
  }

.spnav .inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    /* justify-content:left; */
  }

.spnav .menu {
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    list-style: none;
  
  }
  .spnav .menu li {
    margin: 5px -20px;
    flex: 0 0 50%;
    align-items: center; /*中央に揃える*/
  }

  .spnav .menu li:first-child {
    /* flex-grow: 0; */
    /* flex-basis: 30%; */
  }
  .spnav .menu li:second-child {
    /* flex-basis: 50%; */
    /* flex-grow: 1; */
  }

/* タイトルを背景切り替え部分に載せる */

.ttl-inner {
  width: 100%;
  top: 16px;
  right: 0%;
    }
.ttl-inner02 {
  width: 100%;
  top: 16px;
  right: 0%;
    }
  }
  .ttl-inner03 {
    position: absolute;
  right: 20%;
  }

  .header_button {
    position: absolute;
    left: 30%;
    /* bottom: 3px; */
    top:90%;
    /* 募集締め切りの際 */
    /* bottom: 20px;  */
  }