* {
	max-width: 100%;
}
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;}
a {
	text-decoration: none !important;
}
h1,h2,h3,ul,li,figure,p {
	padding: 0;
	margin: 0;
	line-height: 1;
}
ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.contact {
	text-align: center;
	background: #f5f5ec;
	width: 100%;
	margin-top: 0 !important;
}
.contact .inner {
    width: 980px;
    margin: 0px auto;
}
.contact p {
	margin-bottom: 60px;
}
.contact .title {
    padding: 95px 0px 65px;
    text-align: center;
}
.box_btn {
	max-width: 880px;
    margin: 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: space-between;
    -webkit-flex-direction: space-between;
    flex-direction: space-between;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.box_btn a {
	display: block;
	width: 432px;
	padding: 32px 0 30px;
	background: #303740;
	text-align: center;
	-webkit-transition: .1s linear;
    transition: .1s linear;
}
.box_btn a:hover {
	background: #575d62;
	-webkit-transition: .1s linear;
    transition: .1s linear;
}
.saigaitaisaku-txt {
		font-size: 1.3rem;
    padding: 0.5rem;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.5;
    background-color: #F2F2F3;
}
.copyright {
	padding: 140px 0px 20px !important;
	font-size: 14px;
	color: #282828;
	width: auto !important;
	right: auto !important;
	top: auto !important;
	font-family: メイリオ, Meiryo;
}

  @media screen and (max-width: 979px) {
		.saigaitaisaku-txt {
			font-size: 0.8rem;
    	padding: 0.8rem;
			line-height: 1.3;
		}
	.contact .inner {
		width: 95%;
		margin: auto;
	}
	.box_btn {
		max-width: 100%;
		justify-content: center;
	}
	.box_btn a {
		width: 80%;
		margin: 1% auto;
		padding: 8% 5%;
	}
	.copyright {
		padding: 12% 0px 20px !important;
		font-size: 80%;
	}
}
