?nav{
  width: 45%;
}
body {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-family: Yu Gothic, sans-serif;
  background: #f6f5f4;
  font-size: 25px;
}
header {  
  width: 100%;
  height: 100px;
  background: #4b4b4b;
  display: flex; /* flexboxを作る */
  align-items: center; /* 上下中央に揃える */
  justify-content: space-between; /* 両端に配置 */
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  box-sizing: border-box;
}
.user {
  padding-bottom: 15px;
  width: 100%;
  height: 30px;
  background: #4b4b4b;
  display: flex; /* flexboxを作る */
  align-items: center; /* 上下中央に揃える */
  justify-content: space-between; /* 両端に配置 */
  padding-left: 74%;
  top: 265px;
  box-sizing: border-box;
  font-family: "Nico Moji"; 
  position: absolute;
}
footer {
  padding-bottom: 140px;
  width: 100%;
  height: 150px;
  background: #4b4b4b;
  display: flex; /* flexboxを作る */
  align-items: center; /* 上下中央に揃える */
  justify-content: space-between; /* 両端に配置 */
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  box-sizing: border-box;
}
h1 a {
  color: #70ff1d;
  font-size: 40px;
  text-decoration: none;
}
.ul_header {
  list-style: none;
  display: flex;
}
ul li a {
  padding: 10px 15px;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: bold;
}
ul li a:hover {
  text-decoration: underline;
}
.honbun {
    margin-top: 30px;
    margin-bottom: 12px;
}
.label{
    vertical-align: top;
    margin-right: 5px;
}
.toukou{
    margin-left: 20px;
    width: 90%;
}
.ichiran{
    margin-top: 50px;
    margin-left: 20px;
    width: 90%;
}
.box {
    margin: auto;
    position: relative;
    margin: 3em 0.5em;
    padding: 0.5em 1em;
    border: solid 3px #02b6de;
    width: 80%;

}
.box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #02b6de;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box p {
    margin: 0; 
    padding: 0;
}
.hitokoto{
  background: #e5e5e5;
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#0004ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "い";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#0004ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #0004ff;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#0004ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "ば";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#0004ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle3{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 80px;
  font-weight: bold;
  color: #fff;
  background-color:#0004ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}

.h2:first-letter {
  font-size: 1.5em;
  color: #02de13;
}
.h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.h2:before, .h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.h2:before {
  left:0;
}
.h2:after {
  right: 0;
}

.h2_2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.h2_2:before, .h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.h2_2:before {
  left:0;
}
.h2_2:after {
  right: 0;
}
table{
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 90%
}

table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th{
  text-align: center;
  padding: 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 30%;
  background-color:#ddd;
}

table td{
  text-align: center;
  padding: 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
}

dd{
  margin-inline-start: 0;
}

.kaisha {
  width: 90%;
}
  

  
.kaisha th {  
  background-color: #e7ecf0; 
}
  
  @media screen and (max-width: 767px) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {display:block;}
  .kaisha th {width:auto;}
  }

.h3_midashi {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #70ff1d;;/*左線*/
  width: 90%;
  margin-left: 5%;
  font-size: 20px;
}
.box2{
  width: 90%;
  padding: 0.5em 1em;
  margin: 0 auto;
  color: #5d627b;
  background: white;
  border-top: solid 5px #2cdd67;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box2 p {
  margin: 0; 
  padding: 0;
}

.dl_o{
 width:90%;
}
.dt_o{
  float:left;
  padding:10px 5px;
  font-size: 17px;
}
.dd_o{
  font-size: 17px;
  margin-left:100px;
  padding:10px 5px;
}
.a_o{
  background-color:rgb(255, 255, 255);
  border-radius:5px;
  color:rgb(0, 0, 0);
  margin:0 20px;
  padding:5px 15px;
  text-decoration:none;
}
.a_o_2{
  background-color:rgb(255, 255, 255);
  border-radius:5px;
  color:rgb(0, 0, 0);
  margin:0 20px;
  padding:5px 15px;
  text-decoration:none;
}


/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
text-align:center;
color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
position: absolute;
top: 50%;
left: 50%;
  z-index: 999;
transform: translate(-50%, -50%);
color: #fff;
width: 100%;
}


