@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0 0;
  line-height: 1.5;
}

h1, h2, h3 {
  text-align: center;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
  margin: 0 0;
  padding-left: 0;
}

.header {
  background-color: #fff;
}

.header .container {
  padding: 8px 0;
}

@media screen and (max-width: 990px) {
  .header .container {
    padding: 8px 1em;
  }
}

.header .logo {
  font-size: 27px;
  line-height: 1;
}

.footer {
  background-color: #284db5;
  color: #fff;
  text-align: center;
}

.footer .container {
  padding: 1em 0;
}

.footer .copyright {
  font-family: Verdana, Arial, sans-serif;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.bg-blue{
background-color: #2cbdd6;
}

.bg-orange{
background-color: #ffd89f;
}
.bg-orange2{
  background-color: #ffa300;
}

.bg-green {
  background-color: #79e0b4;
}

.bg-yellow {
  background-color: #fefec9;
 /* background-image: url(../img/bg_yellow.png);*/
  padding-top: 30px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.img-fluid.logo{
  display: inline-block;
}
@media screen and (max-width: 767px) {
.img-fluid.logo{
  display: block;
}
}

/* メインビジュアル */
.main-visual {
  text-align: center;
  background-color: #fff4a8;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: 10px;
  }
}

/* ４つのポイント */
.point-4 .container {
  padding: 1em 0;
}

.point-4 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point-4 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.point-4 ul li {
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .point-4 ul li {
    width: 44%;
    margin: 7px;
  }
}

/* 諦める前に、まずは気軽に診断してみましょう */
.shindan {
  text-align: center;
  padding: 48px 0;
}

.shindan h2 {
  color: #284db5;
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .shindan h2 {
    font-size: 26px;
  }
}

.shindan h3 {
  color: #284db5; 
  font-size: 21px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .shindan h3 {
 margin-left: 140px; 
  }
}

@media screen and (max-width: 767px) {
  .shindan h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 868px) {
  .shindan .container {
    padding: 0 1em;
  }
}

.shindan .wrap {
  background-color: rgba(255,255,255,0.7);
  max-width: 868px;
  margin: 24px auto 0 auto;
  padding: 28px 28px 36px 28px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .shindan .wrap {
    padding: 24px 1em 30px 1em;
  }
}

.shindan .button {
  color: #fff;
  background-color: #ffa300;
  box-shadow: 0 6px 0 #af5f28;
  border-radius: 10px;
  max-width: 635px;
  margin: 12px auto 0 auto;
  font-size: 42px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .shindan .button {
    font-size: 24px;
  }
}

.shindan .button:hover, .shindan .button:focus {
  background-color: #ffb53e;
}

.shindan .button a {
  color: transparent;
  display: block;
  padding: 36px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shindan .button a {
    background-image: url(../img/img_btn_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 90% auto;
  }
}

@media screen and (min-width: 768px) {
  .shindan .button a::before {
    display: block;
    content: '';
    width: 100%;
    height: 150px;
    background-image: url(../img/img_btn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.voice h2 {
  color: #284db5;
  font-size: 38px;
  font-weight: 600;
　text-shadow: 2px 2px 0 #fff;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .voice h2 {
    font-size: 24px;
  }
}

.voice .container {
  padding: 46px 0 20px;
}

@media screen and (max-width: 868px) {
  .voice .container {
    padding: 2em 1em 1em;
  }
}

.voice .item-voice {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto 60px auto;
  border-radius: 10px;
  padding-bottom: .1em;
}

@media screen and (max-width: 767px) {
  .voice .item-voice {
    margin-bottom: 40px;
  }
}

.voice .item-voice figure {
  text-align: center;
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .voice .item-voice figure {
    margin-top: -40px;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.voice .item-voice h3 {
  font-size: 28px;
  font-weight: 600;
  background-color: lightgray;
  color: #444;
  padding: 22px 1em 22px 230px;
  border-radius: 10px 10px 0 0;
  text-align: left;
  background-position: 50% 50%;
}

@media screen and (max-width: 767px) {
  .voice .item-voice h3 {
    font-size: 24px;
    padding-left: 1em;
    padding-bottom: 1.7em;
  }
}

.voice .item-voice p {
  color: #373737;
  margin: 2em;
}

@media screen and (max-width: 767px) {
  .voice .item-voice p {
    margin: 1em;
  }
}

.voice .item-voice.case h3 {
	background-color: #284db5;
    color: #FFFFFF;
}

.voice .txt-small{
    text-align: right;
    max-width: 800px;
    margin: -40px auto 20px;
    display: block;
}

@media screen and (max-width: 868px) {
  .voice .txt-small{
    margin-top: -15px;
    text-align: center;
  }
}


/* 借金を減らす3つの方法 */
.howto .container {
  padding: 70px 0;
}

@media screen and (max-width: 999px) {
  .howto .container {
    padding: 2em 1em;
  }
}

.howto h2 {
  color: #284db5;
  font-size: 46px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .howto h2 {
    font-size: 36px;
  }
}

.howto .item-howto {
  background-color: #ffcc7b;
  border-radius: 10px;
  margin: 40px 0;
  padding: 1.2em;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .howto .item-howto {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.howto .item-howto .text {
  width: 52%;
  margin-right: 8%;
}

@media screen and (max-width: 767px) {
  .howto .item-howto .text {
    width: 100%;
  }
}

.howto .item-howto .text h3 {
  color: #284db5;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 1.7;
  padding-left: 1.6em;
  vertical-align: text-top;
  text-indent: 1rem;
}

.howto .item-howto .text h3.num1 {
  background-image: url(../img/num1.png);
  background-size: contain 90%;
}

.howto .item-howto .text h3.num2 {
  background-image: url(../img/num2.png);
  background-size: contain 90%;
}

.howto .item-howto .text h3.num3 {
  background-image: url(../img/num3.png);
  background-size: contain 90%;
}
.spbr{
display: none!important;
}

@media screen and (max-width: 767px) {
  .howto .item-howto .text h3 {
    font-size: 26px;
    background-size: auto 41px;
    line-height: 1.6;
    text-indent: 0.8rem;
  }
.howto .item-howto .text h3.num2 {
  background-image: url(../img/num2.png);
  background-size: 42px;
}
.spbr{
display: block!important;
}

}

.howto .item-howto .text p {
  font-size: 20px;
  margin-left: 20px;
}

.howto .item-howto figure {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .howto .item-howto figure {
    width: 100%;
  }
.howto .item-howto .text p {
  font-size: 20px;
  margin-left: 0px;
}
}

/* 借金が減る仕組みはどうなっているの？ */
.shikumi h2 {
  color: #284db5;
  font-size: 38px;
  margin-top: .5em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .shikumi h2 {
    font-size: 30px;
  }
}

.shikumi h3 {
  color: #924bc9;
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .shikumi h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .shikumi h3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}

.shikumi figure {
  margin: 1em 0 2em 0;
}

.shikumi .container {
  padding: 54px 0;
}

@media screen and (max-width: 922px) {
  .shikumi .container {
    padding: 2em 1em;
  }
}

/**/
.soudan .container {
  padding: 60px 0;
}

@media screen and (max-width: 898px) {
  .soudan .container {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.soudan h2 {
  color: #284db5;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .soudan h2 {
    font-size: 30px;
  }
}
.soudan .h3 {
  background-color: #ffa300;
  background-image: url("../img/fig_denkyu.png");
  background-size: contain 90%;
  background-position: left 20px top 50%;
  background-repeat: no-repeat;
  padding: 40px;
  margin: 20px auto 0px auto;
  border-radius: 10px;
  max-width: 900px;
}
.soudan .h3 h3 {
  color: #284db5;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .soudan .h3{ 
  background-image: url();
  display: flex;
    justify-content: center;
  padding: 20px 10px;
  margin: 20px auto 0px auto;
  border-radius: 10px;
  }
  .soudan .h3 h3 {
    font-size: 22px; 
  width: 74%;
    text-align: left;
  }
  .denkyu{
  width: 50px;
  height: 85px;
  margin-right: 10px;
  }
}

.soudan h4 {
  text-align: center;
  font-size: 26px;
  margin-top: 42px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .soudan h4 {
    font-size: 22px;
  }
}

.soudan figure {
  text-align: center;
}

.soudan .list-soudan {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 38px;
}

@media screen and (max-width: 950px) {
  .soudan .list-soudan {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.soudan .list-soudan dl {
  margin: 10px;
  height: 332px;
}

@media screen and (max-width: 767px) {
  .soudan .list-soudan dl {
    margin-bottom: 1em;
  }
}

.soudan .list-soudan dl dt {
  color: #f96b22;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: .5em;
}

.soudan .list-soudan dl dd {
  font-size: 18px;
  margin-top: -10.5em;
  margin-left: 0;
}

@media screen and (max-width: 359px) {
.soudan .list-soudan dl dd {
  font-size: 15.5px;
  margin-top: -10em;
}
}

/* 最後に・・・ */
.last h2 {
  font-size: 48px;
  color: #284db5;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .last h2 {
    font-size: 38px;
  }
}

.last .container {
  padding: 60px 0;
  max-width: 866px;
  line-height: 2.2;
}

@media screen and (max-width: 898px) {
  .last .container {
    padding: 2em 1em;
  }
}

.add_message{
color:#444;
font-size: 1rem;
}

/* 汎用クラス */
/* underline */
.marker{
text-decoration: underline ;
text-decoration-color:  #ffdc50 ;
text-underline-position: under;
}

.marker2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fffc00%22%20d%3D%22M0%200h10v10H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: 50% 100%;
}

/* SP のみ */
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

/* PC のみ */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
  .w80{
    width:80%;
  }
}

 footer {
   font-size: 12px;
 }
footer ul{
  display:flex;
  justify-content: space-around;
}

 footer li {
  display: inline;
 }

 footer a {
  text-decoration: none;
  color: #fff;
 }
