@charset "UTF-8";

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


/* Layout */


/* 各ページ固有のコンテンツのスタイル */


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


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


/* #00 BxSliderLayout2 */


/* --------------------------------------------------- */
@keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
30% { left: -100%; }
55% { left: -100%; }
60% { left: -200%; }
100% { left: -200%; }
}

body { margin: 0; }
div#slider { overflow: hidden; }
div#slider figure img { width: 20%;hight:auto; float: left; }
div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite;
}




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


/* #00 BxSliderLayout */


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

div.slider {
    width: 100%;
    display: block;
    margin: 40px auto;
}

ul.bxslider01 li {
    /*メインスライダー*/
    display: block;
    width: 100%;
    height: auto;
}

ul.bxslider01 li img {
    display: block;
    width: 100%;
    height: auto;
}

ul.bxslider02 li a {
    /*サムネイル*/
    display: block;
    width: 100%;
    height: auto;
}

ul.bxslider02 li a img {
    /*サムネイルの画像*/
    display: block;
    width: 100%;
    height: auto;
}

div.controlWrap {
    width: 100%;
    display: block;
    position: relative;
    margin: 10px auto 0;
}

div.controlWrap p#PrevIcon a {
    /*矢印画像（前へ）*/
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    background: url(../images/common/prev.png) left center no-repeat;
    color: #fff;
    top: 35px;
    left: 2px;
    text-indent: -9999px;
    opacity: 0.5;
}

div.controlWrap p#NextIcon a {
    /*矢印画像（次へ）*/
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    background: url(../images/common/next.png) left center no-repeat;
    color: #fff;
    top: 35px;
    right: 2px;
    text-indent: -9999px;
    opacity: 0.5;
}

div.controlWrap p#PrevIcon a:hover, div.controlWrap p#NextIcon a:hover {
    opacity: 1.0;
}


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


/* #01 TOP */


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

.news dl {
    height: auto;
    padding: 5px;
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
}

.news dl dt {
    float: left;
}

.news dl dd {
    width: 81%;
    padding-left: 116px;
    margin: 0 0 7px;
    border-bottom: 1px #4aa9fb dashed;
}

.news_txt {
    text-align: right;
    color: #0879cc;
    font-weight: 600;
}

