@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-family:Arial, sans-serif,"ＭＳ Ｐゴシック", Osaka;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color--000000);
}
:root {
	--color--000000: #000000;
	--color--24231E: #24231E;
    --color--ffffff: #ffffff;
	--color--D61F0D: #D61F0D;
	--color--F2F0E6: #F2F0E6;
	--color--032F9A: #032F9A;
	--color--0D152B: #0D152B;
}
a{
	text-decoration:none;
}
a:hover{
	opacity: 0.8;
}
a:hover,
a:focus
{
	text-decoration:none;
}
ul{
    position: relative;
    margin: 0;
    padding: 0;
}
ul:after{
    content: "";
    display: table;
    clear: both;
}
li{
	list-style-type: none;
}
button:focus{
	outline: none;
	box-shadow: none;
}
.font-w400{
	font-weight: 400;
}
.font-w600{
	font-weight: 600;
}
.font-w700{
	font-weight: 700;
}
.font-w800{
	font-weight: 800;
}
.font-wbold{
	font-weight: bold;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.ml-auto{
	margin-left: auto;
}
.mr-auto{
	margin-right: auto;
}
.font--KakuGothic{
	font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.font-Hiragino{
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
}
.font-Inter{
    font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5{
	margin-top: 0;
}
/*=========*/
.container{
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 1300px){
	.container-1230{
		max-width: 1230px;
	}
}
@media (min-width: 1200px){
	.row-x33{
		margin-left: -33px;
		margin-right: -33px;
	}
	.pd-x33{
		padding-left: 33px;
		padding-right: 33px;
	}
}
@media (min-width: 992px){
	.row-x7{
		margin-left: -7px;
		margin-right: -7px;
	}
	.pd-x7{
		padding-left: 7px;
		padding-right: 7px;
	}
}




/* ======= */
.body--wrapper{
	position: relative;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: var(--color--000000);
}
/* ======== */