/* ========== px ========== */
.c-space-pt0 {
    padding-top: 0 !important;
}
.c-space-p0 {
    margin-top: 0px !important;
}
.c-space-p30 {
    margin-top: 30px !important;
}
.c-space-p35 {
    margin-top: 35px !important;
}
.c-space-p40 {
    margin-top: 40px !important;
}
.c-space-p45 {
    margin-top: 45px !important;
}
.c-space-p50 {
    margin-top: 50px !important;
}
.c-space-p55 {
    margin-top: 55px !important;
}
.c-space-p60 {
    margin-top: 60px !important;
}
.c-space-p65 {
    margin-top: 65px !important;
}
.c-space-p70 {
    margin-top: 70px !important;
}
.c-space-p75 {
    margin-top: 75px !important;
}
.c-space-p80 {
    margin-top: 80px !important;
}
.c-space-p85 {
    margin-top: 85px !important;
}

@media only screen and (min-width: 641px) {
.pb-30 {
    padding-bottom: 30px;
}
}

/* ========== block-borrow-repay ========== */
.block-borrow-repay {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-pack: distribute;
	justify-content: center;
}
.block-borrow {
    padding-right: 30px;
}
.block-repay {
    padding-left: 30px;
    border-left: solid 1px #d4d5d5;
}

@media only screen and (max-width: 640px) {
.block-borrow {
    text-align: center;
    padding-right: 10px;
}
.block-repay {
    text-align: center;
    padding-left: 10px;
}
}

/* ========== subnavi-local ========== */
.subnavi-local {
    
}
.subNavi-local ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
.subNavi-local ul li {
  display: inline-block;
  border-left: 1px solid #646464;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  font-size: 16px;
}
.subNavi-local ul li:first-child {
  border-left: none;
}
.subNavi-local ul a {
  color: #535252;
  text-decoration: none;
}
.subNavi-local ul em {
  color: #eb7000;
}
.subNavi-local ul a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
    .c-hide-pc {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .c-hide-sp {
        display: none;
    }
}

/* ========== movie ========== */
.movie {
	height: 0;
	margin-top: 1.25em;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
@media only screen and (max-width: 640px) {
    .movie {
        margin-top: .75em;
    }
}

.movie iframe {
	border: #000 solid 1px;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}

/* ========== heading ========== */
.c-heading-01 {
    background-color: #eb5505;
    color: #fff;
    margin: 0 -10px 16px;
    padding: 10px;
    text-align: center;
}

.c-heading-01 h2 {
    font-size: 18px;
    font-weight: bold;
}

.c-heading-02 {
    border-left: 3px solid #eb5505;
    border-bottom: 1px solid #eb5505;
    color: #eb5505;
    margin-top: 20px;
    padding: .25em 0 .25em .55em;
}
@media only screen and (max-width: 640px) {
    .c-heading-02 {
        margin-top: 2.75em;
        margin-bottom: 2em;
    }
}
@media only screen and (min-width: 640px) {
    .c-heading-02 {
        border-left: 6px solid #eb5505;
        font-size: 20px;
        margin-top: 50px;
    }
}

.c-heading-02 h4 {
    margin: 0;
    font-size: 110%;
    font-weight: bold;
}
@media only screen and (max-width: 640px) {
    .c-heading-02 h4 {
        font-size: 125%;
    }
}

.c-heading-03 {
    color: #eb5505;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .c-heading-03,
    .c-figure-01+.c-copy-01.c-heading-03 {
        margin-top: 2.5em;
    }
}
@media only screen and (min-width: 640px) {
    .c-heading-03 {
        font-size: 125%;
    }
}

.c-heading-03 span {
    border-bottom: 1px solid #eb5505;
    display: inline-block;
}

/* ========== tab ========== */
.c-tab-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 640px) {
    .c-tab-01 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px 0;
        width: 100%;
    }
}
@media screen and (min-width: 640px) {
    .c-tab-01 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 15px;
    }
}

