@charset "UTF-8";
@media screen and (min-width:641px) {
    .clearfix {
        display: block;
        min-height: 1px;
    }
    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    /*header*/
    header.voice-form .inner.top .main-logo {
        float: left;
    }
    header.voice-form {
        background: #000;
        height: 52px;
    }
    .header .inner.top .fr .researvation {
        height: 52px;
    }
    .required {
        color: #db5858;
    }
    #conts p.lead {
        font-size: 1.6rem;
        margin-top: 20px;
    }
    .voice-form p.annotation {
        padding: 10px 0;
        padding-left: 3em;
        text-indent: -1em;
        font-size: 130%;
    }
    section.main.voice-form {
        padding-top: 0;
        width: 900px;
        margin: 0 auto;
    }
    .step_img1,
    .step_img2,
    .step_img3 {
        padding: 50px 0;
        border-top: 1px solid #000;
    }
    section.voice-form .container {
        margin: 0 auto 10px auto;
        border-bottom: 1px dotted #473d3e;
        padding: 0 0 20px 0;
        width: 100%;
        zoom: 1;
        background-color: #fff;
    }
    /*Form*/
    form table {
        margin: 0 auto 40px;
        width: 92%;
        color: #464646;
        font-size: 100%;
        padding: 0;
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        border: none;
    }
    .voice-form form table tr th {
        padding: 0 0 30px;
        font-weight: normal;
        font-size: 120%;
        color: #666;
        height: 46px;
        width: 302px;
        vertical-align: top;
        border: none;
        position: relative;
        text-align: left;
    }
    .voice-form form table tr td {
        vertical-align: top;
        padding: 0 0 25px 0;
        font-size: 14px;
    }
    .fBody {
        border: 1px solid #ffdfdf;
        width: 480px;
        height: 102px;
        font-size: 14px;
    }
    .voice-form form .wid200 {
        background-image: none;
        background-color: rgb(255, 223, 223);
        border: 1px solid #ffdfdf;
        margin-bottom: 5px;
        padding: 0;
        height: 35px;
        width: 300px;
        font-size: 14px;
    }
    .width50 {
        background-image: none;
        background-color: rgb(255, 223, 223);
        border: 1px solid #ffdfdf;
        padding: 0;
        height: 35px;
        width: 101px;
        margin: 0 -5px;
        font-size: 14px;
    }
    #VoiceBuyMonth {
        margin-left: 20px;
    }
    .voice-form .notesList li {
        font-size: 12px;
        margin-right: 20px;
    }
    .section.voice-form .detail {
        background: none;
    }
    .detail.mb20 ul li {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }
    div.versign {
        display: none;
    }
    #sendBtn {
        text-align: center;
    }
    ul.error li,
    td p.error {
        display: block;
        color: #db5858;
        width: 100%;
    }
    /*contact-review*/
    .section .contact-review p {
        margin-bottom: 0;
    }
    .contact-review table {
        width: 92%;
        color: #464646;
        font-size: 100%;
        padding: 0;
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        border: none;
        margin: 0 auto 20px;
        border-bottom: 1px dotted #473d3e;
    }
    .contact-review table th {
        padding: 5px 0;
        vertical-align: top;
        width: 13em;
        background: none;
        font-weight: bold;
        font-size: 100%;
        color: #666;
        border: none;
        position: relative;
        text-align: left;
    }
    .voice-form form .contact-review table tr td {
        padding: 5px 0;
    }
    /*voice-thanks*/
    section.main.voice-thanks {
        padding-top: 34px;
    }
    section.main.voice-thanks #conts p.lead:first-child {
        font-size: 2.3rem;
        margin-top: 20px;
        color: #6D6D6D;
    }
    .voice-thanks #conts p {
        padding-top: 15px;
        text-align: center;
        font-size: 120%;
        margin-bottom: 5px;
    }
    .voice-thanks .btn {
        background: none;
        border: none;
        text-align: center;
        width: 100%;
    }
    .smt_txt {
        display: none !important;
    }
    .policy a {
        color: blue;
        text-decoration: underline!important;
    }
    .policy a:hover {
        color: blue;
        text-decoration: none;
    }
    #footer.voice-form {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        background: #efefef;
    }
    #footer.voice-form .foot-cont {
        padding: 0;
    }
    #footer.voice-form p {
        width: 900px;
        margin: 0 auto;
        text-align: right;
    }
}



/* style end */

