/*

サービス一覧

*/

.servieMain {
    background-image: url(../service/images/servise_hbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
.serviceList {
    margin-left: -30px;
    clear: both;
    margin-bottom: 30px;
}
.serviceList li {
    width: 340px;
    float: left;
    display: inline;
    margin-left: 30px;
    margin-bottom: 30px;
}
.serviceList li img {
    margin-bottom: 10px;
}
.serviceList li a {
    text-decoration: none;
    color: #000;
}
.serviceList li a span.arrow {
    display: block;
    font-size: 114%;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.serviceList li a span.arrow:after {
    content: url(../images/arrow_g.png);
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 10px;
}
.serviceList li span.txt {
    display: block;
    font-size: 85%;
}
@media screen and (max-width: 759px) {

    .serviceList {
        margin-left: 0;
    }
    .serviceList li {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .serviceList li img {
        width: 100%;
        height: auto;
    }

}
/*

サービス共通

*/

.IndexBg {
    background: url(../images/greenbg.gif);
    color: #fff;
    padding: 20px;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}
.IndexBg ul li:before {
    content: url(../images/check.png);
    margin-right: 3px;
    vertical-align: middle;
}
.indexcaption {
    padding-top: 5px;
    display: block;
    text-align: right;
    font-size: 85%;
}
.spTitle {
    display: none;
}
.spImg {
    display: none;
}
@media screen and (max-width: 759px) {
    .IndexBg ul li {
        display: block !important;
    }
    .spTitle, .spImg {
        display: block;
        margin: 0;
        padding: 0;
    }
    .spTitle, .spImg img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}
/*

サービス01

*/
#service01Nav {
    border-bottom: 5px solid #00a33e;
    margin-bottom: 20px;
}
#service01Nav li {
    width: 45%;
    float: left;
    display: inline;
    margin-left: 3%;
}
#service01Nav li a {
    display: block;
    background: #aaa;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
#service01Nav li a:hover {
    background: #00a33e;
}
#service01Nav li.active a {
    background: #00a33e;
}
#service01Nav li a:after {
    content: url(../images/arrow_cir.png);
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    margin-left: 10px;
}
/*リストの幅*/
#service01 .IndexBg ul {
    display: block;
}
#service01 .IndexBg ul li {
    display: inline-block;
    width: 30%;
    padding: 0 1%;
}
/*背景画像*/

#service01 .col01 {
    padding-top: 40px;
    padding-right: 360px;
    margin-bottom: 60px;
    min-height: 237px;
    background: url(../service/service01/images/service01_col1_img_pc.jpg) no-repeat top right;
}
#service01 .col02 {
    padding-top: 40px;
    padding-left: 370px;
    margin-bottom: 60px;
    min-height: 240px;
    background: url(../service/service01/images/service01_col2_img_pc.jpg) no-repeat top right;
}
#service01 .col03 {
    padding-top: 50px;
    padding-left: 350px;
    padding-right: 40px;
    min-height: 287px;
    color: #fff;
    background: url(../service/service01/images/service01_col3_img_pc.jpg) no-repeat top right;
}
/*タイトル色とサイズ*/
#service01 .spTitle {
    font-size: 160%;
    margin-bottom: .5em;
}
#service01 .spTitle .num {
    color: #7ebd36;
    margin-bottom: .5em;
}
@media screen and (max-width: 759px) {
    #service01Nav {
        border-bottom: 0;
        margin-bottom: 20px;
    }
    #service01Nav li {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-bottom: 1em;
    }
    #service01 .col01 {
        padding: 0;
        background: none;
    }
    #service01 .col02 {
        padding: 0;
        background: none;
    }
    #service01 .col03 {
        color: #000;
        padding: 0;
        background: none;
    }

}
/*

サービス02

*/
/*リストの幅*/
#service02 .IndexBg ul {
    display: block;
}
#service02 .IndexBg ul li {
    display: inline-block;
    width: 30%;
    padding: 0 1%;
}
/*背景画像*/