.everyday {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.everyday li:nth-child(odd) {
    float: left;
    text-align: left;
    width: 48%;
    padding-right: 5px;
}

.everyday li:nth-child(even) {
    float: right;
    text-align: right;
    width: 48%;
    padding-left: 5px;
}

.greet_link {
    position: relative;
}

.greet_link a {
    position: absolute;
    bottom: 39px;
    right: 8px;
}

.status {
    width: 100%;
    overflow: hidden;
}

.status li {
    width: 31%;
    float: left;
    text-align: center;
    padding: 7px 7px 25px;
    color: #2965b1;
}

.status li p {
    text-align: left;
    padding: 5px 20px 0;
    font-size: 12px;
    font-weight: bold;
}

.status li span {
    display: block;
    font-size: 23px;
    font-weight: bold;
}


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


/* #02 ABOUT */


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

.melit {
    margin: 20px 0 30px 20px;
}

.melit dt {
    background-color: #0879cc;
    color: #FFF;
    padding: 5px 10px;
    font-size: 18px;
}

.melit dd {
    background-color: #c2eaff;
    color: #0869cc;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: bold;
}

.rinen_list {
    background-image: url(../images/about/co_bg2.png);
    padding: 10px 20px;
}

.rinen_list dt {
    margin-top: 8px;
    padding-left: 90px;
    position: relative;
    font-weight: bold;
}

.rinen_list dd {
    padding-left: 90px;
    font-size: 13px;
}

.rinen_list dt:before {
    content: url(../images/about/check_icon.png);
    position: absolute;
    left: 50px;
    top: -3px;
}

.left_article p {
    /* overflow: hidden; */
    float: left;
    width: 45%;
}

.left_article img {
    float: right;
    width: 45%;
}


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


/* #03 SAFETY */


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

.safe_h3 {
    margin: 0 3px 5px;
    background: url(../images/safe/sub_ttl.png) no-repeat center;
    width: 428px;
    text-align: center;
    font-size: 16px;
    color: #444;
}

.safe_article .safe_img {
    float: right;
    text-align: right;
    width: 50%;
    display: inline;
}

.safe_article p {
    padding-right: 30px;
    overflow: hidden;
}


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


/* #04 SOLUTION */


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

.sol_article .sol_img {
    float: left;
    width: 50%;
    display: inline;
}

.sol_article p {
    padding-bottom: 15px;
    overflow: hidden;
}

.sol_article .japan {
    margin-bottom: 15px;
}

.sol_article span {
    padding-left: 15px;
    font-size: 16px;
    color: #407495;
}

.sol_article ul {
    margin-top: 15px;
    overflow: hidden;
}

.sol_article ul li:nth-child(odd) {
    float: left;
    text-align: left;
    width: 45%;
    padding-right: 5px;
}

.sol_article ul li:nth-child(even) {
    float: right;
    text-align: right;
    width: 45%;
    padding-left: 5px;
}


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


/* #04 FLOW */


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

.flow_flow {
    width: 95%;
    border: dotted 3px #de2126;
    background-color: #ffffde;
    padding: 10px;
    margin: 0 auto 25px;
}

.flow_flow ul {
    overflow: hidden;
    padding: 10px;
    color: #444;
}

.flow_flow li {
    padding: 5px 0;
}

.flow_flow li:last-child {
    font-size: 13px;
}

.flow_flow .flow_icon {
    float: left;
    width: 30%;
    display: inline;
}

.flow_article {
    margin-bottom: 20px;
}

.flow_article ul {
    padding-bottom: 15px;
    overflow: hidden;
}

h3.flow_h3 {
    margin: 15px 3px 5px;
    font-size: 18px;
    color: #407495;
}

.flow_article .flow_img {
    float: right;
    text-align: right;
    width: 40%;
    display: inline;
}

.flow_article p {
    padding-right: 15px;
    overflow: hidden;
}

.flow_article p span {
    display: block;
    text-align: right;
    font-size: 12px;
}

.flow_photo ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.flow_photo ul li:nth-child(odd) {
    float: left;
    text-align: left;
    width: 48%;
    padding-right: 5px;
    margin-top: 5px;
}

.flow_photo ul li:nth-child(even) {
    float: right;
    text-align: right;
    width: 48%;
    padding-left: 5px;
    margin-top: 5px;
}

li.staffli {
    float: left;
    width: 30%;
    margin: 0px 1% 50px;
}

.staffmain:after {
    display: block;
    clear: both;
    content: "";
}

p.yakushoku1 {
    background-color: #9da1b5;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 0.2em;
}

p.yakushoku2 {
    text-align: center;
    color: #727272;
    font-size: 16px;
    font-weight: bold;
}

.staff1 img {
    width: 70%;
}

.staff1 {
    text-align: center;
}

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


/* #05 COMPANY */


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

.company_table {
    width: 100%;
    border: solid 2px #a2a2a2;
    margin-bottom: 40px;
}

.company_table tr {
    border-bottom: solid 2px #a2a2a2;
    padding: 10px;
}

.company_table td, .company_table th {
    padding: 13px;
}

.company_table th {
    width: 20%;
    background-color: #15b4ff;
    color: #FFF;
}

.company_table td {
    width: 80%;
    padding-left: 27px;
    position: relative;
}

.company_table td p {
    width: 90px;
    position: absolute;
    top: 6px;
    right: 0;
}

.company_table td ul {
    width: 100%;
}

.company_table td ul li {
    width: 40%;
    display: inline-block;
}

.car_guide {
    margin 10px auto;
    text-align: center;
}

.car_guide li {
    text-align: center;
    width: 45%;
    display: inline-block;
    padding: 10px;
    background-color: #a1dbf6;
    margin: 5px 4px;
    color: #FFF;
}

.car_guide li p {
    text-align: center;
    font-size: 20px;
    padding: 10px 0 0;
}

.company_h3 {
    font-size: 16px;
    color: #2965b1;
    font-weight: bold;
    padding: 3px 0;
    margin: 15px 0;
    width: 75%;
    border-bottom: 2px solid #3fb7ed;
}

.ggmap {
    position: relative;
    padding-bottom: 51.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.car {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
}

.car_left {
    float: left;
}

.car_right {
    float: right;
}

.car table {
    width: 48%;
    text-align: center;
    margin: 20px auto;
    border-spacing: 2px;
}

.car table tr {
    padding: 2px;
}

.car table th, .car table td {
    font-size: 20px;
}

.car table th {
    background-color: #47d0ff;
    color: #FFF;
    padding: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.car table td {
    border: 2px solid #47d0ff;
    padding: 11px;
}


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


/* #06 CONTACT */


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

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}


/*--- フォームテーブル ---*/

.contact_tb {
    width: 100%;
    border: 12px solid #c8c8c8;
    margin: 50px auto 30px;
}

.contact_tb tr th {
    width: 200px;
    text-align: left;
    padding: 5px 12px 5px 12px;
    position: relative;
    font-weight: normal;
    color: #407495;
    vertical-align: middle;
}

.contact_tb tr {
    border-bottom: 1px solid #c8c8c8;
}

.contact_tb tr:first-child {
    border-top: none;
}

.contact_tb tr td {
    padding: 4px 22px;
    text-align: right;
}

.zip1 p {
    padding: 0;
    overflow: hidden;
}

.contact_tbl th label {
    cursor: pointer;
    display: block;
    padding: 10px 0 0 20px;
}

input[type="text"], textarea, select {
    border: 2px solid #a7a7a7;
    outline: none;
    padding: 3px;
}

input[type="text"]:focus, textarea:focus, select:focus {
    border: 2px solid #91d9ff;
    background: #e6fbff;
}

input[type="text"], select option {
    height: 24px;
    margin: 3px 0;
}

#zip1, #zip2 {
    width: 16%;
}

#zip1 p {
    padding: !important;
}

