@charset "utf-8";

.main-title,
.greeting-title,
.greetingBlock p {
    font-weight: bold;
}

.sec01 .sec-title {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 2.4rem;
    color: #333 !important;
    line-height: normal;
}

.sec01 .greeting-title {
    font-size: 2rem;
    color: #333 !important;
}

div#container {
    background-image: url(../img/bg_001.jpg);
}


/* div#main h3#h3-001 {
    background-image: url(../img/h3_001.png);
} */

.sec01 .greetingBlock {
    padding: 40px;
    display: flex;
}

.sec01 .imgBlock {
    margin-top: 60px;
    margin-left: 20px;
    min-width: 280px;
}

.greetingBlock .innerBlock span {
    margin-bottom: 5px;
    display: block;
}

.company {
    margin-top: 10px;
    font-size: 16px;
}

.name {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
}

.name img {
    margin-left: 10px;
}

@media (max-width:767px) {
    .sec01 {
        padding-top: 0;
    }

    .sec01 .greetingBlock {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sec01 .imgBlock {
        margin-left: 0;
    }

}

/*--------------------------------------------
　■［印刷］
--------------------------------------------*/

@media print {

    div#main p.img-fright {
        width: 30%;
    }

    div#main p.img-fright img:first-child {
        max-width: 100%;
    }

}