/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#top_img {
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  #top_img {
    margin: 0 0 0 0;
  }
}

#breadcrumb {
  display: none;
}

#aisatu p {
  margin-top: 10px;
  text-align: left;
}

#preamble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #preamble {
    display: block;
  }
}

#top_profile {
  border: 1px solid #666;
  margin: 20px 0 0 0;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_profile iframe {
  width: calc(100% - 310px);
  height: 300px;
}

#top_profile article {
  width: 290px;
}

@media only screen and (max-width: 768px) {
  #top_profile {
    display: block;
  }
  #top_profile iframe {
    width: 100%;
  }
  #top_profile article {
    width: auto;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=index.css.map */