.p-articlePage-mv {
    position: relative;
    padding: 2rem 0 2rem;
    background: #f4f4f4;
}
.l-container_wrap {
    width: calc(100% - 40px);
    max-width: 110rem;
    margin: 0 auto;
}
.p-articlePage-mv__type {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0 4rem;
    border-radius: 6px;
    background: #1ba5d4;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
h2{
	margin-bottom: 10px;
	margin-top: 20px;
}
.main-text{
	margin-bottom: 16px;
}
figure{
	width: auto;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1040px){
.p-form2__wrapper {
    margin: 60px auto 80px auto;
}
}
.p-form2__wrapper {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1100px;
    margin: 50px auto 150px auto;
}
@media screen and (max-width: 1040px){
.p-form2__wrapper {
	display: block;
	width: calc(100% - 40px);
    max-width: 110rem;
    margin: 20px auto;
}
}
.download_detail_txt_wrap{
	width: 55%;
}
.download_form{
	width:40%;
	background: #f4f4f4;
	padding: 20px;
}
input,select{
	background: #fff;
	padding: 10px!important;
}
form,.mktoFormCol,.mktoRequiredField,.mktoFieldWrap,.mktoHtmlText,input,select{
    width: 100% !important;
	height: auto;
}
.mktoOffset{
	display: none;
}
.mktoRequiredField{
	margin-bottom: 20px!important;
}
@media screen and (max-width: 1040px){
.download_detail_txt_wrap{
	width: 100%;
}
.download_form{
	width:100%;
	margin-top: 20px;
}
figure{
	width: 50%;
}
.mktoButtonRow {
	width: 100%!important;
}
.mktoDownloadButton {
	width: 100%!important;
	margin: inherit!important;
}
.mktoButton{
	width: 100%!important;
}
}