@charset "UTF-8";

body {
  font-family: "YakuHanJP","Murecho","Urbanist", "Noto Sans JP","Hiragino Kaku Gothic ProN","Noto Sans",sans-serif;
  color:var(--black);
  line-height: 1.4;
  letter-spacing: 1px;
}
.body-fixed {
    overflow: hidden;
}

.preliminary-examinationFix,
.preliminary-examinationFix2 {
  font-family: "YakuHanJP","Murecho","Urbanist", "Noto Sans JP","Hiragino Kaku Gothic ProN","Noto Sans",sans-serif;
  color:var(--black);
}
:root{
    --black: #333333;
    --red: #D90004;
    --orange: #E76700;
    --brown: #443931;
    --orange2:#FFF3EA;
}
.black{color:var(--black);}
.red{color:var(--red);}
.orange{color:var(--orange);}
.orange2{color: var(--orange2);}
.brown{color:var(--brown);}
#yellow{
  color: #FFFF64;
}

/*-------------------------------------------
［共通］基本文字
-------------------------------------------*/
h2 {
  max-width: max-content;
  font-size: clamp(24px,3.6vw,36px);
  font-weight: bold;
  color: var(--brown);
  text-align: center;
  margin: 0 auto;
}
.point h2 .big{
  font-family: "YakuHanJP","Urbanist", sans-serif;
  font-size: 60px;
  font-weight: bolder;
}
.h2-border{
  padding-bottom: 20px;
  border-bottom: 3px dashed #F9994B;
}
.border-sp{
  border-bottom: 0px;
}
.point h2::before{
  content: '';
  display: inline-block;
  width: 60px !important;
  height: 27px !important;
  background-image: url(../images/gifuloan_flower1.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 30px;
}
.point h2::after{
  content: '';
  display: inline-block;
  width: 60px !important;
  height: 35px !important;
  background-image: url(../images/gifuloan_flower2.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 30px;
}
h3 {
  font-size: 24px;
  font-weight: 550;
  color: var(--brown);
  text-align: center;
  margin: 0 auto;
}
.point-list h3{
  padding: 15px 0;
}
h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
p{
  font-family:"YakuHanJP","Noto Sans JP","Noto Sans",sans-serif;
  font-size: 15px;
}
.point-title,
.uses-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  --r: .8em;
  padding-inline: calc(var(--r) + .2em);
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
  background: var(--orange);
  max-width: 185px;
  width: 100%;
  padding-bottom: 3px;
}
@media screen and (max-width: 980px) {
h3 {
  font-size: 22px;
}
}
@media screen and (max-width: 680px) {
h2 {
  width: fit-content;
  text-align: center;
}
}
@media screen and (max-width: 768px) {
.precautions h2:before,
.policy h2:before {
  width: 140px;
}
p{
  font-size: 15px;
}
.point h2 .big{
  font-size: clamp(26px,3.6vw,36px);
}
.point h2::before,
.point h2::after{
  display: none;
}
.border-pc{
  border-bottom: 0px;
}
.h2-border{
  padding-bottom: 10px;
  border-bottom: 0px;
}
.h2-flowersp div{
  padding-bottom: 10px;
  border-bottom: 3px dashed #F9994B;
}
.uses-bg h2 div,
.overview h2 div{
  padding-bottom: 10px;
  border-bottom: 3px dashed #F9994B;
}
.h2-flowersp,
.h2-flowersp div{
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.h2-flowersp::before{
  content: '';
  display: inline-block;
  width: 40px !important;
  height: 24px !important;
  background-image: url(../images/gifuloan_flower1.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 23px;
  position: relative;
  top: 30px;
}
.h2-flowersp::after{
  content: '';
  display: inline-block;
  width: 40px !important;
  height: 23px !important;
  background-image: url(../images/gifuloan_flower2.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 23px;
  position: relative;
  top: 30px;
}
.point-list h3{
  padding: 15px 0 7px 0;
}
}


/*-------------------------------------------
［共通］メニュー PC・SP ヘッダー
-------------------------------------------*/
/* --- PC --- */
header {
  z-index: 99998;
  width: 100%;
  height: 60px;
  background-color: white;
}

.header {
  max-width: 1200px;
  margin: 0 auto;
}

#logo {
  width: 180px;
  margin-left: 20px;
}

#logo img {
  padding-top: 10px;
}

/* --- SP --- */
@media screen and (max-width: 768px) {
}
/*-------------------------------------------
［共通］申し込みボタン
-------------------------------------------*/
.btn-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 5%;
}
.contact {
  display: flex;
  justify-content: center;
  letter-spacing: normal;
}
.contact-btn {
  width: 470px;
  border-radius: 80px;
  display: flex;
  background-color: var(--red);
  text-align: start;
  align-items: center;
  padding: 14px 25px 14px 15px;
  cursor: pointer;
}
.btnico {
  width: 91px;
}
.btnico2 {
  width: 45px;
  margin-right: 15px;
}
.btnarrow {
  height: 28px;
  margin-left: 10px;
}
.btn-txt {
  font-size: 26px;
  font-weight: bold;
  color: white;
  line-height: 1.2em;
  padding: 0 13px 0 15px;
}
.btnflex-sp{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1075px) {
.btn-wrap{
  flex-direction: column;
  width: 100%;
}
}
@media screen and (max-width: 768px) {
.btn-txt {
  font-size: 20px;
  padding: 0 5px 0 8px;
}
.btnico{
  width: 66px;
}
.btnico2 {
  width: 32px;
  margin-right: 5px;
}
.btnarrow {
  height: 20px;
  margin-left: 9px;
}
.contact-btn {
  max-width: 340px;
  padding: 12px 18px 12px 12px;
}
}
.contact-flow {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact-btn-flow {
  max-width: 650px;
  border-radius: 12px;
  display: flex;
  background: var(--red);
  text-align: center;
  align-items: center;
  padding: 13px 18px 6px 21px;
}
.contact-btn-border-flow {
  border: 2px solid var(--red);
  border-radius: 20px;
  background: white;
  padding: 10px;
  cursor: pointer;
}
.btnico-flow {
  width: 133px;
}
.btnarrow-flow {
  height: 37px;
  margin-bottom: 8px;
}
.btn-txt-flow {
  padding-left: 20px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 2em;
  margin-bottom: 10px;
}
.large-flow {
  font-size: 36px;
  color: #FFFF64;
}

@media screen and (max-width: 768px) {
  .contact-btn-flow {
    max-width: 650px;
    border-radius: 12px;
    display: flex;
    background: var(--red);
    text-align: center;
    align-items: center;
    padding: 9px 8px 5px 10px;
  }
  .contact-btn-border-flow {
    border: 2px solid var(--red);
    border-radius: 12px;
    background: white;
    padding: 6px;
  }
  .btnico-flow {
    width: 77px;
  }
  .btnarrow-flow {
    height: 25px;
    margin-bottom: 5px;
  }
  .btn-txt-flow {
    padding-left: 9px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 2em;
    margin-bottom: 7px;
  }
  .large-flow {
    font-size: 22px;
    color: #FFFF64;
  }
}
/*-------------------------------------------
［共通］ホバーで白くなる
-------------------------------------------*/
.article {
    transition: all 0.3s;
}
.article:hover {
    opacity: 0.7;
}

/*-------------------------------------------
［共通］000px以下で改行
-------------------------------------------*/
.br-sp,
.br-tb{
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp{
    display: block;
  }
  .br-pc{
    display: none;
  }
}
@media screen and (max-width: 680px) {
h2 {
  max-width: 340px;
}
.br-tb{
  display: block;
}
}

/*-------------------------------------------
［共通］ページトップボタン・フッターバー
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 32px;
  width: 32px;
  position: fixed;
  right: 15px;
  bottom: -70px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 0;
}
.fixedBtn {
  display: block;
  justify-content: center;
  width: 100%;
  padding: 10px;
  padding-left: 5px;
  z-index: 2;
  opacity: 0;
  position: fixed;
  background-color: #ffffff;
}
.fixedBtn ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.fixedBtn li{
  cursor:pointer;
  width: 400px;
}
.fixedBtn li:first-of-type{
  margin-left: auto;
}
.fixedBtn li:nth-of-type(2){
  margin-right: auto;
}
.fixedBtn.UpMove{
  animation: UpAnime 0.5s forwards;
}
.fixedBtn li:last-of-type{
  display: none;
}
.fixedBtn #footerbtnsp{
  display: none;
}
@keyframes UpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.fixedBtn.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(100px);
}
}
.fixedBtn #footerbtnpc{
  width: 100%;
}
#page-top_pc {
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top_pc.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top_pc.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
@media screen and (max-width: 950px) {
  .fixedBtn li{
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  #page-top_pc{display: none;}
  .fixedBtn {
    margin-bottom: 0px;
    padding: 7px;
  }
  .fixedBtn #footerbtnsp{
    display: block;
  }
  .fixedBtn #footerbtnpc{
    display: none;
  }
  .fixedBtn ul{
    gap: 5px;
  }
  .fixedBtn li:last-of-type{
    display: block;
  }
  .pagetop {
    display: none;
  }
  .fixedBtn li{
    width: initial;
  }
}


/*-------------------------------------------
［共通］sectionのアキ
-------------------------------------------*/
.point,.uses,.overview, .policy {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .point,.uses,.overview, .policy {
    padding-top: 40px;
  }
}

/*////////////////////////////////////////////////////////////
↑↑↑共通ここまで↑↑↑
////////////////////////////////////////////////////////////*/
#content {
  padding: 0 5%;
}
#content-bg{
  padding: 0;
  overflow: hidden;
}
.point-inner,
.uses-inner{
  position: relative;
}
@media screen and (max-width: 768px) {
  #content {
    padding: 0 4%;
  }
  #content2{
    padding: 0 4%; 
  }
}
.mainvisual {
  width: 100%;
  text-align: center;
}


