/* ----------------------------------------------
 会社案内
------------------------------------------------*/
article{
    padding-top: 72px;
    padding-bottom: 96px;
}
/*私たちの仕事*/
.works .inner {
    /*position: relative;*/
}
.works-list {
/*    position: absolute;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;*/
/*    z-index: 50;*/
}
.works-list ul {
    border-bottom: solid 2px #019cd4;
    border-top: solid 2px #019cd4;
    margin: 0 auto;
    max-width: 450px;
    background: rgba(255,255,255,.95);
    padding: 0 20px;
}
.works-list li {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    padding: 18px 0 14px;
    border-bottom: 1px dotted #019cd4;
}
.works-list li:last-child {
    border-bottom: 0;
}
.works-list li span {
    font-size: 28px;
    color: #019cd4;
    font-family : Arial, sans-serif;
    display: inline-block;
    font-style: italic;
    font-weight: normal;
    margin-right: 5%;
    padding-left: 3%;
    vertical-align: middle;
}
/*スライド*/
#main_slide {
    width: 100%;
    margin-top: 100px;
    height: 210px;
}
#main_slide ul li img {
    height: 210px;
    width: auto;
}
#main_slide li {
    margin-left: 1px;
}
/*私たちの特徴*/
.special .inner {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 72px;
}
.special-list {
    width: 33%;
    padding-right: 2%;
    padding-left: 2%;
    border-left: solid 1px #ddd;
}
.special-list:first-child {
    border-left: 0;
}
.special-list img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 36px;
}
.special-list h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #019cd4;
    text-align: center;
    width: 90%;
    height: 70px;
    margin: 0 auto;
    letter-spacing: 1px;
}
.special-list p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.special-wrap {
    margin-top: 72px;
}
/*経営理念*/
.idea {
    background: url(../images/img_company03.jpg) no-repeat bottom center #f2f3f6;
    height: 470px;
    padding: 72px 0 0 0;
}
.idea p{
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}
/*会社概要*/
.gaiyo-area {
    width: 55%;
    padding-right: 3%;
}
.youtube-area {
    width: 45%;
    padding-top: 20px;
}
.youtube-area-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube-area-inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.gaiyo-area dl,
.gaiyo-area ul {
    font-size: 15px;
    line-height: 1.6;
}
.gaiyo-area dl{
    clear: both;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.gaiyo-area dl:last-of-type {
    border-bottom: 0;
}
.gaiyo-area dt {
    float: left;
    width: 25%;
}
.gaiyo-area dd {
    float: left;
    width: 75%;
}
.gaiyo-photo {
    margin-top: 24px;
}
.gaiyo-photo img {
    width: 100%;
    max-width: 960px
    height: auto;
}
.youtube-area iframe {
    width: 100%;
    border: 0;
}
/*アクセス*/
.g-map {
    position: relative;
    height: 0%;
    padding-bottom: 40%;
    overflow: hidden;
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* /////////////////////////////////////////////
　スマホサイト
///////////////////////////////////////////// */
@media only screen and (max-width: 767px){
/*共通*/
    html {
        font-size: 62.5%;
    }
    article{
        padding: 48px 0;
    }
    .lead h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .lead p {
        font-size: 1.6rem;
        width: 100%;
    }
    section h3 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
/*私たちの仕事*/
    .works-list ul {
        padding:0 14px;
        width: 90%;
        margin: 0 auto;
    }
    .works-list li {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 12px 0 8px;
    }
    .works-list li span {
        padding-left: 1%;
        margin-right: 3%;
    }
    #main_slide {
        margin-top: 120px;
        height: 240px;
    }
    #main_slide ul li img {
        height: 240px;
    }
/*#main_slide ul li img {
    height: 200px;
    width: auto;
}*/

/*私たちの特徴*/
    .special .inner {
        width: 100%;
        /*padding: 0 3%;*/
        margin-bottom: 0;
    }
    .special-list {
        width: 100%;
        float: none;
        border-left: 0;
        border-top: 1px solid #ddd;
        padding: 24px 0 0 0;
    }
    .special-list img {
        margin-bottom: 24px;
    }
    .special-list:first-child {
        border-top: 0;
        padding-top: 0;
    }
    .special-list h4 {
        font-size: 1.6rem;
    }
    .special-wrap {
        margin-top: 0;
    }
/*    .special-img {
        height: auto;
    }
    .special-wrap {
        width: 100%;
        padding: 2.4rem 0 0;
    }
    .special-list h4 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .special-list p {
        font-size: 1.4rem;
        line-height: 2;
    }*/
/*経営理念*/
.idea p{
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
}
.idea {
    padding: 48px 0 0 0;
}
/*会社概要*/
    .gaiyo-area {
        width: 100%;
        float: none;
    }
    .youtube-area {
        width: 100%;
        float: none;
    }
    .gaiyo-area dl,
    .gaiyo-area li {
        font-size: 1.4rem;
        line-height: 2;
    }
    .gaiyo-area dt {
        font-weight: bold;
    }
    .gaiyo-area dt {
        float: none;
        width: 100%;
    }
    .gaiyo-area dd {
        float: none;
        width: 100%;
    }
    .gaiyo-photo img {
        width: 100%;
        height: auto;
    }
    .g-map {
        padding-bottom: 60%;
    }
    section {
        margin-bottom: 48px;
    }
    section h3 {
        margin-bottom: 36px;
    }
}