@media screen and (min-width:320px) and (max-width: 640px) {
    html {
        overflow-y: scroll;
        font-size: 70%;
    }
    body {
        font-size: 90%;
        color: #363636;
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: none;
        font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
        word-wrap: break-word;
    }
    .clearfix:after {
        content: "";
        display: block;
        clear: both;
    }
    .clearfix {
        zoom: 1;
    }
    section.main>p.ttl {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    section.main>p.ttl img {
        max-width: 40%;
    }
    #conts p.lead {
        padding: 0 10px;
        margin: 10px 0 0;
    }
    fieldset {
        margin: 0 auto;
        width: 94%;
        text-align: center;
        padding: 0;
    }
    .section p.annotation {
        font-size: 86%;
        text-align: left;
        margin-bottom: 0;
    }
    section.voice-form .detail {
        padding: 0 2% 0;
        background: none;
    }
    .required {
        color: #c00;
    }
    .pc_txt {
        display: none !important;
    }
    #container {
        margin: 0 auto;
        background-color: #fff;
        width: 100%;
        padding: 0 0 20px 0;
    }
    #header {
        width: 100%;
        margin: 0 auto;
        background: #000;
        text-align: center;
        margin-bottom: 10px;
        height: auto;
    }
    #header h1 {
        text-align: center;
    }
    #header h1 img {
        max-width: 123px;
        height: auto;
        vertical-align: middle;
    }
    #contents {
        width: 100%;
        zoom: 1;
        background-color: #fff;
    }
    #sendBtn {
        text-align: center;
        margin: 10px 0;
    }
    #sendBtn input {
        width: 250px;
        height: 36px;
    }
    #backBtn {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .section p.policy {
        font-size: 80%;
        margin: 0 auto;
        width: 96%;
    }
    form {
        padding: 0 0 20px 0;
        border-bottom: 1px dotted #473d3e;
    }
    .voice-form table th,
    .voice-form table td {
        text-align: left;
    }
    .voice-form table th,
    .voice-form table td {
        display: block;
    }
    .voice-form table td {
        padding-bottom: 15px;
    }
    .voice-form table th span.sup {
        color: #c00;
    }
    .voice-form {
        margin: 0 auto 25px;
        width: 94%;
        padding: 0;
    }
    .voice-form table textarea {
        height: 8em;
    }
    .voice-form table .wid200,
    .voice-form table .wid40 {
        height: 30px;
    }
    .voice-form table textarea,
    .voice-form table .wid200,
    .voice-form table .wid40 {
        background-image: none;
        background-color: rgb(255, 223, 223);
        border: 1px solid #ffdfdf;
        border-radius: 5px;
        padding: 1px;
        font-size: 100%;
        line-height: 1.1;
        width: 100%;
        box-sizing: border-box;
    }
    .voice-form table .wid40 {
        width: 80%;
    }
    select {
        width: 100%;
        padding: 8px 0;
        font-size: 100%;
    }
    select.width50 {
        width: 36%;
    }
    select#VoiceBuyYear {
        margin-left: -5px;
    }
    .notesList li {
        display: block;
        width: 100%;
    }
    div.versign {
        display: none;
    }
    .backToHome {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        color: #fff !important;
    }
    .step_img1 .step_img2 .step_img3 {
        text-align: center;
        padding: 15px 0;
    }
    .step_img1 img,
    .step_img2 img,
    .step_img3 img {
        max-width: 72% !important;
    }
    .smt_txt {
        display: block;
    }
    .voice-thanks .btn {
        background: none;
        border: none;
        text-align: center;
        width: 100%;
    }
    header.voice-form {
        display: none;
    }
    .section p.step_img1,
    .section p.step_img2,
    .section p.step_img3 {
        text-align: center;
        padding: 15px 0;
        margin-bottom: 0;
    }
    .copyright {
        margin: 20px auto 0;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background: #efefef;
        font-size: 70%;
        font-family: YuMincho, "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", serif;
    }
    .policy {
        margin-top: 15px;
    }
    .section {
        min-width: 100%!important;
    }
    .section.main {
        padding: 0!important;
    }
    .section .container {
        padding: 0!important;
        width: 100%!important;
        margin: 0 auto;
    }
    .voice-thanks .step_img3 {
        display: block!important;
    }
    ul.error li,
    td p.error {
        display: block;
        color: #db5858;
        width: 100%;
    }
    ul.error {
        margin-top: 10px;
    }
    .voice-thanks form {
        padding: 0!important;
        border-bottom: none!important;
    }
    .voice-thanks #contents {
        font-size: 90%;
        color: #363636;
        font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
        word-wrap: break-word;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .voice-thanks .section p {
        font-size: 90%!important;
        margin: 0!important;
    }
    .voice-thanks .policy {
        font-size: 80%!important;
        margin: 0 auto 30px!important;
        width: 96%;
        letter-spacing: 0px;
    }
    .voice-form .foot-cont .fr .copyright,
    .voice-form .foot-cont {
        margin: 0!important;
    }
    .voice-form .foot-cont {
        padding: 0!important;
    }
    .voice-form .foot-cont .fr {
        margin: 0!important;
        float: none!important;
    }
    .voice-form .foot-cont .fr p {
        text-align: center!important;
    }
    .voice-thanks .policy a {
        color: blue;
        text-decoration: underline!important;
    }
    .voice-thanks .policy a:hover {
        color: blue;
        text-decoration: none;
    }
    input#VoiceUpload {
        width: 80%;
    }
}



/* style end */