@media screen and (min-width: 769px), print {
	.mw_wp_form_complete {
    padding: 100px 0;
  }
  .mw_wp_form_complete .thank {
    text-align: center;
  }
  .mw_wp_form_complete .thank h3 {
    font-size: 2.6rem;
  }
  .mw_wp_form_complete .thank p {
    text-align: center;
    font-size: 1.8rem;
  }
  .mw_wp_form_complete .thank .back_top {
    padding: 20px 0;
  }
  .mw_wp_form_complete .thank .back_top a {
    background: #0076CF;
    padding: 5px 10px;
    color: #fff;
  }
  .mw_wp_form_preview {
  	margin-top: 50px;
  }
  .mw_wp_form_preview .p-form_ttl {
  	display: none;
  }

  .p-form {
    /*max-width: 1115px;*/
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 60px;
  }
  .p-form_ttl {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 500;
    color: #3C60AD;
    margin: 40px 0 20px;
  }
  .p-form .frm_gr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-form .frm_gr:not(:last-child) {
    margin-bottom: 3px;
  }
  .p-form .frm_lbl {
    width: 215px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding: 17px 20px;
    background-color: #3C60AD;
  }
  .p-form .frm_lbl .req {
    width: 52px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    color: #3C60AD;
    border: 1px solid #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
  }
  .p-form .frm_lbl .req_nBg {
    background-color: #3C60AD;
    color: #fff;
  }
  .p-form .frm_type {
    background-color: #EAEAEA;
    padding: 20px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc(100% - 215px);
    width: -moz-calc(100% - 215px);
    width: calc(100% - 215px);
  }
  .p-form .frm_type em {
    display: block;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    margin-left: 15px;
  }
  .p-form .frm_control {
    width: 360px;
    height: 32px;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
    padding: 0 10px;
    border: none;
    background-color: #fff;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p-form .frm_radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-form .frm_radio li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
  }
  .p-form .frm_radio li:not(:last-child) {
    margin-right: 15px;
  }
  .p-form .frm_radio li input[type="radio"] {
    width: 15px;
    height: 15px;
  }
  .p-form .frm_radio li label {
    cursor: pointer;
    margin-left: 5px;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p-form .frm .b_slt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form .frm .b_slt:not(:last-child) {
    margin-right: 15px;
  }
  .p-form .frm .b_slt span {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    margin-left: 10px;
  }
  .p-form .frm_slt {
    width: 93px;
    height: 32px;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
    padding: 0 10px;
    border: none;
    background-color: #fff;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p-form .frm_textarea {
    width: 360px;
    height: 150px;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
    padding: 0 10px;
    border: none;
    background-color: #fff;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    resize: vertical;
  }
  .p-form .frm_policy {
    border: 1px solid #3C60AD;
    text-align: center;
    margin: 25px 0 0;
    padding: 30px;
  }
  .p-form .frm_policy p {
    font-size: 1.4rem;
    line-height: 30px;
  }
  .p-form .frm_policy p a {
    color: #29ABE2;
    border-bottom: 1px solid #29ABE2;
  }
  .p-form .frm_policy p a:hover {
    border-bottom: none;
  }
  .p-form .frm_policy .plc_slt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .p-form .frm_policy .plc_slt input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .p-form .frm_policy .plc_slt label {
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    margin-left: 10px;
    cursor: pointer;
  }
  .p-form .frm_btn {
    width: 385px;
    height: 62px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    background-color: #3C60AD;
    color: #fff;
    margin: 50px auto 0;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-form .frm_btn:hover {
    opacity: 0.7;
  }
  .p-form .frm ::-webkit-input-placeholder {
    color: #B3B3B3;
    opacity: 1;
  }
  .p-form .frm ::-moz-placeholder {
    color: #B3B3B3;
    opacity: 1;
  }
  .p-form .frm :-ms-input-placeholder {
    color: #B3B3B3;
    opacity: 1;
  }
  .p-form .frm ::placeholder {
    color: #B3B3B3;
    opacity: 1;
  }
  .p-form .frm ::-ms-input-placeholder {
    color: #B3B3B3;
  }
}

@media screen and (max-width: 768px) {
	.mw_wp_form_preview {
  	margin-top: 50px;
  }
	.mw_wp_form_preview .p-form_ttl {
  	display: none;
  }
	.mw_wp_form_complete {
    padding: 20.83333vw 0;
  }
  .mw_wp_form_complete .thank {
    text-align: center;
  }
  .mw_wp_form_complete .thank h3 {
    font-size: 7.5vw;
  }
  .mw_wp_form_complete .thank p {
    text-align: center;
    font-size: 5.83333vw;
  }
  .mw_wp_form_complete .thank .back_top {
    padding: 4.16667vw 0;
  }
  .mw_wp_form_complete .thank .back_top a {
    background: #0076CF;
    padding: 5px 10px;
    color: #fff;
  }
  
  .p-form {
    padding: 50px 10px;
  }
  .p-form_ttl {
    text-align: center;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 500;
    color: #3C60AD;
    margin: 5.12821vw 0 3.84615vw;
  }
  .p-form .frm_gr:not(:last-child) {
    margin-bottom: 0.64103vw;
  }
  .p-form .frm_lbl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.58974vw;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding: 2.5641vw;
    background-color: #3C60AD;
  }
  .p-form .frm_lbl .req {
    width: 10.25641vw;
    height: 5.12821vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    color: #3C60AD;
    border: 1px solid #fff;
    font-size: 2.82051vw;
    line-height: 1;
    font-weight: 500;
  }
  .p-form .frm_lbl .req_nBg {
    background-color: #3C60AD;
    color: #fff;
  }
  .p-form .frm_type {
    background-color: #EAEAEA;
    padding: 2.5641vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-form .frm_type em {
    display: block;
    font-style: normal;
    font-size: 3.33333vw;
    line-height: 1.5;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    margin-top: 2.5641vw;
  }
  .p-form .frm_control {
    width: 100%;
    height: 10.25641vw;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
    padding: 0 1.92308vw;
    border: none;
    background-color: #fff;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p-form .frm_radio li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-size: 3.58974vw;
    line-height: 1;
    font-weight: 500;
  }
  .p-form .frm_radio li:not(:last-child) {
    margin-bottom: 1.92308vw;
  }
  .p-form .frm_radio li input[type="radio"] {
    width: 3.84615vw;
    height: 3.84615vw;
  }
  .p-form .frm_radio li label {
    cursor: pointer;
    margin-left: 1.92308vw;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p-form .frm .b_slt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form .frm .b_slt:not(:last-child) {
    margin-right: 1.92308vw;
  }
  .p-form .frm .b_slt span {
    display: block;
    font-size: 3.58974vw;
    line-height: 1;
    font-weight: 500;
    margin-left: 1.92308vw;
  }
  .p-form .frm_slt {
    width: 21.79487vw;
    height: 7.69231vw;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
    padding: 0 1.92308vw;
    border: none;
    background-color: #fff;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p-form .frm_textarea {
    width: 100%;
    height: 38.46154vw;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 500;
    padding: 1.28205vw 1.92308vw;
    border: none;
    background-color: #fff;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    resize: vertical;
  }
  .p-form .frm_policy {
    border: 1px solid #3C60AD;
    text-align: center;
    margin: 3.84615vw 0 0;
    padding: 3.84615vw;
  }
  .p-form .frm_policy p {
    font-size: 3.33333vw;
    line-height: 1.8;
  }
  .p-form .frm_policy p a {
    color: #29ABE2;
    border-bottom: 1px solid #29ABE2;
  }
  .p-form .frm_policy p a:hover {
    border-bottom: none;
  }
  .p-form .frm_policy .plc_slt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.20513vw;
  }
  .p-form .frm_policy .plc_slt input[type="checkbox"] {
    width: 3.84615vw;
    height: 3.84615vw;
  }
  .p-form .frm_policy .plc_slt label {
    font-size: 3.33333vw;
    line-height: 1.5;
    display: block;
    margin-left: 1.92308vw;
    cursor: pointer;
  }
  .p-form .frm_btn {
    width: 64.10256vw;
    height: 12.82051vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.84615vw;
    line-height: 1;
    font-weight: 500;
    background-color: #3C60AD;
    color: #fff;
    margin: 6.41026vw auto 0;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-form .frm_btn:hover {
    opacity: 0.7;
  }
  .p-form .frm ::-webkit-input-placeholder {
    color: #B3B3B3;
    opacity: 1;
  }
  .p-form .frm ::-moz-placeholder {
    color: #B3B3B3;
    opacity: 1;
  }
  .p-form .frm :-ms-input-placeholder {
    color: #B3B3B3;
    opacity: 1;
  }
  .p-form .frm ::placeholder {
    color: #B3B3B3;
    opacity: 1;
  }
  .p-form .frm ::-ms-input-placeholder {
    color: #B3B3B3;
  }
}
