@charset "utf-8";
@media only screen and (min-width: 640px) {
/* =========================================================
 common
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	font-size: 28px!important;
}
body {
	font-size: 28px;
	max-width: 640px;
	margin: 0 auto;
}
.conceptText p{
	font-size: 28px !important;
}
/* ----- ヘッダー ----- */
#headerBlock {
  left: 0;
  margin: auto;
  right: 0;
  width: 640px;
}
#sideNavBtn::after {
  font-size: 19px !important;
}
#headerLogo {
    max-width: 230px !important;
}
/* ----- メニュー ----- */
#backImg {
  left: 0;
  margin: auto;
  right: 0;
  width: 640px;
}
#line {
  height: 360px;
}
}
