@charset "UTF-8";
/* CSS Document */

@media only print, only screen and (min-width: 18.75em){

#aboutWrap{
  padding: 40px 0 0;
}

#aboutTxt{
  float: none;
}

#aboutImg{
  width: 100%;
  float: none;
}

#main h2,
#main h3{
  padding: 0 15px;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1;
}

#main h2{
  margin: 0 0 30px 0;
  padding-top: 60px;
  font-size: 3.750vw;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.space{
  margin-right: 6px;
}

#main h3{
  margin-left: 0;
  font-size: 3.125vw;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: justify;
}

}

@media only print, only screen and (min-width: 768px){

#main h2{
  margin: 0 0 34px 0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

#main h3{
  margin-left: 0;
  font-size: 13px;
  line-height: 1.95;
  letter-spacing: 0.14em;
  text-align: justify;
}

}

@media only print, only screen and (min-width: 1000px){

#aboutWrap{
  padding: 366px 20px 0;
}

#aboutTxt{
  float: left;
}

#aboutImg{
  width: 38.57vw;
  padding-top: 10px;
  float: right;
}

#main h2,
#main h3{
  padding: 0;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1;
}

#main h2{
  margin: 0 0 34px 0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.space{
  margin-right: 10px;
}

#main h3{
  margin-left: 0;
  font-size: 13px;
  line-height: 1.95;
  letter-spacing: 0.14em;
  text-align: left;
}

}