.c-tab-01 .c-tab--item {
    position: relative;
    width: 350px;
}
@media screen and (max-width: 640px) {
    .c-tab-01 .c-tab--item {
        border-radius: 25px;
        display: table;
        width: 48.21%;
    }
}
@media screen and (min-width: 640px) {
    .c-tab-01 .c-tab--item:first-child {
        margin-right: 20px;
    }
}

.c-tab-01 .c-tab--item.is-active a {
    background-color: #eb5505;
}

.c-tab-01 .c-tab--item a {
    background-color: #fedecd;
    border-radius: 30px;
    color: #eb5505;
    font-size: 26px;
    display: block;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 640px) {
    .c-tab-01 .c-tab--item a {
        font-size: 20px;
    }
}

.c-tab-01 .c-tab--item.is-active a {
    color: #fff;
}
.c-tab-01 .c-tab--item a span,
.c-tab-01 .c-tab--item.is-active a span {
    font-weight: bold;
}
@media screen and (max-width: 640px) {
    .c-tab-01 .c-tab--item a {
        font-size: 12px;
        padding: 10px;
        display: table-cell;
        vertical-align: middle;
    }
}

.c-tab-01 .c-tab--item a:hover {
    opacity: .8;
}

.c-tab-02.c-tabs-01 {
    margin: 10px 0 0;
}

.c-tab-02.c-tabs-01>.tabs {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 20px;
    padding: 0;
}
@media screen and (min-width: 640px) {
    .c-tab-02.c-tabs-01>.tabs {
        margin-top: 15px;
    }
}

.c-tab-02.c-tabs-01>.tabs>li {
    margin: 0;
    width: 47.32%;
}
@media screen and (min-width: 640px) {
    .c-tab-02.c-tabs-01>.tabs>li {
        width: 48.21%;
    }
}

.c-tab-02.c-tabs-01>.tabs>li.current {
    border: 1px solid #bcbdbd;
    border-bottom: none;
    width: 48.21%;
    -webkit-transform: translateY(5px);
    transform: translateY(1px);
    z-index: 1;
}
@media screen and (min-width: 640px) {
    .c-tab-02.c-tabs-01>.tabs>li.current {
        width: 48.85%;
    }
}

.c-tab-02.c-tabs-01>.tabs>li:first-child {
    margin-right: 2px;
}
@media screen and (min-width: 640px) {
    .c-tab-02.c-tabs-01>.tabs>li:first-child {
        margin-right: 4px;
    }
}

.c-tab-02.c-tabs-01>.tabs>li a {
    background: #fedecd;
    border: none;
    border-radius: 0;
    color: #eb5505;
    font-size: 12px;
    padding: 8px 0;
}
@media screen and (min-width: 640px) {
    .c-tab-02.c-tabs-01>.tabs>li a {
        font-size: 18px;
        padding: 18px 0;
    }
}

.c-tab-02.c-tabs-01>.tabs>li.current a {
    background: #fff;
    border: none;
    border-top: 3px solid #eb5505;
    border-radius: 0;
    color: #535252;
    font-weight: bold;
    padding: 16px 0 8px;
}
@media screen and (min-width: 640px) {
    .c-tab-02.c-tabs-01>.tabs>li.current a {
        border-top: 6px solid #eb5505;
        padding: 35px 0 24px;
    }
}

.c-tab-02.c-tabs-01>.tabs>li a .recommended,
.c-tab-02.c-tabs-01>.tabs>li.current a .recommended {
    position: relative;
}

.c-tab-02.c-tabs-01>.tabs>li a .recommended:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 20px;
    background-image: url(/products/loan/howto/img/icon_ribbon_01.png);
    background-size: 41px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
    .c-tab-02.c-tabs-01>.tabs>li a .recommended:before {
        width: 88px;
        height: 26px;
        background-size: 88px;
        top: -25px;
    }
}

.c-tab-02.c-tabs-01>.tabs>li.current a .recommended:before {
    background-image: url(/products/loan/howto/img/icon_ribbon_01.png);
}


.c-tab-02.c-tabs-01>.content {
    border-bottom: none;
    border-top: 1px solid #bcbdbd;
}
.c-tab-02.c-tabs-01>.content:before,
.c-tab-02.c-tabs-01>.content:after {
    content: none;
}

