/* 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;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="button"], input[type="submit"], button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/*-----------------------------------------------------------------------------
Firefoxの右側スクロールバーの表示
Firefox上でコンテンツの高さがウィンドウの高さより短い場合に表示位置がずれる現象を解消
-----------------------------------------------------------------------------*/      
html { overflow-y: scroll; }
/* *{border-style:none;} */

img { border-style:none; vertical-align:top;}

/*-----------------------------------------------------------------------------
フロート操作によるボックスの高さ調整
-----------------------------------------------------------------------------*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-Mac */

/*--- common ----------------------------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	zoom: 1;
}


html{
	/*overflow: auto;*/
	overflow-x: hidden;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	
	margin: 0 !important;
	padding: 0 !important;
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
    /*font-size: 14px;
	font-size: 1.4rem;*/
    line-height: 1.8em;
    color: #333;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    background: #FFF;
}

strong { font-weight: bold; }



/* テキストリンク
=========================================================================*/
a {
    color: #333;
    text-decoration: underline;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
}
a:visited { color: #333; }
a:hover { 
	color: #333;
	text-decoration: none;
}
a:hover,
a:active,
a:focus
 {
  outline: none;
}

a.opacity:hover {
	text-decoration: none;
	color: #333; 
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}
.opacity {
	-o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
}
.opacity:hover { 
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}
a img {
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
}
a img:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}

/* IEバグ対策
=========================================================================*/
input,label,select {
	vertical-align : middle;
}
input, button, textarea, select {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-size: 15px; font-size: 1.5rem; 
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, body, input, button, textarea, select  { font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN ,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-size: 14px; font-size: 1.4rem; }
}


/* 画像サイズ
=========================================================================*/
img { width: 100% }

/* ページ共通
=========================================================================
=========================================================================*/
.sp { display: none }
.pc { display: block }


/*  スマホ（768px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:768px) {
	.sp { display: block }
	.pc { display: none }

}
/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {

	
}