#pref, #city, #add {
    width: 70%;
    margin-left: 15px
}

input[type="radio"] {
    vertical-align: middle;
}

textarea {
    vertical-align: middle;
    padding: 10px 5px;
}

button, input[type="submit"], input[type="button"] {
    cursor: pointer;
}

.error_style {
    color: #f63d3d;
    display: block;
}

#name, #kana, #old, #fax, #tantou, #tel, #mail {
    width: 90%;
}

#zip {
    width: 120px;
}

.contact_tb tr .sex {
    text-align: left !important;
    padding-left: 58px;
}

#address3 {
    width: 590px;
}

textarea {
    width: 90%;
    height: 150px;
}

button {
    border: none;
    outline: none;
    background: none;
}

.form_notice1 {
    font-size: 87.5%;
    text-align: left;
    width: 50%;
    float: right;
    color: #3d9cd5;
    line-height: 16px;
    padding: 3px;
}

.choose_list1 {
    margin: 0 auto 50px auto;
    width: 390px;
}

.choose_list1 li {
    text-align: center;
    float: left;
    margin: 0 0 0 10px;
}

.choose_list1 li:first-child {
    margin: 0 0 0 0;
}

.choose_list1 li input, .confirm_bt {
    border: 0;
    outline: 0;
    background: none;
    color: #FFFFFF;
    padding: 15px 10px;
    width: 188px;
    background-color: #1babff;
    font-size: 18px;
}

.choose_list1 li input:hover, button:hover, .toHome:hover {
    background-color: #f97282;
}

.send_bt {
    float: right;
    margin: 0 275px 0 0;
    border: 0;
    outline: 0;
    background: none;
    color: #FFFFFF;
    padding: 15px 10px;
    width: 218px;
    background-color: #90C31F;
    font-size: 18px;
}

.modification {
    width: 218px;
    float: left;
    margin: 0 0 0 275px;
    background: none;
    color: #FFFFFF;
    padding: 15px 10px;
    width: 218px;
    background-color: #90C31F;
    font-size: 18px;
}

.contact_tb th em {
    background: #1babff;
    width: 3em;
    text-align: center;
    position: absolute;
    right: -17px;
    color: #FFFFFF;
}

