@charset "UTF-8";
/* CSS Document */

/* 日本語 基本フォント */

body {　font-family: 'Noto Sans JP', sans-serif;　}
.mt10{
	margin-top:10px;
}
.mt_30{margin-top:-7%;}
.ttl_mt{margin-top:-100px;}
.mt30 , .mt30_s {
	margin-top:30px;
	}
.mt50{
	margin-top:50px;
	}
.mt70{
	margin-top:70px;
	}
.mt100{
	margin-top:100px;
	}
.mb10{
	margin-bottom:10px;
	}
.mb30{
	margin-bottom:30px;
	}
.mb50{
	margin-bottom:50px;
	}
.mb70{
	margin-bottom:70px;
	}
.mb100{
	margin-bottom:100px;
	}
.pb10{
	padding-bottom:10px;
	}
.pb20{
	padding-bottom:20px;
	}
.pb30{
	padding-bottom:30px;
	}
.pb50{
	padding-bottom:50px;
	}
.pb70{
	padding-bottom:70px;
	}
.pb100{
	padding-bottom:100px;
	}
.pt10{
	padding-top:10px;
	}
.pt30{
	padding-top:30px;
	}
.pt50{
	padding-top:50px;
	}
.pt70{
	padding-top:70px;
	}
.pt100{
	padding-top:100px;
	}
.pt150{
	padding-top:150px;
	}
.plr_50{
	width:90%;
	margin:10px auto;
	}
.plr80{
	width:80%;
	margin:0 auto;
	}


em , .bold {
	font-weight:bold;
}

.goshic{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
.white{color: #ffffff;}
.black{
	color: #000;
}
.red{
	color: #D10003;
}
.red02{
	color: #b60d23;
}
.tl{
	text-align:left;
}

.gray{
	color: #595757;
}
.normal{
	font-weight: normal;
}
.small{
	font-size: 70%;
}
.lh20{
	line-height: 2;
}
.sp_center{
		text-align: center;
	}
.lh14{line-height: 1.4; }
.p_17p{font-size:17px;}
.fu200{font-size: 34px;}
.fd80{font-size: 24px;}
.fd_p12{font-size: 12px;}
.font_up{
	font-size:16px;}
.font_down{font-size: 22px;}
.mincho{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
@media screen and (max-width:560px)  {
.mt10{
	margin-top:7px;
}
.mt_30{margin-top:0%;}
.ttl_mt{margin-top:0%;padding-top: 10%;}

.mt30 , .mt30_s {
	margin-top:10px;
	}
.mt50{
	margin-top:20px;
	}
.mt70{
	margin-top:30px;
	}
.mt100{
	margin-top:50px;
	}
.mb10{
	margin-bottom:7px;
	}
.mb30{
	margin-bottom:10px;
	}
.mb50{
	margin-bottom:20px;
	}
.mb70{
	margin-bottom:30px;
	}
.mb100{
	margin-bottom:50px;
	}
.pb10{
	padding-bottom:7px;
	}
.pb20{
	padding-bottom:8px;
	}
.pb30{
	padding-bottom:10px;
	}
.pb50{
	padding-bottom:30px;
	}
.pb70{
	padding-bottom:30px;
	}
.pb100{
	padding-bottom:50px;
	}
.pt10{
	padding-top:7px;
	}
.pt30{
	padding-top:10px;
	}
.pt50{
	padding-top:30px;
	}
.pt70{
	padding-top:30px;
	}
.pt100 ,.pt150{
	padding-top:50px;
	}
.sp_center{
		text-align: center;
	}

.lh20{
	line-height: 1.6;
}
.p_17p{font-size:14px;}
	.fu200{font-size: 22px;}
	.fd80{font-size: 18px;}
	.sp_tl{
		text-align: left;
	}
	.sp_pt20{
		padding-top: 20px;
	}
	.sp_pt100{
		padding-top: 50px;
	}
	.sp_w80pr{
		width: 84%;
		margin: 0 auto;
	}
.font_up{
	font-size:16px;}
.sp_pb30{padding-bottom: 5%;}
}