body {
    font-family: sans-serif;
    width: 100%;
    margin: 0 auto;
}

.pcNone {
    display: none;
}

.red {
    color: #ff3a41;
}

.green {
    color: green;
}

main {
    width: 750px;
    margin: 0 auto;
}

section {
    width: 645px;
    margin: 60px auto;
}

h2 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ff3a41;
}

h3 {
	color: #333;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 7px solid #ff3a41;
}

p {
    color: #333;
    font-size: 17px;
    line-height: 1.8;
}

.fs20 {
    font-size: 20px;
    font-weight: bold;
}

.fs28 {
    font-size: 28px;
    font-weight: bold;
}

.fs34 {
    font-size: 34px;
    font-weight: bold;
}

.fs40 {
    font-size: 40px;
    font-weight: bold;
}

.center {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
}

.sc ul {
        background: #575757;
    margin: 20px auto;
    width: 455px;
    padding: 25px 49px;
    border-radius: 8px;
}

.sc ul li {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 15px;
}

ul li:last-child {
    margin-bottom: 0px;
}

.contact {
    background: #ffe8dc;
    padding-bottom: 50px;
}

.con h2 {
    margin-top: 20px;
    margin-bottom: 0px;
}

/* 資料請求フォーム */
.caution {
    width: 450px;
    margin: 0 auto 10px;
    padding-top: 50px;
    line-height: 1.5;
}

.Form {
    margin: 0 auto;
    max-width: 400px;
}

.Form-Item {
    padding-bottom: 24px;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
}

.Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #5bc8ac;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #fff;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.radio_btn input{
    width: 20px;
    height: 26px;
    margin-right: 15px;
    -webkit-appearance: auto;
    vertical-align: text-bottom;
}
.radio_btn .wpcf7-list-item{
    display: block;
    margin-right: 50px;
}

.shine_ {
    background: linear-gradient(90deg, rgba(248, 54, 0, 1) 0%, rgba(250, 204, 34, 1) 100%);
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 25px auto 0px auto;
    text-align: center;
    width: 300px;
    letter-spacing: 0.05em;
}
.shine_ p{
    color: #fff !important;
}
.shine_::after {
    animation: 3s 0s shine linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    content: '';
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
}

@keyframes shine {
    20% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

.shine_:hover {
    opacity: .7;
}


.ckb {
    margin: 45px auto 0px auto;
    width: 307px;
}

.ckb input {
    width: 20px;
    height: 25px;
    margin-right: 15px;
    -webkit-appearance: auto;
    vertical-align: text-bottom;
}

.wpcf7-response-output{
	text-align: center;
    margin-top: 26px;
    font-weight: bold;
    font-size: 20px;
}

/* 資料請求フォーム */

.pc {
    display: none;
}

.sp {
    display: inline;
}

@media screen and (max-width: 750px) {
    .pcNone {
        display: block;
    }

    .spNone {
        display: none;
    }

    main {
        width: 100%;
    }

    section {
        width: 90%;
    }

    .sc ul {
        width: 330px;
        padding: 20px 20px;
    }

    .sc ul li {
        font-size: 17px;
    }

    .caution {
        width: 93%;
        padding-top: 19px;
    }

    .fs40 {
        font-size: 32px;
    }

    .fs34 {
        font-size: 20px;
    }

    .fs28 {
        line-height: 1.2;
    }

    .fs20 {
        font-size: 17px;
    }

    .pc {
        display: inline;
    }

    .sp {
        display: none;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 23px;
        line-height: 1.2;
    }
    .radio_btn{
        padding: 10px 14px;
    }

}