@charset "UTF-8";

/* ---------- Contents ---------- */

   #guide_back {
      position: absolute;
      top: 300px;
      left: 260px;
      width: 680px;
      height: 470px;
      background-color: #ffffff;
      opacity: 0.97;
   }
   #guide_space {
      width: 90%;
      font-size: 1em;
      line-height: 1.6;
      margin: 0 auto;
      padding-top: 80px;
   }
.guide_flex {
    display: flex;
    flex-wrap: nowrap;
   margin-bottom: 20px;
}
.guide_body_1 {
   width: 6em;
   display: flex;
   justify-content: center; /*左右中央揃え*/
   align-items: center;     /*上下中央揃え*/
   background-color: #e1fbe6;
}
.guide_body_2 {
	width: 33em;
	margin-left: 1em;
}


