@import url(../fonts/notosansjp.css);
#rental-step-new a,
#faq-new a {
    font-size: 120%;
    font-weight: bold;
}

#rental-step-new a:link,
#rental-step-new a:visited,
#faq-new a:link, #faq-new a:visited {
    color: #3175ac;
    text-decoration: underline;
}

#rental-step-new a:hover,
#rental-step-new a:active,
#faq-new a:hover, #faq-new a:active {
    color: #2684ff;
    text-decoration: none;
}

#rental-step-new .step-flow,
#faq-new .step-flow {
    padding-top: 50px;
    margin-bottom: 100px;
}

#rental-step-new .step-flow ul:after,
#faq-new .step-flow ul:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    clear: both;
}

#rental-step-new .step-flow ul li,
#faq-new .step-flow ul li {
    position: relative;
    width: 215px;
    float: left;
    margin-right: 40px;
    background: #ebeff2;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    #rental-step-new .step-flow ul li,
    #faq-new .step-flow ul li {
        width: calc( 50% - 20px);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 768px) {
    #rental-step-new .step-flow ul li,
    #faq-new .step-flow ul li {
        width: auto;
        float: none;
        clear: both;
        margin: 0 0 20px;
    }
}

#rental-step-new .step-flow ul li .text,
#faq-new .step-flow ul li .text {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    min-width: 215px !important;
}

@media screen and (max-width: 1200px) {
    #rental-step-new .step-flow ul li .text,
    #faq-new .step-flow ul li .text {
        display: block;
        min-width: auto;
        padding: 10px 10px 0;
    }
}

@media screen and (max-width: 768px) {
    #rental-step-new .step-flow ul li .text,
    #faq-new .step-flow ul li .text {
        padding: 20px;
        height: auto;
    }
}

#rental-step-new .step-flow ul li span,
#faq-new .step-flow ul li span {
    display: block;
    width: 80px;
    height: 80px;
    background: #4188cf;
    position: absolute;
    border-radius: 50%;
    white-space: nowrap;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    left: -30px;
    top: -20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

#rental-step-new .step-flow ul li span.pt-b,
#faq-new .step-flow ul li span.pt-b {
    background: #1a65b1;
}

#rental-step-new .step-flow ul li span.pt-c,
#faq-new .step-flow ul li span.pt-c {
    background: #0c5094;
}

#rental-step-new .step-flow ul li span.pt-d,
#faq-new .step-flow ul li span.pt-d {
    background: #043362;
}

#rental-step-new .step-flow ul li span b,
#faq-new .step-flow ul li span b {
    display: block;
    position: absolute;
    bottom: 13px;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    #rental-step-new .step-flow ul li span,
    #faq-new .step-flow ul li span {
        width: 60px;
        height: 60px;
        left: -15px;
        top: -10px;
    }
    #rental-step-new .step-flow ul li span b,
    #faq-new .step-flow ul li span b {
        bottom: 8px;
        font-size: 20px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    #rental-step-new .step-flow ul li .image,
    #faq-new .step-flow ul li .image {
        display: none;
    }
}

#rental-step-new .step-flow ul li img,
#faq-new .step-flow ul li img {
    width: 100%;
    height: auto;
}

#rental-step-new .step-flow ul li .step-flow-btn a,
#faq-new .step-flow ul li .step-flow-btn a {
    display: block;
    background-image: url(../img/rental-steps/arrow.png);
    background-position: 95% center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    transition: 0.3s;
    font-size: 100%;
    font-weight: normal;
}

#rental-step-new .step-flow ul li .step-flow-btn a:link,
#rental-step-new .step-flow ul li .step-flow-btn a:visited,
#faq-new .step-flow ul li .step-flow-btn a:link, #faq-new .step-flow ul li .step-flow-btn a:visited {
    color: #fff;
    text-decoration: none;
    background-color: #54a1ee;
}

#rental-step-new .step-flow ul li .step-flow-btn a:hover,
#rental-step-new .step-flow ul li .step-flow-btn a:active,
#faq-new .step-flow ul li .step-flow-btn a:hover, #faq-new .step-flow ul li .step-flow-btn a:active {
    color: #fff;
    text-decoration: none;
    background-color: #99ccff;
}

#rental-step-new .step-flow ul li:last-child,
#faq-new .step-flow ul li:last-child {
    margin-right: 0;
}

#rental-step-new .step-title,
#faq-new .step-title {
    position: relative;
    border-bottom: 2px solid #ebeff2;
    margin-bottom: 40px;
}

#rental-step-new .step-title span,
#faq-new .step-title span {
    display: block;
    width: 80px;
    height: 80px;
    background: #4188cf;
    position: absolute;
    border-radius: 50%;
    white-space: nowrap;
    line-height: 35px;
    font-size: 14px;
    text-transform: uppercase;
    left: -30px;
    top: -20px;
    font-weight: normal;
}

#rental-step-new .step-title span.pt-b,
#faq-new .step-title span.pt-b {
    background: #1a65b1;
}

