@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;
}




/*********   font   *********/
body{
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}


/******************************************/

header h1{
	font-size:1em;
	color:#fff;
	background:#000;
	padding:10px 10px 0 10px;
	text-align:center;
}
header h2{
	font-size:1.5em;
	color:#fff;
	background:#000;
	padding:0 10px 10px 10px;
	text-align:center;
}
header h2 span{
	font-size:x-small;
}
header h3{
	padding:10px;
	font-size:0.8em;
}

.container1{
	margin:0;
	padding:0;
	width:100%;
	clear:both;
}

.container2{
	margin:auto;
	padding:0;
	width:90%;
}

.container3{
	margin:auto;
	padding:auto;
	width:33.333333%;
	float:left;
	text-align:center;
}
.text1{
	padding:10px 0 0 0;
}
.text2 img{
	width:100%;
	max-width:200px;
}
.text3{
	border-left:4px solid #333;
	padding-left:6px;
}

.text4{
	padding:10px;
	font-size:0.8em;
}

.container4{
	margin:auto;
	padding:0;
	text-align:center;
}

.clear{clear:both;margin-bottom:10px;}


footer{
	font-size:0.8em;
	text-align:center;
	margin-bottom:100px;
}

a{color:#0099ff;}

// デスクトップ, 1199px 以下
@media (max-width: 1199px) {
}

// タブレット, 991px 以下
@media (max-width: 991px) {
}

// 横向きモバイル, 767px 以下
@media (max-width: 767px) {
}

// 縦向きモバイル, 575px 以下
@media (max-width: 575px) {
}



/**************************************************

	ボタンのデザイン
	
	**************************************************/
.sounds{
	display: block ;
	
	width:70% ;
	max-width:100px;
	margin:10px auto;
	padding:2em 0;
	border-radius: 100%;
	color: #fff ;
	font-weight: 700 ;
	background: #000 ;
	text-align: center ;
	text-decoration: none ;
}

