@charset "UTF-8";

/* CSS Document */

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium"),
	local("Yu Gothic");
	font-weight: 500;
}

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: 500;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

/*==================================================

title txt
==================================================*/

h1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.8rem;
	line-height: 180%;
	font-weight: 500;
}
h2 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	line-height: 180%;
	font-weight: 500;
}
h3 {font-size: 1.6rem;}
h4,h5,h6 {font-size: 1.4rem;}

p {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
}

/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*==================================================

link img
==================================================*/

a {
	color: #88b000;
	text-decoration: underline;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.8;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}

/*==================================================

margin
==================================================*/

.mt-space3p {margin-top: 30px!important;}
.mt-space5p {margin-top: 50px!important;}
.mt-space8p {margin-top: 80px!important;}

.mb-space3p {margin-bottom: 30px!important;}
.mb-space5p {margin-bottom: 50px!important;}

/*==================================================

list
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.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;}
	
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	
}