/*-------------------------------------------
mainvisual
-------------------------------------------*/
.mv {
  background-image: url("../images/gifuloan_mv-bgpc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.mv-pcsub{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
  padding: 0px 18%;
  position: relative;
  top: -50px;
}
.mv-pcblown1{
  width: 35%;
}
.mv-pcblown2{
  width: 30%;
}
.mv-pcblown3{
  width: 26%;
}
.mv-wrap {
  max-width: 1200px;
  padding: 30px 15% 70px 15%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.mv-sp {
  display: none;
}
.mv-circle {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 99999;
  top: -50px;
  right: 55px;
}
.mv-circle p{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2em;
}
.mv-small{
  font-size: 31px;
}
.mv-large{
  font-size: 43px;
}
@media screen and (min-width: 1201px) {
.mv-wrap {
  padding: 30px 0 70px 0;
}
.mv-pcsub {
  max-width: 770px;
  padding: 0;
}
}
@media screen and (max-width: 768px) {
.mv-circle {
  width: 100px;
  height: 100px;
  right: 15px;
}
.mv-circle p{
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  padding-top: 8px;
}
.mv-small{
  font-size: 23px;
}
.mv-large{
  font-size: 27px;
}
h1{
  display: inline-block;
  width: 80%;
  min-width: 365px;
  height: auto;
}
h1 img{
  width: 100%;
}
.mv {
  background-position: bottom;
}
.mv-pc,
.mv-spflex{
  display: none;
}
.mv-spsub{
  width: 85%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  margin-top: 10px;
}
.mv-sp{
  display: block;
}
.mv-spblown1{
  width: 100%;
}
.mv-tbflex{
  width: 100%;
}
.mv-tbflex .mv-spblown2{
  margin-bottom: 15px;
}
.mv-wrap {
  padding: 30px 4% 40px 4%;
  margin-bottom: 17px;
}
}
@media screen and (max-width: 630px) {
.mv-spsub{
  bottom: 18px;
}
}
@media screen and (max-width: 500px) {
.mv-tbflex{
  display: none;
}
.mv-spflex{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
}
@media screen and (max-width: 400px) {
h1{
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  min-width: auto;
}
}

/*-------------------------------------------
point
-------------------------------------------*/
#content-bg{
  background: var(--orange2);
  margin-top: 60px;
  margin-bottom: 60px;
}
.point{
  position: relative;
  padding: 0 5%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.point-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 60px 4.5%;
  margin-top: 160px;
  max-width: 1000px;
}
.point-list li{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  background-color: #ffffff;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 20px;
  position: relative;
  border-radius: 10px;
  box-shadow: 4px 4px 1px 0px rgba(118, 90, 69, 0.18);
}
.point-img{
  padding-top: 45px;
}
.point-noimg{
  padding-top: 20px;
}
.point-list li img{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -105px;
}
.point-list li .point-img{
  padding-bottom: 50px;
}
.point-img .big{
  font-family: "YakuHanJP","Urbanist", sans-serif;
  font-size: 34px;
  font-weight: bold;
}
.point-list .point-3{
  line-height: 1.35em;
}
.br-tab{
  display: none;
}
@media screen and (max-width: 885px){
  #content-bg{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .point {
    padding: 0 3%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .point-list{
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
    gap: 0;
  }
  .point-list li{
    width: 100%;
    max-width: 300px;
  }
  .point-list p{
    text-align: center;
  }
  .point-img{
    margin-bottom: 120px;
  }
  .point-img:nth-of-type(3){
    margin-bottom: 20px;
  }
  .point-noimg{
    margin-bottom: 20px;
  }
  .br-tab{
    display: block;
  }
}
@media screen and (max-width: 768px) {
    .point-list{
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
    gap: 0;
  }
  .br-tab{
    display: none;
  }
}

/*-------------------------------------------
uses
-------------------------------------------*/
.uses{
  padding: 0 5%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.uses-bg{
  max-width: 1000px;
  margin: 0 auto;
  background-color: var(--orange2);;
  border-radius: 20px;
  padding: 60px 3.5%;
}
.uses-list{
  display: flex;
  gap: 15px 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: 60px;
}
.uses-list figure{
  width: 160px;
  height: 160px;
}
.uses-list img{
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uses-list li{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
}
.uses-list li .uses-box{
  background-color: #ffffff;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  box-shadow: 6px 6px 1px 0px rgba(113, 83, 61, 0.18);
}
.uses-title{
  position: relative;
  top:-20px;
  max-width: 175px;
}
@media screen and (max-width: 778px) {
.uses{
  padding: 0 0;
  padding-top: 40px;
}
.uses-bg{
  border-radius: 0px;
  padding: 40px 3%;
  margin-bottom: 40px;
}
.uses-list{
  gap: 10px 30px;
  margin-top: 40px;
}
.uses-list li{
  width: 144px;
}
.uses-list figure{
  width: 128px;
  height: 128px;
}
.uses-list li .uses-box{
  padding: 8px;
}
.uses-title{
  font-size: 14px;
  max-width: 135px;
}
}


/*-------------------------------------------
overview
-------------------------------------------*/
.overview{
  padding: 0 5%;
  padding-top: 90px;
  padding-bottom: 90px;
  color: var(--black);
}
.fleeloan-table{
  font-family:"YakuHanJP","Noto Sans JP","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-collapse: collapse;
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 10px;
}
.fleeloan-table tr{
  border-top: 2px dashed #F5C299;
}
.fleeloan-table tr:last-of-type{
  border-bottom: 2px dashed #F5C299;
}
.fleeloan-table th p{
  position: relative;
  letter-spacing: 0.05em;
}
.fleeloan-table th p::before{
  content:"";
  display:inline-block;
  width: 4px;
  height: 12px;
  background-color: var(--orange);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.fleeloan-table td{
  font-weight: normal;
}
.fleeloan-table th .th-br::before{
  top: 26%;
}
.td-title{
  font-weight: bold;
}
.td-big{
  font-family: "YakuHanJP","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 24px;
}
.fleeloan-table .li-orange{
  position: relative;
  padding-left: 19px;
}
.li-orange:before {
  content: "";
  position: absolute;
  background: #F9994B;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top:4px;
  left: -2px;
}
.fleeloan-table .li-margin{
  margin-bottom: 10px;
}
.fleeloan-table .li-black{
  position: relative;
  padding-left: 19px;
}
.fleeloan-table .li-last .black-margin{
  margin-bottom: 15px;
}
.li-black:before {
  content: "";
  position: absolute;
  background: var(--black);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 9px;
  left: 7px;
}
.fleeloan-table .li-flex{
  display: flex;
  gap: 0 10px;
}
.fleeloan-table th{
  width: 180px !important;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.5em;
  padding: 8px 15px;
}
.fleeloan-table td{
  width: auto;
  padding: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.overview-supplement{
  text-align: start;
  max-width: 800px;
  margin: 0 auto;
  color: #666666;
}
.overview-supplement p:first-of-type{
  text-align: right;
  margin-bottom: 25px;
}
.overview-supplement p:last-of-type{
  text-indent: -1em;
  padding-left: 1em;
}
.annotation{
  color: #666666;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
.overview{
  padding-top: 80px;
  padding-bottom: 40px;
}
.fleeloan-table th{
  padding: 0;
  margin-top: 13px;
}
.fleeloan-table {
  margin-top: 30px;
  font-size: 15px;
  width: 100%;
}
.fleeloan-table th,
.fleeloan-table td{
  display: block;
  width: 100% !important;
  border-top: 0px;
}
.fleeloan-table td{
  padding: 10px;
  letter-spacing: 0em;
}
.fleeloan-table th p::before{
  left: 0px;
}
.fleeloan-table th p{
  padding-left: 10px;
}
.fleeloan-table .li-black{
  padding-left: 12px;
}
.li-black:before {
  top: 9.5px;
  left: 3px;
}
.li-last div:first-of-type{
  margin-bottom: 20px;
}
.li-last div:last-of-type{
  margin-bottom: 10px;
}
.annotation,
.overview-supplement p{
  font-size: 14px;
}
}

/*-------------------------------------------
footer
-------------------------------------------*/
footer{
  background-color: var(--orange2);
  margin-top: 90px;
  padding-top: 50px;
  padding-bottom: 90px;
}
.footer-center{
  color: var(--brown);
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.footer-TEL{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4%;
}
.footer-TEL .department{
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer-TEL .address{
  font-family: "YakuHanJP","Urbanist", sans-serif;
  letter-spacing: 0.05em;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-TEL .address::before{
  content: '';
  display: inline-block;
  width: 51px;
  height: 29px;
  background-image: url(../images/call.svg);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.footer-TEL .reception-hours{
  letter-spacing: 0.03em;
  padding-bottom: 30px;
  border-bottom: 2px dashed #F5C299;
  width: 100%;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.reception-hours span{
  font-weight: bold;
  letter-spacing: 0.11em;
}
.footer-center .copyright{
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  footer{
    background-color: var(--orange2);
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .footer-center .copyright{
    font-size: 12px;
  }
.footer-TEL .department{
  font-size: 23px;
}
}

/*-------------------------------------------
modal
-------------------------------------------*/
.preliminary-examinationFix,
.preliminary-examinationFix2 {
  width: 100%;
  padding: 50px 0 80px;
  position: fixed;
  top: 0;
  left: 0;
  color: #303030;
  line-height: 1;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: auto;
  overflow-y: scroll;
  display: none;
  margin: 0 auto;
  z-index: 99999;
}
.preliminary-examinationFix .closeBtn {
  font-weight: 400;
  font-size: 32px;
  position: fixed;
  top: 10px;
  right: 5%;
  color: #ffffff;
  cursor: pointer;
  background-color: #00773A;
  border-radius: 8px;
  padding: 0 7px 5px 7px;
  z-index: 500;
}
.preliminary-examinationFix2 .closeBtn {
  font-weight: 400;
  font-size: 32px;
  position: fixed;
  top: 10px;
  right: 5%;
  color: #ffffff;
  cursor: pointer;
  background-color: #00773A;
  border-radius: 8px;
  padding: 0 7px 5px 7px;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .preliminary-examinationFix .closeBtn,
  .preliminary-examinationFix .closeBtn {
    font-size: 24px;
    top: 10px;
    right: 6%;
  }
}
.mordal-width {
  width: 95%;
  height: auto;
  margin: 0 auto;
}
.agreement-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 300px;
  background-image:url(../images/gifuloan_agree-bgpc1.png);
  background-color: #ffffff;
  padding: 55px 3% 0 3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.preliminary-examinationFix2 .agreement-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 300px;
  background-image:url(../images/gifuloan_agree-bgpc2.png);
  background-color: #ffffff;
  padding: 55px 3% 0 3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.agreement-title h2 {
  font-size: clamp(19px,3.6vw,24px);
  color: #ffffff;
  line-height: 1.4em;
  max-width: 500px;
}
.agreement-title p{
  font-size: clamp(32px, 5.5vw, 42px);
  color: #ffffff;
  font-weight: bold;
  margin-top: 30px;
}
.agreement-rounded{
  font-family:"YakuHanJP","Noto Sans JP","Noto Sans",sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 30px;
  border-radius: 30px;
  background-color:#71533D;
  margin-top: 30px;
}
.agreement-white {
  background-color: white;
  height: auto;
  padding: 0 5%;
}
.agreement-white h3,
.preliminary-examinationFix2 .agreement-white h3 {
  font-family:"YakuHanJP","Noto Sans JP","Noto Sans",sans-serif;
  font-size: clamp(26px, 5.5vw, 32px);
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 4px solid #F9994B;
  margin-bottom: 60px;
  font-weight: bold;
}
.agreement-explanation {
  max-width: 750px;
  margin: 0 auto;
  background-color: white;
  padding-top: 90px;
  padding-bottom: 20px;
}
.agreement-step{
  font-family: "YakuHanJP","Hiragino Kaku Gothic ProN",sans-serif;
  font-weight: bold;
  font-size: 22px;
  height: 46px;
  display: flex;
  align-items: center;
  background-color: #FFF3EA;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 30px;
}
.agreement-step div{
  font-family: "YakuHanJP","Urbanist", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  background-color: var(--orange);
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 4px;
}
.agreement-list{
  margin-top: 30px;
}
.agreement-list ol,
.agreement-list2 ol{
  counter-reset: number;
}
.agreement-list li{
  font-family:"YakuHanJP","Noto Sans JP","Noto Sans",sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 15px;
  text-indent: -1.4em;
  padding-left: 1.5em;
}
.agreement-white p{
  line-height: 1.4em;
  font-size: 16px;
}
.agreement-white .arrow{
  width: 100%;
  display: flex;
  padding: 20px 0;
}
.agreement-white .arrow img{
  margin: 0 auto;
}
.agreement-list2{
  margin-top: 150px;
  padding-bottom: 110px;
}
.agreement-list2 p{
  margin-bottom: 30px;
}
.agreement-list2 li{
  font-family:"YakuHanJP","Noto Sans JP","Noto Sans",sans-serif;
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.agreement-list2 li:before {
  content: "";
  position: absolute;
  background: #F9994B;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 6px;
  left: 2px;
}
.agreement-list2 .pagejump,
.agreement-pdf .pagejump{
  font-weight: bold;
  color: var(--orange);
}
.agreement-list2 .pagejump::after,
.agreement-pdf .pagejump::after{
  content: '';
  display: inline-block;
  width: 14px !important;
  height: 16px !important;
  background-image: url(../images/gifuloan_pagejumplink.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}
.agreement-pdf{
  font-family:"YakuHanJP","Noto Sans",sans-serif;
  width: 100%;
  padding: 50px 25px;
  margin-bottom: 90px;
  text-align: center;
  background-color: #FFF3EA;
  line-height: 1.4em;
}
.agreement-wrap{
  font-family:"YakuHanJP","Noto Sans JP","Noto Sans",sans-serif;
  width: 100%;
  max-width: 750px;
  padding: 60px 8%;
  margin-bottom: 90px;
  text-align: center;
  background-color: #FFF3EA;
  line-height: 1.4em;
  border-radius: 8px;
}
.preliminary-examinationFix2 .agreement-list2 .pagejump,
.agreement-wrap .pagejump{
  font-weight: bold;
  color: var(--orange);
}
.preliminary-examinationFix2 .agreement-wrap .pagejump{
  font-size:18px;
  display: block;
  text-align: initial;
}
.span-wrap{
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
.preliminary-examinationFix2 .span-wrap .pagejump{
  display: inline;
  margin-bottom: 15px;
}
.preliminary-examinationFix2 .span-wrap .pagejump:last-of-type{
  margin-bottom: 0;
}
.preliminary-examinationFix2 .span-wrap .pagejump::after{
  margin-left: 5px;
}
.preliminary-examinationFix2 ul{
  text-align: initial;
  margin-top: 20px;
}
.preliminary-examinationFix2 li{
  position: relative;
  padding-left: 22px;
  line-height: 1.5em;
}
.preliminary-examinationFix2 li:before {
  content: "";
  position: absolute;
  background: var(--black);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 9px;
  left: 10px;
}
.preliminary-examinationFix2.agreement-list2 .pagejump::after,
.agreement-wrap .pagejump::after{
  content: '';
  display: inline-block;
  width: 14px !important;
  height: 16px !important;
  background-image: url(../images/gifuloan_pagejumplink.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}
.preliminary-examinationFix2 .agreement-wrap .pagejump::after{
  margin-left: 25px;
}
.agreement-wrap .orange-wrap{
  border: 1px solid var(--orange);
  padding: 30px 35px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.preliminary-examinationFix2 .agreement-wrap p{
  margin-top: 40px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.preliminary-examinationFix2 .agreement-wrap label{
  padding-top: 40px;
  padding-bottom: 0;
}
.preliminary-examinationFix .disabled,
.preliminary-examinationFix2 .agreement-wrap .disabled{
    opacity: 0.5;
    pointer-events: none;
}
.checkboxItem {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.checkbox,.checkbox2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--black);
  border-radius: 2px;
  cursor: pointer;
  background-color: #ffffff;
}
.checkbox:checked::after,
.checkbox2:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
  transform: rotate(-45deg);
}
.contact2,
.contact3 {
  padding-bottom: 60px;
  width: fit-content;
  margin: 0 auto;
}
.contact2 a,
.contact3 a{
  display: inline-block;
}
.contact2 button,
.contact3 button{
  height: 100%;
  width: fit-content;
}
.contact-btn2 p{
  font-size: clamp(21px,3.6vw,26px);
  font-weight: bold;
  color: #ffffff;
  text-align: start;
  line-height: 1.2em;
}
.agreement-white .copyright{
  text-align: center;
  color:var(--brown);
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid var(--orange);
  font-size: 12px;
}
.agreement-white .docomo{
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .agreement-title {
    height: 250px;
    background-image:url(../images/gifuloan_agree-bgsp1.png);
    padding-top: 35px;
  }
  .preliminary-examinationFix2 .agreement-title {
    height: 250px;
    background-image:url(../images/gifuloan_agree-bgsp2.png);
    padding-top: 35px;
  }
  .agreement-rounded{
    font-size: 15px;
    padding: 7px 36px;
    background-color: #71533D;
    margin-top: 26px;
  }
  .agreement-pdf{
    padding: 22px 30px;
    line-height: 1.4em;
    text-align: start;
    text-align: initial;
    padding-left: 3em;
    text-indent: -1.3em;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .agreement-explanation {
    padding-top: 60px;
  }
  .agreement-step {
    flex-direction: column;
  }
  .agreement-step div {
    margin-right: 0;
    margin-bottom: 7px;
    padding: 10px;
    position: relative;
    top: -19px;
    margin-bottom: 0;
  }
  .agreement-step span{
    font-size: 20px;
    position: relative;
    top: -12px;
  }
  .agreement-step {
    height: 52px;
    margin-bottom: 20px;
  }
  .agreement-list li {
    font-size: 15px;
  }
  .agreement-white .arrow {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .agreement-white h3{
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 1.4em;
  }
  .agreement-white p{
    font-size: 15px;
  }
  .preliminary-examinationFix2 .agreement-wrap p{
    letter-spacing: 0em;
  }
  .agreement-list2{
    padding-bottom: 60px;
  }
  .agreement-list2 li{
    font-size: 15px;
    margin-bottom: 20px;
  }
  .agreement-pdf{
    max-width: 400px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.6em;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .agreement-white .copyright{
    margin-top: 20px;
    font-size: 11px;
  }
  .preliminary-examinationFix2 .agreement-wrap{
    padding: 40px 6%;
    margin-bottom: 60px;
  }
  .preliminary-examinationFix2 li,
  .preliminary-examinationFix2 li small {
    font-size: 15px;
  }
  .preliminary-examinationFix2 .agreement-white h3 {
    margin-bottom: 40px;
  }
  .agreement-wrap .orange-wrap {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .preliminary-examinationFix2 ul {
    text-align: initial;
  }
  .preliminary-examinationFix2 .agreement-wrap .orange-wrap .pagejump,
  .preliminary-examinationFix2 .wrap2 .pagejump {
    padding-left: 1em;
    text-indent: -1.3em;
    margin-bottom: 20px;
  }
  .preliminary-examinationFix2 .agreement-wrap .pagejump::after {
    margin-left: 10px;
  }
    .agreement-white .docomo{
    text-align: start;
  }
}