/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #4b4b4b;
  transition: all .3s cubic-bezier(.04, .435, .315, .9);
  transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
  transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
  transform: scaleY(0);
}
.wf-nicomoji { 
  font-family: 'Rampart One', cursive; 
}
.wf-roundedmplus1c { 
  font-family: "M PLUS Rounded 1c"; 
}
.member {
  width: 90%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 3px #000000;
 }
 .member th {
  font-family: "Nico Moji"; 
  padding: 10px;
  border: solid 1px #000000;
  background: #000000;
  color: #ffffff;
 }
 .member td {
  font-family: "M PLUS Rounded 1c";
  padding: 10px;
  border: solid 1px #000000;
  background: #f5f8f4
 }
 .button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 20px 40px;   /* 余白       */
  background    : #000066;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button2 {
  display: inline-block;
  border-radius: 5%;
  font-size: 10pt;
  text-align: center;
  cursor: pointer;
  padding: 10px 20px;
  background: #000066;
  color: #ffffff;
  /* line-height: 1em; */
  transition: .3s;
  /* box-shadow: 6px 6px 3px #666666; */
  border: 2px solid #000066;
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.box_r {
  width: 95%;
  margin: 1em auto;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box_r .box_r-title {
  font-size: 1.2em;
  background: #43d669;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box_r p {
  font-size: 16px;
  padding: 10px 60px;
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  width: 100%;
  padding: 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0;
}

a.btn-border span {
  position: relative;

  display: block;

  padding: 1.25rem 3rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;

  display: block;

  width: 100%;
  height: 14px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}
.blackboard-box{
  font-size: 17px;
  width: 90%;;
  background: #104300;
  margin: 1em auto;
  padding: 1em 1em 0 1em;
  border: 8px solid #a60;
  box-shadow: 2px 2px 4px #999, 2px 2px 2px #020 inset;
}

.blackboard-box p{
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0px 0px 2px #fff;
}

.chalk1{
  display: block;
  margin-top: 10px;
  margin-left: 90%;
  border: solid 3px #fff;
  width: 15px;
  border-radius: 3px 2px 0 2px;
}

.chalk2{
  display: block;
  margin-top: -6px;
  margin-left: calc(90% - 30px);
  border: solid 3px #ffee58;
  width: 20px;
  border-radius: 3px 2px 0 2px;
}
.memox{
  position:relative;
  background:#fffde7;
  width:85%;
  margin:2em auto;
  padding:1.5em 1em;
  transform: rotate(-1deg);
  box-shadow:1px 1px 4px rgba(0,0,0,0.2);
  color:#795548;
  }
  .memox::before{
  content:'広報活動';
  position:relative;
  display:inline-block;
  border-bottom:3px solid #795548;
  border-radius: 0 0 40% 5% / 0 0 15% 20%;
  padding:0 1em 0.1em 0.2em;
  font-size:130%;
  font-weight:bold;
  transform: rotate(-5deg);
  }
  .memox::after{
  content:'';
  position:absolute;
  left:50%;
  top:-15px;
  margin-left:-75px;
  width:150px;
  height:30px;
  background:rgba(245,245,245,0.7);
  box-shadow:1px 1px 4px rgba(0,0,0,0.2);
  transform: rotate(-4deg);
  }
  .memox ol{
  margin:1em 0.5em 0 2em;
  padding:0 0 0 0;
  }
  .memox ol p{
  margin-bottom:0.5em;
  text-align: center;
  }
 .memox2{
  position:absolute;
  background:#afddb8;
  width:25%;
  margin:2em auto;
  padding:1.5em 1em;
  transform: rotate(-1deg);
  box-shadow:1px 1px 4px rgba(0,0,0,0.2);
  color:#795548;
    top: 287px;
    left: 37%;
  }
  .memox2::before{
  content:'昆虫採集日誌';
  position:relative;
  display:inline-block;
  border-bottom:3px solid #795548;
  border-radius: 0 0 40% 5% / 0 0 15% 20%;
  padding:0 1em 0.1em 0.2em;
  font-size:100%;
  font-weight:bold;
  transform: rotate(-5deg);

  
  }
  .memox2::after{
  content:'';
  position:absolute;
  left:50%;
  top:-15px;
  margin-left:-75px;
  width:150px;
  height:30px;
  background:rgba(245,245,245,0.7);
  box-shadow:1px 1px 4px rgba(0,0,0,0.2);
  transform: rotate(-4deg);
  }
  .memox2 ol{
  margin:1em 0.5em 0 2em;
  padding:0 0 0 0;
  }
  .memox2 ol p{
  margin-bottom:0.5em;
  text-align: center;
  }

/* 黒板 */
.blackboard {
  width: 90%;
  position: relative;
  margin: 0 auto 1.5rem;
  padding: 1.6rem 1rem;
  font-size: 1.2rem;
  color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 0 4px #fff inset;
  background-color: rgba(0,0,0,0.9);
 }
 .blackboard.answer p {
  margin-left: 1.7rem;
 }
 .blackboard .blink-before {
  font-size: 1.2rem;
 }

 .blackboard .blink-before::before {
  content: '?';
  position: absolute;
  left: 1rem;
  animation: blink 1.4s infinite;
 }
 .blackboard p:last-of-type {
  margin-bottom: 0;
 }
 /* 回り込み */
 .float-r {
  float: right;
 }
 /* 回り込み解除 */
 .clearfix {
  width: 20%;
  margin-left: 75%;
  zoom: 1;
 }
 .clearfix:after {
  clear: both;
  content: "";
  display: block;
 }
 /* 点滅 */
 @keyframes blink {
  50% { opacity: 0; }
 }
 @-webkit-keyframes blink {
  50% { opacity: 0; }
 }
 .tab-wrap {
   width:90% ;
  display: flex;
  flex-wrap: wrap;
  margin:20px auto;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #8b6af2;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #8b6af2;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
.datepicker{
  border: 2px solid #ccc;
  font-size: 20px;
}
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #4b4b4b;
  color: rgb(0, 247, 74);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px #4b4b4b;
  border-bottom: solid 3px #4b4b4b;
  transition: .4s;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px #4b4b4b;
  border-bottom: none;
}

.sample_box3_2 {
  width: 90%;
  margin: 0 auto;
  padding: 1em 1.5em;
  background: #ffffff;/*背景色*/
  color: #000000;/*文字色*/
  padding:0 0 ;
}
.sample_box_title { 
  width: 90%;
  margin: 0 auto;
  padding: 0.5em 0.5em 0.4em;
  text-align: center;
  font-size: 1.3em;/*タイトル文字サイズ*/
  background: #000000;/*タイトル文字背景色*/
  border-bottom: 3px solid #15ff00;/*タイトル下線*/
  color: #ffffff;/*タイトル文字色*/
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sample_box_title p {
  margin-bottom: 0;
  padding:0 0 ;
}
/* クイズのすべてを管理する親要素 */
.quiz_area{
  position: relative;
  width: 90%;
  margin: 0 auto;
}

/* 回答後に上に被せてタップできなくするための要素（デフォルト非表示、回答後に一時的に表示） */
.quiz_area .quiz_area_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  color: #FFF;
  text-align: center;
}

/* 画面に〇、×を表示するための要素（デフォルト非表示、回答後に一時的に表示） */
.quiz_area .quiz_area_icon{
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  color: red;
  display: none;
  font-size: 10em;
  font-weight: bold;
  -webkit-text-stroke: 4px #FFF;
}

/* .trueまたは.falseのクラスが付与されたら表示するものとみなす */
.quiz_area .quiz_area_icon.true, .quiz_area .quiz_area_icon.false{
  display: block;
}

/* .trueは正解（〇を表示） */
.quiz_area .quiz_area_icon.true:before{
  content: '〇';
  color: red;
}
/* .falseは不正解（×を表示） */
.quiz_area .quiz_area_icon.false:before{
  content: '×';
  color: blue;
}

/* 現在の問題数を表示 */
.quiz_area .quiz_no{
  font-weight: bold;
}

/* 問題文と回答後の結果（デザインは使いまわし） */
.quiz_area .quiz_question, .quiz_result{
  box-sizing: border-box;
  padding: 15px;
  border: 4px solid #CCC;
  font-weight: bold;
}

/* 回答後の結果は初期非表示 */
.quiz_area .quiz_result{
  display: none;
  text-align: center;
}


/* 以下クイズの選択肢のデザイン */
.quiz_area .quiz_ans_area ul{
  margin: 10px 0 0 0;
  padding: 0;
  display: block;
}

.quiz_area .quiz_ans_area ul::after{
  content: "";
  display: block;
  clear: both;
}

.quiz_area .quiz_ans_area ul li{
  box-sizing: border-box;
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #CCC;
  margin: 0 0 -2px 0;
  cursor: pointer;
}

.quiz_area .quiz_ans_area ul li.selected{
  background-color: #bcbcbc;
}
.container {
  border: 5px solid #a60;
  height: 500px;
  width: 95%;
  display: flex;
  flex-direction: column; /* 要素を縦に並べる */
  justify-content: space-evenly; /* 要素を均等間隔に分散させる */
  margin: 1em auto;
}

/* 項目のキャプションが折り返してしまわないように設定 */
.item_label {
  white-space: nowrap;
}
/* 各要素の長さ */
.item1 {
  box-sizing: border-box;
  color: white;
  background-color: #de6bb2;
  padding: 4px;
  width: 10%;
  border-radius: 5px;
}

.item2 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 20%;
  border-radius: 5px;
}
.item4 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 40%;
  border-radius: 5px;
}
.item5 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 50%;
  border-radius: 5px;
}
.item6 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 60%;
  border-radius: 5px;
}
.item7 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 70%;
  border-radius: 5px;
}
.item3 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 30%;
  border-radius: 5px;
}
.item8 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 80%;
  border-radius: 5px;
}
.item9 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 90%;
  border-radius: 5px;
}
.item10 {
  color: white;
  box-sizing: border-box;
  background-color: #de6bb2;
  padding: 4px;
  width: 100%;
  border-radius: 5px;
}
.item0 {
  color: white;
  
}
.acd-check{
  display: none;
}
.acd-label{
  background: #333;
  color: #fff;
  display: block;
  margin: 1px auto;
  padding: 10px;
  width: 90%;
}
.acd-content{
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  width: 90%;
  margin: 0 auto;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 820px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  width: 90%;
  margin: 0 auto;
}
.acd-check2{
  display: none;
}
.acd-label2{
  background: #333;
  color: #fff;
  display: block;
  margin: 1px auto;
  padding: 10px;
  width: 90%;
}
.acd-content2{
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  width: 90%;
  margin: 0 auto;
}
.acd-check2:checked + .acd-label2 + .acd-content2{
  height: 820px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  width: 90%;
  margin: 0 auto;
}
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
    right: 0px;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #4b4b4b;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
  font-size: 50px;
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
  position: relative;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 80px;
    height:80px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #02de13;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:28px;
}

