@charset "utf-8";
/*------------------------------------------------------------
initialize
------------------------------------------------------------*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ul, fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video,th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

    * html body {     
        background: url(null) fixed;     
    }
body {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    *font-size: 75%;
    margin: 0;
}

/* ie8 */
html>/**/body { font-size /*\**/: 75%\9;}

body#Index {
	line-height: 1.8;
	color: #333333;
	background: #004EA2;
}

a {
  color:#068BF8;
}
a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
outline
------------------------------------------------------------*/

.contents {
  background: #FFF;
  margin: 80px auto;
  width: 620px;
  text-align: center;
  padding: 40px 70px 80px 70px;
}
.contents h1 {
  color: #004EA2;
  font-weight: bold;
  font-size: 2em;
  margin: 1em 0.5em 2em 0.5em;
}
.contents p {
  margin-top: 1em;
}
.contents .linkbnr img:hover {
  transition: 0.3s;
  opacity: 0.7;
}

/* smartPhone */
@media screen and (max-width: 640px) {
  .forPC {
    display: none;
  }
.contents {
  margin: 5% auto;
  width: 95%;
  padding: 10% 5%;
  box-sizing:border-box;
}
.contents h1 {
  font-size: 1.3em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.contents p {
  font-size: 0.95em;
  margin-top: 1em;
  text-align: left;
}
  .contents .logo {
    text-align: center;
  }
  .contents p:last-child {
    text-align: right;
  }
  .contents .linkbnr img {
    width: 100%;
  }
}
