@charset "UTF-8";
/* 各要素リセット */

html,
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	color: #323232;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
address {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold !important;
}
dl,
dt,
dd,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
	height: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* reset html5要素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus {
	outline-offset: -2px;
}

/* リンク */
a {
	text-decoration: none;
	transition: all 0.3s;
	color: #231815;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/*フロート・クリアーボックス*/
.clear {
	clear: both;
}

/* 汎用設定 */
/* テキスト揃え */
.lefttxt {
	text-align: left !important;
}
.righttxt {
	text-align: right !important;
}
.centertxt {
	text-align: center !important;
}
/* フロート */
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.fl_n {
	float: none !important;
}

/* 画像のみのブロック */
.imgbar {
	font-size: 0;
	line-height: 0;
}

/* マージン */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb110 {
	margin-bottom: 110px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr10 {
	margin-right: 10px !important;
}

/* パディング */
.pt0 {
	padding-top: 0 !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pds10 {
	padding: 0 10px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
