@charset "UTF-8";
/*
Name: 株式会社タイセイシュアーサービス
*/


/*
----------------------------------------------------------------------------------------------------------

	=Layer Style

----------------------------------------------------------------------------------------------------------
*/



/* .layout
-----------------------------------------------------*/
.layer { font-weight: 500; }
.layer #footer-in { display: none; }
.layer .layer_ttl {
    position: relative;
    max-height: 230px;
    overflow: hidden;
}
.layer .layer_ttl img { width: 100%; max-width: none; min-height: 180px;}
.layer .layer_ttl h1 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    text-align: center;
    font-family: "Century Gothic", sans-serif;
}
.layer .breadcrumbs {
    margin: 30px auto;
    width: 90%;
    max-width: 1380px;
}
.layer aside .sidenav {
    background-color: #f6f6f6;
}
.layer .contents {
    width: 90%;
    max-width: 1380px;
    margin: auto;
}
.layer .contents::after {
    content: "";
    display: block;
    clear: both;
}
.layer .contents aside {
    float: left;
    width: 17.3%;
    margin-right: 3.6%;
}
.layer .contents main {
    float: right;
    width: 78.9%;
    margin-bottom: 130px;
}


/* .contents2
-----------------------------------------------------*/

.layer .breadcrumbs2 {
    margin: 30px auto;
    width: 90%;
    max-width: 1000px;
}

.layer .contents2 {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.layer .content2 main {
    width: 100%;
    margin-bottom: 100px;
}





/* .sidenav
-----------------------------------------------------*/
.layer .sidenav p {
    background: url(/images/common/arrow_b_wh.png) #3167e1 no-repeat right 20px top 26px / 13px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px;
    border-bottom: solid 2px #204bd3;
    margin-bottom: 0;
    cursor: pointer;
    transition: .3s;
}
.layer .sidenav p:hover {
    opacity: .8;
}
.layer .sidenav .link {
    background: #3167e1;
    position: relative;
}
.layer .sidenav .link::after {
    content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/common/arrow_b_wh.png) no-repeat center / contain;
    transform: rotate(-90deg);
    right: 20px;
    top: 23px;
}
.layer .sidenav .link > a {
    display: block;
    color: #fff;
    position: relative;
}

.layer .sidenav ul { display: none; margin-bottom: 0; }
.layer .sidenav ul li a {
    display: block;
    padding: 15px 30px 15px 10%;
    text-decoration: none;
    color: #204bd3;
    background: url(/images/common/arrow_r_blue.png) no-repeat right 20px top 22px / 6px;
    border-bottom: solid 1px #e4e3e5;
    transition: .3s;
}
.layer .sidenav ul li a:hover {
    opacity: .8;
}
.layer .sidenav .active { display: block; }

/* .template
-----------------------------------------------------*/
.layer .h1_jp {
    color: #204bd3;
    font-size: 2.1rem;
    border-bottom: solid 3px #3167e1;
}
.layer .h1_eng {
    color: #204bd3;
    font-family: "Century Gothic", sans-serif;
    font-size: 2.1rem;
    font-style: italic;
    border-bottom: solid 3px #3167e1;
    letter-spacing: 0.2rem;
}
.layer .h1_eng span {
    font-style: normal;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic;
    font-size: 1.125rem;
    padding-left: 15px;
    letter-spacing: normal;
}
.layer .h1_img {
    color: #204bd3;
    font-family: "Century Gothic", sans-serif;
    font-size: 2.1rem;
    font-style: italic;
    letter-spacing: 0.2rem;
    background: url(/images/template/h1_bg_sample.png) no-repeat center / cover;
    padding: 60px;
    margin-bottom: 50px;
}
.layer .h1_img span {
    font-style: normal;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic;
    font-size: 1.125rem;
    padding-left: 15px;
    letter-spacing: normal;
}
.layer h2 {
    background: #5a85e7;
    padding: 12px 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}
