.fontB {
  font-weight: 600;
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.trans:hover {
  opacity: .8;
}
.super {
  font-size: 1.2rem;
  vertical-align: super;
}
.pcbr {
  display: block;
}
.spbr {
  display: inline-block;
}
a,
a:hover {
  color: #3077ae;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.text-left{
  text-align:left !important;
}
.text-center{
  text-align:center !important;
}
@media screen and (max-width: 768px) {
  .super {
    font-size: 1.0rem;
  }
  .pcbr {
    display: inline;
  }
  .spbr {
    display: block !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spf18 {
    font-size: 1.8rem;
  }
}
html {
  font-size: 62.5%;
}
#contents .stepTitle + p {
  font-size: 2.0rem;
}
#contents .matters {
  background-color: #fff;
  border: 1px solid #bbb;
  font-size: 1.8rem;
  margin: 0 auto 30px;
  padding: 1.8em;
  text-align: left;
  width: calc(860/956*100%);
}
#contents .matters h2 {
  font-size: 2rem;
  color: #e60039;
  margin-bottom: 1em;
  font-weight: bold;
}
#contents .matters h2:first-child {
  margin-top: 0;
}
#contents .matters h3 {
  color: #000;
  margin-bottom: .6em;
  padding-left: 1em;
  text-indent: -1em;
}
#contents .matters h3::before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: .9em;
  margin-right: .1em;
  left: 0;
  width: .9em;
}
#contents .matters *:last-child {
  margin-bottom: 0;
}
#contents .matters:last-child {
  margin-bottom: 0;
  margin-top:40px;
}
#contents .matters .i_pdf {
  display: inline-block;
  margin-left: 10px;
  background: url('../images/common/icon_pdf.png') no-repeat left top;
  background-size: contain;
  padding-left: 25px;
}
#contents .matters label {
  margin: 30px 10px 30px;
  font-weight: 600;
  padding-left: 40px;
}
#contents .matters #att {
  color: #cc0000;
}
#contents .matters ul{
  margin-top:20px;
}
#contents .matters .list li {
  margin-bottom:20px;
}
#contents .matters .btn{
  border:1px solid #ccc;
  border-radius: 10px;
  max-width: 80%;
  margin-left:auto;
  margin-right:auto;
  transition: 0.5s;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(215, 215, 215, 1));
  transition: 0.5s ease-in-out;
  margin-bottom:2em;
}
#contents .matters .btn:hover{
  opacity: 0.7;
}
#contents .matters .btn a{
  text-decoration: none;
  color:#e60039;
  font-weight:bold;
  display:flex;
  align-items: center;
  gap:15px;
  justify-content:center;
  padding:15px;
}
#contents .query {
  color: #df3833;
  font-size: 2.4rem !important;
  margin-bottom: 1.5em;
  text-align: center;
}
#contents .notice {
  background-color: transparent;
  font-size: 1.8rem;
  margin: 0 auto 30px;
  text-align: left;
  width: -webkit-calc(860 / 956 * 100%);
  width: calc(860 / 956 * 100%);
}
#contents .notice >p{
  margin-bottom:0px;
  text-align: left;
}
#contents .notice dl dt {
  clear: left;
  float: left;
  margin-right: 1em;
}
#contents .notice dl dd {
  overflow: hidden;
}
#stepHeader {
  font-size: 2.2rem;
  text-align: center;
}
#stepHeader .topTitle {
  margin: 76px auto 68px;
  text-align: center;
}
#stepHeader strong {
  color: #1a3f8c;
  font-weight: bold;
}
#stepHeader .small {
  margin-top: 0.8em;
  font-size: 1.6rem;
}
#stepHeader .str01 {
  background: linear-gradient(transparent 60%, #ffffbf 0%);
}
#stepHeader .str02 {
  background: linear-gradient(transparent 60%, #e6eef7 0%);
}
#stepHeader .ontheweb {
  background-color: #f9eae5;
  color: #e60039;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 4.2rem auto 0;
  max-width: 825px;
  padding: .85em;
}
#applFlow {
  margin-top: 128px;
  position: relative;
}
#applFlow h2 {
  background-color: #e60039;
  border-radius: 15px;
  color: #fff;
  display: table;
  font-size: 3.4rem;
  font-weight: bold;
  margin: 0 auto;
  left: 50%;
  line-height: 73px;
  position: absolute;
  top: -73px;
  text-align: center;
  transform: translateX(-50%);
  width: 358px;
}
#applFlow h2::after {
  border-style: solid;
  border-width: 31px 25.5px 0 25.5px;
  border-color: #e60039 transparent transparent transparent;
  bottom: -31px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
