@charset "utf-8";

/*----共通部分始まり----*/



/*全体部分始まり
----------------------*/

html {
  font-size: 100%;
}

body {
  margin: 2%;
  padding: 0;
  background-color: white;
  font-size: 15px;
  line-height: 2;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

a {
  text-decoration: none;
}

.mt {
  margin: 16px auto;
  text-align: center;
  display: block;
  border: 1px solid #000;
  height: 100%;
}

.mt h2  {
  text-align: center;
  margin: 10px;
}

.mt h3 {
  text-align: center;
}

.mt .tx {
  text-align: left;
  display: inline-block;
  line-height: 2;
  margin: 5px;
}

.mt p {
  margin: 5px;
}