.layer h3 {
    font-size: 1.25rem;
    font-weight: 600;
    border-left: solid 7px #f4a61b;
    line-height: 1;
    padding-left: .6em;
    margin: 30px 0 20px;
}
.layer h4 {
    font-size: 1.125rem;
    color: #233d9a;
    font-weight: 600;
    margin: 30px 0 15px;
}
.layer .table1 { width: 100%; margin-bottom: 40px; }
.layer .table1 tr { border-bottom: solid 1px #ccc; }
.layer .table1 th {
    padding: 30px 0;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
}
.layer .table1 td {
    padding: 30px;
    vertical-align: middle;
    font-size: .875rem;
}
.layer .table2 { width: 100%; margin-bottom: 40px; }
.layer .table2 thead th {
    background: #3167e1;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-right: solid 1px #ccc;
    padding: 15px;
}
.layer .table2 tbody tr:nth-child(2n-1) {
    background: #ecf2fd;
}
.layer .table2 tbody td {
    text-align: center;
    border-right: solid 1px #ccc;
    padding: 15px;
}
.layer .table2 thead th:last-child,
.layer .table2 tbody td:last-child { border: none; }

.layer .table3 { width: 100%; }
.layer .table3 tr { border-bottom: dotted 1px #ccc; }
.layer .table3 th {
    background: #3167e1;
    color: #fff;
    padding: 15px;
    font-weight: 600;
}
.layer .table3 td { padding: 15px; }

.layer .max_img { width: 100%; }
.layer .max_img img { width: 100%; }
.layer .block_txt {
    font-size: .875rem;
}
.layer .block_txt a { color: #204bd3; }
.layer .bg1 {
    background: #ecf2fd;
    padding: 40px;
    margin-bottom: 30px;
}
.layer .bg2 {
    background: #fdedd1;
    padding: 40px;
    margin-bottom: 30px;
}
.layer .bg1 p ,
.layer .bg1 table,
.layer .bg1 ul,
.layer .bg2 p ,
.layer .bg2 table,
.layer .bg2 ul { margin-bottom: 0; }
.layer .link_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layer .link_list li { width: 49.5%; }
.layer .link_list li a {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background: url(/images/common/arrow_r_dotblue.png) #c5d4f7 no-repeat right 12px center / 6px;
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 600;
}
.layer .link_list li a:hover {
    background: url(/images/common/arrow_r_dotorg.png) #fdedd1 no-repeat right 12px center / 6px;
}

.layer .list1 > li {
    padding-left: 1em;
    background: url(/images/common/arrow_r_dotblue.png) no-repeat left top 9px / 6px;
    font-size: 1rem;
    color: #204bd3;
    font-weight: 600;
    margin-bottom: 10px;
}
.layer .list1 > li > ul { margin-top: 5px; }
.layer .list1 > li > ul > li {
    font-size: .875rem;
    font-weight: 500;
    color: #000;
    padding-left: 1em;
    background: url(/images/common/li_line.png) no-repeat left top 11px / 6px;
}
.layer a {
    color: #204bd3;
    text-decoration: none;
    transition: .3s;
}
.layer a:hover {
    color: #f4a61b;
}
.layer .list2 li {
    padding-left: 1em;
    background: url(/images/common/li_circle_org.png) no-repeat left top 10px / 8px;
    font-size: 1rem;
    margin-bottom: 5px;
}

.layer table .list2 { margin-bottom: 0; }
.layer table .list2 li { font-size: .875rem; }
.layer .btn {
    margin-bottom: 50px;
}
.layer .btn a {
    display: block;
    width: 90%;
    max-width: 360px;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto 40px;
    font-size: 1rem;
    color: #204bd3;
    border: solid 2px #3167e1;
    background: url(/images/common/arrow_r_blue.png) no-repeat right 20px top 22px / 8px;
    transition: .3s;
    text-decoration: none;
}
.layer .btn a:hover,.layer .left_btn a:hover { background-color: #3167e1; color: #fff; }
.layer .left_btn a {
    display: block;
    width: 90%;
    max-width: 240px;
    text-align: center;
    padding: 15px 0;
    margin: 20px 0 0;
    font-size: 1rem;
    color: #204bd3;
    border: solid 2px #3167e1;
    background: url(/images/common/arrow_r_blue.png) no-repeat right 20px top 16px / 8px;
    transition: .3s;
    text-decoration: none;
    line-height: 1;
}

.layer .regist_btn .btn {
    margin: 0;
}
.layer .regist_btn .btn.mypage {
    margin-left: 3%;
}
.layer .regist_btn .btn a {
    width: 100%;
    display: block;
    background: url(/images/i-arrow-right.png) no-repeat 94% center / 16px;
    border: solid 1px #3167e1;
    color: #3167e1;
    padding: 15px 7%;
    display: inline-block;
    font-weight: 600;
    font-size: .875rem;
    text-decoration: none;
    transition: .5s;
    margin: 0;
    text-align: left;
}
.layer .regist_btn .btn.mypage a {
    background: url(/images/i-arrow-right-w.png) #3167e1 no-repeat 95% center / 16px;
    color: #fff;
}
.layer .regist_btn .btn a:hover {
    background: url(/images/i-arrow-right-w.png) #6e94ea no-repeat 95% center / 16px;
    color: #fff;
}
.layer .regist_btn .btn.mypage a:hover {
    background: url(/images/i-arrow-right.png) #d6e1f9 no-repeat 94% center / 16px;
    color: #3167e1;
}

.layer .pager { margin-top: 80px; }
.layer .pager ul {
    display: flex;
    width: 100%;
    max-width: 760px;
    margin: auto;
}
.layer .pager li { width: 49.5%; margin-right: 1%; }
.layer .pager li:last-child { margin-right: 0; }
.layer .pager a {
    display: block;
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto 40px;
    font-size: 1rem;
    color: #204bd3;
    border: solid 2px #3167e1;
    transition: .3s;
    text-decoration: none;
}
.layer .pager a:hover { background-color: #3167e1; color: #fff; }
.layer .column2 {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}
.layer .column2 .column_txt {
    width: 69.9%;
    margin-right: 4.6%;
}
.layer .column2 .column_img {
    width: 33%;
    max-width: 357px;
}
.layer .column2 .column_img img { width: 100%; }
.layer .list_dif { display: flex; }
.layer .list_dif dt {
    font-size: .81rem;
    color: #fff;
    background: #3167e1;
    width: 30%;
    max-width: 100px;
    border-radius: 100px;
    text-align: center;
    padding: 2px 0 0;
    margin-right: 2.7%;
}
.layer main .tel { display: flex; }
.layer main .tel .day {
    width: 36.7%;
    margin-right: 6%;
}
.layer main .tel .night { width: 36.7%; }
.layer main .tel img { width: 100%; }
.layer .columnbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.layer .columnbox_inner { width: 50%; }
.layer .columnbox_inner h3 { margin-bottom: 20px; }
.layer .blue { color: #de5e00; }
.layer .bold { font-weight: 600; }

/* .news
-----------------------------------------------------*/
.layer .news .h1_eng {
    color: #204bd3;
    font-family: "Century Gothic", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    border-bottom: solid 3px #3167e1;
    letter-spacing: 0.2rem;
}
.layer .news {
    width: 90%;
    max-width: 1380px;
    margin: 0 auto 80px;
}
.layer .news .date {
    font-size: 1rem;
    color: #204bd3;
    font-weight: 600;
    margin: 0;
}
.layer .news .category {
    font-size: .81rem;
    color: #fff;
    width: 20%;
    max-width: 100px;
    height: 23px;
    border-radius: 100px;
    text-align: center;
    padding: 0;
    margin: 5px 0;
}
.layer .news .category.news {
    background: #3167e1;
}
.layer .news .list {
    display: flex;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}
.layer .news .list .date {
    font-size: .875rem;
    width: 20%;
    max-width: 100px;
}
.layer .news .list .category {
    font-size: .81rem;
    color: #fff;
    width: 20%;
    max-width: 100px;
    height: 23px;
    border-radius: 100px;
    text-align: center;
    padding: 2px 0 0;
    margin: 0 2.7% 0 0;
    background: #888;
}
.layer .news .list .category.news {
    background: #3167e1;
}
.layer .news .ttl {
    width: 60%;
}
.layer .news .ttl a {
    color: #333;
    text-decoration: none;
}
.layer .news .ttl a:hover {
    text-decoration: underline;
}

/* .contact
-----------------------------------------------------*/
.layer .wrapper {
    width: auto !important;
    padding: 0 !important;
    margin: auto !important;
}

.l_head {
    padding: 100px 0;
    background: url(/images/top-promise-bg.png) left center / cover;
}
.l_head h2 {
    margin-bottom: 20px;
    font-weight: 600;
    background: inherit;
    padding: 0;
    font-size: 42px;
    color: #323a87;
}
.l_head .copy {
    text-align: center;
    color: #323a87;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.contact { margin-top: 50px; }
.contact table { border: solid 1px #233d9a; }

.contact th { font-weight: normal; border-bottom: solid 1px #fff; }
.contact td { border-bottom: solid 1px #233d9a; }
.contact table th {
    width: 25%;
    background-color: #233d9a;
    color: #fff;
    padding-top: 24px;
    font-size: 110%;
    font-weight: 500;
}
.contact tr .bdr_btm { border: none; padding-bottom: 0; }
td span {
    padding-right: 1em;
}
#corp1,#corpkana,#shop,#id,#pass { width: 100%; max-width: 600px; }
.emailtxt { display: inline-block; width: 26%; }
#email,#email2 { width: 100%; max-width: 566px; }
#tel0, #tel1, #tel2,
#fax0, #fax1, #fax2{ width: 10%; margin: 0 1em; }
#message {
    width: 100%;
    height: 10em;
}
.hissu::after {
    content: "必須";
    display: inline-block;
    background-color: #f4a61b;
    padding: 0 3%;
    margin-left: 5%;
    font-size: 85%;
}

.contact p {
    text-align: center;
    font-weight: 500;
    font-size: 110%;
}
#main .btn { margin-top: 50px; }
#main .btn input {
    margin: auto;
    display: block;
    background-clip: #f4a61b;
    margin-bottom: 50px;
}
#main .btn a { text-decoration: none; }
.btnbox { width: 60%; margin: auto; }
.btnbox .btn {
    width: 50%;
    float: left;
}
.btnbox::after { content: ""; display: block; clear: both; }
.formtxt { margin: 50px auto 0; }
.formbox { margin: 50px auto; }
.formbox h2 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    color: #323a87;
}
.formbox { text-align: center; }

.layer .ttl_water,
.layer .ttl_light {
    border-left: none;
}

.qa_box{ border: solid 1px #5a85e7; }
.qa_list{
    padding: 15px;
    display: flex;
    align-items: center;
}
.qa_list.q{ font-weight: bold; }
.qa_box .icon{
    border-radius: 100px;
    color: #fff;
    padding: 7px 10px;
    margin-right: 10px;
}
.qa_box dd{ padding: 15px;}
.qa_box .q .icon{ background: #5a85e7; }
.qa_box .a .icon{ background: #f4a61b; }

.pagenation ul {
    width: 80%;
    max-width: 250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.pagenation li a {
    display: block;
    padding: 5px 10px;
    border: solid 1px #5a85e7;
}
.pagenation li a:hover {
    background: #5a85e7;
    color: #fff;
}
.pagenation .selected {
    border: solid 1px #5a85e7;
    padding: 5px 10px;
    background: #5a85e7;
    color: #fff;
}


/* .mypage
-----------------------------------------------------*/

.login_form{ max-width: 450px; margin: 20px auto 80px; width: 90%; }
.login_form .input_default{ width: 100%; box-sizing: border-box; }
.login_form h3{ margin-bottom: 20px; border-left: none; padding-left: 25px; }
.login_form h3.name{ background: url(/images/mypage/icon_account.png) no-repeat left center / 16px auto; }
.login_form h3.pass{ background: url(/images/mypage/icon_password.png) no-repeat left center / 16px auto; }
.login_form h3.email{ background: url(/images/mypage/icon_email.png) no-repeat left center / 20px auto; padding-left: 28px; }
.login_form .holder{ margin-bottom: 40px; }
.login_form .btn_wrap .btn{ width: 100%; }
.login_form .forgot{ text-align: right; }
.login_form .forgot a{ background: url(/images/common/arrow_r_blue.png) no-repeat left center / 5px auto; padding-left: 12px; }

.mypage{
    max-width: 1000px;
    margin: auto;
    width: 90%;
}
.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}
.step li {
    position: relative;
    padding: 9px;
    background: #ddd;
    text-align: center;
    color: #999;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 15px;
}
.step li:last-child { margin-right: 0; width: 33.3333333%; }
.step li:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0 32px 20px;
    border-color: transparent transparent transparent #fff;
    content: "";
}
.step li:not(:last-child)::after {
    position: absolute;
    bottom: 0;
    right: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0 32px 20px;
    border-color: transparent transparent transparent #ddd;
    content: "";
}
.step li:nth-of-type(1) { z-index: 3; }
.step li:nth-of-type(2) { z-index: 2; }
.step li:nth-of-type(3) { z-index: 1; }
.step li:nth-of-type(4) { z-index: 0; }
.step li p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 0;
}
.step li.current { background: #5a85e7; color: #fff; }
.step li.current::after { border-color: transparent transparent transparent #5a85e7; }
.step.step03 li { width: calc(33.33333333% - 10px); }

.edit_form dl{ display: flex; }
.edit_form dt{
    width: 30%;
    color: #233d9a;
    font-weight: bold;
}
.edit_form dt span{
    font-size: 90%;
    background: #f4a61b;
    color: #fff;
    display: inline-block;
    padding: 0px 12px;
    margin-left: 10px;
}
.edit_form dd{ width: 69%; }
.edit_form dd input[type="text"],
.edit_form dd input[type="textarea"]{ width: 100%; }
.edit_form dd input[type="textarea"]{ height: 100px; }
.edit_form dd input.size_xs{ width: 30%; }
.edit_form dd select{ padding: 7px 23px 7px 3px; font-size: 12px; }
.edit_form dd .holder{ margin-bottom: 10px; }
.edit_form input[type="submit"],
.edit_form input[type="reset"]{ display: block; margin: 20px auto 50px; }
.edit_form .address_search{
    display: inline-block;
    background: #5a85e7;
    color: #fff;
    text-decoration: none;
    padding: 6px 14px;
}
.edit_form .address_search:hover{ opacity: 0.8; }

.vacancy__houselist > li { padding: 30px; }
.vacancy__houselist a { padding: 0; }

/*
----------------------------------------------------------------------------------------------------------

	=Media Queries Responsive Structure

----------------------------------------------------------------------------------------------------------
*/

/* Desktop
-----------------------------------------------------*/


/* Wide */
@media screen and (min-width: 769px) and (max-width: 1119px) {

    /* .layout
    -----------------------------------------------------*/
    .layer .contents main,
    .layer .contents aside{ float: none; width: 100%; }


}


/* iPad
-----------------------------------------------*/
@media screen and (min-width: 641px) and (max-width: 868px) {


    .emailtxt { display: inline-block; width: 100%; }
}


/* iPad & iPhone
-----------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 768px) {

    /* .layout
    -----------------------------------------------------*/


    .layer_ttl div { overflow: hidden; }
    .layer .layer_ttl {
        max-height: 200px;
    }
    .layer .layer_ttl img {
        width: 500%;
        min-height: 140px;
    }
    .layer .contents main,
    .layer .contents aside{
        float: none;
        width: 100%;
        margin-bottom: 80px;
    }
    .layer .bg1, .layer .bg2 { padding: 25px; }
    .layer .table1 tr { border-bottom: 0; }
    .layer .table1 th {
        display: block;
        background-color: #ecf2fd;
        padding: 20px;
    }
    .layer .table1 td {
        display: block;
        padding: 20px;
    }
    .layer .table_scroll{
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 40px;
    }
    .layer .table_scroll::-webkit-scrollbar{ height: 5px; }
    .layer .table_scroll::-webkit-scrollbar-track{ background: #f1f1f1; }
    .layer .table_scroll::-webkit-scrollbar-thumb { background: #bcbcbc; }
    .layer .table2 { margin-bottom: 0; }
    .layer .column2 { display: block; }
    .layer .column2 .column_txt { width: 100%; }
    .layer .column2 .column_img {
        width: 100%;
        max-width: none;
    }
    .layer .columnbox { display: block; }
    .layer .columnbox_inner { width: 100%; }

    .layer .list_dif { display: block; }
    .layer .list_dif dt {
        line-height: normal;
        margin-bottom: 10px;
    }
    .layer .list_dif dd { line-height: 1.7; }
    .layer main .tel { display: block; width: 100%; margin: auto; }
    .layer main .tel .day,.layer main .tel .night {
        width: 100%;
        margin-bottom: 20px;
    }
    .layer .btn a { padding: 15px; width: 100%; max-width: none; }
    .layer .link_list li { width: 100%; }


    /* .news
    -----------------------------------------------------*/
    .layer .news { margin-bottom: 40px; }
    .layer .pager { margin-top: 40px; }
    .layer .pager a { margin-bottom: 0; }
    .layer .news .list { display: block; margin-bottom: 20px; }
    .layer .news .list .date {
        font-size: 1.1rem;
        margin-bottom: 5px;
        width: 30%;
        max-width: none;
    }
    .layer .news .list .category {
        margin-bottom: 10px;
        width: 30%;
        max-width: none;
        height: 21px;
    }
    .layer .news .ttl { width: 100%; }


    /* .contact
    -----------------------------------------------------*/
    .l_head {
        padding: 50px 0;
    }
    .l_head h2 { margin-bottom: 10px; }
    .l_head .copy { font-size: 1.4rem; }
    .contact table th {
        display: block;
        width: 100%;
        padding: 15px 1.5em;
    }
    .contact table td {
        display: block;
        padding: 20px 1.5em;
    }
    .contact p {
        width: 90%;
        margin: 0 auto 30px;
        text-align: left;
        font-weight: 500;
        font-size: 110%;
    }
    .contact .formtxt { margin: 40px auto 0; }
    .contact span { display: block; margin-bottom: 5px; }
    .emailtxt { display: inline-block; width: 100%; }
    #tel0, #tel1, #tel2, #fax0, #fax1, #fax2 { width: 26%; }
    #tel0, #fax0 { margin-left: 0; }
    #tel2, #fax2 { margin-right: 0; }

    /* .mypage
    -----------------------------------------------------*/
    .step { display: block; }
    .step li { margin-bottom: 15px; }
    .step li:last-child { width: 100%; margin-bottom: 0; }
    .step li:not(:first-child)::before { display: none; }
    .step li:not(:last-child)::after {
        right: 0;
        left: 0;
        bottom: -10px;
        margin: 0 auto;
        border-width: 10px 16px 0 16px;
        border-color: #ddd transparent transparent transparent;
    }
    .step li.current::after { border-color: #5a85e7 transparent transparent transparent; }
    .step.step03 li { width: 100%; }
    .step li p { display: inline-block; margin-right: 4px; }

    .edit_form dl{ display: block; }
    .edit_form dt{
        width: auto;
        color: #233d9a;
        font-weight: bold;
        margin-bottom: 10px;
        background:#f2f2f2;
        padding: 10px;
        border-radius: 2px;
        border-left: 3px #5a85e7 solid;
    }
    .edit_form dd{ width: auto; }
    .edit_form dd input.size_xs{ width: 100%; }
    .edit_form .address_search{ margin-top: 10px; }
}
