@charset "UTF-8";
/*----------------------------------------------
 title styles
----------------------------------------------*/
.titleBox3 h2 {
    padding-top: 56px;
}
@media screen and (max-width: 767px) {
    .titleBox2 {
        min-height: 90px;
    }
    .titleBox3 h2 {
        padding-top: 30px;
        padding-left: 15px;
    }
    .titleBox3 h2 img {
        width: 97%;
        max-width: 96px;
        height: auto;
    }
}

/*----------------------------------------------
aboutUs styles
----------------------------------------------*/
#aboutUs {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 58px;
}
#aboutUs a {
    color: #00af72;
}
#aboutUs a:hover {
    opacity: 0.7;
}
#aboutUs table {
    width: 100%;
    border: 1px solid #95bed8;
    border-collapse: collapse;
}
#aboutUs th {
    width: 200px;
    padding: 22px 20px 18px 20px;
    border-bottom: 1px solid #95bed8;
    background-color: #f1fbfe;
    font-size: 1.4rem;
    line-height: 160%;
    text-align: left;
    vertical-align: top;
}
#aboutUs td {
    padding: 22px 20px 18px 20px;
    border-bottom: 1px solid #95bed8;
    font-size: 1.4rem;
    line-height: 180%;
}
#aboutUs td ul {
    width: 100%;
    display: block;
    list-style-type: none;
}
#aboutUs td ul.style1 {
    padding-top: 14px;
}
#aboutUs td li {
    padding-bottom: 4px;
    padding-left: 1em;
    text-indent: -1em;
}
#aboutUs td li:last-child {
    padding-bottom: 0px;
}
#aboutUs td .mi {
    font-weight: bold;
}
#aboutUs td .daihyoushaBox,
#aboutUs td .bucho {
    width: 100%;
    display: table;
}
#aboutUs td .daihyoushaBox .left {
    width: 270px;
    display: table-cell;
    text-align: center;
    padding-bottom: 10px;
}
#aboutUs td .daihyoushaBox .left .caption {
    width: 100%;
    padding-top: 10px;
    font-size: 1.3rem;
    line-height: 150%;
}
#aboutUs td .daihyoushaBox .right {
    display: table-cell;
    padding-top: 0;
    padding-bottom: 15px;
    vertical-align: middle;
}
#aboutUs td .daihyoushaBox .right p {
    padding-top: 8px;
    padding-bottom: 8px;
}
#aboutUs td .hitorigoto {
    width: 100%;
    min-height: 100px;
    border-top: 1px dashed #95bed8;
    padding-top: 15px;
    padding-right: 110px;
    position: relative;
}
#aboutUs td .hitorigoto .photo {
    width: 100px;
    position: absolute;
    top: 15px;
    right: 0px;
}
#aboutUs td .bucho .left {
    width: 130px;
    display: table-cell;
}
#aboutUs td .bucho .right {
    display: table-cell;
    vertical-align: top;
}
#aboutUs tr:nth-last-child(3) th,
#aboutUs tr:nth-last-child(2) th,
#aboutUs tr:last-child th {
    background-color: #f4faf7;
}
#aboutUs tr:nth-last-child(3) th,
#aboutUs tr:nth-last-child(3) td,
#aboutUs tr:nth-last-child(2) th,
#aboutUs tr:nth-last-child(2) td {
    border-bottom: 1px dashed #95bed8;
}
@media screen and (max-width: 767px) {
    #aboutUs {
        width: 100%;
        padding-top: 30px;
    }
    #aboutUs table {
        border-right: none;
        border-left: none;
    }
    #aboutUs th {
        width: 100%;
        display: block;
        padding: 15px 15px 12px 15px;
        border-bottom: none;
        font-size: 1.4rem;
        line-height: 160%;
    }
    #aboutUs td {
        display: block;
        padding: 15px 15px 18px 15px;
        line-height: 170%;
    }
    #aboutUs tr:last-child td {
        border-bottom: none;
    }
    #aboutUs td ul.style1 {
        padding-top: 16px;
    }
    #aboutUs td li {
        padding-bottom: 8px;
    }
    #aboutUs td li:last-child {
        padding-bottom: 0px;
    }
    #aboutUs td .daihyoushaBox {
        display: block;
    }
    #aboutUs td .daihyoushaBox .left {
        width: 100%;
        display: block;
        padding-bottom: 15px;
    }
    #aboutUs td .daihyoushaBox .right {
        display: block;
        padding-bottom: 8px;
    }
    #aboutUs td .hitorigoto {
        min-height: 30px;
        padding-top: 20px;
        padding-right: 75px;
    }
    #aboutUs td .hitorigoto .photo {
        width: 80px;
        top: 20px;
        right: -15px;
    }
    #aboutUs td .hitorigoto .photo img {
        width: 70px;
        height: auto;
    }
    #aboutUs td .bucho .left {
        width: 125px;
    }
    #aboutUs tr:nth-last-child(2) th,
    #aboutUs tr:nth-last-child(3) th {
        border-bottom: none;
    }

}