@charset "UTF-8";

/* --------------------------------------------------------------------------------
   BASE:sj040.css 
   -------------------------------------------------------------------------------- */

/* @import 
---------------------------------------------------------- */
@import url("noto.css");


/* font
---------------------------------------------------------- */
.noto {
	font-family: 'Noto Sans Japanese';
}
.ie .noto{
	padding-top: 1em;
}
html.win #contents {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* --------------------------------------------------------------------------------
   Reset & set
   -------------------------------------------------------------------------------- */
#main {
  margin-top: 3em;
  color: #000;
}
#main article {
  padding: 3em 0;
  background-color: #fff6c4;
}
#main article section {
  width: 910px;
  margin: 0 auto;
}
#main article:nth-child(odd) {
  background-color: #fffae0;
}
#main article:first-of-type, #main article:last-of-type {
  background-color: #fff;
}
.gotop {
  bottom: 120px;
}
.notes.bk{
  margin: 0;
  color: #000;
}
footer {
  margin-bottom: 95px;
}
footer small.copyright {
  color:#ffffff;
}
.registrationNumber{
  margin-bottom: 95px;
  padding: 2em 0;
  text-align: center;
}
@media screen and (min-width:1px) and (max-width:767px) {
  #main {
    margin-top: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #main article section {
    width: 80%;
  }
  body .pageFooter {
    margin-bottom: 74px;
  }
  footer {
  margin-bottom: 60px;
}
}


/* --------------------------------------------------------------------------------
   contents
   -------------------------------------------------------------------------------- */

/* common
---------------------------------------------------------- */
h2.ttl-01 {
  text-align: center;
  color: #000000;
  font-size: 1.7em;
  background-image: url(../img/sj040/ml_ttlpoint.png);
  background-repeat: no-repeat;
  background-position: center top !important;
  background-size: 30px auto;
  padding-top: .8em;
  margin-bottom: 1.5em;
  letter-spacing: .1em;
}
h2.ttl-01 img {
  display: block;
}
@media screen and (min-width:1px) and (max-width:767px) {
  h2.ttl-01 {
    font-size: 1.5em !important;
  }
}

/* header
---------------------------------------------------------- */
.page-ttl{
  padding-top: 0 !important;
  padding-bottom: 2em !important;
  border-bottom: 2px solid #ebd467;
}
.page-ttl h2{
  text-align: center;
  border-top: 4px solid #014099;
  border-bottom: 4px solid #014099;
  padding: 30px 0;
  margin-bottom: 2.5em;
}
.page-ttl h2 img{
  width: 356px;
  margin: 0 auto;
}
.page-ttl .info{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.page-ttl .info img{
  height: 140px;
}
.page-ttl .info dl{
  width: 740px;
}
.page-ttl .info dl dt {
  color: #014099;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
.page-ttl .info dl dd {
  font-weight: bold;
  font-size: .93rem !important;
  letter-spacing: 0.05em;
}
html.win .page-ttl .info dl dd {
  font-size: .93rem !important;
  letter-spacing: normal;
  white-space: nowrap;
}
.page-ttl nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ttl nav ul li {
  width: 18%;
}
.page-ttl nav ul li a{
  text-align: center;
  background-color: #13489d;
  display: block;
  padding: 1em;
  color: #FFFFFF !important;
  font-weight: bold;
  border-radius: 10px;
  font-size: .9rem;
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(51, 51, 51, 0.1);
}
.page-ttl nav ul li a:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #13489d transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
@media screen and (min-width:1px) and (max-width:767px) {
  .page-ttl h2{
    border: none;
    padding: 0;
  }
  .page-ttl h2 img {
    width: 100%;
    margin: 0 auto;
  }
  .page-ttl .info {
    display: block;
    margin-bottom: 2em;
  }
  .page-ttl .info img {
    margin: 0 auto;
    display: block;
  }
  .page-ttl .info dl {
    width: 100%;
  }
  .page-ttl .info dl dt {
    font-size: 1.5em;
    text-align: center;
  }
  .page-ttl nav ul {
    flex-wrap: wrap;
  }
  .page-ttl nav ul li {
    width: 100%;
    margin-bottom: .5em;
  }
  .page-ttl nav ul li a {
    font-size: .8rem;
    padding: 1em;
    letter-spacing: normal;
  }
  .page-ttl nav ul li a:after {
    border: none;
  }
  .page-ttl nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 33%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
    left: 20px;
  }

}


/* table
---------------------------------------------------------- */
.dataTable01 table {
  margin-bottom: 0.5em;
  border: 2px solid #014099;
  width: 100%;
}
.dataTable01 th, .dataTable01 td {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  text-align: center;
  background-color: #FFF;
  border: 2px solid #014099;
}
.dataTable01 th {
  color: #FFFFFF;
  background-color: #014099;
  width: 30%;
}
.dataTable01 th.th2{
  color: #014099;
  background-color: #e9eef8;
  width: 20%;
}
.dataTable01 th span{
  display: block;
  font-weight: normal;
}

@media screen and (min-width:1px) and (max-width:767px) {
  .dataTable01 table {
    width: 100%;
    border: none;
    padding: 10px;
    margin: 0;
  }
  .dataTable01 th, .dataTable01 td {
    border-right: 2px solid #014099;
    border-left: 2px solid #014099;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
  }
  .dataTable01 tr {
    border-top-style: none;
    display: block;
    margin-bottom: 1em;
  }
  .dataTable01 th,.dataTable01 th.th2 {
    width: 100%;
    display: block;
    padding-top: .5em;
    padding-bottom: .5em;
    border-bottom-style: none;
    font-weight: bold;
  }
  .dataTable01 td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .dataTable01 td:last-child {
    border-bottom: 2px solid #014099;
  }
  .dataTable01 th span{
    display: inline-block;
  }
  .dataTable01.list2 tr:first-of-type  {
    margin-bottom: 0;
  }
  .dataTable01.list2 tr:first-of-type td:last-child {
    border-bottom: none;
  }
  .dataTable01.list3 td {
   text-align: left;
  }
}

/* future
---------------------------------------------------------- */
#future ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
#future ul li{
  text-align: center;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: 0px 4px 11.57px 1.43px rgba(98, 59, 36, 0.13);
  width: 436px;
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 3em;
  padding: 2.3em 0 1em;
}
#future ul li:first-child {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
#future ul li:last-child{
  width: 100%;
}
#future ul li h3{
  display: inline-block;
  color: #FFF;
  border-radius: 5px;
  background-color: #13489d;
  position: absolute;
  padding: .3em 2em;
  top: -1em;
  left: 50%;
  transform: translate(-50%, -5%);
  font-size: 1rem;
  white-space: nowrap;
}
#future ul li h4{
  font-family: 'Noto Sans Japanese';
  font-size: 1.3rem;
  line-height: 1.6;
}
#future ul li h4 strong,
#future ul li p strong{
  color: #14489C;
}
#future ul li p{
  margin: 1em 3em 0;
  color: #868686;
  line-height: 1.5;
  font-size: .93rem !important;
}
@media screen and (min-width:1px) and (max-width:767px) {
  #future ul li {
    text-align: left;
    width: 100%;
    margin-bottom: 3em;
    padding: 2.3em 1.5em 1.5em !important;
  }
  #future ul li p {
    width: 100%;
    margin: 1em 0 0;
  }
  #future ul li h4 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  #future ul li:last-child h4 {
    text-align: center;
  }
  #future ul li:last-child p:last-of-type {
    text-align: center;
    margin-top: 1em !important;
  }
}