#rental-step-new .step-title span.pt-c,
#faq-new .step-title span.pt-c {
    background: #0c5094;
}

#rental-step-new .step-title span.pt-d,
#faq-new .step-title span.pt-d {
    background: #043362;
}

#rental-step-new .step-title span b,
#faq-new .step-title span b {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    #rental-step-new .step-title span,
    #faq-new .step-title span {
        width: 60px;
        height: 60px;
        left: -15px;
        top: -10px;
    }
    #rental-step-new .step-title span b,
    #faq-new .step-title span b {
        bottom: 15px;
    }
}

#rental-step-new .step-title h2,
#faq-new .step-title h2 {
    display: block;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: bold;
    padding-left: 10px;
}

#rental-step-new .faq-title,
#faq-new .faq-title {
    position: relative;
    border-bottom: 2px solid #ebeff2;
    margin-bottom: 40px;
    display: block;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: bold;
}

#rental-step-new .step,
#faq-new .step {
    border-bottom: none;
    /*margin-bottom: 100px;*/
    padding-top: 30px;
}

#rental-step-new .step p,
#faq-new .step p {
    margin-bottom: 1.5em;
    padding-left: 20px;
}

#rental-step-new .step p:last-child,
#faq-new .step p:last-child {
    margin-bottom: 0;
}

#rental-step-new .step h3,
#faq-new .step h3 {
    border-left: 4px solid #043362;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1.5em;
}

#rental-step-new .step h3:first-child,
#faq-new .step h3:first-child {
    margin-top: 0;
}

#rental-step-new .step h4,
#faq-new .step h4 {
    font-weight: bold;
    padding-left: 20px;
}

#rental-step-new .step .image,
#faq-new .step .image {
    font-size: 0;
    line-height: 0;
}

#rental-step-new .step .image img,
#faq-new .step .image img {
    margin: 0;
    width: 100% !important;
}

#rental-step-new .step .image.right,
#faq-new .step .image.right {
    float: right;
    margin: 0 0 20px 20px;
}

@media screen and (max-width: 768px) {
    #rental-step-new .step .image.right,
    #faq-new .step .image.right {
        float: none;
        clear: both;
        text-align: center;
        margin: 0 0 20px 0;
    }
}

#rental-step-new .step table,
#faq-new .step table {
    margin-left: 20px;
    text-align: center;
    margin-bottom: 1.5em;
}

#rental-step-new .step table thead th,
#faq-new .step table thead th {
    background: #cee4f5;
    text-align: center;
}

#rental-step-new .step table tbody th,
#faq-new .step table tbody th {
    text-align: center;
}

#rental-step-new .step-list ul,
#faq-new .step-list ul {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 20px;
}

@media screen and (max-width: 1200px) {
    #rental-step-new .step-list ul,
    #faq-new .step-list ul {
        padding: 0;
    }
}

#rental-step-new .step-list ul li,
#faq-new .step-list ul li {
    float: left;
    width: 220px;
    margin-right: 20px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    #rental-step-new .step-list ul li,
    #faq-new .step-list ul li {
        width: 50%;
        margin: 0;
    }
}

#rental-step-new .step-list ul li .image,
#faq-new .step-list ul li .image {
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    #rental-step-new .step-list ul li .image,
    #faq-new .step-list ul li .image {
        padding: 0 10px;
    }
}

#rental-step-new .step-list ul li p,
#faq-new .step-list ul li p {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    #rental-step-new .step-list ul li p,
    #faq-new .step-list ul li p {
        min-height: 50px;
    }
}

@media screen and (max-width: 980px) {
    #rental-step-new .table-container,
    #faq-new .table-container {
        overflow-x: auto;
        margin-bottom: 1em;
    }
    #rental-step-new .table-container table,
    #faq-new .table-container table {
        white-space: nowrap;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

#rental-step-new .faq,
#faq-new .faq {
    margin-bottom: 100px;
    padding-top: 30px;
}

#rental-step-new .faq-list-navi,
#faq-new .faq-list-navi {
    padding-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    #rental-step-new .faq-list-navi,
    #faq-new .faq-list-navi {
        padding-top: 30px;
        margin-bottom: 50px;
    }
}

#rental-step-new .faq-list-navi ul:after,
#faq-new .faq-list-navi ul:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    clear: both;
}

#rental-step-new .faq-list-navi ul li,
#faq-new .faq-list-navi ul li {
    position: relative;
    width: 215px;
    float: left;
    margin-right: 40px;
    text-align: center;
    margin-bottom: 20px;
}

#rental-step-new .faq-list-navi ul li:last-child,
#faq-new .faq-list-navi ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    #rental-step-new .faq-list-navi ul li,
    #faq-new .faq-list-navi ul li {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 768px) {
    #rental-step-new .faq-list-navi ul li,
    #faq-new .faq-list-navi ul li {
        width: auto;
        margin: 0 0 20px;
        float: none;
        clear: both;
    }
    #rental-step-new .faq-list-navi ul li:last-child,
    #faq-new .faq-list-navi ul li:last-child {
        margin: 0 0 20px;
    }
}

