/* iPhone XR・11・XS Max・11 Pro Max・12 Pro Max(最大) */

@media only screen and (max-width: 428px) {
    /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .header {
        clear: both;
        min-width: 100%;
        width: 100%;
        color: #fff;
        text-align: center;
        margin-top: -60px;
        padding: 90px 0 30px 0;
        background-image: url("../img/bg_header.jpg");
        background-color: #333;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        letter-spacing: 2px;
    }
    .header h1 {
        font-size: 28px;
    }
    .breadCrumb {
        margin: 0 0 40px 0;
        font-size: 14px;
        line-height: 22px;
    }
    form h2 {
        font-size: 18px;
        margin-bottom: 32px;
    }
    form {
        width: 100%;
        padding: 20px;
        font-size: 16px;
        margin-bottom: 120px;
    }
    input {
        font-size: 16px;
    }
    input[type=text] {
        padding: 0 0 2px 16px;
        border: none;
        background-color: #f5f5f5;
        width: 100%;
        height: 40px;
    }
    textarea {
        padding: 16px 0 0 16px;
        border: none;
        background-color: #f5f5f5;
        width: 100%;
        height: 200px;
        line-height: 1.5;
    }
    .input p:nth-of-type(4) {
        padding: 14px 0 14px 0;
    }
    .input p {
        display: block;
        justify-content: space-between;
        padding: 10px 0 22px 0;
    }
    .input label {
        width: 90%;
    }
    .input p span {
        padding: 12px 12px 12px 0;
        width: auto;
    }
    .textArea {
        width: 100%;
    }
    #submitBtn {
        font-size: 18px;
        width: 100%;
        padding: 12px 0 13px 0;
    }
     ::placeholder {
        font-size: 16px;
    }
    .input p small {
        background-color: #009999;
        display: inline-block;
        width: 40px;
        font-size: 14px;
        color: #fff;
        height: 21px;
        padding-top: 0;
    }
    .input p:nth-of-type(4) small {
        margin-left: 0;
        width: 40px;
    }
    input[type=submit] {
        font-size: 16px;
    }
    textarea {
        font-size: 16px;
    }
    .textArea {
        padding: 20px;
    }
    .textArea h2 {
        font-size: 18px;
        margin: 16px 0 8px 0;
    }
    .textArea p {
        font-size: 14px;
    }
    .textArea ol {
        font-size: 14px;
    }
    .textArea ul li {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 12px;
    }
    .done {
        min-width: 100%;
        padding: 0 32px 0 32px;
        height: 100vh;
    }
    .done div img {
        width: 70px;
        margin-bottom: 12px;
    }
    .done div {
        width: 100%;
        padding: 40px 32px 40px 32px;
    }
    .done div h1 {
        font-size: 20px;
        line-height: 28px;
    }
    button {
        width: 100%;
        font-size: 18px;
        padding: 10px 0 9px 0;
    }
    .done div p {
        font-size: 14px;
        margin-bottom: 40px;
    }
    footer {
        min-width: 100%;
    }
}


/* ---------------------------------------------------------------------------------------------------- */


/* 想定端末 : iPhone 8・SE(2)・X・XS・11 */

@media only screen and (max-width: 375px) {}


/* ---------------------------------------------------------------------------------------------------- */


/* 想定端末 : Android XPERIA  */

@media only screen and (max-width: 360px) {}