/* voice
---------------------------------------------------------- */
#voice dl {
  display: flex;
  margin-bottom: 2.5em;
}
#voice dl dt {
  width: 160px;
  position: relative;
}
#voice dl dt span {
  text-align: center;
  font-weight: bold;
  display: block;
  width: 103px;
  font-size: .7rem;
}
#voice dl dt span img {
  width: 100%;
  margin-bottom: 0.5em;
}
#voice dl dd {
  width: 740px;
  background-color: #FFF;
  border-radius: 15px;
  border: 3px solid #014099;
  padding: 2em 3em;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#voice dl dt img.fukidashi {
  width: 31px;
  position: absolute;
  top: 30px;
  right: -4px;
}
#voice dl:nth-of-type(2) {}
#voice dl:nth-of-type(2) dt {
  order: 2;
}
#voice dl:nth-of-type(2) dd {
  order: 1;
}
#voice dl:nth-of-type(2) dt span{
  margin-left: 41px;
}
#voice dl:nth-of-type(2) dt img.fukidashi {
  left: -4px;
}
@media screen and (min-width:1px) and (max-width:767px) {
  #voice dl dt {
    width: 30%;
  }
  #voice dl dd {
    width: 75%;
    padding: 1em;
    font-size: .9rem;
  }
  #voice dl dt span {
    width: 76%;
  }
  #voice dl:nth-of-type(2) dt span {
    margin-left: 20px;
  }
  #voice dl dt img.fukidashi {
    width: 25%;
    right: -4px;
  }
}

/* flow
---------------------------------------------------------- */
#flow ul li{
  display: tablel;
  border: 3px solid #014099;
  border-radius: 15px;
  background-color: #FFF;
  margin-bottom: 1.2em;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
}
#flow ul li:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #13489d transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
#flow ul li:last-child:after{
  border: none;
}
#flow ul li span{
  display: table-cell;
  vertical-align: middle;
  padding: 3em;
}
#flow ul li span:first-of-type{
  font-size: .8rem;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  background-color: #014099;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  text-align: center;
  line-height: 1.2;
}
#flow ul li span:first-of-type strong{
  font-size: 2.2rem;
  width: 100%;
}
#flow ul li{
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 120px auto;
}
#flow ul li:nth-child(1){
  background-image: url(../img/sj040/ml_flow01.png);
}
#flow ul li:nth-child(2){
  background-image: url(../img/sj040/ml_flow02.png);
}
#flow ul li:nth-child(2) span{
  padding-top: 2em;
  padding-bottom: 2em;
}
#flow ul li:nth-child(3){
  background-image: url(../img/sj040/ml_flow03.png);
}
#flow ul li:nth-child(4){
  background-image: url(../img/sj040/ml_flow04.png);
}
@media screen and (min-width:1px) and (max-width:767px) {
  #flow ul li span {
    padding: 1em;
  }
  #flow ul li span:first-of-type strong {
    font-size: 2rem;
  }
  #flow ul li {
    background-image: none !important;
  }
}

