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


* {
	margin: 0;
	padding: 0;
}
h1,h2,h2,strong,em,address {
	font-style: normal;
	font-weight: normal;
	font-size:20px;
    color: #ffffff;
}

html{
}

img {
	border: 0;
	vertical-align: bottom;
}

img.shadow{
    margin: 10px 0 10px 35px;
    box-shadow: 0px 0px 6px 1px #cccccc;
    -moz-box-shadow: 0px 0px 6px 1px #cccccc;
    -webkit-box-shadow: 0px 0px 6px 1px #cccccc;
    border-radius: 7px;
}
a {
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #b5b5b5;
}
a:active {
	color: #000;
}

body {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Lato","Helvetica Neue","Helvetica","Roboto","Noto Sans Japanese","hiragino kaku gothic pro","Meiryo",sans-serif !important;
	font-size: 14px;
	color: #666666;
	background: #ffffff;
    /*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(185,185,185,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(185,185,185,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(185,185,185,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(185,185,185,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(185,185,185,1) 100%);
    background: linear-gradient(to bottom, rgba(0,5,25,1) 0%, rgba(255,255,255,1) 40%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9b9b9', GradientType=0 );
}

p {
	padding: 0px 5px;
	/*font-weight: bold;*/
	line-height: 1.4;
}

.floatL, .float_l {
	float: left;
}
.floatR, .float_r{
    float: right;
}

a:hover {
	opacity: 0.75;
	filter:alpha(opcity=75);
/*	opacity: 0.85;
filter:alpha(opcity=85);*/
}


.center, .text-center {
	text-align: center;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left!important;
}

.text-red{
    color: #1b436f;
    background: #fff100;
    font-weight: bold;
}

.text-seven{
    color: #c8161d;
}
.text-maido{
    color: #00A0E9;
}
.text-normal{
    font-weight: normal;
}

.normal_box{
    display: block;

}


.strong, strong, b{
    font-weight: bold;
}
.text-information{
    background-color: #333333;
    border-radius: 5px;
    box-shadow: 0 1px 6px #666666;
    padding: 10px !important;
    margin: 7px 27px 20px 15px;
    font-weight: bold;
}
.text_12px{
    font-size: 12px;
}
.text_12em{
    font-size: 1.2em;
}
.text_20em{
    font-size: 2em;
}


small {
	font-size: 75%;
	font-weight: normal;
}

.block{
    display: block;
}
/*
mark{
    background-color: #ffffff!important;
}
*/


/* Layout ---------------------------------------------*/

#wrap {
	width: 970px;
	margin:0px auto 45px;
}


.width_60{
    width: 60%;
    float: left;
    display: block;
}

.width_40{
    width: 40%;
    float: left;
    display: block;
}

.width_50_nofloat{
    width: 50%;
}

.table{
    display: table;
    margin-top: 15px;
}
.table_row{
    display: table-row;
}
.table_cell{
    display: table-cell;
}
/* header ---------------------------------------------*/

#header {
	padding: 20px 0px 0px;
    text-align: center;
}
#header img{
    vertical-align: middle;
}
#header h1{
    font-size: 5em;
    padding-bottom: 20px;
}
#header h1 mark{
    color: #ffffff;
    font-weight: bold;
    background-color: #007cb6;
    padding: 25px 45px;
    border-radius: 7px;
    line-height: 3em;
    box-shadow: 0 1px 7px #fff;;
    text-shadow: #122243 0px 4px 26px;
}

.description {
	margin: 0px 0px 0px 15px;
	padding-left: 45px;
	font-size: 120%;
}


/* #main ---------------------------------------------*/

#main {
	overflow: hidden;
}

#top {
	margin: 0px auto 0 auto;
    text-align: center;
    width: 800px;
