/* タブレット用 */
@media screen and (max-width: 980px) {
    .header-left p {
        display: none;
    }
    
}

@media screen and (max-width: 834px) {
    header {
        padding: 5px 0;
        font-size: 0.8rem;
    }

    .header-left p {
        display: none;
    } 

    .header-btn {
        font-size: 0.7rem;
    }

    .contact__text {
        width: 80%;
        max-width: 500px;
    }
}

/* スマホ用 */

@media screen and (max-width: 620px) {
    body {
        margin: 0 auto;
    }
    .wrapper {
        margin: 0 auto;
        width: 100%;
    }

    li {
        display: block;
        line-height: 1.6rem;
    }

    .container {
        margin-left: 0;
        margin-right: 0;
    }

    span {
        font-size: 0.8rem;
    }

    h1 {
        line-height: 2rem;
        text-align: center;
        font-size: 1.5rem;
    }

    h2 {
        line-height: 2rem;
        margin-bottom: 20px;
        font-size: 1.1rem;
    }
    
    h3 {
        font-size: 1rem;
    }

    p {
        line-height: 2rem;
        font-size: 0.8rem;
        text-align: center;
    }

    table {
        width: 100%;
        text-align: left;
        line-height: 2rem;
        margin-bottom: 80px;
    }

    th {
        width: 23%;
        font-size: 0.9rem;
    }
    
    td {
        width: 77%;
        font-size: 0.9rem;
    }

    /*ヘッダー*/
    header {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 0.9rem;
    }

    .header-left {
        display: block;
    }

    .header-left p {
        display: none;
    }
   
    .header-right {
        width: 100%;
        text-align: center;
        display: block;
    }

    .header-right ul {
        padding: 0 20px;
        margin: 0 auto;
    }

    .header-right li {
        display: inline;
        margin: 0 10px;
    }

    .header-btn {
        margin: 0 40px;
        padding: 0;
        font-size: 0.7rem;
        display: inline-block;
    }

    .btn {
        display: block;
        width: 170px;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 0;
    }

    /*イントロ*/
    .intro {
        width: 100%;
        height: 400px;
        margin-bottom: 40px;
    }

    .intro__text {
        width: 90%;
        background-color: rgba(64, 64, 64, 0.3);
    }

    .intro__text p {
        line-height: 1.7rem;
        text-align: left;
        font-size: 0.8rem;
    }
    /*About Us*/
    .aboutus {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 40px;
        
    }

    .aboutus p {
        text-align: left;
    }

    /*サービス*/
    .services {
        width: 100%;
        margin-bottom: 40px;
    }

    .service {
        display: block;
        margin-bottom: 20px;
    }

    .service__image01, .service__image02, .service__image03 {
        width: 100%;
        height: 300px;
        border-radius: 0;
    }
    
    .service__text01, .service__text02, .service__text03 {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    /*会社情報*/
    .company-info {
    margin-bottom: 40px;
    }

    table {
        margin-bottom: 30px;
    }

    iflame {
        width: 100%;
        height: 200%;
    }

    /*お問い合わせ*/
    .contact-wrapper {
        width: 100%;
        background-image: url(../images/contact2.png);
        background-size: cover;
        background-position: center;
        height: 300px;
    }

    .contact__text {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        text-align: center;
        padding: 5px 0 20px;
    }

    .contact-btn {
        background-color: #333333;
        border-radius: 20px;
        color: #fff;
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    /*フッター*/
    .inr {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer {
        background-color: #404040;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
        line-height: 1.5rem;
        font-size: 0.7rem;
        color: #fff;
    }

    .company-profile {
        margin-bottom: 18px;
    }

    .footer-left span {
        font-size: 0.7rem;
    }

    .footer-left p {
        text-align: left;
        font-size: 0.7rem;
        line-height: 1.1rem;
    }

    .footer-left img {
        width: 40%;
    }

    .footer-right__menu {
        margin-top: 40px;
        font-size: 0.7rem;
    }

    .footer-credit {
        font-size: 0.5rem;
    }
}