@charset "UTF-8";

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_img {
  width: 100%;
}

.p-bottom {
  font-size: 18px;
  margin-top: 50px;
}

.debit .txt {
  width: 70%;
  float: left;
}

.debit .imgBox {
  width: 30%;
  text-align: right;
  float: right;
}

.credit .square {
  padding-left: 20px;
  color: #85191D;
  font-weight: bold;
  position: relative;
}

.credit .square:before {
  width: 12px;
  height: 12px;
  background: #891C1D;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}

.credit .img {
  margin-bottom: 50px;
}

.loan .topImg,
.loan .txtImg {
  margin-bottom: 30px;
}

.loan {
  margin-bottom: 170px;
}

.loan .box {
  margin-top: 35px;
  background: #FDF8EC;
  position: relative;
}

.loan .box ul {
  margin: 0;
  padding: 45px 20px 20px;
}

.loan .box ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}

.loan .box ul li:last-of-type {
  margin-bottom: 0;
}

.loan .box li:before {
  width: 12px;
  height: 12px;
  background: #891C1D;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
}

.loan .box ul li span {
  color: #85191D;
  font-weight: bold;
}

.loan .box ul li .square {
  margin: 10px 15px 0 0;
  padding-left: 15px;
  display: inline-block;
  color: #1E1E1E;
  font-weight: normal;
  position: relative;
}

.loan .box ul li .square:before {
  width: 8px;
  height: 8px;
  border: 1px solid #83722C;
  background: #FFF;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
}

.loan .box .inner {
  padding: 45px 20px 0;
}

.loan .boxImg {
  position: absolute;
  top: -5px;
  left: 25px;
}

.loan .comment {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 20px;
}

/*------------------------------------------------------------
  スマホレイアウト
------------------------------------------------------------*/

@media (max-width: 640px) and (min-width: 320px) {
  .columns {
    overflow: hidden;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .page_description {
    padding: 0 !important;
    margin-bottom: 5px;
  }

  .page_box {
    margin-bottom: 0;
  }

  .debit .txt {
    padding-right: 10px;
    width: 60%;
  }

  .debit .imgBox {
    width: 40%;
    text-align: center;
  }

  .credit p {
    margin-bottom: 10px;
  }

  .credit .img {
    margin: 20px 0 30px;
  }

  .credit .txt {
    margin-bottom: 0;
  }

  .loan {
    margin-bottom: 60px;
  }

  .loan .topImg,
  .loan .txtImg {
    margin-bottom: 15px;
  }

  .loan .box {
    margin-top: 15px;
  }

  .loan .box ul {
    padding: 15px;
  }

  .loan .box ul li .square {
    padding-left: 12px;
  }

  .loan .box .sp {
    padding: 10px 15px;
    margin-bottom: 0;
    color: #FFF;
    font-weight: bold;
    background: #222;
  }

  .loan .box .inner {
    padding: 15px;
  }
}

.flow_ttl {
  position: absolute;
  width: 150px;
  background-color: #000;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  top: -6px;
  left: 26px;
  z-index: 10;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 1.0rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media all and (max-width: 640px) {
  .pc {
    display: none;
  }
}




ul.nintei_set{
	width: 100%;
	max-width: 215px;
	margin: 0 auto 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
ul.nintei_set{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
}
ul.nintei_set > li{
	list-style: none !important;
	background-image: none;
}
ul.nintei_set > li::before{
	content: "";
}

ul.nintei_set > li:first-child{
	width: 49%;
	margin: 0;
	padding: 0;
}
ul.nintei_set > li:last-child{
	width: 49%;
	margin: 0;
	padding: 0;
}
ul.nintei_set > li figure{
	margin: 0 ;
	text-align: center;
	margin: 0 auto 10px;
}
ul.nintei_set > li figure img{
	object-fit: contain;
	filter: drop-shadow(2px 3px 2px #a3a3a3);
	height: 80px;
	width: 80px;
}
@media screen and (max-width: 600px) {
ul.nintei_set > li figure img{
	object-fit: contain;
	filter: drop-shadow(2px 3px 2px #a3a3a3);
	height: 140px;
	width: 140px;
}
}

ul.nintei_set > li figcaption{
	text-align: center;
}
