@charset "utf-8";
/*
初期スタイルのリセットここから
*/
html {
	color:#000;
	background:#FFF;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	*font-size:100%;
	font-weight:inherit;
}
q:before,q:after{
	content:'';
}
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio ,canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/*イメージの下の余白を解除*/
img{
	vertical-align: bottom;
	}
/*
初期スタイルのリセットここまで
*/

/*
共通設定スタイルここから
*/
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	color: #444;
}
pre,code{
	font-family:Courier,'Courier New',monospace;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
.clear {
	clear: both;	
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix{display: inline-block;} 
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 

#social {
	display: none;	
}

.img-box {
	position: relative;
}
.img-box__description--white {
	position: absolute;
	bottom: 13px;
	left: 20px;
	font-size: 28px;
	color: #FFF;
}
.linked-image:hover {
	opacity: 0.85;
}

/*
共通設定スタイルここまで
*/

/* ===== Top ===== */
.sns {
	display: flex;
	text-align: center;
}
.inline-block_area dt {
	display: inline-block;
}

.inline-block_area dt p {
	font-size: 16px;
	width: 445px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	display: block;
}