.openbtn span:nth-of-type(3) {
	top:41px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.button2 {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 20px;   /* 余白       */
  background    : #000066;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.iine_btn1{
  padding-left: 10px;
  width:100px;
  height:40px;
  line-height:40px;
  display:inline
}
.iine_btn1 a{
  width:100%;
  height:100%;
  text-decoration: none;
  background:#F7F7F7;
  text-align:center;
  border-left:7px solid #FF2A2A;
  color:#FF2A2A;
  font-size:17px;
  font-weight:bold;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
  transition: all 1s ease;
}
.iine_btn1 a:hover{
  background:#F7F7F7;
  color:#FF2A2A;
  margin-left:0px;
  margin-top:0px;
  border-left:7px solid #FF2A2A;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.iine_btn2{
  padding-left: 10px;
  width:100px;
  height:40px;
  line-height:40px;
  display:inline
}
.iine_btn2 a{
  width:100%;
  height:100%;
  text-decoration: none;
  background:#F7F7F7;
  text-align:center;
  border-left:7px solid #2a2eff;
  color:#2a2eff;
  font-size:17px;
  font-weight:bold;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
  transition: all 1s ease;
}
.iine_btn2 a:hover{
  background:#F7F7F7;
  color:#2a2eff;
  margin-left:0px;
  margin-top:0px;
  border-left:7px solid #2a2eff;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.iine_btn3{
  padding-left: 10px;
  width:100px;
  height:40px;
  line-height:40px;
  display:inline
}
.iine_btn3 a{
  width:100%;
  height:100%;
  text-decoration: none;
  background:#F7F7F7;
  text-align:center;
  border-left:7px solid #2aff4e;
  color:#2aff4e;
  font-size:17px;
  font-weight:bold;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
  transition: all 1s ease;
}
.iine_btn3 a:hover{
  background:#F7F7F7;
  color:#2aff4e;
  margin-left:0px;
  margin-top:0px;
  border-left:7px solid #2aff4e;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.iine_btn4{
  padding-left: 10px;
  width:100px;
  height:40px;
  line-height:40px;
  display:inline
}
.iine_btn4 a{
  width:100%;
  height:100%;
  text-decoration: none;
  background:#F7F7F7;
  text-align:center;
  border-left:7px solid #f8e800;
  color:#f8e800;
  font-size:17px;
  font-weight:bold;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
  transition: all 1s ease;
}
.iine_btn4 a:hover{
  background:#F7F7F7;
  color:#f8e800;
  margin-left:0px;
  margin-top:0px;
  border-left:7px solid #f8e800;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.iine_btn5{
  padding-left: 10px;
  width:100px;
  height:40px;
  line-height:40px;
  display:inline
}
.iine_btn5 a{
  width:100%;
  height:100%;
  text-decoration: none;
  background:#F7F7F7;
  text-align:center;
  border-left:7px solid #2affd1;
  color:#2affd1;
  font-size:17px;
  font-weight:bold;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
  transition: all 1s ease;
}
.iine_btn5 a:hover{
  background:#F7F7F7;
  color:#2affd1;
  margin-left:0px;
  margin-top:0px;
  border-left:7px solid #2affd1;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.iine_btn6{
  padding-left: 10px;
  width:100px;
  height:40px;
  line-height:40px;
  display:inline
}
.iine_btn6 a{
  width:100%;
  height:100%;
  text-decoration: none;
  background:#F7F7F7;
  text-align:center;
  border-left:7px solid #752aff;
  color:#752aff;
  font-size:17px;
  font-weight:bold;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
  transition: all 1s ease;
}
.iine_btn6 a:hover{
  background:#F7F7F7;
  color:#752aff;
  margin-left:0px;
  margin-top:0px;
  border-left:7px solid #752aff;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.iine_btn7{
  padding-left: 10px;
  width:100px;
  height:40px;
  line-height:40px;
  display:inline
}
.iine_btn7 a{
  width:100%;
  height:100%;
  text-decoration: none;
  background:#F7F7F7;
  text-align:center;
  border-left:7px solid #ff2aed;
  color:#ff2aed;
  font-size:17px;
  font-weight:bold;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
  transition: all 1s ease;
}
.iine_btn7 a:hover{
  background:#F7F7F7;
  color:#ff2aed;
  margin-left:0px;
  margin-top:0px;
  border-left:7px solid #ff2aed;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.iine_btn8{
  padding-left: 10px;
  width:100px;
  height:40px;
  line-height:40px;
  display:inline
}
.iine_btn8 a{
  width:100%;
  height:100%;
  text-decoration: none;
  background:#F7F7F7;
  text-align:center;
  border-left:7px solid #ffa32a;
  color:#ffa32a;
  font-size:17px;
  font-weight:bold;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
  transition: all 1s ease;
}
.iine_btn8 a:hover{
  background:#F7F7F7;
  color:#ffa32a;
  margin-left:0px;
  margin-top:0px;
  border-left:7px solid #ffa32a;
  box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.btn-social-long-twitter {
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: #a45b10;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.btn-social-long-twitter .fa-twitter {
  text-shadow: 2px 2px 0px #a45b10;
  font-size: 30px;
}

.btn-social-long-twitter span {
  display:inline-block;
  transition: .5s;
}

.btn-social-long-twitter:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.btn-social-long-twitter2 {
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: #a45b10;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.btn-social-long-twitter2 .fa-twitter {
  text-shadow: 2px 2px 0px #a45b10;
  font-size: 30px;
}

.btn-social-long-twitter2 span {
  display:inline-block;
  transition: .5s;
}

.btn-social-long-twitter2:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.btn-social-long-twitter3 {
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: #a45b10;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.btn-social-long-twitter3 .fa-twitter {
  text-shadow: 2px 2px 0px #a45b10;
  font-size: 30px;
}

.btn-social-long-twitter3 span {
  display:inline-block;
  transition: .5s;
}

.btn-social-long-twitter3:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.ribbon19-wrapper {
  display: block;
  position: relative;
  padding: 10px 0;
}

.ribbon19-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  overflow: hidden;
  }

.ribbon19 {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -24px;
  top: 20px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #39c3d4;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px rgb(57, 195, 212);
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}