.toHome {
    display: block;
    margin: 0 auto;
    border: 0;
    outline: 0;
    background: none;
    color: #FFFFFF !important;
    padding: 15px 0;
    width: 218px;
    background-color: #90C31F;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
}

.contact_tb dt {
    /* font-weight: bold; */
    /* line-height: 30px; */
    /* text-align: left; */
    /* padding: 10px 12px 10px 12px; */
    /* position: relative; */
    float: left;
    width: 100px;
    line-height: 3;
}

.contact_tb>li>dl>dt {
    width: 280px;
    float: left;
}

.contact_tb>li>dl>dd {
    width: 672px;
    float: left;
}

.contact_tb dd {
    /* padding: 10px 12px 10px 12px; */
}

.contact_tb .tourSelect {}

.no_hidden {
    border: 2px dotted #CCC;
    margin-bottom: 20px;
    width: 672px;
}

.no_hidden li {
    float: left;
    width: 30%;
}

.no_hidden dl {
    margin: 0 auto;
    width: 275px;
}

.no_hidden dt {
    float: none;
}

.contact_tb p {
    font-size: 80%;
}

.zip_txt {
    width: 20%;
    float: left;
    vertical-align: middle;
    margin: 10px 0 10px 5px;
}

.contact_tb .tourSelect dd dd p, .contact_tb .tourSelect2 dd p {
    font-size: 100%;
    line-height: 30px;
    vertical-align: bottom;
    width: 3em;
    padding: 5px;
    margin: 5px;
}

.tourSelect dd dd select, .tourSelect dd dd p, .contact_tb .tourSelect2 dd select, .contact_tb .tourSelect2 dd p {
    float: left;
}

.rental li, .eyes li {
    width: 33%;
    float: left;
}

.contact_tb td span {
    display: block;
    /* display: inline-block; */
    font-size: 10.5px;
    margin: 1px 0 0 0;
}

.sizetype1 {
    width: 600px;
}

.slectBox>li {
    display: inline-block;
}

.sizetype2 {
    width: 120px;
}


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


/* #07 recruit */


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

.recruit {
    background-position: right;
    background-image: url(../images/recruit/imasia.png);
}

.step_flow {
    width: 100%;
}

.step_flow li {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}

.step_flow li p {
    width: 100%;
    display: block;
    font-size: 14px;
}

.step_flow .arrow {
    width: 6%;
    margin-top: 92px;
    /* vertical-align: middle; */
}

.pdf {
    float: right;
}


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


/* Tablet */


/* 600px-960px */


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

@media screen and (max-width: 960px) {
    /* --------------------------------------------------- */
    /* Top TB */
    /* --------------------------------------------------- */
    .status li {
        width: 45%;
    }
    .status li p {
        text-align: center;
    }
    /* --------------------------------------------------- */
    /* ABOUT TB */
    /* --------------------------------------------------- */
    .rinen_list dt, .rinen_list dd {
        padding-left: 50px;
    }
    .rinen_list dt:before {
        left: 10px;
        top: -3px;
    }
    .left_article p, .left_article img {
        /* overflow: hidden; */
        float: none;
        width: 100%;
    }
    .left_article img {
        width: 60%;
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    li.abli_2 {
    text-align: center;
    width: 100%;
    margin: 0px auto 30px;
}

li.abli_1 {
    width: 100%;
    /* float: left; */
}
    /* --------------------------------------------------- */
    /* SAFE TB */
    /* --------------------------------------------------- */
    .safe_article .safe_img {
        float: none;
        display: block;
        margin: 20px auto 20px;
        text-align: center;
        width: 80%;
    }
    .safe_article p {
        padding-right: 30px;
        overflow: hidden;
    }
    .safe_h3 {
        margin: 0 auto 5px;
        display: block;
        width: 100%;
        text-align: center;
    }
    /* --------------------------------------------------- */
    /* COMPANY TB */
    /* --------------------------------------------------- */
    .company_table td p {
        width: 90px;
        position: inherit;
        text-align: center;
        margin: 0 auto;
    }
    .company_table td ul li {
        width: 100%;
        display: block;
    }
    /* --------------------------------------------------- */
    /* SOLUTION TB */
    /* --------------------------------------------------- */
    .sol_article .sol_img {
        float: none;
        width: 70%;
        display: block;
        margin: 15px auto;
    }
    /* --------------------------------------------------- */
    /* CONTACT,RECRUIT TB */
    /* --------------------------------------------------- */
    .contact_tb tr th {
        width: 35%;
    }
    .step_flow {
        margin: 10px auto;
        text-align: center;
    }
    .step_flow li {
        width: 30%;
        padding: 5px;
        display: inline-block;
    }
    .step_flow li p {
        width: 85%;
    }
    .step_flow .arrow {
        display: none;
    }
    .pdf {
        float: right;
    }
    .form_notice1 {
        font-size: 87.5%;
        text-align: left;
        width: 100%;
        float: none;
        color: #3d9cd5;
        line-height: 16px;
        padding: 3px;
    }
    #zip1, #zip2 {
        width: 30%;
    }
    .zip1 p {
        text-align: left;
        padding-left: 20px;
    }
    .zip_txt {
        width: 100%;
        float: none;
        vertical-align: middle;
        margin: 0 0 0px 0;
    }
    #pref, #city, #add {
        width: 90%;
        margin-left: 15px;
    }
}


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


