@charset "UTF-8";
.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@media screen and (min-width: 576px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
@media screen and (max-width: 575px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*
@media screen and (min-width:576px) { 
    .pc{    display:block;   }
    .sp{    display:none;    }
}
@media screen and (max-width:575px) { 
    .pc{    display:none;   }
    .sp{    display:block;    }
}
*/
section {
  display: block;
  position: relative; }

html {
  font-size: 100%; }
  @media (min-width: 600px) {
    html {
      font-size: calc(112.5% + 4 * (100vw - 600px) / 400); } }
  @media (min-width: 1000px) {
    html {
      font-size: calc(137.5%); } }

body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", "sans-serif";
  line-height: 160%;
  position: relative;
  overflow-x: hidden;
  font-size: 16px; }

a {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: underline; }

.textNoline {
  text-decoration: none; }

h1 {
  font-size: 36px;
  font-weight: 400; }

h2 {
  font-size: 24px;
  font-weight: 800; }

h3 {
  font-size: 24px;
  font-weight: 400; }

h4 {
  font-size: 28px;
  font-weight: 800; }

h5 {
  font-size: 42px;
  font-weight: 400; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    font-weight: 400; }

  h2 {
    font-size: 24px;
    font-weight: 800; }

  h3 {
    font-size: 24px;
    font-weight: 400; }

  h5 {
    font-size: 42px;
    font-weight: 400; } }
