@charset "UTF-8";
/*	POSTS & CONTENT STYLES
------------------------- */


/* --  common
------------------- */

.page-content {
    letter-spacing: 0.15em;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    clear: both;
}

.page-content h1 {}

.page-content h2 {}

.page-content h3 {}

.page-content h4 {}

.page-content h5 {
    font-weight: bold;
    color: #635680;
    margin-bottom: 25px;
}

.page-content h6 {}

.page-content p {
    font-size: 15px;
}

.page-content ol {
	list-style-type: decimal;
    margin-left: 1.5em;
}

.page-content em {
    font-style: italic;
}

.page-content img {
    width: 100%;
    margin-bottom: 15px;
}

.page-content img.w_auto {
    width: auto;
}

.page-content table {
    margin-bottom: 50px;
}

.page-content table th,
.page-content table td {}

.page-content table th {}

.page-content table td {}

.page-content table td i {}

.page-content iframe {
    width: 100%;
    max-width: 100%;
}

.page-content .alignleft {
	display: inline;
	float: left;
}

.page-content .aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.page-content .alignright {
	display: inline;
	float: right;
}

.page-content img.alignright {
    width: auto;
    margin-left: 20px;
}

article.post {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #eee;
}

.page-content .borderBox {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #000;
}

.page-content .borderBox.firstBox {
    margin-top: 20px;
    padding-top: 20px;
    border-top: dotted 1px #000;
}

.page-content .borderBox h3 {
    margin-bottom: 15px;
    padding-left: 0;
    border-left: none;
}

.page-content .borderBox h4 {
    color: #abcd03;
}

.page-content .borderBox p {
    margin-bottom: 0;
}


/* --  stepbox
------------------- */

.flowBoxCover {}

.flowBox {
    position: relative;
    margin-bottom: 56px;
}

.flowBox::after {
    content: "";
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #53868e transparent transparent transparent;
}

.flow_title {
    position: relative;
    vertical-align: middle;
    padding: 40px 30px;
    color: #fff;
    background: #53868e;
}

.flow_title .step {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}

.flow_title h5 {
    display: inline-block;
    margin: 0;
    color: #fff;
}

.flow_text {
    padding: 20px 25px;
    vertical-align: middle;
    border: solid 1px #53868e;
}

.flow_text p {
    margin: 0;
    font-size: 13px !important;
}

.flowBoxCover .flowBox:last-child .flow_title::after,
.flowBoxCover .flowBox:last-child::after {
    content: none;
}