.c-tab-02.c-tabs-01>.content>div {
    padding: 20px 0 40px;
}
@media screen and (max-width: 640px) {
    .c-tab-02.c-tabs-01>.content>div {
        padding: 20px 0;
    }
}

/* ========== info ========== */
.c-info-01 {
    border: 1px solid #eb5505;
    border-radius: 8px;
    margin-top: 20px;
    padding: 14px 10px;
}
@media screen and (min-width: 640px) {
    .c-info-01 {
        border: 3px solid #eb5505;
        border-radius: 20px;
        margin-top: 30px;
        padding: 18px 20px 20px;
    }
}

.c-info-01 .c-info--head {
    text-align: center;
}

.c-info-01 .c-info--head-sub {
    background-color: #888;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 6px;
    padding: 4px 8px;
}
@media screen and (min-width: 640px) {
    .c-info-01 .c-info--head-sub {
        border-radius: 10px;
        font-size: 16px;
        margin-bottom: 20px;
        padding: 6px 15px;
    }
}

.c-info-01 .c-info--head-ttl {
    font-size: 100%;
    font-weight: bold;
}
@media screen and (min-width: 640px) {
    .c-info-01 .c-info--head-ttl {
        font-size: 20px;
    }
}

.c-info-01 .c-info--head-ttl span {
    padding-left: 30px;
    position: relative;
}
@media screen and (min-width: 640px) {
    .c-info-01 .c-info--head-ttl span {
        padding-left: 52px;
    }
}

.c-info-01 .c-info--head-ttl span:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 17px;
    background-image: url(/products/loan/howto/img/icon_mail.png);
    background-size: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
@media screen and (min-width: 640px) {
    .c-info-01 .c-info--head-ttl span:before {
        width: 41px;
        height: 28px;
        background-size: 41px;
    }
}

/* ========== col ========== */
.c-2col-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
}
@media screen and (max-width: 640px) {
    .c-2col-01 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (min-width: 640px) {
    .c-2col-01 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 640px) {
    .c-2col-01 figure {
        width: 25%;
        margin-right: 5%;
    }
}
@media screen and (min-width: 640px) {
    .c-2col-01 figure {
        margin-right: 15px;
    }
}

@media screen and (min-width: 640px) {
    .c-2col-02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
         -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-2col-02-thumb {
        margin-right: 20px;
        width: 282px;
    }
    .c-2col-02-txt {
        width: 568px;
    }
}

/* ========== icon ========== */
.icon-search,
.icon-mov {
    position: relative;
    padding-left: 22px;
}
@media screen and (min-width: 640px) {
    .icon-search,
    .icon-mov {
        padding-left: 46px;
    }
}

.icon-search:before,
.icon-mov:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    margin-top: 4px;
}
@media screen and (min-width: 640px) {
    .icon-search:before,
    .icon-mov:before {
        width: 32px;
        height: 32px;
        background-size: 32px;
        margin-top: -2px;
    }
}

.icon-search:before {
    background-image: url(/products/loan/howto/img/icon_search.png);
}

.icon-mov:before {
    background-image: url(/products/loan/howto/img/icon_mov.png);
}

/* ========== cashone-cv ========== */
.cashone-cv .c-heading3-01 h3{
    color:  #eb5505;
    border-bottom: none;
    padding-bottom: 0;
}

/* ========== c-back-button-area ========== */
.c-back-button-area {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 11;
}
@media screen and (max-width: 640px) {
.c-back-button-area {
    right: 10px;
    bottom: 10px;
}
}
.c-back-button-area a {
    text-decoration: none;
}
.c-back-button {
    background-color: #eb5505;
    color: #fff;
    padding: 20px 10px 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    position: relative;
}
.c-back-button::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 22px;
    background-image: url(/assets/img/arrows_01_@2x.png);
    background-size: auto 35px;
    background-position: 72px 0px;
    width: 10px;
    height: 15px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
@media screen and (max-width: 640px) {
.c-back-button::before {
    left: 20px;
}
}
.c-back-button p {
    margin: 0;
}

/* ========== c-anchorList-up ========== */
.c-anchorList-01.c-anchorList-up a:before {
    background-position: right;
}