@charset "UTF-8";

/*
Theme Name: 津商工会議所　就活フェア
Theme URI:  https://www.tshukatsu-tsucci.com/
Author:			Ｏ－ＧＯＥ
*/

/********** コンテンツ **********/

html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.contents__wrapper{
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 5% 2%;
  text-align: center;
  position: relative;
  margin-top: 15%;
  flex: 1;
}
.contents__wrapper span {
  font-size: 200%;
  font-weight: bold;
  padding-bottom: 1%;
}
.contents__wrapper p {
  font-size: 120%;
  margin-top: 5%;
}
@media screen and (min-width: 0px) and (max-width: 749px) {
  .contents__wrapper{
    padding: 0 2% 10% 2%;
  }
}
