@charset "UTF-8";

/* CSS Document */


.balloon_btn {
    background: #4BB1C5;
    border-radius: 5px 5px 5px 5px;
    font-weight: 700;
    margin: 50px auto;
    text-align: center;
    transition: all .7s;
    width: calc(620px - 2em);
}

.balloon_btn:hover {
    opacity: .7;
}

.balloon_btn a {
    color: #fff;
    display: block;
    padding: 1em 0;
}




/*　エンジョイステッカーキーワード　*/
/*　エンジョイステッカーキーワード　*/
.sticker-keyword {
    border: 1px solid #0dbf45;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin: 80px auto 20px;
    max-width: 600px;
    width: 90%;
}

.sticker-keyword .title {
    background: #0dbf45;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    width: 50%;
}

.sticker-keyword .keyword {
    color: #0dbf45;
    padding: 1em 0;
    text-align: center;
    width: 50%;
}




/*　プロフィール　*/

.profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
    width: 100%;
}

.profile h3 {
    display: block;
    width: 100%;
}

.profile .image {
    width: 20%;
}

.profile .image img {
    width: 100%;
}

.profile .text {
    line-height: 1.6;
    padding-left: 10px;
    width: calc(80% - 10px);
}



/*　Hondaとモータースポーツ　*/

.motorsport {
    border: 1px solid #707070;
    margin: 0 auto 50px;
    padding: 0;
    width: 880px;
}

.motorsport h3 {
    background: #464646;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 7px 0;
    text-align: center;
}

.motorsport p {
    font-size: 18px;
    margin: 0;
    padding: 13px;
}


/*　見出し下の肩書　*/

h2.hello_content_title {
    margin: 50px auto;
}


h3.hello_content_title {
    margin: 70px auto 20px;
}




.hello_content_title span {
    display: block;
    font-weight: normal;
    font-size: 15px;
}


/*　質問回答欄　*/

.hello_content_text i {
    display: block;
    font-size: 20px;
}




@media (max-width: 979px) {

    /*　エンジョイステッカーキーワード　*/
    .sticker-keyword {
        font-size: 17px;
    }


    /*　プロフィール　*/
    .profile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px auto;
        width: 100%;
    }

    .profile h3 {
        display: block;
        width: 100%;
    }

    .profile .image {
        width: 30%;
    }

    .profile .image img {
        width: 100%;
    }

    .profile .text {
        font-size: 15px;
        line-height: 1.6;
        padding-left: 10px;
        width: calc(70% - 10px);
    }


    /*　Hondaとモータースポーツ　*/
    .motorsport {
        margin: 0 auto 30px;
        width: 88%;
    }

    .motorsport h3 {
        background: #464646;
        color: #fff;
        font-size: 18px;
        margin: 0;
        padding: 7px 0;
        text-align: center;
    }

    .motorsport p {
        font-size: 15px;
        margin: 0;
        padding: 9px;
    }

    /*　質問回答欄　*/
    .hello_content_text i {
        display: block;
        font-size: 15px;
    }




    .hello_content_text_headline {
        font-size: 16px;
        margin: 0 auto 20px;
    }

    .title-icon {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px !important;
        text-align: left !important;
    }

    .title-icon span {
        background: #F76E11;
        border-radius: 6px;
        color: #fff;
        margin-right: 1em;
        padding: 0.3em 1em;
        word-break: keep-all;
    }

    .title-icon p {
        margin: 0;
        padding: 0;
    }

    .content-wrap {
        margin: 0 auto 25px;
        width: 100%;
    }

    .content-wrap img {
        width: 100%;
    }

    .hello_content_image img {
        margin-bottom: 0;
    }

    .hello_content_text {
        font-size: 15px !important;
    }

    h2.hello_content_title {
        margin: 45px auto;
    }

    .hello_content_title {
        font-size: 14px !important;
    }

    .hello_content_image_sub {
        margin: 0 auto;
    }

    .hello_content_image_sub .img {
        max-width: 100%;
    }

    .photo_caption {
        display: block;
        padding: 5px 10px;
        text-indent: 0;
        text-align: center;
    }

    .photo_caption.w90 {
        margin: 0 auto;
        width: calc(90% - 10px);
    }


    .balloon_btn {
        width: calc(90% - 2em);
    }

    .balloon_btn a {
        padding: 1em;
    }





}


@media (min-width: 980px) {

    .hello_catch {
        width: 890px !important;
    }

    .hello_main_visual {
        margin: 0 auto;
        width: 100%;
    }


    .hello_content_text_headline {
        font-size: 18px;
        margin: 0 auto 28px;
        text-align: center;
    }

    .hello_content_title {
        font-weight: 700 !important;
    }

    .title-icon {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        text-align: left !important;
    }

    .title-icon span {
        background: #F76E11;
        border-radius: 6px;
        color: #fff;
        font-size: 16px;
        margin-right: 1em;
        padding: 0.3em 1em;
        word-break: keep-all;
    }

    .title-icon p {
        margin: 0;
        padding: 0;
    }


    .content-wrap {
        margin: 0 auto 45px;
        max-width: 1200px;
        width: 100%;
    }

    .content-wrap img {
        width: 100%;
    }

    .hello_content_text {
        margin: 40px auto;
        width: 800px;
    }

    .hello_content_image img {
        margin-bottom: 0;
    }

    .hello_content_image_sub {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 auto;
        width: 100%;
    }

    .hello_content_image_sub .img {
        display: block;
        margin: 0 auto;
        width: 50%;
    }

    .hello_content_image_sub .img img {
        height: auto;
        width: 100%;
    }

    .hello_content_image_sub .text {
        width: calc(100% - 157px);
    }

    .hello_content_image_sub .text2 {
        line-height: 1.5;
        margin: 0 0 0 10px;
        width: calc(100% - 167px);
    }

    .photo_caption {
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        text-align: center;
        text-indent: 0;
    }

}
