@chaeset "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;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ここから */
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 20px;
  line-height:2;
  border-top: 4px solid #080149;  
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul li {
	list-style:none;
}

img {
  vertical-align: bottom;
}

a:hover {
  opacity: 0.8;
}
a { text-decoration:none; }

/* レイアウト・アセット */
.container { width:1170px; margin:0 auto; }
.clear { clear:both; }
.png-sp {display: none;}
section { padding:50px 0; }
.clearfix:after { content: "";display: block;clear: both; }
.rd { color:#E61064;font-weight:800; }
h2 { font-size:2rem;font-weight:bold;border-bottom: 4px #333333 solid;display:inline-block;margin-bottom:20px;}
.img_fix {text-align:center;margin:20px 0 40px;}

/* header */
header {margin: 0 auto; padding:15px 0; }
header img {  float: left;}
header a {
  width: 32.47%;
  float: right;
  font-size: 16px;
  padding: 1% 0;
  background-color: #eeeeee;
  display: block;
  border-radius: 5px;
  text-align: center;
  color:#333333;
}


/* top */
#top {
    background-image: url(images/top_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
	padding:100px 0;
	border-top: 1px solid #cccccc;
	font-weight:bold;
	font-size:3rem;
}
#top h1 { text-align: center; }
#top h1 .png { margin: 25px 0 -70px 0; }

/* about */
#about .img_fix img{width:100%;}

/* cont1 */
#cont1 #cont1_philosophy { text-align:center;background-color:#f5f5f5;padding:20px;margin:20px 0 20px 0;}
#cont1 #cont1_philosophy h3{font-weight:bold;font-size:1.5rem;}

/* cont2 */
#cont2 {background-color:#f9f8f5;}
#cont2 > div {background-color:#ffffff;border-radius:10px;padding:20px;margin-bottom:20px;}

/* cont3 */
#cont3 {text-align:center;}
#cont3 .img_fix img{width:100%;}

/* footer */
footer {
  background-color: #008c7b;
  color: #ffffff;
  font-size: 50%;
  text-align: center;
  padding: 10px;
}
footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

@media screen and (max-width:1024px) {
  /* 画面サイズが 767px以下の場合に適用 */
  
	body { font-size:16px; }
	.container { width:100%; }
	section { padding:30px 0; }
	.png { display: none; }
	.png-sp { display: block; width: 100%; }  
	article { width:100%; overflow:hidden;  }
	header img { width:85px; margin-left:10px; }
    header a { padding: 10px 15px; width: 50px; margin-right: 10px; }
	header a span { display:none; }
	h2{font-size:1.5rem;}
	.img_fix img{width:100%;}

	/* top */
	#top {background-position:center;padding:50px;line-height:1.5;font-size:2rem;}
	#top h1 {padding: 0; }
	
	/* about */
	#about {padding:10px;}
	
	/* cont1 */
	#cont1 {padding:10px;}
	
	/* cont2 */
	#cont2 {padding:20px;}
	#cont2 > div{width:90%;}
	
	/* cont3 */
	#cont3 {padding:10px;width:95%;}

	/* footer */
	footer {width:98%;padding:1%;}

}