#service02 .col01 {
    padding-top: 40px;
    padding-right: 360px;
    margin-bottom: 60px;
    min-height: 237px;
    background: url(../service/service02/images/service02_col1_img_pc.jpg) no-repeat top right;
}
#service02 .col02 {
    padding-top: 100px;
    padding-left: 370px;
    margin-bottom: 60px;
    min-height: 170px;
    background: url(../service/service02/images/service02_col2_img_pc.jpg) no-repeat top right;
}
#service02 .col03 {
    padding-top: 120px;
    padding-left: 350px;
    padding-right: 40px;
    min-height: 217px;
    color: #fff;
    background: url(../service/service02/images/service02_col3_img_pc.jpg) no-repeat top right;
}
/*タイトル色とサイズ*/
#service02 .spTitle {
    font-size: 160%;
    margin-bottom: .5em;
}
#service02 .spTitle .num {
    color: #7ebd36;
    margin-bottom: .5em;
}
@media screen and (max-width: 759px) {
    #service02 .col01 {
        padding: 0;
        background: none;
    }
    #service02 .col02 {
        padding: 0;
        background: none;
    }
    #service02 .col03 {
        color: #000;
        padding: 0;
        background: none;
    }

}
/*

サービス03

*/
/*リストの幅*/
#service03 .IndexBg ul {
    display: block;
}
#service03 .IndexBg ul li {
    display: inline-block;
    width: 30%;
    padding: 0 1%;
}
/*背景画像*/

#service03 .col01 {
    padding-top: 40px;
    padding-right: 360px;
    margin-bottom: 60px;
    min-height: 237px;
    background: url(../service/service03/images/service03_col1_img_pc.jpg) no-repeat top right;
}
#service03 .col02 {
    padding-top: 100px;
    padding-left: 370px;
    margin-bottom: 60px;
    min-height: 151px;
    background: url(../service/service03/images/service03_col2_img_pc.jpg) no-repeat top right;
}
#service03 .col03 {
    padding-top: 180px;
    padding-left: 370px;
    padding-right: 40px;
    min-height: 157px;
    color: #fff;
    background: url(../service/service03/images/service03_col3_img_pc.jpg) no-repeat top right;
}
/*タイトル色とサイズ*/
#service03 .spTitle {
    font-size: 160%;
    margin-bottom: .5em;
}
#service03 .spTitle .num {
    color: #7ebd36;
    margin-bottom: .5em;
}
@media screen and (max-width: 759px) {
    #service03 .col01 {
        padding: 0;
        background: none;
    }
    #service03 .col02 {
        padding: 0;
        background: none;
    }
    #service03 .col03 {
        color: #000;
        padding: 0;
        background: none;
    }

}
/*

サービス04

*/
/*リストの幅*/
#service04 .IndexBg ul {
    display: block;
}
#service04 .IndexBg ul li {
    display: inline-block;
    width: 30%;
    padding: 0 1%;
}
/*背景画像*/

#service04 .col01 {
    padding-top: 80px;
    padding-left: 360px;
    margin-bottom: 60px;
    margin-top: 20px;
    min-height: 160px;
    background: url(../service/service04/images/service04_col1_img_pc.jpg) no-repeat top right;
}
#service04 .col02 {
    padding-top: 90px;
    padding-right: 370px;
    margin-bottom: 60px;
    min-height: 148px;
    background: url(../service/service04/images/service04_col2_img_pc.jpg) no-repeat top right;
}
/*タイトル色とサイズ*/
#service04 .spTitle {
    font-size: 160%;
    margin-bottom: .5em;
}
#service04 .spTitle .num {
    color: #7ebd36;
    margin-bottom: .5em;
}
@media screen and (max-width: 759px) {
    #service04 .col01 {
        padding: 0;
        background: none;
    }
    #service04 .col02 {
        padding: 0;
        background: none;
    }

}
/*

サービス05

*/
/*リストの幅*/
#service05 .IndexBg ul {
    display: block;
}
#service05 .IndexBg ul li {
    display: inline-block;
    width: 30%;
    padding: 0 1%;
}
/*背景画像*/

