@media screen and (min-width: 1024px), print {
  .form_content {
    padding: 0 190px 50px;
    width: 100%;
  }
  .form_content a.f_btn, .form_content button.f_btn {
    position: relative;
    outline: none;
    color: #66c322;
    background-color: #fff;
    border: 1px solid #66c322;
    width: 224px;
    height: 44px;
    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;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    -moz-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out;
  }
  .form_content a.f_btn:after, .form_content button.f_btn:after {
    content: '';
    display: block;
    width: 12px;
    height: 18px;
    background: url("/misato/common/images/icon_arrow_blue_right.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -webkit-calc(50% - 9px);
    top: -moz-calc(50% - 9px);
    top: calc(50% - 9px);
    right: 15px;
    -webkit-transition: background .3s ease-out, -webkit-transform .3s ease-out;
    transition: background .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: background .3s ease-out, transform .3s ease-out, -moz-transform .3s ease-out;
    transition: background .3s ease-out, transform .3s ease-out;
    transition: background .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
  }
  .form_content a.f_btn:hover, .form_content button.f_btn:hover {
    background-color: #66c322;
    color: #fff;
  }
  .form_content a.f_btn:hover:after, .form_content button.f_btn:hover:after {
    background: url("/misato/common/images/icon_arrow_blue_right_hover.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
  .form_content.confirm .default_form .form_head {
    margin-bottom: 40px;
  }
  .form_content.confirm .default_form .form_list dl {
    border-top: 1px solid #e8e8e8;
    padding: 14px 0;
  }
  .form_content.confirm .default_form .form_list dl:last-of-type {
    border-bottom: 1px solid #e8e8e8;
  }
  .form_content.confirm .default_form .form_list dl dt {
    padding: 0;
  }
  .form_content.confirm .default_form .form_bottom {
    padding-top: 37px;
  }
  .form_content.complete .ctnArt {
    text-align: center;
  }
  .form_content.complete .complete_title {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #66c322;
    margin-top: 70px;
  }
  .form_content.complete .complete_txt {
    line-height: 1.75;
    margin-top: 50px;
  }
  .form_content.complete .submit {
    margin-top: 93px;
  }
  .form_content.complete .submit .f_btn {
    margin: 0 auto;
  }
  .default_form .required {
    color: #66c322;
  }
  .default_form .flex {
    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;
  }
  .default_form .flex.space {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .default_form .w240 {
    position: relative;
    width: 240px;
  }
  .default_form .w240 span {
    display: block;
    position: absolute;
    top: 10px;
    right: 100%;
    text-align: right;
    white-space: nowrap;
  }
  .default_form textarea {
    height: 130px;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #dcdcdc;
    padding: 15px;
    width: 100%;
  }
  .default_form input {
    height: 50px;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #dcdcdc;
    padding: 0 15px;
  }
  .default_form input.fw {
    width: 100%;
  }
  .default_form input.w88 {
    width: 88px;
    margin-right: 8px;
  }
  .default_form input.ml30 {
    margin-left: 30px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .default_form .checkbox {
    margin-bottom: 10px;
  }
  .default_form .checkbox:last-of-type {
    margin-bottom: 0;
  }
  .default_form .checkbox label {
    font-size: 1.8rem;
    font-size: 1.6rem;
  }
  .default_form input[type="checkbox"]:not(:checked), .default_form input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  .default_form input[type="checkbox"]:not(:checked) + label,
  .default_form input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:before,
  .default_form input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    z-index: 1;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:after,
  .default_form input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -moz-transition: opacity .2s, transform .2s, -moz-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s, -moz-transform .2s;
    background: url("/misato/common/images/check_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 19px;
    height: 16px;
    z-index: 2;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .default_form input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .default_form input[type="checkbox"]:disabled:not(:checked) + label:before,
  .default_form input[type="checkbox"]:disabled:checked + label:before {
    -moz-box-shadow: none;
         box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  .default_form input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  .default_form input[type="checkbox"]:disabled + label {
    color: #aaa;
  }
  .default_form select {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    outline: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 6px 31px 6px 15px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    background: url("../../../../common/images/select_bg.png") top right -1px no-repeat;
    -moz-background-size: auto 101%;
         background-size: auto 101%;
  }
  .default_form select::-ms-expand {
    display: none;
  }
  .default_form .select_wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .default_form .select_wrap.w156 {
    width: 156px;
    margin-right: 20px;
  }
  .default_form .select_wrap.w96 {
    width: 96px;
    margin-right: 20px;
  }
  .default_form .radio_group {
    height: 100%;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .default_form .radio_group li {
    position: relative;
  }
  .default_form .radio_group li + li {
    margin-top: 10px;
  }
  .default_form .radio_group li label {
    width: auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    background: transparent;
    outline: none;
  }
  .default_form .radio_group li .radio_label {
    position: relative;
    padding-left: 34px;
  }
  .default_form .radio_group li .radio_label.disabled {
    color: #9c9c9c;
  }
  .default_form .radio_group li input[type="radio"] {
    position: absolute;
    opacity: 0;
    outline: none;
  }
  .default_form .radio_group li input[type="radio"] + .radio_label:before {
    content: '';
    background: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .default_form .radio_group li input[type="radio"]:checked + .radio_label:before {
    background-color: #a1b9fe;
    -moz-box-shadow: inset 0 0 0 6px #fff;
         box-shadow: inset 0 0 0 6px #fff;
  }
  .default_form .radio_group li input[type="radio"]:focus + .radio_label:before {
    outline: none;
    border-color: #dcdcdc;
  }
  .default_form .radio_group.direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .default_form .radio_group.direction-row li + li {
    margin-top: 0;
    margin-left: 40px;
  }
  .default_form .radio_group .error_txt {
    padding-left: 34px;
    margin-top: 0;
  }
  .default_form .form_list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 19px;
  }
  .default_form .form_list dl.radio_list {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .default_form .form_list dl dt {
    width: 253px;
    padding: 12px 0;
    letter-spacing: 0;
  }
  .default_form .form_list dl dt.pt0 {
    padding: 0;
  }
  .default_form .form_list dl dd {
    width: -webkit-calc(100% - 253px);
    width: -moz-calc(100% - 253px);
    width: calc(100% - 253px);
  }
  .default_form .form_list dl dd .txtNote {
    margin-top: 5px;
    margin-bottom: -4px;
  }
  .default_form .form_bottom {
    text-align: center;
    padding-top: 10px;
  }
  .default_form .form_bottom p {
    margin-top: 13px;
  }
  .default_form .form_bottom .button_area {
    margin-top: 45px;
    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;
  }
  .box_info {
    padding: 20px 30px;
    background: #f3f3f3;
  }
  .lt0 {
    letter-spacing: 0;
  }
  .error_txt {
    margin-top: 0;
  }
  .error_txt.radio {
    position: relative;
    top: -25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form_content {
    padding: 3.91007vw 0 8.79765vw;
    width: 100%;
  }
  .form_content a.f_btn, .form_content button.f_btn {
    position: relative;
    outline: none;
    color: #66c322;
    background-color: #fff;
    border: 1px solid #66c322;
    width: 18.96383vw;
    width: 26.88172vw;
    height: 4.30108vw;
    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;
    text-align: center;
    margin: 0 1.46628vw;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    -moz-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out;
  }
  .form_content a.f_btn:after, .form_content button.f_btn:after {
    content: '';
    display: block;
    width: 1.17302vw;
    height: 1.75953vw;
    background: url("/misato/common/images/icon_arrow_blue_right.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -webkit-calc(50% - 0.87977vw);
    top: -moz-calc(50% - 0.87977vw);
    top: calc(50% - 0.87977vw);
    right: 1.46628vw;
    -webkit-transition: background .3s ease-out, -webkit-transform .3s ease-out;
    transition: background .3s ease-out, -webkit-transform .3s ease-out;
    -moz-transition: background .3s ease-out, transform .3s ease-out, -moz-transform .3s ease-out;
    transition: background .3s ease-out, transform .3s ease-out;
    transition: background .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
  }
  .form_content a.f_btn:hover, .form_content button.f_btn:hover {
    background-color: #66c322;
    color: #fff;
  }
  .form_content a.f_btn:hover:after, .form_content button.f_btn:hover:after {
    background: url("/misato/common/images/icon_arrow_blue_right_hover.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
  .form_content.confirm .default_form .form_head {
    margin-bottom: 3.91007vw;
  }
  .form_content.confirm .default_form .form_list dl {
    border-top: 1px solid #e8e8e8;
    padding: 1.36852vw 0;
  }
  .form_content.confirm .default_form .form_list dl:last-of-type {
    border-bottom: 1px solid #e8e8e8;
  }
  .form_content.confirm .default_form .form_list dl dt {
    padding: 0;
  }
  .form_content.confirm .default_form .form_bottom {
    padding-top: 3.91007vw;
  }
  .form_content.complete .ctnArt {
    text-align: center;
  }
  .form_content.complete .complete_title {
    font-size: 4.88759vw;
    font-weight: bold;
    letter-spacing: 0.48876vw;
    color: #66c322;
    margin-top: 6.84262vw;
  }
  .form_content.complete .complete_txt {
    line-height: 1.75;
    margin-top: 5.8651vw;
  }
  .form_content.complete .submit {
    margin-top: 9.77517vw;
  }
  .form_content.complete .submit .f_btn {
    margin: 0 auto;
  }
  .default_form .required {
    color: #66c322;
  }
  .default_form .flex {
    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;
  }
  .default_form .flex.space {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .default_form .w240 {
    position: relative;
    width: 29.32551vw;
  }
  .default_form .w240 span {
    display: block;
    position: absolute;
    top: 0.97752vw;
    right: 100%;
    text-align: right;
    white-space: nowrap;
  }
  .default_form textarea {
    height: 12.70772vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #dcdcdc;
    padding: 1.46628vw;
    width: 100%;
  }
  .default_form input {
    height: 4.88759vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #dcdcdc;
    padding: 0 1.46628vw;
  }
  .default_form input.fw {
    width: 100%;
  }
  .default_form input.w88 {
    width: 8.60215vw;
    margin-right: 0.78201vw;
  }
  .default_form input.ml30 {
    margin-left: 2.93255vw;
    width: -webkit-calc(100% - 2.93255vw);
    width: -moz-calc(100% - 2.93255vw);
    width: calc(100% - 2.93255vw);
  }
  .default_form .checkbox {
    margin-bottom: 0.97752vw;
  }
  .default_form .checkbox:last-of-type {
    margin-bottom: 0;
  }
  .default_form .checkbox label {
    font-size: 2.15054vw;
    font-size: 1.75953vw;
  }
  .default_form input[type="checkbox"]:not(:checked), .default_form input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  .default_form input[type="checkbox"]:not(:checked) + label,
  .default_form input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.93255vw;
    cursor: pointer;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:before,
  .default_form input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.95503vw;
    height: 1.95503vw;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    z-index: 1;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:after,
  .default_form input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0.1955vw;
    left: 0.09775vw;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -moz-transition: opacity .2s, transform .2s, -moz-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s, -moz-transform .2s;
    background: url("/misato/common/images/check_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 1.85728vw;
    height: 1.56403vw;
    z-index: 2;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .default_form input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .default_form input[type="checkbox"]:disabled:not(:checked) + label:before,
  .default_form input[type="checkbox"]:disabled:checked + label:before {
    -moz-box-shadow: none;
         box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  .default_form input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  .default_form input[type="checkbox"]:disabled + label {
    color: #aaa;
  }
  .default_form select {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    outline: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0.58651vw 3.0303vw 0.58651vw 1.46628vw;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    background: url("../../../../common/images/select_bg.png") top right -1px no-repeat;
    -moz-background-size: auto 101%;
         background-size: auto 101%;
  }
  .default_form select::-ms-expand {
    display: none;
  }
  .default_form .select_wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
  }
  .default_form .select_wrap.w156 {
    width: 15.24927vw;
    margin-right: 1.95503vw;
  }
  .default_form .select_wrap.w96 {
    width: 9.38416vw;
    margin-right: 1.95503vw;
  }
  .default_form .radio_group {
    height: 100%;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .default_form .radio_group li {
    position: relative;
  }
  .default_form .radio_group li + li {
    margin-top: 1.17302vw;
  }
  .default_form .radio_group li label {
    width: auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    background: transparent;
    outline: none;
  }
  .default_form .radio_group li .radio_label {
    position: relative;
    padding-left: 3.51906vw;
  }
  .default_form .radio_group li .radio_label.disabled {
    color: #9c9c9c;
  }
  .default_form .radio_group li input[type="radio"] {
    position: absolute;
    opacity: 0;
    outline: none;
  }
  .default_form .radio_group li input[type="radio"] + .radio_label:before {
    content: '';
    background: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    display: inline-block;
    width: 2.15054vw;
    height: 2.15054vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .default_form .radio_group li input[type="radio"]:checked + .radio_label:before {
    background-color: #a1b9fe;
    -moz-box-shadow: inset 0 0 0 0.58651vw #fff;
         box-shadow: inset 0 0 0 0.58651vw #fff;
  }
  .default_form .radio_group li input[type="radio"]:focus + .radio_label:before {
    outline: none;
    border-color: #dcdcdc;
  }
  .default_form .radio_group.direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .default_form .radio_group.direction-row li + li {
    margin-top: 0;
    margin-left: 4.10557vw;
  }
  .default_form .radio_group .error_txt {
    padding-left: 3.51906vw;
    margin-top: 0;
  }
  .default_form .form_list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.85728vw;
  }
  .default_form .form_list dl dt {
    width: 24.92669vw;
    padding-top: 1.17302vw;
    padding-bottom: 1.17302vw;
  }
  .default_form .form_list dl dt.pt0 {
    padding: 0;
  }
  .default_form .form_list dl dd {
    width: -webkit-calc(100% - 24.92669vw);
    width: -moz-calc(100% - 24.92669vw);
    width: calc(100% - 24.92669vw);
  }
  .default_form .form_list dl dd .txtNote {
    margin-top: 0.48876vw;
    margin-bottom: -0.39101vw;
  }
  .default_form .form_bottom {
    text-align: center;
    padding-top: 0.97752vw;
  }
  .default_form .form_bottom p {
    margin-top: 1.27077vw;
  }
  .default_form .form_bottom .button_area {
    margin-top: 4.39883vw;
    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;
  }
  .box_info {
    padding: 2.15054vw 3.12805vw;
    background: #f3f3f3;
  }
  .box_info dt, .box_info dd {
    font-size: 1.75953vw;
    line-height: 1.75;
  }
  .lt0 {
    letter-spacing: 0;
  }
  .error_txt {
    margin-top: 0;
  }
  .error_txt.radio {
    position: relative;
    top: -2.24829vw;
  }
}

@media screen and (max-width: 767px) {
  .form_content {
    padding: 5.20833vw 0 11.71875vw;
    width: 100%;
  }
  .form_content a.f_btn, .form_content button.f_btn {
    position: relative;
    outline: none;
    color: #66c322;
    background-color: #fff;
    border: 1px solid #66c322;
    width: 55.72917vw;
    height: 11.45833vw;
    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;
    text-align: center;
    margin: 0 auto 3.90625vw;
    cursor: pointer;
  }
  .form_content a.f_btn:after, .form_content button.f_btn:after {
    content: '';
    display: block;
    width: 3.125vw;
    height: 4.6875vw;
    background: url("/misato/common/images/icon_arrow_blue_right.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -webkit-calc(50% - 2.34375vw);
    top: -moz-calc(50% - 2.34375vw);
    top: calc(50% - 2.34375vw);
    right: 3.90625vw;
  }
  .form_content.confirm .default_form .form_head {
    margin-bottom: 5.20833vw;
  }
  .form_content.confirm .default_form .form_list dl {
    border-top: 1px solid #e8e8e8;
    padding: 2.73705vw 0;
  }
  .form_content.confirm .default_form .form_list dl:last-of-type {
    border-bottom: 1px solid #e8e8e8;
  }
  .form_content.confirm .default_form .form_bottom {
    padding-top: 10.41667vw;
  }
  .form_content.complete .ctnArt {
    text-align: center;
  }
  .form_content.complete .complete_title {
    font-size: 10.41667vw;
    font-weight: bold;
    letter-spacing: 1.04167vw;
    color: #66c322;
    margin-top: 10.41667vw;
  }
  .form_content.complete .complete_txt {
    line-height: 1.75;
    margin-top: 9.11458vw;
  }
  .form_content.complete .submit {
    margin-top: 13.02083vw;
  }
  .form_content.complete .submit .f_btn {
    margin: 0 auto;
  }
  .default_form .required {
    color: #66c322;
  }
  .default_form .w250 {
    position: relative;
    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;
    margin-bottom: 2.60417vw;
  }
  .default_form .w250 span {
    min-width: 16.92708vw;
  }
  .default_form textarea {
    height: 39.0625vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #dcdcdc;
    padding: 3.90625vw;
    width: 100%;
  }
  .default_form input {
    height: 10.41667vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #dcdcdc;
    padding: 0 3.90625vw;
  }
  .default_form input.fw {
    width: 100%;
  }
  .default_form input.w88 {
    width: 15.625vw;
    margin-right: 1.30208vw;
  }
  .default_form input.ml30 {
    margin-left: 7.8125vw;
    width: -webkit-calc(100% - 7.8125vw);
    width: -moz-calc(100% - 7.8125vw);
    width: calc(100% - 7.8125vw);
  }
  .default_form .checkbox {
    margin-bottom: 2.60417vw;
  }
  .default_form .checkbox:last-of-type {
    margin-bottom: 0;
  }
  .default_form .checkbox label {
    font-size: 4.42708vw;
    font-size: 3.90625vw;
  }
  .default_form input[type="checkbox"]:not(:checked), .default_form input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  .default_form input[type="checkbox"]:not(:checked) + label,
  .default_form input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 7.8125vw;
    cursor: pointer;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:before,
  .default_form input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5.20833vw;
    height: 5.20833vw;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    z-index: 1;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:after,
  .default_form input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0.52083vw;
    left: 0.26042vw;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -moz-transition: opacity .2s, transform .2s, -moz-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s, -moz-transform .2s;
    background: url("/misato/common/images/check_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.94792vw;
    height: 4.16667vw;
    z-index: 2;
  }
  .default_form input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .default_form input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .default_form input[type="checkbox"]:disabled:not(:checked) + label:before,
  .default_form input[type="checkbox"]:disabled:checked + label:before {
    -moz-box-shadow: none;
         box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  .default_form input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  .default_form input[type="checkbox"]:disabled + label {
    color: #aaa;
  }
  .default_form select {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    color: #999;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    padding: 1.95312vw 8.07292vw 1.95312vw 3.90625vw;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    background: url("../../../../common/images/select_bg.png") top right -1px no-repeat;
    -moz-background-size: auto 101%;
         background-size: auto 101%;
  }
  .default_form select::-ms-expand {
    display: none;
  }
  .default_form .select_wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    width: 100%;
  }
  .default_form .select_wrap.w156 {
    width: 23.4375vw;
    margin-right: 1.30208vw;
  }
  .default_form .select_wrap.w96 {
    width: 16.92708vw;
    margin-right: 1.30208vw;
  }
  .default_form .radio_group li {
    position: relative;
    margin-bottom: 3.90625vw;
  }
  .default_form .radio_group li + li {
    margin-top: 3.125vw;
  }
  .default_form .radio_group li label {
    width: auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    background: transparent;
    outline: none;
  }
  .default_form .radio_group li .radio_label {
    position: relative;
    padding-left: 7.8125vw;
  }
  .default_form .radio_group li .radio_label.disabled {
    color: #9c9c9c;
  }
  .default_form .radio_group li input[type="radio"] {
    position: absolute;
    opacity: 0;
    outline: none;
  }
  .default_form .radio_group li input[type="radio"] + .radio_label:before {
    content: '';
    background: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    display: inline-block;
    width: 5.20833vw;
    height: 5.20833vw;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .default_form .radio_group li input[type="radio"]:checked + .radio_label:before {
    background-color: #a1b9fe;
    -moz-box-shadow: inset 0 0 0 1.04167vw #fff;
         box-shadow: inset 0 0 0 1.04167vw #fff;
  }
  .default_form .radio_group li input[type="radio"]:focus + .radio_label:before {
    outline: none;
    border-color: #dcdcdc;
  }
  .default_form .radio_group.direction-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .default_form .radio_group.direction-row li + li {
    margin-top: 0;
    margin-left: 7.03125vw;
  }
  .default_form .radio_group .error_txt {
    padding-left: 7.8125vw;
    margin-top: 0;
  }
  .default_form .form_list dl {
    padding-bottom: 3.90625vw;
  }
  .default_form .form_list dl dd {
    margin-top: 2.60417vw;
  }
  .default_form .form_list dl dd .txtNote {
    margin-top: 1.30208vw;
  }
  .default_form .form_bottom {
    text-align: center;
    padding-top: 3.90625vw;
  }
  .default_form .form_bottom p {
    margin-top: 3.90625vw;
  }
  .default_form .form_bottom .button_area {
    margin-top: 11.71875vw;
  }
  .box_info {
    padding: 4.42708vw 5.72917vw;
    background: #f3f3f3;
  }
  .box_info dt, .box_info dd {
    font-size: 3.90625vw;
    line-height: 1.75;
  }
  .lt0 {
    letter-spacing: 0;
  }
  .error_txt {
    margin-top: 0;
  }
  .error_txt.radio {
    position: relative;
    top: -1.43229vw;
  }
}
