/* CSS Document */
@charset "UTF-8";

@media all and (min-width: 1100px ) {
main {
    margin: 37px auto 90px;  
}    
    .mainHeader {
        font-size: 40px;
        font-family: Barlow;
        text-align: center;
        font-weight: bold;
        margin-bottom: 38px;
            
    }
    .mainHeader span {
        font-size: 14px;
        font-weight: 300;
        display: block;
    }
    .mainHeaderTxt {
        margin-bottom: 60px;
        text-align: center;
    }
    #form {
    }
    #idForm {
        border: 1px solid #979797;
        padding: 61px 65px 45px;
        border-radius: 10px
    }
    .clForm,.comment {
        margin-bottom: 36px;
    }
    .clForm > dt,
    .comment > dt {
        width: 30%;
        display: inline-block;
        position: relative;
    }
    .clForm > dt img {
        position: absolute;
        right: 50px;
    }
    .comment > dt {
        vertical-align: text-top;
    }
    .clForm > dd,
    .comment > dd {
        width: 60%;
        display: inline-block;
    }
    .comment > dd {
        vertical-align: top;
    }
    .clForm > dd select {
        padding: 12px 16px;
        width: 60%;
        border-radius: 10px;
    }
    .clForm > dd input {
        padding: 12px 16px;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #979797;
    }
    .comment > dd textarea {
        width: 100%;
        vertical-align: top;
        border-radius: 10px;
    }
    .comment + p {
        margin-bottom: 20px
    }
    .policyBox {
        border: 1px solid #ddd;
        padding: 30px 22px;
        height: 162px;
        overflow: scroll;
    }
    .policyBox h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .policyBox dt {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .policyBox dt::before {
        content: "";
        width: 16px;
        height: 16px;
        background: #ddd;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px
    }
    .policyBox dd {
        margin-bottom: 30px;
    } 
    .consent {
        margin-top: 40px;
    }
    .consent input {
        margin-right: 20px
    }
    .clSubmitbutton {
        text-align: center;
        margin-top: 40px;
        position: relative;
    }
    .buttonBox,
    .buttonBox2 {
        display: inline-block;
        position: relative
    }
    .clSubmitbutton input {
        display: inline-block;
        padding: 18px 62px;
        background: #751a7b;
        color: #fff;
        border-radius: 30px;
        position: relative;
        border: 1px solid #fff;
        transition: 0.2s all;
    }
    .buttonBox2 input {
        background: #787878;
        padding: 18px 62px;
    }
    .buttonBox::after,
    .buttonBox2::after{
        display: inline-block;
        content: "";
        width: 6px;
        height: 11px;
        background: url(../img/common/arrow01.png) no-repeat center/contain;
        position: absolute;
        right: 10%;
        top: 40%
    }
    .buttonBox2::after{
        background: url(../img/common/arrow03.png) no-repeat center/contain;
        right: auto;
        left: 10%;
    }

    .buttonBox input:hover,
    .buttonBox2 input:hover{
        background: #fff;
        color: #751a7b;
        border: 1px solid #751a7b;
    }
    .buttonBox2 input:hover {
        color: #787878;
        border: 1px solid #787878;
    }
    .clSubmitbutton .buttonBox:hover::after{
        background: url(../img/common/arrow02.png) no-repeat center/contain;
    }
    .clSubmitbutton .buttonBox2:hover::after{ 
        background: url(../img/common/arrow04.png) no-repeat center/contain;
    }
    
    .clSubmitbutton.clSubmitbutton02 input {
        width: 246px;
    }
    .clSubmitbutton.clSubmitbutton02 .buttonBox2 {
        margin-right: 60px
    }
    .kanryouTxt {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 35px;
    }
    .kanryouBox .buttonBox input {
        width: 290px
    }
    iframe {
        border: 1px solid #ccc;
        border-radius: 5px;
    }
        .privacyPdf {
        color: #f00;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #f00;
        padding: 10px;
            font-size: 16px;
    }
    .privacyPdf a {
        color: #f00;
        text-decoration: underline;
    }
    .privacyPdf:hover {
        opacity: 0.5;
    }
    h2.title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-image: url(../images/missparis/titlefig.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 30px;    
}
    h2.title span.h2SmallTxt {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
    }
    h2.title + p {
        font-size: 14px;
        text-align: center;
    }
    
}