/* SP */


/* -600px */


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

@media screen and (max-width: 600px) {
    .greet_link a {
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        width: 30%;
    }
    .news dl {
        height: auto;
        padding: 5px;
        color: #444;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news dl dt {
        float: none;
    }
    .news dl dd {
        width: 100%;
        padding: 0 0 5px;
        margin: 0 0 10px;
        border-bottom: 1px #4aa9fb dashed;
    }
    .news_txt {
        text-align: left;
        font-weight: 600;
        font-size: 13px;
    }
    .everyday li:nth-child(odd), .everyday li:nth-child(even) {
        float: none;
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
        padding: 0;
    }
    .status li {
        width: 100%;
        float: none;
    }
    .status li p {
        text-align: center;
    }
    .left_article img {
        width: 80%;
    }
    .flow_flow .flow_icon {
        display: none;
    }
    .flow_article .flow_img {
        float: none;
        margin: 20px auto;
        text-align: center;
        width: 80%;
        display: block;
    }
    .sol_article ul li:nth-child(odd), .sol_article ul li:nth-child(even), .flow_photo ul li:nth-child(odd), .flow_photo ul li:nth-child(even) {
        float: none;
        text-align: center;
        margin: 10px auto;
        width: 100%;
        padding: 0;
    }
    .car_guide li {
        width: 80%;
        display: inline-block;
        padding: 10px;
        margin: 15px 4px;
    }
    .car_left, .car_right {
        float: none;
    }
    .car table {
        width: 80%;
        text-align: center;
        margin: 20px auto;
        border-spacing: 2px;
    }
    .sol_article .sol_img {
        width: 80%;
    }
    .step_flow li {
        width: 100%;
        display: block;
    }
    .step_flow li p {
        width: 100%;
        text-align: center;
    }
    .pdf {
        text-align: center;
        float: none;
        display: block;
        margin: 10px auto;
    }
    .choose_list1 {
        margin: 0 auto 50px auto;
        width: 100%;
    }
    .choose_list1 li {
        text-align: center;
        float: none;
        margin: 10px 0 10px;
    }
    .contact_tb tr th, .contact_tb tr td {
        display: block;
        width: 100%;
    }
    .contact_tb tr th {
        padding: 10px 15px 5px;
    }
    .contact_tb tr th em {
        position: inherit;
        padding: 2px 5px;
        margin-left: 20px;
    }
    .contact_tb tr td {
        padding: 4px 5px;
        text-align: center;
    }
    #zip1, #zip2 {
        width: 20%;
    }
    #pref, #city, #add {
        width: 85%;
    }
}


@media screen and (max-width: 960px) {
  li.staffli {
    /* float: left; */
    width: 100%;
    margin: 0px 1% 50px;
}
}
