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

/*------------------------------
common
------------------------------*/
.common_box {
    width: 100%;
    text-align: center;
    margin: 0 auto 150px;
}
.outer {
    position: relative;
    padding: 100px 0 0;
}
.inner {
    background: #fff;
    width: 880px;
    margin: 0 auto;
    padding: 70px;
    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);
}
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 {
    margin: 180px auto 150px;
}
#main .ttl {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 10px;
}
#main .sub {
    font-size: 12px;
    line-height: 12px;
}
#business01::before {
    content: '';
    position: absolute;
    background: #bdd7ee;
    width: 100%;
    height: 380px;
    top: 0;
    left: 0;
    z-index: -1;
}
#business02::before {
    content: '';
    position: absolute;
    background: #c5e1b4;
    width: 100%;
    height: 380px;
    top: 0;
    left: 0;
    z-index: -1;
}
#business03::before {
    content: '';
    position: absolute;
    background: #f8caad;
    width: 100%;
    height: 380px;
    top: 0;
    left: 0;
    z-index: -1;
}
.outer .ttl {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 10px;
}
.outer .sub {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 60px;
}
.inner .txt {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    margin: 0 0 120px;
}
.detail {
    width: 100%;
    border-bottom: solid 1px #000;
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}
.detail.end {
    border-bottom: none;
}
.detail .ttl {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.detail .txt {
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    margin: 0;
}
.detail .txt a {
    color: #00f;
}
.detail .txt a:hover {
    text-decoration: underline;
    transition: 0.5s;
}
