@charset "utf-8";
/* CSS Document */
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
		vertical-align: middle;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}

body{
	font-family: soleil,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-style: normal;
}


ul {
padding: 0px;
}

img{	
	border: 0;
	max-width: 600px; /* 最大幅 */
	width: auto;
	height: auto;
	padding: 20px 0 5px;
}

.logo{
	width:300px;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


.image ul{
	width:100%;
	display:block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.image li{
	font-size: 30px;
	list-style: none;
	display:block;
	width: 98%;
	margin:  0;
	padding: 1%;
}

.buttun_pdf{
	display: inline-block;
	padding: 0;
  	color: #FFF;/*文字・アイコン色*/
  	height: 45px;/*高さ*/
  	width: 400px;/*幅*/
  	font-size: 20px;/*文字のサイズ*/
  	line-height: 45px;/*高さと合わせる*/
  	background-color: #000000;
  	text-decoration:none;/*下線は消す*/
	text-align: center;
		margin: 0 auto 30px;
}

h1{
	font-family: 'Red Hat Display', sans-serif;
}
h2{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14pt;
}


@media screen and (max-width: 769px) {
 
/*  ウィンドウサイズ769px以下の時のスタイル  */
	img{	
	border: 0;
	max-width: 85%; /* 最大幅 */
	width: auto;
	height: auto;
	padding: 0;
}

.logo{
	width:70%;
}

.material-icons {
	margin: 0;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1.2em;
  line-height: 1;
  text-transform: none;
	vertical-align: middle;
}

	
.buttun_pdf{
	display: inline-block;
	padding: 5px;
  	color: #FFF;/*文字・アイコン色*/
  	height: 2em;/*高さ*/
  	width: 65%;/*幅*/
  	font-size: 12px;/*文字のサイズ*/
  	line-height: 2em;/*高さと合わせる*/
  	background-color: #000000;
  	text-decoration:none;/*下線は消す*/
	text-align: center;
	margin: 0 auto 30px;
	vertical-align: bottom;
}
	
h1{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 18pt;
	margin-top: 10%;
}
h2{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 10pt;
}

 