#applFlow .inner {
  padding: 58px 0;
  width: 100%;
}
#applFlow .flowSec {
  background-color: #eeeeee;
}
#applFlow .flowSec .inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 1.6;
}
#applFlow .flowSec .inner h3 {
  position: relative;
  text-align: center;
  width: 33%;
}
#applFlow .flowSec .inner h3 > img {
  display: block;
  margin: 0 auto 15px;
}
#applFlow .flowSec .inner > div {
  width: 67%;
}
#applFlow .flowSec .inner .stepList li > * {
  margin-left: 14rem;
  font-size: 2.4rem;
}
#applFlow .flowSec .inner .stepList li + li {
  margin-top: .7em;
}
#applFlow .flowSec .inner .stepList h4 {
  position: relative;
}
#applFlow .flowSec .inner .stepList h4 span {
  display: block;
  color: #e60039;
  font-weight: 600;
  left: -14rem;
  position: absolute;
}
#applFlow .flowSec .inner .stepList p {
  color: #666;
  font-size: 1.9rem;
}
#applFlow .flowSec .inner .stepList + * {
  margin-top: 2em;
}
#applFlow .flowSec .inner .dotList {
  color: #666;
}
#applFlow .flowSec .inner .dotList li {
  padding-left: 1.5em;
  position: relative;
}
#applFlow .flowSec .inner .dotList li::before {
  background-color: #666;
  content: "";
  display: inline-block;
  height: 4px;
  left: .5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}
#applFlow .tie {
  background-color: #fff;
  font-size: 2rem;
  padding: 20px 0;
  position: relative;
}
#applFlow .tie::before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  margin: 0 auto 20px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(135deg);
}
#applFlow .tie p {
  left: calc(50% + 50px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#applFlow .fin {
  border-bottom: 2px solid #d0d0d0;
  border-top: 2px solid #d0d0d0;
  color: #616161;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#applFlow .fin .inner {
  padding: 36px 0;
}
#explain .inner {
  padding-top: 76px;
}
#explain .underwriter dt {
  border: 2px solid #696969;
  color: #696969;
  display: table;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 70px;
  margin: 0 auto 45px;
  text-align: center;
  width: 358px;
}
#explain .underwriter dd {
  align-items: center;
  background-color: #EBF2FA;
  box-shadow: 5px 5px 0 0 #bfd7e3;
  margin: 0 30px;
  padding: 70px;
  display: flex;
  justify-content: space-between;
}
#explain .underwriter dd .txt h3 {
  color: #05348B;
  font-size: 3rem;
  margin-bottom: .5em;
  letter-spacing: 0.08em;
}
#explain .underwriter dd .txt p {
  color: #777;
  font-size: 2.4rem;
  letter-spacing: 0.088em;
  line-height: 1.3;
}
#explain section {
  margin: 0 30px;
  font-size: 2rem;
}
#explain section h3 {
  font-size: 2.4rem;
  margin: 2.6em auto 1.6em;
  text-align: center;
}
#explain section > ul li {
  color: #666;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
#explain section > ul li::before {
  content: "・";
  display: inline-block;
  left: 0;
  position: absolute;
  width: 1em;
}
#explain section .notes {
  margin: .5em 0;
}
#explain section .notes dt {
  clear: left;
  float: left;
}
#explain section .notes dd {
  overflow: hidden;
}
#explain .info {
  margin-bottom: 0;
  text-align: center;
}
#explain .info .tel {
  display: table;
  margin: 0 auto 30px;
}
#explain .info .tel * {
  display: table-cell;
  vertical-align: middle;
}
#explain .info .tel dt {
  background-color: #e60039;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.2;
  padding: .5em .75em;
  text-align: center;
}
#explain .info .tel dd {
  color: #e60039;
  font-size: 4.3rem;
  padding-left: .5em;
}
#explain .info .add {
  font-size: 1.7rem;
}
#stepFooter .inner{
  font-size:1.8rem;
  padding: 55px 0;
}
#stepFooter .inner p{
  margin-bottom:30px;
}
#stepFooter .navLinks li.next button[id="yes"][disabled] {
  background-color: #ccc;
  cursor: default;
}
#stepFooter .navLinks li.next button[id="yes"][disabled]::after {
  color: #ccc;
}
#stepFooter .navLinks li .layer {
  width: 370px;
  height: 90px;
  top: -90px;
  left: 0;
  z-index: 100;
  background: transparent;
}
#stepFooter .navLinks li .layer:after {
  display: none;
}
.scroll {
  padding: 0 20px;
  height: 500px;
  background-color: #FFF;
  overflow-y: auto;
}
input[type="checkbox"] {
  border: 2px solid #878787;
}
ul.list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 40px;
}
#contents .tbl01 th,
#contents .tbl02 th {
  width: 25%;
}
#contents .entryForm .btn {
  margin-top: 50px;
  transition-property: all;
  transition: 0.3s linear;
}
#contents .entryForm a {
  background-color: #e60039;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 30px 100px;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  outline: solid 7px #e60039;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
