#document-page{
    max-width: 1100px;
    margin: 150px auto 0;
}

#document-page .wrap{
    padding: 0;
}

textarea {
    resize: none;
    padding-top: 5px;
}

p.shiryou_title {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #0B2B4F;
    margin: -20px 0 20px 0;
    line-height: 47px;
}

p.shiryou_privacy {
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
}

.summarize{
    max-width: 728px;
    margin: 0 auto 40px;
    box-shadow: 0px 0px 6px 2px rgba(202, 202, 202, 0.5), inset 1px 0px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.summarize p{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.summarize p span{
    background: linear-gradient(transparent 70%, #D5ECFF 30%);
}

.summarize-list{
    line-height: 40px;
    font-weight: 700;
}

.summarize-list li{
    position: relative;
    font-size: 22px;
    line-height: 41px;
    margin-left: 27%;
}

.summarize-list li::before{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/siryou-check.png);
    background-size: cover;
    top: 10px;
    left: -50px;

}

.Form {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
}

.Form-Item {
    padding-top: 10px;
    align-items: center;
    scroll-margin-top: 140px;
}

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

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

.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;
}

.Form-Item label {
    cursor: pointer;
    display: inline-block;
}

.Form-Item-Input {
    border: 1px solid #042A4C;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 35px;
    flex: 1;
    width: 90%;
    background: #ffffff;
    font-size: 18px;
    background-color: #fff !important;
}

.Form-Item-Select{
    border: 1px solid #042A4C;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 37px;
    flex: 1;
    width: 96%;
    background: #ffffff;
    font-size: 18px;
    background-color: #fff !important;
    -webkit-appearance: none;
    appearance: none;   
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/pulldown-mark.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 15px 9px;
    &:hover{
        cursor: pointer;
    }
}

.Form-Item-Select::before{
    content: "\f107";
}
.Form-Item-Radio input {
    cursor: pointer;
}

.Form-Item-Textarea {
    border: 1px solid #042A4C;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 35px;
    flex: 1;
    width: 90%;
    background: #ffffff;
    font-size: 18px;
}

.Form-Item-Radio {
    padding-left:10px;
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: block;
    letter-spacing: 0.05em;
    background: #77C2FD;
    border: 2px solid #77C2FD;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 400px;
}

.Form-Btn:disabled {
    opacity: 0.4;
}

label {
    display: block;
}

.form_error {
    color: red;
}

.shiryou_image {
    width: 370px;
    margin: 0 auto;
    margin-top: -20px;
}

.bottom-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.shiryou_left {
    width: 530px;
}

p.shiryou_left_title {
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
    font-size: 24px;
    color: #0B2B4F;
    margin-bottom: 10px;
}

.shiryou_right {
    width: 460px;
    background: #F3F4F5;
    padding: 15px 5px;
}

.shiryou_right_title {
    text-align: center;
    font-size: 16px;
}

.required::placeholder {
    color: #8f8f8f;
}

.shiryou-end-page{
    max-width: 1000px;
}

.done {
    background-image: url("https://d1e4giw8bkqfro.cloudfront.net/images/mark.png");
    background-size: 20px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.list_item {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.7;
}

.list_item:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #0054ac;
    height: 1em;
    line-height: 1;
    position: relative;
    padding-right: 10px;
}

.seminar_title {
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.seminar_image {
    text-align: center;
}

.seminar_content {
    clear: both;
}

.seminar_content ol {
    list-style-type: disc;
    padding-left: 45px;
}

.seminar_content p {
    padding-left: 30px;
}

.seminar_content .content_title {
    font-weight: bold;
    font-size: 18px;
    padding-top: 30px;
}

.speakers_area {
    display: flex;
    justify-content: space-between;
}

.speakers_image {
    width: 15%;
    padding: 20px 10px 10px;
}

.speakers_desc {
    width: 80%;
    padding-left: 10px;
}

.speakers_name {
    font-size: 16px;
    font-weight: 900;
}

.speakers_title {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 900;
}

.speakers_desc p {
    padding-left: 0px;
    font-size: 14px;
}

.sp_button {
    display: none;
}

/* ======問い合わせフォーム====== */
.big-form {
    height: 150px
}

.contact-form-box {
    padding: 10px;
    background: #f3F4F5;
}

.contact-btn {
    width: 300px;
}

.footer-copyright{
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.s-br-sp{
    display: none;
}

#limited-contact .Form-Item-Label,
#limited-en-contact .Form-Item-Label{
    padding-left: 12px;
}
#limited-contact .Form-Item-Input,
#limited-en-contact .Form-Item-Input{
    width: 85%;
    display: block;
    margin: 3px auto;
}

.select .Form-Item-Select{
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .contact-form-container {
        display: flex;
        justify-content:space-between;
    }
}

@media screen and (max-width: 1080px) {
    .contact-form-box {
        padding: 10px 10px 10px 15px;
    }
    .big-form {
        height: 150px !important
    }
}
/* ============ */

@media only screen and (max-width: 1100px){
    .bottom-wrap{
        flex-flow: column;
    }

    .shiryou_left {
        margin: 0 auto;
    }
    
    .shiryou_right {
        margin: 0 auto;
        width: 100%;
    }

    .shiryou-end-page{
        padding-top: 40px;
    }

    .bottom-wrap{
        margin-bottom: 0;
    }

    .sp_button {
        display: block;
        font-size: 15px;
        border-radius: 50px;
        background-color: #0B2B4F;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        padding: 8px;
        margin-bottom: 20px;
        text-decoration: none;
        &:hover{
            cursor: pointer;
            color: #fff;
            text-decoration: underline;
        }
    }
 
}

@media only screen and (max-width: 1100px) and (min-width: 481px)  {
    .shiryou_right{
        margin: 25px auto 0;
        box-sizing: border-box;
    }
    .summarize{
        margin-bottom: 40px;
    }
}

/* 標準のiPadよりも小さい場合 */
@media screen and (max-width: 767px) {
    .Form {
        width: 95%;
        margin: 0 auto;
    }

    .Form-Item {
        padding-right: 14px;
        padding-top: 0px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }

    .Form-Item-Label {
        max-width: inherit;
        align-items: center;
        font-size: 15px;
    }

    .Form-Item-Label.isMsg {
        margin-top: 0;
    }

    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }

    .Form-Item-Input{
        margin-left: 0;
        margin-top: 0px;
        height: 35px;
        flex: inherit;
        font-size: 15px;
        padding-right: 0;
    }

    #limited-contact .Form-Item-Input,
    #limited-en-contact .Form-Item-Input{
        width: 100%;
    }

    #limited-contact .Form-Item-Label,
    #limited-en-contact .Form-Item-Label  {
        padding-left: 0;
    }

    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 35px;
        flex: inherit;
        font-size: 15px;
        padding-right: 0;
        line-height: 25px;
    }

    .Form-Btn {
        margin-top: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 200px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .Form-Btn.shiryou {
        width: 230px;
    }

    .shiryou_right_title{
        width: 95%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .bottom-wrap{
        margin-bottom: 0;
    }

    .shiryou_left {
        width: 95% !important;
        margin: 0 auto 50px;
        background: #ffffff;
        clear: both;
    }

    .shiryou_right {
        width: 100% !important;
    }

    .shiryou_image {
        width: 320px;
        margin: 0 auto;
    }
    select {
        width: 100% !important;
        background: #ffffff;
    }

    .done {
        background-size: 15px;
    }

    .list_item {
        padding-left: 0px;
    }

    .speakers_area{
        flex-flow: column;
    }


    .speakers_title{
        text-align: center;
    }

    .speakers_image {
        width: 178px;
        margin: 0 auto;
        padding: 0;
    }

    .speakers_name{
        text-align: center;
    }

    .speakers_desc {
        width: 98%;
        margin: 0 auto;
        padding-left: 0;
    }

    .Form-Item-Input,
    .Form-Item-Textarea {
        width: 100%;
    }

    .Form-Item.select{
        padding-right: 0;
    }

}

@media only screen and (max-width: 480px){
    #document-page{
        margin-top: 150px;
    }
    p.shiryou_title{
        font-size: 24px;
        line-height: 36px;
    }
    .summarize{
        margin-bottom: 30px;
        padding: 20px 0;
        width: 95%;
        margin: 35px auto;
    }
    .summarize p{
        font-size: 18px;
    }
    .summarize-list li{
        font-size: 18px;
        line-height: 36px;
        margin-left: 14%;
        letter-spacing: -0.8px
    }
    .summarize-list li::before{
        width: 20px;
        height: 20px;
        top: 9px;
        left: -30px;
    }
    .shiryou_right{
        padding-top: 20px;
    }
    p.shiryou_left_title{
        font-size: 20px;
    }
    .shiryou_right_title{
        margin-bottom: 20px;
    }
    #myForm{
        width: 98%;
        margin: 0 auto;
    }
    .Form-Item-Radio {
        margin-top: 3px;
    }
    .s-br-sp{
        display: block;
    }
    .Form-Item-Input,
    #limited-contact .Form-Item-Input,
    #limited-en-contact .Form-Item-Input,
    .Form-Item-Textarea {
        width: 95%;
    }
   .interview .wrap.shiryou-end-page{
        padding-top: 60px;
    }
    .Form-Item.select{
        padding-right: 14px;
    }
}