/* example
---------------------------------------------------------- */
#example ul:not(.notes) li{
  margin-bottom: 1em;
}
#example dl.toggle dt{
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: 1em 1em 1em 3.5em;
  background-color: #014098;
  border-radius: 15px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 3px 0px 0px rgba(51, 51, 51, 0.1);
}
#example dl.toggle dt:after {
  font-size: 1.5rem;
  font-family: 'FontAwesome';
  content: '\f055';
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
#example dl.toggle dt:hover{
  opacity: .8;
}
#example dl.toggle dd {
  background-color: #FFF;
  padding: 2em 5em;
  border: 2px solid #14479D;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 3px 0px 0px rgba(51, 51, 51, 0.1);
}
#example dl.toggle dd img{
  width: 100%;
}
#example dl.toggle dt.active{
  border-radius: 15px 15px 0px 0px;
  box-shadow: none;
}
@media screen and (min-width:1px) and (max-width:767px) {
  #example dl.toggle dd{
    padding: 1em;
  }
}

/* ご返済シミュレーション
---------------------------------------------------------- */
a.btn01 {
  font-size: 1.4rem;
  color: #FFFFFF !important;
  line-height: 1.3;
  padding: .8em 4em;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  background-color: #009944;
  text-align: center;
  box-shadow: 0px 3px 0px 0px rgba(51, 51, 51, 0.1);
}
a.btn01:after {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #d2ff00;
  font-weight: bold;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width:1px) and (max-width:767px) {
  a.btn01{
    font-size: 1.2rem;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
  }
}

/* コンタクトセンター
---------------------------------------------------------- */
dl.contact{
  display: flex;
  margin-bottom: 2em;
}
dl.contact dt{
  font-size: 1rem;
  width: 30%;
  font-weight: bold;
  background-color: #e7e7e7;
  align-items: center;
  justify-content: center;
  display: flex;
}
dl.contact dd{
  line-height: 1.2 !important;
  width: 70%;
  font-weight: bold;
  padding: 1em 2em;
  background-color: #f3f3f3;
}
dl.contact dd h4{
  font-size: 1.3rem !important;
  font-weight: bold;
  line-height: 1.3 !important;
}
dl.contact dd p.tel{
  font-size: 2.5rem !important;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2 !important;
}
dl.contact dd p.tel a{
  pointer-events: none;
}
dl.contact dd p.tel img{
  height: 0.8em;
  margin-right: .2em;
  vertical-align: baseline;
}
@media screen and (min-width:1px) and (max-width:767px) {
  dl.contact {
    display: block;
  }
  dl.contact dt {
    padding: 1em;
  }
  dl.contact dd h4 {
    font-size: 1rem !important;
    text-align: center !important;
  }
  dl.contact dt, dl.contact dd {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
  }
  dl.contact dd p.tel {
    font-size: 1.8rem !important;
    text-align: center !important;
    margin-bottom: .5em;
  }
  dl.contact dd p.tel a{
    pointer-events: auto;
    color: #009944 !important;
    text-decoration: underline !important;
    opacity:1;
  }
  dl.contact dd span {
    display: block;
    margin-top: .2em;
  }
}


/* 貸付条件
---------------------------------------------------------- */
.conditions{
  padding: 1em 2em;
  border: 1px solid #CCCCCC;
  display: block;
}


/* お申込みボタン
---------------------------------------------------------- */
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.subscription {
  background-color: rgba(0, 153, 68, 0.7);
  text-align: center;
  padding: 1em 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
	animation: fadeIn .5s ease 0s 1 normal;
	-webkit-animation: fadeIn .5s ease 0s 1 normal;
  z-index: 1;
}
.subscription a{
  font-size: 1.4rem;
  color: #14479D !important;
  line-height: 1.3;
  padding: .8em 5em;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.20);
}
.subscription a:hover{
  opacity:1;
  background:#13489d;
  color:#fff !important;
}
.subscription a:after {
  font-family: 'FontAwesome';
  content: '\f0da';
  color: #FFC900;
  font-weight: bold;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width:1px) and (max-width:767px) {
  .subscription a {
    font-size: 1rem;
    padding: .8em 0;
    width: 70%;
  }
}

body{
	line-height:1.0;
}
.pcNav .subNav li:nth-child(5){
	height:73px;
}