#service05 .col01 {
    padding-top: 40px;
    padding-right: 360px;
    margin-bottom: 40px;
    margin-top: 20px;
    min-height: 236px;
    background: url(../service/service05/images/service05_col1_img_pc.jpg) no-repeat top right;
}
#service05 .col02 {
    padding-top: 40px;
    padding-left: 370px;
    margin-bottom: 60px;
    min-height: 280px;
    background: url(../service/service05/images/service05_col2_img_pc.jpg) no-repeat top right;
}
/*タイトル色とサイズ*/
#service05 .spTitle {
    font-size: 160%;
    margin-bottom: .5em;
}
#service05 .spTitle .num {
    color: #7ebd36;
    margin-bottom: .5em;
}
@media screen and (max-width: 759px) {
    #service05 .col01 {
        padding: 0;
        background: none;
    }
    #service05 .col02 {
        padding: 0;
        background: none;
    }

}
/*

サービス06

*/
/*リストの幅*/
#service06 .IndexBg ul {
    display: block;
}
#service06 .IndexBg ul li {
    display: block;
    text-indent: -1.2em;
    margin-left: 1.2em;
}
/*背景画像*/

#service06 .col01 {

    margin-bottom: 60px;

}
#service06 .col01 .ex {
    font-size: 14px;
    font-weight: bold;

}
#service06 .col02 {
    margin-bottom: 60px;
}
#service06 .col04 .step .title {
    font-size: 14px;
    margin-bottom: 10px;
}
#service06 .col04 .step .title span {
    color: #00a33e;
    font-size: 16px;
    margin-right: 10px;
    font-weight: bold;
}
#service06 .col04 .step .block {
    overflow: hidden;
    margin-bottom: 50px;
}
#service06 .col04 .step .block .step01 {
    float: left;
    max-width: 340px;
    position: relative;
}
#service06 .col04 .step .block .step01:before {
    content: url(../service/service06/images/sarrow.png);
    position: absolute;
    top: 125px;
    right: -40px;
}
#service06 .col04 .step .block .step01 p {
    margin-top: 100px;
}
#service06 .col04 .step .block .step01 .green {
    color: #00a33e !important;
}
#service06 .col04 .step .block .step02 {
    float: right;
    max-width: 340px;

}
#service06 .col04 .step .block .step02 p {
    margin-top: 10px;
    text-align: center;
}
#service06 .col04 .step .block .step03 {
    overflow: hidden;
    margin-bottom: 30px;
}
#service06 .col04 .step .block .step03 .left:before {
    content: url(../service/service06/images/sarrow.png);
    position: absolute;
    top: 93px;
    right: -40px;
}
#service06 .col04 .step .block .step03 .left {
    float: left;
    max-width: 340px;
    position: relative;

}
#service06 .col04 .step .block .step03 .right {
    float: right;
    max-width: 340px;

}
#service06 .col04 .step .block .step040506 {
    overflow: hidden;
}
#service06 .col04 .step .block .step040506 .left {
    float: left;
}
#service06 .col04 .step .block .step040506 .left img {
}
#service06 .col04 .step .block .step040506 .right {
    float: right;
}
#service06 .col04 .step .block .step08 {
    overflow: hidden;
}
#service06 .col04 .step .block .step08 .left {
    float: left;
}
#service06 .col04 .step .block .step08 .right {
    float: right;
}
#service06 .col04 .step .block .step08 .right img {
    margin-bottom: 10px;
}
#service06 .col04 .step .block .step08 .right p {
    margin-bottom: 20px;
    text-align: center;
}
/*タイトル色とサイズ*/
#service06 .spTitle {
    font-size: 160%;
    margin-bottom: .5em;
}
#service06 .spTitle .num {
    color: #7ebd36;
    margin-bottom: .5em;
}
@media screen and (max-width: 759px) {
    #service06 .col01 {
        padding: 0;
        background: none;
    }
    #service06 .col02 {
        padding: 0;
        background: none;
    }
    #service06 .col04 .step .title  {
        text-align: left;

    }
    #service06 .col04 .step .title span {
    }
    #service06 .col04 .step .block {

    }
    #service06 .col04 .step .block .step01,
    #service06 .col04 .step .block .step02,
    #service06 .col04 .step .block .step03 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
    }
    #service06 .col04 .step .block .left,
    #service06 .col04 .step .block .right {
        width: 100%;
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
        float: none !important;
    }
    #service06 .col04 .step .block .step01 p {
        margin-top: 10px;
        text-align: left;
    }
    #service06 .col04 .step .block .step01:before {
        display: none;
    }
    #service06 .col04 .step .block .step02 {
        text-align: center;
    }
    #service06 .col04 .step .block .step02 .title {
        text-align: left;
    }
    #service06 .col04 .step .block .step03 .left:before {
        display: none;
    }
}
/*
サービス07
*/
/*リストの幅*/
#service07 .IndexBg ul {
    display: block;
}
#service07 .IndexBg ul li {
    background: url(../images/check.png) no-repeat 0 2px;
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
}
#service07 .IndexBg ul li:last-child {
    border: 0;
    margin-bottom: 0;
}
#service07 .IndexBg ul li:before {
    display: none;
}
#service07 .IndexBgW {
    padding: 20px;
    border: 5px solid #eee;
    margin-bottom: 30px;
}
#service07 .IndexBgW ul li {
    background: url(../images/check_color.png) no-repeat 0 2px;
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666;
}
#service07 .IndexBgW ul li:last-child {
    border: 0;
    margin-bottom: 0;
}
#service07 .IndexBgW ul li:before {
    display: none;
}
#service07 .option {
    padding-top: 30px;
}
#service07 .option dl dt {
    background: url(../service/service07/images/list_gr.gif) no-repeat 0 4px;
    padding-left: 24px;
    margin-bottom: 5px;
    font-size: 121%;
    font-weight: bold;
}
/*背景画像*/

