@charset "utf-8";
/* CSS Document */

.company {
    margin-top: 20px;
    clear: both;
}
.img_title {
    background: url(../img/about_image.png) top left no-repeat;
    background-size: cover;
}
.img_title p{
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.feature {
    margin: 20px 0 20px;
    overflow: hidden;
}
.feature dl {
    float: left;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.feature dt {
    padding: 15px 6px;
    font-size: 14px;
    color: #3954a4;
}
.feature dd h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}
.feature_box {
    background: #eaeaed;
    overflow: hidden;
    width: 100%;
    margin-top:0px;
    padding: 10px;
}
.feature_img {
    float: left;
    width: 40%;
}
.feature_img img {
    max-width:100%;
    min-width: 30%;
    vertical-align: top;
}
.feature01 {
    float: left;
    width: 60%;
    padding-left: 10px;
}
.feature dl:nth-child(even) {
    margin-right: 0;
}
.sptable {
    display: none;
}
.company-pc {
    display: block;
}

/*** Table **************************************************************************/
table.common {
    border: 1px solid #999;
    width: 710px;
    background: #E1E1E1;
    border-collapse: collapse;
    margin: 0 auto 20px;
}
table.common td,
table.common th {
    border:1px solid #999;
    text-align: left;
    padding: 7px;
}
table.common th {
    background: #E6E6E6;
    vertical-align: top;
    font-weight: normal;
    width :25%;
}
table.common th.col {
    background: #DDFAFF;
}
table.common td {
    background: #FFF;
    vertical-align: top;
    text-align: left;
}


/* ########### 414px以下 ########### */
@media (max-width: 414px) {
#main section .feature_img {
    float: none;
    width: 80%;
    margin: 0 auto;
}
#main section .feature01 {
    float: none;
    width: 100%;
    margin: 10px auto 0;
}
}

/* ########### 599px以下 ########### */
@media only screen and (max-width: 599px) {
#main .feature dl {
    float: none;
    width: 100%;
}
#main .feature_img {
    float: left;
    width: 50%;
}
#main .feature01 {
   float: left;
    width: 49%;
}
.company-pc {
        display: none;
}
.sptable {
        width: 100%;
}
.sptable {
        display: block;
}
}

/* ########### 768px以下 ########### */
@media only screen and (max-width: 768px) {
.company {
    width: 100%;
}
.feature {
    width: 100%;
}
.feature dl {
    width: 49.5%;
    margin-right: 1%;
}
table.common {
    width: 100%;
}
}
/* ########### 769px以上 ########### */
@media (min-width: 769px) {
.company {
    width: 750px;
}

.feature {
    width: 750px;
}

.feature dl {
    width: 370px;
    margin-right: 10px;
}
}
