/*          +/
    BASE
/+          */
.img-responsive{
    display: inline-block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
body {
    margin: 0 auto 100px;
}

.section{
    font-family: "Noto Sans JP";
    margin: 0 auto 100px;
}
.line-ti{
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin:0 auto 30px;
}
.line-ti::after{
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #f5b215, #ea6000);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 750px) {
    .section{
        margin: 0 auto 60px;
    }
    .line-ti{
        font-size: 2.1rem;
    }
}

/* ボタン */
.btn-style01,
.btn-style02{
  max-width: 300px;
  width: 80%;
  margin: 50px auto;
  padding: 12px 10px;
  color: #4668e6;
  background: #fff;
  text-align: center;
  border: 1px solid #4668e6;
  border-radius: 5px;
  position: relative;
  display: block;
  text-decoration: none;
}
.btn-style02{
  color: #fff;
  background: #4668e6;
  text-align: center;
  border: 1px solid #4668e6;
}
.btn-style01::after,
.btn-style02::after{
  content: "\ff1e";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.overwrite {
    background: #f0b500;
    border: 1px solid #f0b500;
    margin: 0px auto;
}


p.caution{
    text-indent:-1em;
    margin-top:0.4em;
    margin-left:1em;
    text-align: left;
}
p.numcaution{
    text-indent: -2.25em;
    margin-top:0.4em;
    margin-left: 2.25em;
    text-align: left;
}


/*          +/
    content
/+          */
#mainimage,
#about,
#count,
#conditions,
#check,
#stage{
    text-align: center;
}
#about img{
    margin:0 auto 20px;
}

#target{
    position: relative;
}
.target__inner{
    max-width: 680px;
    margin: 50px auto 100px;
}
.target__inner ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
    margin:0 auto 30px;
}
.target__inner ul li{
    font-size: 2.6rem;
    font-weight: 500;
}
.target__inner ul li::before{
    content:"・";
    color:#fbb03b;
    display: inline-block;
}
.target__inner ul li sup{
    font-size: 0.5em;
}

@media only screen and (max-width: 750px) {
    .target__inner{
        padding: 0 15px;
    }
    .target__inner ul{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .target__inner ul li{
        font-size: 1.8rem;
    }
}


#conditions{
    max-width:1000px;
    margin:0 auto 100px;
}
#conditions table {
    width: 100%;
    max-width:900px;
    margin:30px auto 0;
    border-collapse: collapse;
    line-height: 1.5;
}
#conditions thead th {
    background-color: #b3b3b3;
    color: #ffffff;
    padding: 12px 15px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #b3b3b3;
    font-size:1.8rem;
}
#conditions thead th:first-child {
    border-right: 1px solid #ffffff;
}
#conditions tbody td {
    padding: 12px 15px;
    border: 1px solid #b3b3b3;
    text-align: left;
    font-size:1.6rem;
}
#conditions tbody tr:nth-child(even) {
    background-color: #ffffff;
}
#conditions tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}
#conditions tbody td:first-child {
    width: 200px;
}
#conditions ul {
    width: 100%;
    max-width:900px;
    margin:20px auto 0;
}
#conditions li {
    text-indent: -1.75em;
    margin-top: 0.5em;
    margin-left: 1.75em;
    text-align: left;
    line-height: 1.6;
    font-size:1.4rem;
    font-weight: 300;
}
@media only screen and (max-width: 750px) {
    #conditions thead th {
        padding: 5px 8px;
        font-size:1.5rem;
    }
    #conditions tbody td {
        padding: 5px 8px;
        font-size:1.3rem;
    }
    #conditions tbody td:first-child {
        width: 100px;
    }
    #conditions li {
        font-size:1.2rem;
    }
}

#stage p span{
    font-size:1.4rem;
    font-weight: 300;
}
#stage {
    width: 100%;
    max-width:1000px;
    margin:0 auto 100px;
    line-height: 1.8;
}

/*          +/
    FAQ
/+          */
#faq {
    margin:0 auto 150px;
}

.faqOverwrite{
    max-width:1000px;
    margin:50px auto 30px;
}
.faqOverwrite .accordion-ti {
    border-bottom:none;
    position:relative;
    padding: 0 16px 10px 50px;
    font-size: 20px;
}
.faqOverwrite .accordion-ti:before{
    background-color:#f0b500;
    content:"Q";
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:40px;
    height:40px;
    position:absolute;
    top:0;
    left:0;
}
.faqOverwrite .accordion-ti a{
    color:#000;
    text-decoration: none;
}
.faqOverwrite a.accordion-txt {
    padding: 7px 0 0;
}
.faqOverwrite .faq-anser{
    position:relative;
    padding: 7px 16px 40px 50px;
    font-size: 16px;
    line-height: 1.8em;
}
.faqOverwrite .faq-anser a{
    font-weight:bold;
    text-decoration: underline;
}
.faqOverwrite .faq-anser:before{
    background-color:#999999;
    content:"A";
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:40px;
    height:40px;
    position:absolute;
    top:0;
    left:0;
}

.faq-wrap, .loanbeginners-wrap {
    margin: 0 0 -1px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 40px 0 0;
}


@media only screen and (max-width: 750px) {
.accordion-ico {
    margin-top: 7px;
}
.faqOverwrite .accordion-ti {
    font-size: 16px;
}
.faqOverwrite .faq-anser{
    font-size: 14px;
}
}
