/* タイトル周りマージン */
.l-inner .l-content-header {
    padding: 0 0 74px;
}
/* フォーム説明文 */
#form_ank > div.p-download-form > p {
    font-size:11.5px;
    margin-bottom:2em;
    text-align:center;
}
/* 氏名を一行に */
form {
    position: relative;
}
form > div:has(#LastName) {
    width: 48%;
}
form > div:has(#FirstName) {
width: 48%;
    position: relative;
    top: -85px;
    left: 52%;
    margin-bottom: -85px;
}
/* #LblLastName .mktoAsterix{
    display: none;
} */
/* フォーム背景に色 */
#form_ank > div.p-download-form.m-market-form {
    background: rgba(62, 62, 62, 0.09);
    padding: 1em;
}
.m-market-form input ,
.m-market-form select {
    background: white;
}
.l-inner .l-content {
    grid-template-columns: 1fr 330px;
    grid-gap: 0 70px;
    gap: 0 70px;
}
/* タイトル上に資料ダウンロードと表記 */
h1.c-heading02 {
    line-height: 1.5;
}
h1.c-heading02 span {
    font-size: 2rem;
}
/* スマホの時にフォームへのボタンを表示 */
.l-content__main > p.c-button {
    display: none;
}
@media only screen and (max-width: 480px) {
/* フォーム説明文 */
#form_ank > div.p-download-form > p {
    font-size:10px;
}
/* 氏名を一行に（スマホ調整） */
form > div:has(#FirstName) {
width: 48%;
    top: -90px;
    margin-bottom: -90px;
}
/* 一覧へ戻るの位置変更 */
.c-link-back {
    margin-bottom: 2em;
}
.l-content__main {
    margin-bottom: 0 !important;
}
/* スマホの時にフォームへのボタンを表示 */
.l-content__main > p.c-button {
    max-width: 270px;
    margin: 0 auto 2em;
    display: block;
}
/* タイトル上に資料ダウンロードと表記（スマホ調整） */
h1.c-heading02 span {
    font-size: 1.5rem;
}
}

