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

/*------------------------------
common
------------------------------*/
.common_box {
    width: 100%;
    text-align: center;
    margin: 0 0 150px;
}
.ttl {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}
.sub {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 50px;
}
.sub2 {
    font-size: 14px;
    line-height: 12px;
    margin: 0 0 5px;
}
.sub3 {
    margin: 0 0 15px;
}
a.btn {
    display: block;
    width: 350px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
    background: #000;
}
a.btn:hover {
    background: #0069d5;
    transition: 0.5s;
}
a.btn p {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
a.btn p span {
    padding: 0 100px 0 110px;
}

/*------------------------------
content
------------------------------*/
#main img {
    width: 100%;
    margin: 0 0 80px;
}
#main .ttl {
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 0 0 50px;
}
#main .sub {
    font-size: 16px;
    line-height: 32px;
}
#business {
    margin: 0 0 300px;
}
#business .outer {
    position: relative;
    width: 33.33%;
    padding: 80px 0 200px;
    text-align: center;
    color: #fff;
}
#business #box01 {
    background: #bdd7ee;
}
#business #box02 {
    background: #c5e1b4;
}
#business #box03 {
    background: #f8caad;
}
#business .outer .number {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 20px;
}
#business .outer .ttl {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 20px;
}
#business .outer .sub {
    font-size: 20px;
    line-height: 20px;
}
#business .inner {
    background: #fff;
    position: absolute;
    top: 220px;
    left: 10%;
    width: 80%;
    margin: 0 auto;
    padding: 10%;
    box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
    -ms-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
}
#business .inner .txt {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-align: left;
}
#news .outer {
    width: 100%;
    background: #f0f0f0;
    padding: 40px 0;
    margin: 0 0 30px;
}
#news .inner {
    width: 700px;
    margin: 0 auto;
}
#news ul li {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px #c2c2c2;
    font-size: 14px;
    line-height: 14px;
}
#news ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
#news ul li span {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding: 0 50px 0 0;
}
#news p a span {
    padding: 0 15px 0 0;
}
#news a:hover {
    color: #0069d5;
    transition: 0.5s;
}
#member img {
    width: 100%;
}
#recruit .txt {
    margin: 0 0 50px;
    font-size: 14px;
    line-height: 14px;
}
#recruit .outer {
    width: 350px;
    margin: 0 auto 50px;
    padding: 50px 0;
    border: solid 1px #000;
}
#recruit .outer p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
}

#recruit iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 500px;
    width: 700px;
    border: none;
}