@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wrapper {
  font-family: sans-serif;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  padding: 40px 0;
  color: #4c4c4c;
  background: #eee; }

.headerBlock {
  line-height: 1;
  box-sizing: border-box;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto 2px;
  padding: 40px 30px;
  background: #fff; }

.mainBlock {
  box-sizing: border-box;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
  background: #fff; }
  .mainBlock p {
    line-height: 200%; }

.h2-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px; }

.btn-list {
  margin: 40px 0; }
  .btn-list {
    *zoom: 1; }
  .btn-list:before, .btn-list:after {
    content: '';
    display: block;
    clear: both;
    height: 0; }
  .btn-list:after {
    clear: both; }
  .btn-list li {
    float: left;
    margin-right: 8px; }
  .btn-list a {
    font-weight: bold;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 260px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    background: #eee; }
    .btn-list a:after {
      position: absolute;
      right: 20px;
      content: url("/images/menu_arrow.png"); }
    .btn-list a:hover {
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

@media screen and (max-width: 800px) {
  .wrapper {
    font-size: 12px; }
  .h1-title {
    text-align: center; }
    .h1-title img {
      width: 90%;
      height: auto; }
  .mainBlock, .headerBlock {
    width: 90%; }
  .btn-list li {
    margin-right: 0;
    margin-bottom: 10px;
    float: none; }
    .btn-list li a {
      width: 100%;
      font-size: 1.3em; } }