#service07 .col01 {
    padding-top: 80px;
    padding-left: 370px;
    margin-bottom: 60px;
    margin-top: 20px;
    min-height: 170px;
    background: url(../service/service07/images/service07_col1_img_pc.jpg) no-repeat top right;
}
/*タイトル色とサイズ*/
#service07 .spTitle {
    font-size: 160%;
    margin-bottom: .5em;
}
#service07 .spTitle .num {
    color: #7ebd36;
    margin-bottom: .5em;
}
@media screen and (max-width: 759px) {
    #service07 .col01 {
        padding: 0;
        background: none;
    }

}
/*

サービス08

*/

.pointH {
    border: 3px solid #00a33e;
    clear: both;
    margin-bottom: 20px;
}
.pointH dt {
    font-size: 18px;
    font-weight: bold;
    float: left;
    background: #00a33e;
    color: #fff;
}
.pointH dt span {
    display: block;
    padding: 10px;
}
.pointH dd {
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.pointH dd span {
    display: block;
    padding: 10px;
}
#service08 .colL {
    float: left;
    width: 350px;
}
#service08 .colR {
    float: right;
    width: 350px;
}
.s8cont {
    border: 3px solid #ccc;
}
.s8cont dt {
    font-weight: bold;
    font-size: 121%;
    padding: 20px 20px 20px 55px;
    background: url(../service/service08/images/list_gr.gif) no-repeat 25px 24px;
}
.s8cont dd {
    padding: 0 20px 20px;
}
.s8cont dd ul li {
    font-size: 85%;
    float: left;
    width: 48%;
    display: inline;
}
.s8cont p {
    font-size: 92%;
}
.catchTitle {
    font-size: 18px;
    padding: 5px 5px 5px 25px;
    font-weight: bold;
    background: url(../service/service08/images/list_gr.gif) no-repeat 0 10px;
}
#clickable01 {
    clear: both;
    width: 710px;
    height: 410px;
    margin-bottom: 5px;
    background: url(../service/service08/images/service08_clickable01.gif) no-repeat 0 10px;
    position: relative;
}
.triger {
    cursor: pointer;
}
.c01 {
    position: absolute;
    width: 150px;
    height: 45px;
    left: 275px;
    top: 30px;
}
.c02 {
    position: absolute;
    width: 150px;
    height: 45px;
    left: 276px;
    top: 107px;
}
.c03 {
    position: absolute;
    width: 150px;
    height: 45px;
    left: 468px;
    top: 101px;
}
.c04 {
    position: absolute;
    width: 150px;
    height: 45px;
    left: 472px;
    top: 187px;
}
.c05 {
    position: absolute;
    width: 150px;
    height: 45px;
    left: 465px;
    top: 269px;
}
.c06 {
    position: absolute;
    width: 150px;
    height: 45px;
    left: 282px;
    top: 334px;
}
.c07 {
    position: absolute;
    width: 150px;
    height: 45px;
    left: 103px;
    top: 271px;
}
#clickable01 .window01 {
    display: none;
    padding-top: 50px;
    padding-left: 150px;
    padding-right: 150px;
    margin: 0 auto;
}
#clickable01 .window01 .col {
    border: 5px solid #00a33e;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
}
#clickable01 .window01 .col:after {
    content: url(../service/service08/images/close.png);
    position: absolute;
    top: -20px;
    right: -20px;
}
#clickable01 .window01 .col dl {
    padding: 30px 50px 30px;
}
#clickable01 .window01 .col dl dt {
    color: #00a33e;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 3px solid #00a33e;
}
#clickable01 .window01 .col dl dd {
}
#clickable02 {
    clear: both;
    width: 710px;
    height: 450px;
    margin-bottom: 5px;
    background: url(../service/service08/images/service08_clickable02.gif) no-repeat 0 10px;
    position: relative;
}
.c21 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 146px;
    top: 48px;
}
.c22 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 192px;
    top: 39px;
}
.c23 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 243px;
    top: 41px;
}
.c24 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 304px;
    top: 120px;
}
.c25 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 397px;
    top: 137px;
}
.c26 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 313px;
    top: 248px;
}
.c27 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 449px;
    top: 329px;
}
.c28 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 502px;
    top: 375px;
}
#clickable02 .window02 {
    display: none;
    padding-top: 70px;
    padding-left: 150px;
    padding-right: 150px;
    margin: 0 auto;
}
#clickable02 .window02 .col {
    border: 5px solid #00a33e;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
}
#clickable02 .window02 .col:after {
    content: url(../service/service08/images/close.png);
    position: absolute;
    top: -20px;
    right: -20px;
}
#clickable02 .window02 .col dl {
    padding: 30px 50px 30px;
}
#clickable02 .window02 .col dl dt {
    color: #00a33e;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 3px solid #00a33e;
}
#clickable02 .window02 .col dl dd {
}
@media screen and (max-width: 759px) {
    .pointH dt {
        width: 100%;
        float: none;
    }
    .pointH dt {
        width: 100%;
        float: none;
    }
    #service08 .colL {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    #service08 .colR {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    #clickable01 {
        clear: both;
        width: 100%;
        height: auto;
        background: none;
    }
    #clickable01 .window01 .col {
        border: 0;
    }
    #clickable01 .window01 .col:after {
        display: none;
    }
    .clickable01aside {
        display: none;
    }
    .triger {
        display: none;
        cursor: pointer;
    }
    #clickable01 .window01 {
        display: block;
        padding: 0;
        padding-top: 30px;
    }
    #clickable01 .window01 .col dl {
        padding: 30px 10px 30px;
    }
    #clickable02 {
        clear: both;
        width: 100%;
        height: auto;
        background: none;
    }
    #clickable02 .window02 .col {
        border: 0;
    }
    #clickable02 .window02 .col:after {
        display: none;
    }
    .clickable02aside {
        display: none;
    }
    #clickable02 .window02 {
        display: block;
        padding: 0;
        padding-top: 30px;
    }
    #clickable02 .window02 .col dl {
        padding: 30px 10px 30px;
    }

}
/*

サービス09

*/

#service09 dl {
    border: 3px solid #00a33e;
    margin-bottom: 20px;
}
#service09 dl dt {
    font-size: 140%;
    font-weight: bold;
    padding: 30px 20px 10px 75px;
    min-height: 48px;
    background: url(../service/service09/images/q.gif) no-repeat 20px 20px;
    border-bottom: 1px dotted #00a33e;
}
#service09 dl dd {
    padding: 20px;
    padding: 20px 20px 20px 75px;
    min-height: 48px;
    background: url(../service/service09/images/a.gif) no-repeat 20px 20px;
}
