img {
	width: 100%;
	max-width: 1400px;
}
a {
	display: block;
}
.sp {
	display: none;
}
.mainVisual,
.button,
.section {
	text-align: center;
}

#logo {
	width: 150px;
}
.button {
	max-width: 560px;
	text-align: center;
	margin: 0 auto;
}
.button a {
	display: block;
}
.btnWrap_2clm {
	display: flex;
    justify-content: center;
	align-items: center;
	background: #034794;
	padding: 38px 0;
}
.btnWrap_1clm {
	text-align: center;
	background: #034794;
	padding: 38px 0;
}
.btnWrap_1clm .estimate{
	max-width: 460px;
	margin: 0 auto;
}
.btnWrap_2clm .estimate{
	max-width: 460px;
	text-align: center;
}
.btnWrap_2clm .estimate .text,
.btnWrap_1clm .estimate .text {
	max-width: 306px;
}
.btnWrap_2clm .estimate .button,
.btnWrap_1clm .estimate .button{
	max-width: 460px;
}
.btnWrap_2clm .download {
	max-width: 360px;
	text-align: center;
}
.btnWrap_2clm .download .text {
	max-width: 290px;
}
.btnWrap_2clm .download .button {
	max-width: 360px;
}
.btn03{
	max-width: 425px!important;
}

section > div {
	text-align: center;
}
.bg_blue01 {
	background: #f3feff;
}
.bg_blue02 {
	background: #e8f8fe;
}
footer {
	position: relative;
    padding: 32.5px 0;
	max-width: 100%;
	background: #F2F2F2;
	text-align: center;
}
.footerContent ul {
    display: flex;
    justify-content: center;
}
.footerContent ul li {
    padding: 0 20px;
    position: relative;
}
.footerContent ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #bbbbbb;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.footerContent ul li:last-child:after {
    display: none;
}
.footerContent ul a {
	color: #5A5A5A;
	font-size: 14px;
}
.footerContent p {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 13px;
    color: #888;
    word-wrap: break-word;
}
.footerContent > p > small {
	color: #8D8D8D;
}

@media (max-width: 599px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#logo {
		margin: 0 auto;
		text-align: center;
	}
	section {
		margin: 0;
	}
	.btnWrap_2clm {
		display: block;
		padding: 30px 0 20px;
	}
	.btnWrap_2clm > div {
		text-align: center;
		margin: 0 auto;
	}
	.mainVisual_wrap_sp {
		position: relative;
	}
	.mainVisual_wrap_sp .button {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 59%;
	}
	.btnWrap_2clm .estimate .text, .btnWrap_1clm .estimate .text,
	.btnWrap_2clm .download .text {
		max-width: 75%;
	}
	.btnWrap_2clm .download .button,
	.btnWrap_2clm .download{
		max-width: 460px;
	}
	.btnWrap_2clm > div.download {
		margin: 5px auto 0;
	}
	.btn03{
		max-width: 90%!important;
	}
	.footerContent ul {
		display: block;
    }
    .footerContent ul li {
        margin-bottom: 0;
    }
    .footerContent ul li:after {
        display: none;
    }
	.footerContent ul a {
		font-size: 12px;
	}
	.footerContent p {
		font-size: 10px;}
	
}