#contents .inner .entryForm .hasText li input[type="tel"] {
  width: 28%;
}
#contents .entryForm a::after {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: #e60039;
  content: ">";
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  justify-content: center;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
#contents .inner .entryForm dl dd + dt {
    margin-top: 45px;
}
/* 会社代表者・個人事業主ー融資有・無の確認画面(6.html) */
.page6 #contents .entryForm dd ul {
  max-width: 680px;
  margin: 0 auto;
}
.page6 #contents .entryForm .hasRadio {
  justify-content: space-around;
}

/* 役員（代表者を除く）・従業員ー融資有・無の確認画面(8.html) */
.page8 #contents .entryForm dd ul {
  max-width: 680px;
  margin: 0 auto;
}
.page8 #contents .entryForm .hasRadio {
  justify-content: space-around;
}
.page8 #contents .entryForm dd ul li {
  width: auto;
}

/* 申し込み不可画面(15.html) */
.page15 #contents .entryForm{
  color: #e60039;
  padding: 60px 0;
}
/* 入力ありがとう(16.html) */
.page16 #contents .entryForm {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  #stepHeader {
    font-size: 1.6rem;
  }
  #stepHeader .topTitle {
    margin: 30px auto;
  }
  #stepHeader .small {
    font-size: 1.2rem;
  }
  #stepHeader .ontheweb {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  #contents .stepTitle + p {
    font-size: 1.6rem;
  }
  #contents .matters {
    font-size: 1.4rem;
    width: calc(860/956*100%);
  }
  #contents .matters h2 {
    font-size: 1.6rem;
  }
  #contents #stepContents .inner p br {
    display: none;
  }
  #applFlow {
    margin-top: 100px;
  }
  #applFlow .inner {
    padding: 28px 0;
  }
  #applFlow h2 {
    border-radius: 7px;
    font-size: 2.4rem;
    line-height: 53px;
    width: 320px;
  }
  #applFlow h2::after {
    border-width: 15px 12.5px 0 12.5px;
    bottom: -15px;
  }
  #applFlow .flowSec .inner {
    display: block;
    font-size: 1.6rem;
    width: auto;
  }
  #applFlow .flowSec .inner > * {
    width: 100% !important;
  }
  #applFlow .flowSec .inner h3 {
    margin-bottom: 1em;
  }
  #applFlow .flowSec .inner .stepList {
    margin: 0 auto;
  }
  #applFlow .flowSec .inner .stepList li > * {
    margin-left: 0;
  }
  #applFlow .flowSec .inner .stepList p {
    font-size: 1.5rem;
  }
  #applFlow .flowSec .inner .stepList h4 {
    font-size: 1.8rem;
    text-align: center;
  }
  #applFlow .flowSec .inner .stepList h4 span {
    position: relative;
    display: block;
    left: 0;
  }
  #applFlow .tie {
    font-size: 1.6rem;
    padding: 10px;
  }
  #applFlow .fin .inner {
    font-size: 1.8rem;
    padding: 20px 0;
    width: auto;
  }
  #explain .inner {
    padding-top: 38px;
  }
  #explain .underwriter dt {
    display: block;
    font-size: 2.4rem;
    line-height: 51px;
    margin-bottom: 22px;
    width: auto;
  }
  #explain .underwriter dd {
    display: block;
    margin: 0 10px;
    padding: 30px;
  }
  #explain .underwriter dd .txt h3 {
    font-size: 2rem;
    text-align: center;
  }
  #explain .underwriter dd .txt p {
    font-size: 1.6rem;
  }
  #explain .underwriter dd .txt p br {
    display: none;
  }
  #explain .underwriter dd .logo img {
    display: block;
    margin: 16px auto 0;
    max-width: 80%;
  }
  #explain section {
    font-size: 1.4rem;
    margin: 0 10px;
  }
  #explain section h3 {
    font-size: 1.8rem;
  }
  #explain .info .tel {
    display: block;
  }
  #explain .info .tel * {
    display: block;
  }
  #explain .info .tel dt {
    font-size: 1.445rem;
  }
  #explain .info .tel dt br {
    display: none;
  }
  #explain .info .tel dd {
    font-size: 3.655rem;
    padding: .5em 0 0;
  }
  #explain .info .add {
    font-size: 1.2rem;
  }
  #applFlow section:nth-child(2) div div p {
    letter-spacing: -1px;
  }
  #stepFooter .navLinks {
    display: flex;
    flex-flow: column-reverse;
    flex-wrap: wrap;
  }
  #stepFooter .navLinks li .layer {
    width: 100%;
    height: 67px;
    top: -67px;
  }
  #stepFooter .navLinks li .layer:before {
    display: none;
  }
  #contents #stepFooter .navLinks li:last-of-type {
    margin-bottom: 30px;
  }
  .scroll {
    height: 200px;
  }
  
  #contents .entryForm .hasRadio li {
    text-align: left;
  }
  #contents .query {
    font-size: 1.8rem !important;
  }
  #contents .notice {
      font-size: 1.4rem;
  }
  ul.list {
    margin-left: 20px;
  }
  #stepFooter .inner{
    font-size:1.6rem;
    padding: 28px 0;
  }
  #stepFooter .inner .small{
    font-size:0.9em;
  }
  #contents .matters .btn{
    max-width: 100%;
  }
  #contents .inner .entryForm dl .name{
    flex-direction: column;
  }
  #contents .inner .entryForm dl .name > div {
    width: auto;
    max-width: initial;
  }
  #contents .inner .entryForm .hasText li input[type="text"] {
    width: 90%;
  }
  #contents .inner .entryForm dl dd input {
    height: 32px;
    border: 1px solid #dddddd;
  }
  #contents .inner .entryForm dl .name p {
    margin-right: 17px;
    line-height: 32px;
  }
  #contents .inner .entryForm .hasText li small {
    font-size: 1.2rem;
  }
  #contents .inner .entryForm + p {
    margin-top: 28px;
  }
  #contents .entryForm .btn {
    width: auto;
    margin: 50px 20px 0;
  }
  #contents .entryForm a {
    padding: 10px 50px;
    font-size: 1.8rem;
  }    
  #contents .entryForm a::after {
    right: 8px;
  }
  #contents .inner .entryForm dl dd + dt {
    margin-top: 32px;
  }
  #contents .inner .entryForm dl dt {
    margin-bottom: 16px;
  }
  #contents .inner .entryForm dl dd input {
    height: 32px;
    border: 1px solid #dddddd;
  }
  #contents .inner .entryForm dl dd p {
    margin: 0;
  }
  #contents .inner .entryForm dl .name .mei {
    margin-top: 20px;
    margin-left: 0px;
  }
  /* 職業選択画面(5.html) */
  .page5 #contents .inner .entryForm {
    font-size: 1.4rem;
    padding-bottom: 32px;
  }
  /* (16.html) */
  .page16 #contents .entryForm {
    padding: 40px 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 418px) {
  #stepNavi {
    display: block;
    height: auto;
    margin: 20px 0;
    padding: 0 10px;
  }
  #stepNavi .steps > ul {
    display: block;
  }
  #stepNavi .steps > ul li {
    padding: 10px;
    text-align: center;
    width: auto;
  }
  #stepNavi .steps > ul li::before {
    content: none;
  }
  #stepNavi .steps > ul li:not(:last-child) {
    margin-bottom: 40px;
    margin-right: 0;
  }
  #stepNavi .steps > ul li:not(:last-child)::after {
    font-size: 3rem;
    top: calc(100% + 4px);
    left: 50%;
    transform: rotate(90deg) translateY(50%);
    width: 40px;
  }
  #stepNavi .steps > ul li p {
    display: block !important;
    position: static;
    margin: 0 auto;
    width: auto;
  }
  #stepNavi .steps > ul li .num {
    margin-bottom: 10px;
  }
  #stepNavi .steps > ul li .num + p br {
    display: none;
  }
  #stepNavi .steps > ul li.current {
    background-color: #ffeaee;
    border-color: #ffeaee;
    color: #e60039;
  }
  #stepNavi .steps > ul li.current::after {
    color: #e60039;
  }
  #stepNavi .steps > ul li.current .num {
    background-color: #e60039;
    color: #fff;
  }
  #stepNavi .steps + * {
    margin-top: 28px;
  }
  #stepContents div div:nth-child(4) label {
    margin: 0 2px;
    letter-spacing: -1px;
  }
  #applFlow section:nth-child(2) div div p {
    letter-spacing: 0;
  }
  #contents .entryForm a {
    outline: solid 5px #e60039;
    font-size: 1.7rem;
    padding: 10px 30px;
  }
  #contents .entryForm a::after {
    width: 25px;
    height: 25px;
    right: 1px;
    font-size: 1.5rem;
  }
  /* (16.html) */
  .page16 #contents .entryForm {
    font-size: 1.0rem;
  }
}
