@charset "UTF-8";

/* CSS Document */

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium"),
	local("Yu Gothic");
	font-weight: 500;
}

html {
	-ms-overflow-style: auto;
}
body {
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: 500;
	font-feature-settings: 'palt';
}



@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

/*==================================================

見出し
==================================================*/


h1 {
	font-size: 200%;
	line-height: 180%;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 150%;
	line-height: 180%;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 130%;
	line-height: 150%;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 110%;
	line-height: 150%;
	letter-spacing: 0.1em;
}
h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,p {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

float
==================================================*/

.fl-left {
	float: left;
}
.fl-right {
	float: right;
}

/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*==================================================

link img
==================================================*/

a {
	color: #007dd4;
	text-decoration: underline;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}

/* 画像リンク オーバー */

a img.link:hover {
	opacity: 0.7;
}

/* 拡大縮小用 */
img.scaling {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*==================================================

マージン設定
==================================================*/

.mt-space3p {margin-top: 3%!important;}
.mt-space5p {margin-top: 5%!important;}
.mt-space8p {margin-top: 8%!important;}

.mb-space3p {margin-bottom: 3%!important;}
.mb-space5p {margin-bottom: 5%!important;}

/*==================================================

リスト
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
	
	body {
		font-size: 85%;
	}
	
}
@media only screen and (max-width: 568px) {
	
	body {
		font-size: 75%;
		line-height: 180%;
	}
	
}
@media only screen and (max-width: 480px) {
	
	
	
}
