@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	font-family:'Zen Maru Gothic','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: 18px;
	_font-size: 18px;
	color: #000;
}
input, select, textarea {
	font-family:'Zen Maru Gothic','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 5px;
	border:1px solid #ccc;
}
/* box-sizing */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,img {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
 transition: all 0.4s ease-out 0s;
}
a {
	color: #799755;
	text-decoration: none;
}
a:active, a:hover {
	color: #000;
}
label {
	cursor: pointer;
}

/* font */
body .center {
	text-align: center;
}
.txt_c_red {
	color: #D80306;
}

/* margin/padding */
.mgt_10 {
 margin-top: 10px !important;
}
.mgb_0 {
 margin-bottom: 0 !important;
}
.mgb_40 {
 margin-bottom: 40px;
}

/* 1080px以下*/
@media (max-width: 1079px) {
body {
	line-height: 1.2;
}
}