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

/*------------------------------
common
------------------------------*/
.common_box {
    width: 100%;
    text-align: center;
    margin: 0 0 100px;
}
.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: 12px;
    line-height: 12px;
    margin: 0 0 5px;
}
.sub3 {
    margin: 0 0 15px;
}
a.btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    background: #000;
}
a.btn:hover {
    background: #0069d5;
    transition: 0.5s;
}
a.btn p {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
a.btn p span {
    padding: 0 70px;
}

/*------------------------------
content
------------------------------*/
#main img {
    width: 100%;
    margin: 0 0 50px;
}
#main .ttl {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 0 0 50px;
}
#main .sub {
    font-size: 12px;
    line-height: 24px;
}
#business .outer {
    position: relative;
	width: 100%;
	margin: 0 0 150px;
    padding: 50px 0 100px;
    text-align: center;
    color: #fff;
}
#business #box01 {
    background: #bdd7ee;
}
#business #box02 {
    background: #c5e1b4;
}
#business #box03 {
	background: #f8caad;
	margin: 0 0 100px;
}
#business .outer .number {
    font-size: 10px;
    line-height: 10px;
    margin: 0 0 15px;
}
#business .outer .ttl {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
}
#business .outer .sub {
    font-size: 16px;
    line-height: 16px;
}
#business .inner {
    background: #fff;
    position: absolute;
    top: 150px;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    padding: 8%;
    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: 12px;
    line-height: 24px;
    color: #000;
    text-align: left;
}
#news .outer {
    width: 100%;
    background: #f0f0f0;
    padding: 50px 0;
    margin: 0 0 20px;
}
#news .inner {
    width: 90%;
    margin: 0 auto;
}
#news ul li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 10px;
    border-bottom: solid 1px #c2c2c2;
    font-size: 12px;
	line-height: 18px;
	text-align: left;
}
#news ul li span {
	font-weight: bold;
}
#news .link {
    font-size: 12px;
    line-height: 12px;
}
#news .link a span {
    padding: 0 10px 0 0;
}
#news a:hover {
    color: #0069d5;
    transition: 0.5s;
}
#member img {
    width: 100%;
}
#recruit .txt {
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 30px;
}
#recruit .outer {
    width: 80%;
    margin: 0 auto 30px;
    padding: 30px 0;
    border: solid 1px #000;
}
#recruit .outer p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}

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