.flowBoxCover .step3:nth-child(1) .flow_title {background-color: #98b6bb;}
.flowBoxCover .step3:nth-child(1)::after,
.flowBoxCover .step3:nth-child(1) .flow_title::after,
.flowBoxCover .step3:nth-child(1) .flow_text {border-top-color: #98b6bb;}

.flowBoxCover .step3:nth-child(2) .flow_title {background-color: #759ea5;}
.flowBoxCover .step3:nth-child(2)::after,
.flowBoxCover .step3:nth-child(2) .flow_title::after,
.flowBoxCover .step3:nth-child(2) .flow_text {border-top-color: #759ea5;}

.flowBoxCover .step3:nth-child(3) .flow_title {background-color: #53868e;}
.flowBoxCover .step3:nth-child(3)::after,
.flowBoxCover .step3:nth-child(3) .flow_title::after,
.flowBoxCover .step3:nth-child(3) .flow_text {border-top-color: #53868e}



/* --  page-about
------------------- */

p.license {
    margin-bottom: 60px;
}

p.license span {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 10px;
}


/* --  page-business
------------------- */

.page-content .b_serviceCover {
    margin-top: 100px;
    margin-bottom: 135px;
}

.page-content #b_service .b_serviceCover:last-child {
    margin-bottom: 0;
}

.page-content .b_serviceBox {
    position: relative;
    padding: 100px 15px 40px;
    border: solid 1px #53868e;
}

.page-content .b_serviceBoxInner {
    position: relative;
}

.page-content .b_serviceBox .serviceNumber {
    top: -45px;
    left: 65px;
    bottom: auto;
    right: auto;
}

.page-content .b_serviceBox .serviceNumber img {
    max-width: 90px;
}

.page-content .b_serviceBox img {
    margin-bottom: 0;
}

.page-content .b_service_img {
    margin-top: -145px;
}

.page-content .b_service_img img {}

.page-content .b_service_text {}

.page-content .b_service_text h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #53868e
}

.page-content .b_service_text p {}

.page-content .b_service_text .priceBox {
    padding: 10px;
    margin-bottom: 30px;
    background-color: #e6eff1;
}

.page-content .b_service_text .priceBox p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
}

.page-content .b_service_text .priceBox span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.page-content .b_serviceMore {
    text-align: center;
}




/* --  pager
------------------- */

div#pager {
	text-align: center;
    font-size: 15px;
}

div#pager span {
	color: #aaaaaa;
}

div#pager a {}

div.backlink {
    float: left;
    margin-bottom: 15px;
}
div.nextlink {
	float: right;
}



/* --  contantform
------------------- */

p.note {
    padding: 15px;
    font-size: 13px;
}

p.note a {
    color: #53868e;
    text-decoration: underline;
}

div.contactForm {
    padding: 30px;
    background: #f7f7f7;
}

div.contactForm p {
    margin-bottom: 0;
}

div.contactForm .required {

}

div.contactForm input,
div.contactForm button,
div.contactForm select,
div.contactForm textarea {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px 10px;
    border: solid 1px #cccccc;
}

div.contactForm div.formItem {
    margin-bottom: 15px;
}

div.contactForm div.formItem label {
    font-weight: normal;
    width: 100%;
}

div.contactForm div.formItem span.required {
    color: #C62828;
    font-size: 10px;
    font-weight: normal;
    padding-left: 8px;
    vertical-align: top;
}

div.contactForm div.formItem.item_submit {
    text-align: center;
}

div.contactForm div.formItem.item_submit input {
    display: inline-block;
    padding: 15px 0;
    max-width: 320px;
    font-size: 15px;
    letter-spacing: 0.5em;
    border: none;
    color: #fff;
    background: #518993;
}

.example_box {
    padding: 15px 0px;
    background: #f7f7f7;
}

.example_box .before,
.example_box .after {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.example_box .before {
    color: #53868e;
}
.example_box .after {
    color: #c01a21;
}


@media screen and (min-width: 600px) {

    .page-content .b_serviceBox {padding: 100px 40px 75px;}
    .page-content .b_service_text h3 {margin-bottom: 35px;font-size: 20px;}
    .page-content .b_service_text .priceBox {padding: 25px 15px;margin-bottom: 50px;}
    .page-content .b_service_text .priceBox p {font-size: 24px;}
    .page-content .b_service_text .priceBox span {font-size: 15px;}

}


@media screen and (min-width: 768px) {}


@media screen and (min-width: 992px) {

    .page-content h1 {font-size: 24px;}
    .page-content h2 {font-size: 30px;}
    .page-content h3 {font-size: 24px;}
    .page-content h4 {font-size: 20px;}
    .page-content h5 {font-size: 17px;}
    .page-content h6 {font-size: 14px;}
    
    .page-content table.table-xs-1column th,
    .page-content table.table-xs-1column td {
        display: table-cell;
    }
        
    .page-content table.table-xs-1column th {
        text-align: left;
        font-weight: normal;
        background: none;
    }
    
    .page-content .borderBox {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: dotted 1px #000;
    }
        
    .page-content .borderBox.firstBox {
        margin-top: 40px;
        padding-top: 40px;
        border-top: dotted 1px #000;
    }


    /* --  stepbox
    ------------------- */

    .flowBox::after {
        content: none;
    }

    .flow_title {
        display: table-cell;
        position: relative;
        width: 33.333%;
    }

    .flow_text {
        display: table-cell;
        width: 66.666%;
    }

    .flow_title::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-style: solid;
        border-width: 18px 20px 0 20px;
        border-color: #53868e transparent transparent transparent;
    }



    /* --  page-business
    ------------------- */

    .page-content .b_serviceCover {
        margin-top: 0px;
    }

    .page-content .b_serviceMore {
        position: absolute;
        bottom: 0;
        right: 0;
    }



    /* --  example_box
    ------------------- */

    .example_box {
        padding: 30px 15px;
    }

    .example_box .before,
    .example_box .after {
        font-size: 16px;
    }


}


@media screen and (min-width: 1200px) {

    .page-content .b_serviceBox {padding: 100px 65px 75px;}
    .page-content .b_service_text .priceBox {padding: 25px 40px;}

}


