﻿@charset "utf-8";

/*----------------------------------------------
　パソコン・タブレット用
----------------------------------------------*/
@media screen and (min-width: 641px) {

.artMotto01 .h4TitleGreen01{
    margin-bottom: 1em;
}
/*
.artMotto01 .pTextBody01{
    margin-bottom: 1em;
}*/
.artMotto01 .h5Title01{
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.divMain01{
    letter-spacing:-.40em;
}
    .divMain01 .pImg01{
        display:inline-block;
        *display:inline;
        *zoom:1;
        letter-spacing: normal;
        width: 648px;
        vertical-align: top;
        margin-right: 20px;
    }
    .divMain01 .ulImg01{
        display:inline-block;
        *display:inline;
        *zoom:1;
    }
        .divMain01 .ulImg01 li{
            display:inline-block;
            *display:inline;
            *zoom:1;
            letter-spacing: normal;
            vertical-align: top;
        }
.artMotto01 .pName01{
    line-height: 200%;
    font-size: 1.125em;
    text-align: right;
}

}


/*----------------------------------------------
　スマホ用
----------------------------------------------*/
@media screen and (max-width:640px){

.artMotto01{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
.artMotto01 .h4TitleGreen01{
    margin-bottom: 1em;
}
.artMotto01 .h5Title01{
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.artMotto01 .ulImg01 li{
    text-align: center;
}
.artMotto01 .ulImg01 img{
    width: 70%;
    margin-top: 1em;
    margin-left: auto;
    margin-bottom: auto;
}
.artMotto01 .pName01{
    line-height: 200%;
    font-size: 1.125em;
    text-align: right;
    margin-top: 1em;
}

}