#rental-step-new .faq-list-navi a,
#faq-new .faq-list-navi a {
    display: block;
    background-image: url(../img/rental-steps/arrow.png);
    background-position: 95% center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    transition: 0.3s;
    text-align: center;
    padding: 10px 0;
}

#rental-step-new .faq-list-navi a:link,
#rental-step-new .faq-list-navi a:visited,
#faq-new .faq-list-navi a:link, #faq-new .faq-list-navi a:visited {
    color: #fff;
    text-decoration: none;
    background-color: #54a1ee;
}

#rental-step-new .faq-list-navi a:hover,
#rental-step-new .faq-list-navi a:active,
#faq-new .faq-list-navi a:hover, #faq-new .faq-list-navi a:active {
    color: #fff;
    text-decoration: none;
    background-color: #99ccff;
}

#rental-step-new .faq-list dt,
#faq-new .faq-list dt {
    position: relative;
    padding-left: 50px;
    margin-bottom: 1em;
    line-height: 1.6em;
}

#rental-step-new .faq-list dt:before,
#faq-new .faq-list dt:before {
    content: "Q";
    width: 30px;
    height: 30px;
    background: #043362;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: Arial;
    font-weight: normal;
}

#rental-step-new .faq-list dd,
#faq-new .faq-list dd {
    position: relative;
    padding-left: 50px;
    margin: 0 0 2em;
}

#rental-step-new .faq-list dd:last-child,
#faq-new .faq-list dd:last-child {
    margin-bottom: 0;
}

#rental-step-new .faq-list dd p,
#faq-new .faq-list dd p {
    padding: 0;
}

#rental-step-new .faq-list dd:before,
#faq-new .faq-list dd:before {
    content: "A";
    width: 30px;
    height: 30px;
    background: #ebeff2;
    color: #043362;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-family: Arial;
    font-weight: normal;
}

#kv-inner {
    position: absolute;
    height: auto;
    width: 70%;
    left: 50%;
    top: 50%;
    margin-left: -45%;
    text-align: center;
    font-size: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    #kv-inner {
        width: 100%;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0;
        margin-top: 20px;
    }
}

#kv-inner img {
    width: auto !important;
    height: auto !important;
    position: relative !important;
}

#kv-inner h2 {
    margin-bottom: 30px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto;
}

#kv-inner h2 img {
    max-width: 100% !important;
}

@media screen and (max-width: 768px) {
    #kv-inner h2 {
        margin-bottom: 10px;
    }
    #kv-inner h2 img {
        width: 300px !important;
        height: auto !important;
    }
}

#kv-inner div {
    margin-bottom: 30px;
}

#kv-inner div:last-chid {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #kv-inner div#kv-product {
        margin-bottom: 10px;
    }
    #kv-inner div#kv-product img {
        width: 164px !important;
        height: auto !important;
    }
}

#kv-inner div#kv-btn {
    width: 540px;
    height: 79px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto;
    background: #ffe400;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
    #kv-inner div#kv-btn {
        margin-bottom: 0;
        width: 270px;
        height: 39px;
    }
    #kv-inner div#kv-btn img {
        width: 279px !important;
        height: auto !important;
    }
}

#kv-inner a {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    padding: 0 !important;
    background: none !important;
    width: auto !important;
    border-radius: 0 !important;
    transition: 0.3s;
}

#kv-inner a:hover {
    opacity: 0.8;
}

.top_kv {
    background: url(../images/top/kv-bg.jpg) no-repeat center bottom !important;
    background-size: cover !important;
    height: 720px !important;
    background-position: center 40% !important;
}
@media screen and (max-width: 1200px) {
    .top_kv {
        height: 650px !important;
    }
}
@media screen and (max-width: 960px) {
    .top_kv {
        height: 600px !important;
    }
}
@media screen and (max-width: 768px) {
    .top_kv {
        height: 360px !important;/*340px*/
        background: url(../images/top/kv-sp-bg.jpg) no-repeat center bottom !important;
        background-size: cover !important;
        background-position: center 80% !important;
    }
}

.news-detail {
    display: block !important;
    clear: both;
}

.news-detail h2 {
    display: block;
    clear: both;
    float: none;
    width: auto;
}

.news-detail div {
    font-size: 16px;
    line-height: 1.6em;
    color: #333;
    float: none;
    width: auto;
}

.news-detail div a {
    font-weight: bold;
    /*font-size: 120%;*/
}

.news-detail div a:link, .news-detail div a:visited {
    color: #3175ac;
    text-decoration: underline;
}

.news-detail div a:hover, .news-detail div a:active {
    color: #2684ff;
    text-decoration: none;
}

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

    .news-detail {
        display: block !important;
        clear: both;
    }

    .news-detail h2 {
        text-align: center;
    }
    .news-detail p {
        text-align: center;
    }

}