/*    border-radius: 15px;
box-shadow: 0 0 1px #666;*/
}
#top h2 {
    display: block;
    float: left;
}
#top h2 span{
    border: 3px solid #004487;
    border-radius: 70px;
    margin: 3px;
    padding: 5px 18px 0px 18px;
    background-color: #004487;
    display: inline-block;
    color: #ffffff;
    font-size: 3em;
    font-weight: bold;
}
#top p{
    font-size: 1.5em;
    display: block;
    text-align: left;
    font-weight: bold;
    line-height: 1.5em;
}
#top p span{
    /*font-size: 1.5em;*/
    color: #E60012;
}



/*************/
/*3ボタン
****************************************************/
.repeat {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 1px 5px #666 inset;
    margin: 0 auto 15px auto;
    padding: 0;
}
.repeat_2, .repeat_3{
    width: 100%;
    overflow: hidden;
}
.repeat_2{
    padding: 0 6px;
    /* border-bottom: #e6e6e6 1px solid;*/
}
.repeat_3{
 padding: 36px 6px 0 6px;
}
.repeat .btn_try_2, .repeat .btn_try_3 {
    float: left;
}

.repeat .btn_try_2 a {
    width: 450px;
}
.repeat .btn_try_1 a{
    width: 929px;
}
.repeat .btn_try_1 a, .repeat .btn_try_2 a{
    font-size: 2.5em;
    margin:  0 14px;
    padding:10px 0 5px 0;
    background: #007cb6;
}

.repeat .btn_try_2 a.btn_pos{
    background: #f4a119;
}

.repeat .btn_try_2 a.btn_self{
    background: #629133;
}

.repeat .btn_try_2 p {
    width: 450px;
    font-size: 2em;
    font-weight: bold;
    margin:  0  0 0 25px;
    padding:10px 0 5px 0;
}
.repeat .btn_try_2 p small{
    font-weight: normal;
    font-size: 0.8em;
}
.repeat .btn_try_3 a {
    /*    width: 309px;*/
    font-size: 1.9em;
    margin:  0 4px ;
    padding: 10px 30px 5px 31px;
    background: #00A0E9;
}


.repeat .btn_try_1 a, .repeat .btn_try_2 a, .repeat .btn_try_3 a {
	display: block;
    /*    color: #D80000;*/
    color: #ffffff;
    font-weight: bold;
    /*border:solid 1px #dedede;*/
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 1px 6px #666;
    margin-bottom: 4px;
}



.repeat .btn_try_2 a:hover, .repeat .btn_try_3 a:hover, .btn_inquiry a:hover{
}

.to_detail a{
}

.to_estimate a{
}

.to_direct a{
}

.to_signup a {
}

.to_document a{
}






#content {

}


.content-box {

}


.content-box .content_point{

    /*	border: solid 6px #dddddd;*/
    margin: 15px;

    background-color: #ffffff;
}

.content_point small{
    font-size: 0.6em;
}





#content p {
	padding: 0 50px 20px;
	font-size: 18px;
}
#content #point_lead p.lead, #content #point_lead p.mark{
    display: block;
    float: left;
}
#content p.lead {
    padding:20px;
    font-size: 23px;
    color: #224B6D;
    font-weight: normal;
}
#content p.lead img{
    width: initial;
    vertical-align: top;
}
#content p.lead span{
    color: #E60012;
    font-weight: bold;
    font-size: 1.2em;
}
#content #point_lead p.mark{
    font-size: 23px;
    text-align: center;
    background-color: #FFF000;
    color: #000000;
    border-radius: 50%;
    padding: 3px 30px 0 30px;
    margin: 15px auto;
}
#content #point_lead p.mark span{
    color: #E60012;
    font-size: 1.3em;
}
#content p.small {
	font-size: 12px;
}




/* #footer ---------------------------------------------*/

#footer {
	width:100%;
	height: 150px;
	background: #666666;
}

#footer_in{
	width:970px;
	margin:0px auto;
	padding: 25px 0px 0px;
	text-align:center;
}

