/* 追記スタイル
===================================*/
.info {
    text-align: center;
    padding: 40px 20px 40px;
	font-family: 'Noto Sans JP', sans-serif;
}

.info img {
    width:150px;
    margin:4em auto 0.5em;
}

.art7 {
    height: 835px;
    margin: 60px auto 0;
}

.art7 .pamphlet{
    background: #e7e7e7;
    position: absolute;
    left: 0;
    height: 835px;
    width: 100vw;
}

.art7 .pamphlet a{
    font-family: 'Noto Sans JP', sans-serif;;
}

.art7 .pamphlet-body{
    background: #e7e7e7;
    padding: 60px 0 40px;
    width:880px;
    margin: 0 auto;
}

.art7 .pamphlet-body p {
    position: absolute;
    top: 450px;
    width: 350px;
    color: #d33f19;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
}

.art7 .pamphlet-body span {
    display: block;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}

article.art7 a.req {
    display: block;
    margin: 1em auto 0;
    width: 14em;
    padding: .5em 1em .5em 1.4em;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    background-color: #000;
    letter-spacing: .4em;
    border-radius: 2em;
    text-decoration: none;
}

.form-btn-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
}

.form-btn-fixed a {
    display: block;
    padding: 20px;
    background: #d33f19;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing:.2em;
}

.form-btn-fixed span {
    position: relative;
    margin: 0 30px 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.form-btn-fixed a span::before{
    content: "";
    width: .5em;
    height: .5em;
    border-right: 2px solid #d33f19;
    border-bottom: 2px solid #d33f19;
    position: absolute;
    top: 14px;
    transform: translate(-50%,-50%) rotate(-45deg);
    /* -webkit-transform:translate(-55%,-50%) rotate(45deg); */
    right: -27px;
    display: inline-block;
    /* margin: -2px -27px 0 10px; */
    z-index: 1;
}

.form-btn-fixed a span::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    right: -50px;
    bottom: 0;
    margin: auto;
    right: 0;
    margin: 2px -30px 0 10px;
    border-radius: 50%;
}

@media screen and (max-width: 1080px) {
	.info {
		padding-bottom: 85px;
	}

    .form-btn-fixed {
        width: 100%;
    }

    .form-btn-fixed a {
        width: 100%;
        text-align: center;
    }

    .form-btn-fixed a span{
        width: 100%;
    }

    .art7 {
        height: calc(920 / 1080 * 100vw);
    }

    .art7 .pamphlet{
        height: calc(920 / 1080 * 100vw);
    }

    .art7 .pamphlet-body{
        width:auto;
        padding: 40px;
    }

    .art7 .pamphlet-body p {
        top: calc(500 / 1080 * 100vw);
        width: calc(400 / 1080 * 100vw);
    }

    article.art7 a.req {
        font-size: calc(30 / 1080 * 100vw);
        margin: 3em  auto 1em;
    }
}

@media screen and (max-width: 767px) {

    .art7 {
        height: calc(740 / 767 * 100vw);
    }

    .art7 .pamphlet{
        height: calc(740 / 767 * 100vw);
    }

    article.art7 a.req {
        font-size: calc(26 / 767 * 100vw);
        margin: 5em  auto 0;
    }
}

@media screen and (max-width: 600px) {

    .art7 {
        height: auto;
        margin: 20px 0 0;
    }

    .art7 .pamphlet{
        height: auto;
    }

    .art7 .pamphlet{
        position: static;
    }

    .art7 .pamphlet-body{
        width:auto;
        padding: 40px;
        position: relative;
    }

    .art7 .pamphlet-body::before{
        content: "";
        width: 110px;
        height: 110px;
        background: url("../imgs/pamphlet-icon.png");
        display: block;
        background-size: cover;
        top: -20px;
        right: 20px;
        position: absolute;
    }

    .art7 .pamphlet-body p {
        top: auto;
        width: 100%;
        position: static;
        margin: 10px auto 20px;
    }

    article.art7 a.req {
        font-size: calc(30 / 600 * 100vw);
        margin: 1em  auto 0;
    }
}

[data-deivce="sp"] {
    display: none;
}

[data-deivce="pc"] {
    display: block;
}

@media screen and (max-width: 600px) {
    [data-deivce="sp"] {
        display: block;
    }

    [data-deivce="pc"] {
        display: none;
    }
}