.pSS {
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (max-width: 767px) {
  .pSS {
    padding-top: 30px;
    padding-bottom: 30px; } }
.p00 {
  padding: 0px; }

.headMenuKotei {
  background-color: #FFFFFF;
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  z-index: 10000; }

.headMenu {
  display: block;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 10000;
  background-color: #FFF; }

@media screen and (max-width: 992px) {
  .headMenu {
    display: none; } }
.headMenuTB {
  display: none; }

@media screen and (max-width: 992px) {
  .headMenuTB {
    display: block;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 10000;
    background-color: #FFF; } }
@media screen and (max-width: 575px) {
  .headMenuTB {
    display: none; } }
.headMenuSP {
  display: none; }

@media screen and (max-width: 575px) {
  .headMenuSP {
    width: 100%;
    display: block;
    position: fixed;
    top: 0px;
    z-index: 10000;
    background-color: #FFF;
    text-align: center; } }
.headMenuSPback {
  width: 100%;
  background-image: url(../images/headBack.jpg);
  background-position: center center;
  background-repeat: no-repeat; }

.logoHead {
  display: block;
  width: 100%;
  position: relative;
  background-color: #505050; }

.logoImage {
  position: absolute;
  left: 15px;
  top: 10px; }

.headRight {
  position: absolute;
  right: 0px;
  top: 0px; }

.cover {
  display: block;
  padding-top: 60px;
  /*
  background-color: #ffdd00;
  */ }

@media screen and (max-width: 992px) {
  .cover {
    display: block;
    padding-top: 30px;
    	/*
    background-color: #ffdd00;
    	*/ } }
.loanWaku01 {
  width: 100%;
  display: inline-block;
  padding: 40px 60px 30px 60px;
  background-color: #FFF;
  text-align: center;
  border-radius: 72px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 30px; }

.width70 {
  width: 70%;
  float: right; }

.width70L {
  width: 70%;
  float: left; }

@media screen and (max-width: 992px) {
  .loanWaku01 {
    display: inline-block;
    padding: 30px 30px 20px 30px;
    background-color: #FFF;
    text-align: center;
    border-radius: 72px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 30px; }

  .width70 {
    width: 70%;
    float: right; }

  .width70L {
    width: 70%;
    float: left; } }
@media screen and (max-width: 575px) {
  .loanWaku01 {
    display: inline-block;
    width: 100%;
    padding: 30px 60px 20px 60px;
    background-color: #FFF;
    text-align: center;
    border-radius: 72px;
    font-size: 22px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 30px; } }
.dots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 30%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: .4em;
  /* 縦方向の位置調整 */ }

.loanWaku02 {
  background-image: url(../images/back01.png);
  background-position: center top;
  overflow: hidden; }

.loanWaku03 {
  width: 100%;
  background-image: url(../images/back02.png);
  background-position: right top 50px;
  background-size: 55%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }

.loanWaku04 {
  width: 50%;
  padding: 30px;
  background-color: #ff6a00;
  color: #FFF;
  margin-bottom: 200px;
  line-height: 200%; }

@media screen and (max-width: 992px) {
  .loanWaku03 {
    width: 100%;
    background-image: url(../images/back02.png);
    background-position: right bottom;
    background-size: 55%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; }

  .loanWaku04 {
    width: 70%;
    padding: 30px;
    background-color: #ff6a00;
    color: #FFF;
    margin-bottom: 200px;
    line-height: 200%; } }
@media screen and (max-width: 767px) {
  .loanWaku03 {
    width: 100%;
    background-image: url(../images/back02.png);
    background-position: right bottom;
    background-size: 55%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; }

  .loanWaku04 {
    width: 70%;
    padding: 30px;
    background-color: #ff6a00;
    color: #FFF;
    margin-bottom: 50px;
    line-height: 200%; } }
@media screen and (max-width: 575px) {
  .loanWaku03 {
    width: 100%;
    background-image: url(../images/back02.png);
    background-position: right bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; }

  .loanWaku04 {
    width: 100%;
    padding: 30px;
    background-color: #ff6a00;
    color: #FFF;
    margin-bottom: 300px;
    line-height: 200%; } }
.list_test-wrap {
  list-style: none;
  /* デフォルトのアイコンを消す */
  margin: 0;
  /* デフォルト指定上書き */
  padding: 0;
  /* デフォルト指定上書き */ }

@media screen and (max-width: 575px) {
  .list_test-wrap {
    list-style: none;
    /* デフォルトのアイコンを消す */
    margin: 0;
    /* デフォルト指定上書き */
    padding: 0;
    /* デフォルト指定上書き */
    font-size: 80%; } }
.list_test:before {
  content: "";
  /* 空の要素作成 */
  width: 10px;
  /* 幅指定 */
  height: 10px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #ffdd00;
  /* 背景色指定 */
  border-radius: 50%;
  /* 要素を丸くする */
  position: relative;
  /* 位置調整 */
  top: -1px;
  /* 位置調整 */
  margin-right: 5px;
  /* 余白指定 */ }

.loanWaku05 {
  background-image: url(../images/backYellow.png);
  background-position: top center;
  background-repeat: repeat-x; }

.loanWaku06 {
  width: 100%;
  position: relative;
  background-image: url(../images/backYellow.png);
  background-position: top center;
  background-repeat: repeat-x; }

.loanYaji {
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center; }

.loanTitle {
  display: inline-block;
  background-image: url(../images/title01.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding: 0px 50px 81px 50px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 30px; }

.textShadow01 {
  text-shadow: 3px 3px 1px #FFF, -3px -3px 1px #FFF, -3px 3px 1px #FFF,  3px -3px 1px #FFF, 3px 0px 1px #FFF, -3px -0px 1px #FFF, 0px 3px 1px #FFF,  0px -3px 1px #FFF; }

.textUnderline01 {
  background: linear-gradient(transparent 50%, yellow 30%);
  width: 350px; }

.loanWaku07 {
  width: 100%;
  position: relative;
  background-image: url(../images/backOrange.png);
  background-position: top center;
  background-repeat: repeat-x; }

.loanWaku08 {
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #000;
  background-color: #ffdd00;
  font-size: 50px;
  font-weight: 600;
  line-height: 170%; }

@media screen and (max-width: 575px) {
  .loanWaku08 {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #000;
    background-color: #ffdd00;
    font-size: 30px;
    font-weight: 600;
    line-height: 130%; } }
.loanWaku09 {
  width: 100%;
  background-image: url(../images/backYellowTate.png);
  background-position: top center;
  background-repeat: repeat-x; }

.loanWaku10 {
  padding: 60px 30px 10px 30px;
  font-size: 50px;
  font-weight: 600;
  line-height: 170%;
  color: #ff6400; }

@media screen and (max-width: 992px) {
  .loanWaku10 {
    padding: 60px 30px 10px 30px;
    font-size: 25px;
    font-weight: 600;
    line-height: 150%;
    color: #ff6400; } }
@media screen and (max-width: 575px) {
  .loanWaku10 {
    padding: 20px 30px 30px 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    color: #ff6400; } }
.textUnderline02 {
  background: linear-gradient(transparent 50%, #b3ff00 30%);
  width: 350px; }

.loanWaku11 {
  background-color: #ffedeb;
  overflow: hidden; }

.loanWaku12 {
  width: 80%;
  margin: auto;
  background-color: #FFF;
  padding: 10px 0px;
  box-shadow: 0 0 8px gray;
  margin-bottom: 50px; }

@media screen and (max-width: 992px) {
  .loanWaku12 {
    width: 100%;
    margin: auto;
    background-color: #FFF;
    padding: 10px 0px;
    box-shadow: 0 0 8px gray;
    margin-bottom: 30px; } }
.comentWaku {
  display: flex; }

.comentName {
  width: 95%;
  padding: 15px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  background-color: #ff6400;
  text-align: center;
  border-left: 1px solid #FFF; }

.comentMan01 {
  display: block;
  width: 95%;
  height: 400px;
  float: left;
  position: relative; }

@media screen and (max-width: 575px) {
  .comentName {
    width: 100%; }

  .comentMan01 {
    display: block;
    width: 100%;
    height: 300px; } }
.comentImage {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 12px; }

.comentMidashi {
  display: inline-block;
  border: 1px solid #ff6400;
  padding: 5px;
  color: #ff6400;
  margin-right: 10px; }

@media screen and (max-width: 575px) {
  .comentMidashi {
    display: inline-block;
    border: 1px solid #ff6400;
    padding: 5px;
    color: #ff6400;
    margin-right: 5px; } }
.comentFontsize01 {
  font-size: 25px; }

.comentKoumoku {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 15px; }

@media screen and (max-width: 575px) {
  .comentKoumoku {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 13px; } }
.comentLeft {
  width: 48%;
  float: left; }

.comentRight {
  width: 48%;
  float: right; }

@media screen and (max-width: 575px) {
  .comenP15 {
    padding: 0 30px; } }
.comentPhoto01 {
  background-image: url(../images/man01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.comentPhoto02 {
  background-image: url(../images/man02.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.comentPhoto03 {
  background-image: url(../images/man03.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.comentPhoto04 {
  background-image: url(../images/man04.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.comentPhoto05 {
  background-image: url(../images/man05.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.comentPhoto06 {
  background-image: url(../images/man06.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.comentTxt {
  width: 100%;
  padding: 30px 60px;
  text-align: left;
  font-size: 15px; }

@media screen and (max-width: 575px) {
  .comentTxt {
    width: 100%;
    padding: 30px 15px;
    text-align: left;
    font-size: 13px; } }
.step {
  display: inline-block;
  border-radius: 6px;
  background-color: #ff8e00;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: auto;
  padding: 10px 20px; }

.stepFontSize {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600; }

@media screen and (max-width: 575px) {
  .step {
    display: inline-block;
    border-radius: 6px;
    background-color: #ff8e00;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    padding: 10px 20px; }

  .stepFontSize {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600; } }
.soudanWaku01 {
  width: 100%;
  padding: 10px 40px;
  color: #e68000;
  background-color: #FFF;
  text-align: left;
  font-size: 20px; }

@media screen and (max-width: 768px) {
  .soudanWaku01 {
    font-size: 14px; } }
@media screen and (max-width: 575px) {
  .soudanWaku01 {
    font-size: 20px; } }
@media screen and (max-width: 575px) {
  .soudanBt {
    display: none; } }
.soudanBt2 {
  display: none; }

@media screen and (max-width: 575px) {
  .soudanBt2 {
    display: block; } }
.riyuWaku {
  width: 100%;
  background-image: url(../images/riyu.jpg);
  background-position: left -150px top;
  background-repeat: no-repeat;
  padding-left: 400px;
  font-size: 22px;
  line-height: 180%; }

@media screen and (max-width: 992px) {
  .riyuWaku {
    width: 100%;
    background-image: url(../images/riyu.jpg);
    background-position: left -250px top;
    background-repeat: no-repeat;
    padding-left: 200px;
    font-size: 18px;
    line-height: 180%; } }
@media screen and (max-width: 575px) {
  .riyuWaku {
    width: 100%;
    background-image: url(../images/riyu.jpg);
    background-position: center bottom -550px;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 0px 15px 300px 15px; } }
@media screen and (max-width: 820px) {
  .riyuM0 {
    margin: 0px; } }
@media screen and (max-width: 575px) {
  .riyuM0 {
    margin: 0px; } }
.shitsumonFont {
  font-size: 150%;
  line-height: 150%; }

@media screen and (max-width: 575px) {
  .shitsumonFont {
    font-size: 110%;
    line-height: 130%; } }
.shitsumonCopy01 {
  display: block; }

@media screen and (max-width: 575px) {
  .shitsumonCopy01 {
    display: none; } }
.shitsumonCopy02 {
  display: none; }

@media screen and (max-width: 575px) {
  .shitsumonCopy02 {
    display: block; } }
.shopWaku {
  width: 100%;
  border-bottom: dotted 1px #505050;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px 0px; }

@media screen and (max-width: 575px) {
  .shopWaku {
    font-size: 90%; } }
.shopLeft {
  float: left;
  width: 20%;
  color: #ed6500;
  font-size: 120%; }

@media screen and (max-width: 575px) {
  .shopLeft {
    float: left;
    width: 30%;
    color: #ed6500;
    font-size: 100%; } }
.shopRight {
  float: right;
  width: 75%; }

@media screen and (max-width: 575px) {
  .shopRight {
    float: right;
    width: 65%; } }
.shopBack {
  background-image: url(../images/gaikan.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 575px) {
  .shopBack {
    background-image: url(../images/gaikan.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    margin-bottom: 30px; } }
.nust {
  float: right;
  background-color: #ff8c00;
  color: #FFF;
  padding: 0px 5px;
  font-size: 12px; }

.formWaku {
  margin-bottom: 50px; }

.formKumoku {
  font-weight: 600;
  margin-bottom: 10px; }

.formCaption {
  font-size: 90%; }

#form {
  padding-top: 100px;
  margin-top: -100px; }

a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s; }

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

.pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px; }

.copySpecial01 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #ffdd00; }

@media screen and (max-width: 575px) {
  .copySpecial01 {
    font-size: 100%;
    font-weight: 800;
    text-align: center;
    color: #ffdd00; } }
.copySpecial02 {
  font-size: 42px;
  font-weight: 400;
  line-height: 2em; }

@media screen and (max-width: 575px) {
  .copySpecial02 {
    font-size: 28px;
    font-weight: 400;
    line-height: 2em; } }
.copySpecial03 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5em; }

@media screen and (max-width: 575px) {
  .copySpecial03 {
    font-size: 22px;
    font-weight: 400;
    line-height: 2em; } }
.areaWaku {
  background-color: #ffdd00;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  text-align: left;
  border-radius: 6px; }