#copyright {
	padding-top: 15px;
	clear: both;
	text-align:center;
    color: #fff;
}


/* other ---------------------------------------------*/


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    display: block;
}

a:focus {
	outline: none;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 110%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 45px 0 15px;
	text-align: center;
	display: block;
	border-radius: 10px;
	background: url("../images/arrow_up.png") center 15px no-repeat #777;;
}
#page-top a:hover {
	text-decoration: none;
}




/*カテゴリ大見出し*/
h2.category {
    padding: .5em 1em;
    margin: 1.5em 0 1em 0;
    border: 1px solid #ccc;
    border-top: 5px solid #6fba2c;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    color: #000000;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
}
h2.category img{
    margin-bottom: 20px;
}




/*吹き出し*/

.balloon_box{
    display: block;
    padding: 0px 2%;
    /*    width: 20%;*/
    float: left;
}


h3.balloon{
    /*    margin: 0 auto;*/
    background-color: #EA5504;
    color: #fff;
    /*    font-size: 28px;*/
    line-height: 1.6;
    margin: -8px 11px 9px -21px;
    padding: 14px 8px;
    font-size: 1.4em;
    border-radius: 4px;
    transform: rotate(-6deg);
    box-shadow: #666 0px 1px 4px;
}

h3.balloon b{
    font-size: 2.2em;
    display: block;
    margin: -18px 0px -12px 28px;
}








/**********************************************/
/**********************************************/
/*7ATM*/
/**********************************************/
/**********************************************/
.bg_glay {
    background: #898989;
    color: #ffffff;
    padding: 3px 5px;
}
.bg_red{
    background: #E60012;
    color: #ffffff!important;
    padding: 5px 7px;
    border-radius: 7px
}
.text_auorange{
    color: #f60!important;
}
.text_aublue{
    color: #336!important;
}

.text_green{
    color: #c8161d!important;
}



/*こんなお店にオススメ！*/

#problem div.problem{
    margin: 0 auto;
    /*    background-image: url(../images/woman.png);*/
    background-repeat: no-repeat;
    width: 940px;
    /*    height: 551px;*/
}
#problem div.problem p{
    color: #c8161d;
    font-size: 21px;
    display: block;
    float: left;
}
#problem div.problem p.lead{
    color: #ffffff;
    width: 905px;
    font-weight: bold;
    font-size: 3em;
    padding: 21px 0 0 43px;
    text-align: center;
    text-shadow: 0 5px 5px #333333;
}
#problem div.problem p span{
    font-weight: bold;
    font-size: 2em;
    color: #c8161d;
}
#problem div.problem p.problem001 {
    padding: 63px 0 0 105px;
}
#problem div.problem p.problem002{
    padding:62px 0 0 347px;
}
#problem div.problem p.problem003{
    padding: 121px 0 0 99px;
}
#problem div.problem p.problem004{
    padding:98px 0 0 349px;
}