@media all and (max-width: 1099px ) and (min-width: 650px ){
   main {
    margin: 149px auto 90px;  
}    
    .mainHeader {
        font-size: 40px;
        font-family: barlow;
        text-align: center;
        font-weight: bold;
        margin-bottom: 38px;
    }
    .mainHeader span {
        font-size: 14px;
        font-weight: 300;
        display: block;
    }
    .mainHeaderTxt {
        margin-bottom: 60px;
        text-align: center;
    }
    #form,
    .kanryouBox{
        padding: 0 3%;
    }
    #idForm {
        border: 1px solid #979797;
        padding: 61px 65px 45px;
        border-radius: 10px
    }
    .clForm,.comment {
        margin-bottom: 36px;
    }
    .clForm > dt,
    .comment > dt {
        width: 100%;
        position: relative;
        margin-bottom: 20px
    }
    .clForm > dt img {
        position: absolute;
        right: 0;
    }
    .comment > dt {
        vertical-align: text-top;
    }
    .clForm > dd,
    .comment > dd {
        width: 100%;
    }
    .clForm > dd select {
        box-sizing: border-box;
        padding: 12px 16px;
        width: 100%;
        border-radius: 10px;
    }
    .clForm > dd input {
        box-sizing: border-box;
        padding: 12px 16px;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #979797;
    }
    .comment > dd textarea {
        width: 100%;
        vertical-align: top;
        border-radius: 10px;
    }
    .comment + p {
        margin-bottom: 20px
    }
    .policyBox {
        border: 1px solid #ddd;
        padding: 30px 22px;
        height: 162px;
        overflow: scroll;
    }
    .policyBox h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .policyBox dt {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .policyBox dt::before {
        content: "";
        width: 16px;
        height: 16px;
        background: #ddd;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px
    }
    .policyBox dd {
        margin-bottom: 30px;
    } 
    .consent {
        margin-top: 40px;
        padding-left: 30px;
        text-indent: -30px
    }
    .consent input {
        margin-right: 14px;
    }
    .clSubmitbutton {
        text-align: center;
        margin-top: 40px;
        position: relative;
    }
    .buttonBox,
    .buttonBox2{
        display: inline-block;
        position: relative
    }
    .clSubmitbutton input {
        display: inline-block;
        padding: 18px 62px;
        background: #751a7b;
        color: #fff;
        border-radius: 30px;
        position: relative;
        border: 1px solid #fff;
    }
    .buttonBox2 input {
        background: #787878;
        padding: 18px 62px;
    }

    .buttonBox::after,
    .buttonBox2::after {
        font-family: FontAwesome;
        display: inline-block;
        content: "";
        width: 6px;
        height: 11px;
        background: url(../img/common/arrow01.png) no-repeat center/contain;
        position: absolute;
        right: 10%;
        top: 40%
    }
    .buttonBox2::after{
        background: url(../img/common/arrow03.png) no-repeat center/contain;
        right: auto;
        left: 10%;
    }
    .buttonBox input:hover,
    .buttonBox2 input:hover{
        background: #fff;
        color: #751a7b;
        border: 1px solid #751a7b;
    }
    .buttonBox2 input:hover {
        color: #787878;
        border: 1px solid #787878;
    }
    .buttonBox:hover::after {
        background: url(../img/common/arrow02.png) no-repeat center/contain;
    } 
    .buttonBox2:hover::after{ 
        background: url(../img/common/arrow04.png) no-repeat center/contain;
    }
    .clSubmitbutton.clSubmitbutton02 input {
        width: 236px;
    }
    .clSubmitbutton.clSubmitbutton02 .buttonBox2 {
        margin-right: 1%;
    }
    .kanryouTxt {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 35px;
    }
    .kanryouBox .buttonBox input {
        width: 290px
    }
    iframe {
        width: 90%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
        .privacyPdf {
        color: #f00;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #f00;
        padding: 10px;
            font-size: 16px;
    }
    .privacyPdf a {
        color: #f00;
        text-decoration: underline;
    }
    .privacyPdf:hover {
        opacity: 0.5;
    }
    h2.title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-image: url(../images/missparis/titlefig.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
    h2.title + p {
        font-size: 14px;
        text-align: center;
    }
}

@media all and (max-width: 649px ) {
   main {
    margin: 80px auto 90px;  
}    
    .mainHeader {
        font-size: 30px;
        font-family: barlow;
        text-align: center;
        font-weight: bold;
        margin-bottom: 25px
    }
    .mainHeader span {
        font-size: 14px;
        font-weight: 300;
        display: block;
    }
    .mainHeaderTxt {
        margin-bottom: 60px;
        text-align: center;
        padding: 0 5%;
    }
    #form,
    .kanryouBox {
        padding: 0 4%;
    }
    #idForm {
        border: 1px solid #979797;
        padding: 40px 30px 40px;
        border-radius: 10px
    }
    .clForm,.comment {
        margin-bottom: 36px;
    }
    .clForm > dt,
    .comment > dt {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .clForm > dt img {
        position: absolute;
        right: 0;
    }
    .comment > dt {
        vertical-align: text-top;
    }
    .clForm > dd,
    .comment > dd {
        width: 100%;
    }
    .clForm > dd select {
        box-sizing: border-box;
        padding: 12px 16px;
        width: 100%;
        border-radius: 10px;
    }
    .clForm > dd input {
        box-sizing: border-box;
        padding: 12px 16px;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #979797;
    }
    .comment > dd textarea {
        width: 100%;
        vertical-align: top;
        border-radius: 10px;
    }
    .comment + p {
        margin-bottom: 20px
    }
    .policyBox {
        border: 1px solid #ddd;
        padding: 30px 22px;
        height: 162px;
        overflow: scroll;
    }
    .policyBox h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .policyBox dt {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .policyBox dt::before {
        content: "";
        width: 16px;
        height: 16px;
        background: #ddd;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px
    }
    .policyBox dd {
        margin-bottom: 30px;
    } 
    .consent {
        margin-top: 40px;
        padding-left: 30px;
        text-indent: -30px
    }
    .consent input {
        margin-right: 14px;
    }
    .clSubmitbutton {
        text-align: center;
        margin-top: 40px;
        position: relative;
    }
    .buttonBox,
    .buttonBox2 {
        display: inline-block;
        position: relative
    }
    .buttonBox input,
    .buttonBox2 input{
        display: inline-block;
        padding: 18px 40px;
        background: #751a7b;
        color: #fff;
        border-radius: 30px;
        position: relative;
        border: 1px solid #fff;
    }
    .buttonBox2 input {
        background: #787878;
        padding: 18px 62px;
    }

    .buttonBox::after,
    .buttonBox2::after{
        display: inline-block;
        content: "";
        width: 6px;
        height: 11px;
        background: url(../img/common/arrow01.png) no-repeat center/contain;
        position: absolute;
        right: 10%;
        top: 40%
    }
    .buttonBox2::after{
        background: url(../img/common/arrow03.png) no-repeat center/contain;
        right: auto;
        left: 10%;
    }
    .buttonBox input:hover,
    .buttonBox2 input:hover{
        background: #fff;
        color: #751a7b;
        border: 1px solid #751a7b;
    }
    .buttonBox2 input:hover {
        color: #787878;
        border: 1px solid #787878;
    }
    .buttonBox:hover::after,
    .buttonBox2:hover::after{
        background: url(../img/common/arrow02.png) no-repeat center/contain;
    }   
    .clSubmitbutton .buttonBox2:hover::after{ 
        background: url(../img/common/arrow04.png) no-repeat center/contain;
    }
    .clSubmitbutton.clSubmitbutton02 {
        height: 144px;
    }
    .clSubmitbutton.clSubmitbutton02 .buttonBox,
    .clSubmitbutton.clSubmitbutton02 .buttonBox2 {
        position: absolute;
        left: 10%;
        right: 10%;
    }
    .clSubmitbutton.clSubmitbutton02 .buttonBox {
        top: 0;
    }
    .clSubmitbutton.clSubmitbutton02 .buttonBox2 {
        bottom: 0;
    }
    .kanryouTxt {
        text-align: center;
        font-weight: bold;
        line-height: 30px;
    }
    .clSubmitbutton.clSubmitbutton02 input,
    .kanryouBox .buttonBox input {
        padding: 18px 0;
        width: 100%;
    }
    .kanryouBox .buttonBox {
        max-width: 290px;
        width: 80%;
    }
    iframe {
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
        }
        .privacyPdf {
        color: #f00;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #f00;
        padding: 10px;
            font-size: 16px;
    }
    .privacyPdf a {
        color: #f00;
        text-decoration: underline;
    }
    .privacyPdf:hover {
        opacity: 0.5;
    }
    h2.title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background-image: url(../images/missparis/titlefig.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    background-size: 10% auto;
        margin-bottom: 20px
}
}