#problem div.problem_7atm p{
    font-weight: bold;
    font-size: 2.9em;
    /*text-align: center;*/
}
/*#problem div.problem_7atm p:first-child{
    background-color: #E60012;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    transform: rotate(-8deg);
    width: 150px;
    padding: 0px 0px 7px 39px;
    text-align: left;
    margin: -50px 0 -3px 126px;
    line-height: 1;
    }*/
    #problem div.problem_7atm p span{
        color: #c8161d;
        padding-bottom: 18px;
    }
    #problem div.problem_7atm p mark{
        background-color: #E60012;
        border-radius: 7px;
        color: #ffffff;
        padding: 3px 7px;
    }
    #problem div.problem_7atm p small{
        font-size: 12px;
    }

    #problem div.problem_7atm #atm{
        margin-top: -50px;
        margin-left: 15px;
        margin-bottom: 25px;
    }

    /*お金の管理もカンタン安心！*/

    /*lead*/
    #point div.content_point p.mark{
        font-size: 3em;
        color: #00A0E9;
        text-align: center;
    }
    #point div.content_point p.mark img{
        vertical-align: text-bottom;
    }


    #point_step_lead {
        padding: 20px 0px 0px;
        text-align: center;
    }
    #point_step_lead img{
        vertical-align: bottom;
    }
    #point_step_lead h1{
        font-size: 3em;
        font-weight: bold;
        background-color: #6FBA2C;
    }
    #point_step_lead h1 span{
        color: #fff;
    }


    #info h1{
        font-size: 2em;
        font-weight: bold;
        background-color: #6FBA2C;
    }
    #info h1 span{
        color: #fff;
    }


    #info h2{
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        color: #6FBA2C;
    }
    #info h2 span{
        color: #EA5504;
        font-size: 1.5em;
    }


    #camp h1{
        font-size: 2em;
        font-weight: bold;
        background-color: #EA5504;
    }
    #camp h1 span{
        color: #fff;
    }

    /*本文*/
    #point div.point_step{
        height: 265px;
        background-color: #efefef;
        margin: 9px 15px;
        border-radius: 8px;
    }
    #point div.point_step img{
        float: right;
        width: 27%;
        margin:  4px 8px;
    }
    #point div.point_step img.inline_img{
        float: none;
        width: initial;
        vertical-align: middle;
        margin: 0 2px 7px 2px;
    }
    #point div.point_step p{
        /*color: #ea5504;*/
        /*font-size: 1.7em;*/
        display: block;
        padding: 10px 6px;
        /*line-height: 0.95em;*/
    }

    #point div.point_step p mark{
        color: #ffffff;
        background-color: #00A0E9;
        padding: 3px 8px;
        border-radius: 13px;
        line-height: 1.35em;
    }

    #point div.point_step p small{
        /*color: #1b436f;*/

    }

    #point div.point_step p span{
        color: #1B436F;
        line-height: 1.4em;
        display: block;
        font-size: 25px;
    }
    #point div.point_step p span b{
        color: #6fba2c;
        /* line-height: 1.25em; */
        /* font-size: 1.3em; */
        margin: 0 1px;
    }

    #point div.point_step p span b.bg_green{
        color: #fff;
        background-color: #6fba2c;
        line-height: 1.1em;
        font-size: 1.2em;
        padding: 3px 7px 1px 7px;
        border-radius: 3px;
        margin: 0 5px;
    }

    #point div.point_step p span b.text-green{
        color: #c8161d;
        font-weight: bold;
        font-size: 1.2em;
    }
    #point div.point_step div#bg_orange_group{
        display: table;
    }
    #point div.point_step div#bg_orange_group div.bg_orange{
        color: #fff;
        background-color: #EA5504;
        padding: 2px 5px;
        margin: -5px 0px 2px 12px;
        display: inline-block;
        height: 31px;
        width: 64px;
        border-radius: 3px;
        font-weight: bold;
        font-size: 0.75em;
        text-align: center;
        vertical-align: bottom;
    }
    .sankaku_orange{
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-width:25px 30px 0 30px;
        border-color: #f29538 transparent transparent transparent;
    }

    .repeat_3_7atm {
        width: 100%;
    }

    .repeat_3_7atm .btn_try_3{
        background-color: #c8161d;
        width: 32%;
        height: 20px;
        border-top: 25px solid #c8161d;
        border-right: 0px solid #c8161d;
        border-bottom: 25px solid #c8161d;
        border-left: 0px solid #c8161d;
        border-radius: 50%;
        color: #ffffff;
        margin-right: 5px;
        float: right;
    }
    .repeat_3_7atm .btn_try_3 p{
        padding: 0px 50px 20px 50px !important;
        text-align: center;
        line-height: 0.9;
        font-size: 2em!important;
    }

    #small_info{
        width: 100%;
        margin-top: -27px;
        padding-left: 218px;
    }



    /*マンパワー頼みの毎日とサヨナラ*/
    #smart_op{
        margin-bottom: 50px;
    }
    .repeat_3_7atm>.width_60>p:first-child{
        background-color: #E60012;
        font-size: 40px!important;
        border-radius: 50px;
        color: #ffffff;
        display: block;
        width: 260px;
        text-align: left;
        margin: -44px 0 -3px 16px;
        line-height: 1;
        padding: 6px 0 5px 26px!important;
    }
    .repeat_3_7atm>.width_60>p:nth-child(2){
        padding: 30px 0px 0px!important;
        font-size: 35px!important;
    }
    .repeat_3_7atm>.width_60>p:nth-child(2) img{
        vertical-align: middle;
        margin: 0 5px 8px 5px;
        width: 45px;
    }

    .repeat_3_7atm .width_60 div.btn_try_3{
        border:none!important;
        height: 175px;
    }
    .repeat_3_7atm .width_60 div.btn_try_3 p{
        padding: 38px 0!important;
        line-height: 1.2em;
        font-size: 40px!important;
    }
    .repeat_3_7atm .width_60 div.btn_try_3_003{
        background-color: #6CB741;
    }
    .repeat_3_7atm .width_60 div.btn_try_3_002{
        background-color: #E18817;
    }
    .repeat_3_7atm .width_60 div.btn_try_3_001{
        background-color: #004487;
    }
    #smart_op .width_40 p.lead{
        color: #004487;
        font-size: 3em;
        line-height: 1.2em;
        margin-top: 33px;
        padding: 39px 0px;
        font-weight: bold;
        background-image: url(../images/bakuhatsu.png);
        background-repeat: no-repeat;
        text-shadow: 1px 1px #fff,-1px -1px #fff,-1px 1px #fff,1px -1px #fff;
    }
    #smart_op .width_40 p.lead span{
        color: #E60012;
        font-size: 1.5em;
        line-height: 1.2em;
        margin-left: 47px;
    }


    /*お問合せ*/
    #bottom {
        padding:15px 0 20px;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0px 1px 5px  #666 inset;
    }


    #bottom .repeat {
        padding: 0 40px;
        margin-top: 0;
    }


    #bottom p{
        /*color: #c8161d!important;*/
        /*    font-size: 2em;*/
        padding: 0!important;
    }
    #bottom p.lead{
        font-size: 3em;
    }
    #bottom p small{
        font-size: 0.75em;
    }


    #bottom .atm_info p.label_l{
        display: block;
        float: left;
        background-color: #eeeeee;
        color: #666666!important;
        height: 108px;
        width: 21%;
        line-height: 6em;
        border-radius: 7px;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    #bottom .atm_info p.label_l small{
        margin: 18px 0 -4px 0;
        font-size: 0.7em;
        display: block;
    }

    #bottom .atm_info .float_r{
        float: right;
        width: 73%;
        height: 100px;
        margin-bottom: 15px;
    }

    #bottom .atm_info .float_r p small{
        font-size: 0.45em;
    }


    #bottom .atm_info .float_r p.strong, #bottom .atm_info .float_r p.text-normal{
        color: #666666!important;

    }

    table#pricelist_02 thead th{
        /*width: 100px;*/
        padding: 6px 3px 6px 6px;
        background-color: #EA5504;
        color: #ffffff;
    }
    table#pricelist_02 td,
    table#pricelist_02 th{
        padding: 12px 5px 8px 5px;
        text-align: center;
        vertical-align: middle;
        background-color: #eeeeee;
    }


    table#pricelist_02 td.align_left{
        text-align: left;
    }


    table#pricelist_02 .glayback{
        background-color: #666;
        color: #fff;
        padding: 3px 8px;
        margin: 0 3px;
        border-radius: 12px;
    }

    table#pricelist_02 td ul{
        margin: 6px 0 0 26px;
        padding: 0 0 0 0;
        text-align: left;
    }







    /*キャンペーン*/
    #campaign{
    }
